CRCLLGOct 8, 2025

Differentially Private Synthetic Text Generation for Retrieval-Augmented Generation (RAG)

arXiv:2510.06719v12 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses privacy concerns for RAG applications in sensitive domains, offering a scalable solution, though it is incremental as it builds on existing private prediction methods.

The paper tackles the privacy risks in Retrieval-Augmented Generation (RAG) for sensitive domains by proposing DP-SynRAG, a framework that generates differentially private synthetic RAG databases to avoid repeated noise injection and accumulated privacy loss, achieving superior performance to state-of-the-art private RAG systems while maintaining a fixed privacy budget.

Retrieval-Augmented Generation (RAG) enhances large language models (LLMs) by grounding them in external knowledge. However, its application in sensitive domains is limited by privacy risks. Existing private RAG methods typically rely on query-time differential privacy (DP), which requires repeated noise injection and leads to accumulated privacy loss. To address this issue, we propose DP-SynRAG, a framework that uses LLMs to generate differentially private synthetic RAG databases. Unlike prior methods, the synthetic text can be reused once created, thereby avoiding repeated noise injection and additional privacy costs. To preserve essential information for downstream RAG tasks, DP-SynRAG extends private prediction, which instructs LLMs to generate text that mimics subsampled database records in a DP manner. Experiments show that DP-SynRAG achieves superior performanec to the state-of-the-art private RAG systems while maintaining a fixed privacy budget, offering a scalable solution for privacy-preserving RAG.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes