Robot2050 commited on
Commit
a614bb5
·
verified ·
1 Parent(s): f681638

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  base_model:
3
- - Qwen3-1.7B
4
  language:
5
  - en
6
  - zh
@@ -70,7 +70,7 @@ Dialogue Text: Hello, my name is Zhang San, and my mobile number is 13800138000.
70
 
71
  JSON
72
 
73
- ```py
74
  [
75
  {
76
  "original_text": "Zhang San",
@@ -315,7 +315,7 @@ These examples show that sensitive information may appear in highly contextual a
315
 
316
  In each annotation, `original_text` refers to the extracted sensitive span, `privacy_type` describes the fine-grained category, and `privacy_level` specifies the protection level defined by the MemPrivacy taxonomy.
317
 
318
- ```py
319
  {
320
  "role": "user",
321
  "content": "听到你们有这样严格的加密和3D安全验证机制,我放心多了。我准备使用我的借记卡来支付这两张VIP门票。具体来说,我打算使用我的Amex卡,尾号是 8865。这张卡我通常用来处理这种日常的文化消费。请你帮我生成订单并引导我进入支付环节吧,我现在就把手机拿在手里,准备接收你刚才提到的那个银行发送的动态验证码。",
@@ -439,7 +439,7 @@ In each annotation, `original_text` refers to the extracted sensitive span, `pri
439
 
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 Yue Zhang and Fei Huang and Feiyu Xiong and Zhiyu Li},
 
1
  ---
2
  base_model:
3
+ - Qwen/Qwen3-1.7B
4
  language:
5
  - en
6
  - zh
 
70
 
71
  JSON
72
 
73
+ ```python
74
  [
75
  {
76
  "original_text": "Zhang San",
 
315
 
316
  In each annotation, `original_text` refers to the extracted sensitive span, `privacy_type` describes the fine-grained category, and `privacy_level` specifies the protection level defined by the MemPrivacy taxonomy.
317
 
318
+ ```python
319
  {
320
  "role": "user",
321
  "content": "听到你们有这样严格的加密和3D安全验证机制,我放心多了。我准备使用我的借记卡来支付这两张VIP门票。具体来说,我打算使用我的Amex卡,尾号是 8865。这张卡我通常用来处理这种日常的文化消费。请你帮我生成订单并引导我进入支付环节吧,我现在就把手机拿在手里,准备接收你刚才提到的那个银行发送的动态验证码。",
 
439
 
440
  ## 📚 Citation
441
 
442
+ ```bibtex
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 Yue Zhang and Fei Huang and Feiyu Xiong and Zhiyu Li},