paper-with-me

Papers

PIR-RAG: A System for Private Information Retrieval in Retrieval-Augmented Generation

2025-09-01 · Baiqiang Wang, Qian Lou, Mengxin Zheng, Dongfang Zhao arxiv

Retrieval-Augmented Generation (RAG) has become a foundational component of modern AI systems, yet it introduces significant privacy risks by exposing user queries to service providers. To address this, we introduce PIR-RAG, a practical system for privacy-preserving RAG. PIR-RAG employs a novel architecture that uses coarse-grained semantic clustering to prune the search space, combined with a fast, lattice-based Private Information Retrieval (PIR) protocol. This design allows for the efficient retrieval of entire document clusters, uniquely optimizing for the end-to-end RAG workflow where full document content is required. Our comprehensive evaluation against strong baseline architectures, including graph-based PIR and Tiptoe-style private scoring, demonstrates PIR-RAG's scalability and its superior performance in terms of "RAG-Ready Latency"-the true end-to-end time required to securely fetch content for an LLM. Our work establishes PIR-RAG as a viable and highly efficient solution for privacy in large-scale AI systems.

📄 PDF Abstract BibTeX arXiv:2509.21325

Code (0)

등록된 구현이 없습니다.

Tasks

Information Retrieval

Similar Papers 제목 키워드 기반

Retrieval Augmented Thought Process for Private Data Handling in Healthcare

2024-02-12 · Thomas Pouplin, Hao Sun, Samuel Holt, Mihaela van der Schaar

Large Language Models (LLMs) have demonstrated the strong potential to assist both clinicians and the general public with their extensive medical knowledge. However, their application in healthcare is constrained due to …

Decision MakingInformation RetrievalQuestion AnsweringRetrieval+1

The Good and The Bad: Exploring Privacy Issues in Retrieval-Augmented Generation (RAG)

2024-02-23 · Shenglai Zeng, Jiankun Zhang, Pengfei He, Yue Xing 외

Retrieval-augmented generation (RAG) is a powerful technique to facilitate language model with proprietary and private data, where data privacy is a pivotal concern. Whereas extensive research has demonstrated the privac…

Language ModelingLanguage ModellingRAGRetrieval+1

Don't forget private retrieval: distributed private similarity search for large language models

2023-11-21 · Guy Zyskind, Tobin South, Alex Pentland

While the flexible capabilities of large language models (LLMs) allow them to answer a range of queries based on existing learned knowledge, information retrieval to augment generation is an important tool to allow LLMs …

Information RetrievalRetrievalRetrieval-augmented Generation

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

2025-10-08 · Junki Mori, Kazuya Kakizaki, Taiki Miyagawa, Jun Sakuma arxiv

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 …

Text Generation

DP-RDM: Adapting Diffusion Models to Private Domains Without Fine-Tuning

2024-03-21 · Jonathan Lebensold, Maziar Sanjabi, Pietro Astolfi, Adriana Romero-Soriano 외

Text-to-image diffusion models have been shown to suffer from sample-level memorization, possibly reproducing near-perfect replica of images that they are trained on, which may be undesirable. To remedy this issue, we de…

MemorizationRetrievalRetrieval-augmented Generation