English

Privacy-Preserving Retrieval-Augmented Generation with Differential Privacy

Cryptography and Security 2025-11-13 v3 Artificial Intelligence Computation and Language

Abstract

With the recent remarkable advancement of large language models (LLMs), there has been a growing interest in utilizing them in the domains with highly sensitive data that lies outside their training data. For this purpose, retrieval-augmented generation (RAG) is particularly effective -- it assists LLMs by directly providing relevant information from the external knowledge sources. However, without extra privacy safeguards, RAG outputs risk leaking sensitive information from the external data source. In this work, we explore RAG under differential privacy (DP), a formal guarantee of data privacy. The main challenge with differentially private RAG is how to generate long accurate answers within a moderate privacy budget. We address this by proposing an algorithm that smartly spends privacy budget only for the tokens that require the sensitive information and uses the non-private LLM for other tokens. Our extensive empirical evaluations reveal that our algorithm outperforms the non-RAG baseline under a reasonable privacy budget of ϵ10\epsilon\approx 10 across different models and datasets.

Keywords

Cite

@article{arxiv.2412.04697,
  title  = {Privacy-Preserving Retrieval-Augmented Generation with Differential Privacy},
  author = {Tatsuki Koga and Ruihan Wu and Zhiyuan Zhang and Kamalika Chaudhuri},
  journal= {arXiv preprint arXiv:2412.04697},
  year   = {2025}
}
R2 v1 2026-06-28T20:25:02.679Z