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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Question Answering | NQ (test) | -- | 143 | |
| Question Answering | PopQA (test) | Accuracy38.7 | 122 | |
| Private information retention | PopQA D_special (test) | r_pri10.99 | 20 | |
| Private information retention | NQ D_special (test) | r_pri14.29 | 20 | |
| Private information retention | TQA D_special (test) | r_pri14.63 | 20 | |
| Private information retention | HQA D_special (test) | r_pri14.36 | 20 | |
| Open-domain Question Answering | PopQA (test) | EM Accuracy43.61 | 11 | |
| Question Answering | HQA (test) | Accuracy25.85 | 11 | |
| Public Information Retention | TQA D_special (test) | r_pub Score44.41 | 10 | |
| Public Information Retention | NQ D_special (test) | r_pub (Public Info Retention)46.63 | 10 |