Ding Chen commited on
Commit
5cc5395
·
verified ·
1 Parent(s): 61f1c08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -7,7 +7,14 @@ language:
7
  license: cc-by-nc-nd-4.0
8
  tags:
9
  - privacy
 
 
 
 
10
  - memory-management
 
 
 
11
  - information-extraction
12
  - edge-cloud
13
  inference: false
@@ -433,5 +440,13 @@ In each annotation, `original_text` refers to the extracted sensitive span, `pri
433
  ## 📚 Citation
434
 
435
  ```
436
-
 
 
 
 
 
 
 
 
437
  ```
 
7
  license: cc-by-nc-nd-4.0
8
  tags:
9
  - privacy
10
+ - privacy-detection
11
+ - memory
12
+ - personalized-memory
13
+ - memory-system
14
  - memory-management
15
+ - agent
16
+ - agent-memory
17
+ - information-security
18
  - information-extraction
19
  - edge-cloud
20
  inference: false
 
440
  ## 📚 Citation
441
 
442
  ```
443
+ @misc{chen2026memprivacyprivacypreservingpersonalizedmemory,
444
+ title={MemPrivacy: Privacy-Preserving Personalized Memory Management for Edge-Cloud Agents},
445
+ author={Yining Chen and Jihao Zhao and Bo Tang and Haofen Wang and Feiyu Xiong and Zhiyu Li},
446
+ year={2026},
447
+ eprint={2605.09530},
448
+ archivePrefix={arXiv},
449
+ primaryClass={cs.CR},
450
+ url={https://arxiv.org/abs/2605.09530},
451
+ }
452
  ```