Update README.md
Browse files
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
|
|
@@ -432,5 +439,13 @@ In each annotation, `original_text` refers to the extracted sensitive span, `pri
|
|
| 432 |
## 📚 Citation
|
| 433 |
|
| 434 |
```
|
| 435 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 436 |
```
|
|
|
|
| 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
|
|
|
|
| 439 |
## 📚 Citation
|
| 440 |
|
| 441 |
```
|
| 442 |
+
@misc{chen2026memprivacyprivacypreservingpersonalizedmemory,
|
| 443 |
+
title={MemPrivacy: Privacy-Preserving Personalized Memory Management for Edge-Cloud Agents},
|
| 444 |
+
author={Yining Chen and Jihao Zhao and Bo Tang and Haofen Wang and Feiyu Xiong and Zhiyu Li},
|
| 445 |
+
year={2026},
|
| 446 |
+
eprint={2605.09530},
|
| 447 |
+
archivePrefix={arXiv},
|
| 448 |
+
primaryClass={cs.CR},
|
| 449 |
+
url={https://arxiv.org/abs/2605.09530},
|
| 450 |
+
}
|
| 451 |
```
|