Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Learning to Erase Private Knowledge from Multi-Documents for Retrieval-Augmented Large Language Models

About

Retrieval-Augmented Generation (RAG) is a promising technique for applying LLMs to proprietary domains. However, retrieved documents may contain sensitive knowledge, posing risks of privacy leakage in generative results. Thus, effectively erasing private information from retrieved documents is a key challenge for RAG. Unlike traditional text anonymization, RAG should consider: (1) the inherent multi-document reasoning may face de-anonymization attacks; (2) private knowledge varies by scenarios, so users should be allowed to customize which information to erase; (3) preserving sufficient publicly available knowledge for generation tasks. This paper introduces the privacy erasure task for RAG and proposes Eraser4RAG, a private knowledge eraser which effectively removes user-defined private knowledge from documents while preserving sufficient public knowledge for generation. Specifically, we first construct a global knowledge graph to identify potential knowledge across documents, aiming to defend against de-anonymization attacks. Then we randomly split it into private and public sub-graphs, and fine-tune Flan-T5 to rewrite the retrieved documents excluding private triples. Finally, PPO algorithm optimizes the rewriting model to minimize private triples and maximize public triples retention. Experiments on four QA datasets demonstrate that Eraser4RAG achieves superior erase performance than GPT-4o.

Yujing Wang, Jinwen Chen, Hainan Zhang, Liang Pang, Yongxin Tong, Binghui Guo, Hongwei Zheng, Zhiming Zheng• 2025

Related benchmarks

TaskDatasetResultRank
Question AnsweringNQ (test)--
143
Question AnsweringPopQA (test)
Accuracy38.7
122
Private information retentionPopQA D_special (test)
r_pri10.99
20
Private information retentionNQ D_special (test)
r_pri14.29
20
Private information retentionTQA D_special (test)
r_pri14.63
20
Private information retentionHQA D_special (test)
r_pri14.36
20
Open-domain Question AnsweringPopQA (test)
EM Accuracy43.61
11
Question AnsweringHQA (test)
Accuracy25.85
11
Public Information RetentionTQA D_special (test)
r_pub Score44.41
10
Public Information RetentionNQ D_special (test)
r_pub (Public Info Retention)46.63
10
Showing 10 of 24 rows

Other info

Follow for update