paper-with-me

Papers

Exposing Privacy Risks in Graph Retrieval-Augmented Generation

2025-08-24 · Jiale Liu, Jiahao Zhang, Suhang Wang arxiv

Retrieval-Augmented Generation (RAG) is a powerful technique for enhancing Large Language Models (LLMs) with external, up-to-date knowledge. Graph RAG has emerged as an advanced paradigm that leverages graph-based knowledge structures to provide more coherent and contextually rich answers. However, the move from plain document retrieval to structured graph traversal introduces new, under-explored privacy risks. This paper investigates the data extraction vulnerabilities of the Graph RAG systems. We design and execute tailored data extraction attacks to probe their susceptibility to leaking both raw text and structured data, such as entities and their relationships. Our findings reveal a critical trade-off: while Graph RAG systems may reduce raw text leakage, they are significantly more vulnerable to the extraction of structured entity and relationship information. We also explore potential defense mechanisms to mitigate these novel attack surfaces. This work provides a foundational analysis of the unique privacy challenges in Graph RAG and offers insights for building more secure systems.

📄 PDF Abstract BibTeX arXiv:2508.17222

Code (0)

등록된 구현이 없습니다.

Similar 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-…

Information Retrieval

SD-RAG: A Prompt-Injection-Resilient Framework for Selective Disclosure in Retrieval-Augmented Generation

2026-01-16 · Aiman Al Masoud, Marco Arazzi, Antonino Nocera arxiv

Retrieval-Augmented Generation (RAG) has attracted significant attention due to its ability to combine the generative capabilities of Large Language Models (LLMs) with knowledge obtained through efficient retrieval mecha…

Differentially Private Retrieval-Augmented Generation

2026-02-16 · Tingting Tang, James Flemings, Yongqin Wang, Murali Annavaram arxiv

Retrieval-augmented generation (RAG) is a widely used framework for reducing hallucinations in large language models (LLMs) on domain-specific tasks by retrieving relevant documents from a database to support accurate re…

SoK: Privacy Risks and Mitigations in Retrieval-Augmented Generation Systems

2026-01-07 · Andreea-Elena Bodea, Stephen Meisenbacher, Alexandra Klymenko, Florian Matthes arxiv

The continued promise of Large Language Models (LLMs), particularly in their natural language understanding and generation capabilities, has driven a rapidly increasing interest in identifying and developing LLM use case…

Natural Language Understanding

Efficient Privacy-Preserving Retrieval Augmented Generation with Distance-Preserving Encryption

2026-01-18 · Huanyi Ye, Jiale Guo, Ziyao Liu, Kwok-Yan Lam arxiv

RAG has emerged as a key technique for enhancing response quality of LLMs without high computational cost. In traditional architectures, RAG services are provided by a single entity that hosts the dataset within a truste…