paper-with-me

Papers

Retrieved But Not Reliable: A Survey on Attacks, and Defenses in Retrieval-Augmented Generation

2026-08-25 · Minh Tran, Cuong Dang, Tuc Nguyen, Khanh-Tung Tran, Minh Huynh Nguyen, Trinh Chau, Kien Le, Do Xuan Long, Jiahao Zhang, Fali Wang, Hoang D. Nguyen, Thanh Le, Suhang Wang arxiv

Retrieval-Augmented Generation (RAG) enhances large language models by grounding outputs in external knowledge, improving factuality and reducing hallucinations. At the same time, the retrieval-augmented pipeline introduces new robustness and security risks, including corpus poisoning, backdoor attacks, privacy leakage, and fairness violations. Despite rapid progress in this area, existing surveys remain limited in their treatment of attacker objectives, threat models, and stage-specific defenses across the full RAG pipeline. This survey presents a unified and pipeline-aware overview of RAG robustness. We formalize threat models over the corpus, retriever, and generator, and organize attacks into three main objectives: accuracy, privacy, and fairness. We further review defenses from a pipeline-aware perspective, covering the retrieval, rerank, generation, and traceback stages. In addition, we summarize robustness benchmarks and explainability methods for more deeply evaluating and explaining RAG robustness.

📄 PDF Abstract BibTeX arXiv:2608.24977

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Through the Stealth Lens: Rethinking Attacks and Defenses in RAG

2025-06-04 · Sarthak Choudhary, Nils Palumbo, Ashish Hooda, Krishnamurthy Dj Dvijotham 외

Retrieval-augmented generation (RAG) systems are vulnerable to attacks that inject poisoned passages into the retrieved set, even at low corruption rates. We show that existing attacks are not designed to be stealthy, al…

RAGRetrieval-augmented Generation

Deep Learning Model Security: Threats and Defenses

2024-12-12 · Tianyang Wang, Ziqian Bi, Yichao Zhang, Ming Liu 외

Deep learning has transformed AI applications but faces critical security challenges, including adversarial attacks, data poisoning, model theft, and privacy leakage. This survey examines these vulnerabilities, detailing…

Data PoisoningDeep LearningFederated Learningmodel+2

Semantic Chameleon: Corpus-Dependent Poisoning Attacks and Defenses in RAG Systems

2026-03-10 · Scott Thornton arxiv

Retrieval-Augmented Generation (RAG) systems extend large language models (LLMs) with external knowledge sources but introduce new attack surfaces through the retrieval pipeline. In particular, adversaries can poison ret…

Recent advancements in LLM Red-Teaming: Techniques, Defenses, and Ethical Considerations

2024-10-09 · Tarun Raheja, Nilay Pochhi, F. D. C. M. Curie

Large Language Models (LLMs) have demonstrated remarkable capabilities in natural language processing tasks, but their vulnerability to jailbreak attacks poses significant security risks. This survey paper presents a com…

Language ModelingLanguage ModellingLarge Language ModelPrompt Engineering+1

Machine Against the RAG: Jamming Retrieval-Augmented Generation with Blocker Documents

2024-06-09 · Avital Shafran, Roei Schuster, Vitaly Shmatikov

Retrieval-augmented generation (RAG) systems respond to queries by retrieving relevant documents from a knowledge database and applying an LLM to the retrieved documents. We demonstrate that RAG systems that operate on d…

RAGRetrievalRetrieval-augmented Generation