Riddle Me This! Stealthy Membership Inference for Retrieval-Augmented Generation
Ali Naseh, Yuefeng Peng, Anshuman Suri, Harsh Chaudhari, Alina Oprea, Amir Houmansadr

TL;DR
This paper introduces a stealthy membership inference attack on Retrieval-Augmented Generation systems, showing it can accurately identify documents with minimal queries and low cost, surpassing prior methods in stealth and effectiveness.
Contribution
The paper presents Interrogation Attack, a novel natural-language query-based membership inference method that is more stealthy, efficient, and effective than existing approaches for RAG systems.
Findings
Achieves 2x higher true positive rate at 1% false positive rate compared to prior attacks.
Operates with only 30 queries per document, maintaining stealth.
Costs less than $0.02 per document inference, demonstrating high efficiency.
Abstract
Retrieval-Augmented Generation (RAG) enables Large Language Models (LLMs) to generate grounded responses by leveraging external knowledge databases without altering model parameters. Although the absence of weight tuning prevents leakage via model parameters, it introduces the risk of inference adversaries exploiting retrieved documents in the model's context. Existing methods for membership inference and data extraction often rely on jailbreaking or carefully crafted unnatural queries, which can be easily detected or thwarted with query rewriting techniques common in RAG systems. In this work, we present Interrogation Attack (IA), a membership inference technique targeting documents in the RAG datastore. By crafting natural-text queries that are answerable only with the target document's presence, our approach demonstrates successful inference with just 30 queries while remaining…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Domain Adaptation and Few-Shot Learning · Expert finding and Q&A systems
MethodsRefunds@Expedia|||How do I get a full refund from Expedia? · Attention Is All You Need · Linear Warmup With Linear Decay · Weight Decay · WordPiece · Attention Dropout · Layer Normalization · Linear Layer · Byte Pair Encoding · Dense Connections
