paper-with-me

홈 › Papers

Evaluating the Robustness of Retrieval-Augmented Generation to Adversarial Evidence in the Health Domain

2025-09-04 · Shakiba Amirshahi, Amin Bigdeli, Charles L. A. Clarke, Amira Ghenai arxiv

Retrieval augmented generation (RAG) systems provide a method for factually grounding the responses of a Large Language Model (LLM) by providing retrieved evidence, or context, as support. Guided by this context, RAG systems can reduce hallucinations and expand the ability of LLMs to accurately answer questions outside the scope of their training data. Unfortunately, this design introduces a critical vulnerability: LLMs may absorb and reproduce misinformation present in retrieved evidence. This problem is magnified if retrieved evidence contains adversarial material explicitly intended to promulgate misinformation. This paper presents a systematic evaluation of RAG robustness in the health domain and examines alignment between model outputs and ground-truth answers. We focus on the health domain due to the potential for harm caused by incorrect responses, as well as the availability of evidence-based ground truth for many common health-related questions. We conduct controlled experiments using common health questions, varying both the type and composition of the retrieved documents (helpful, harmful, and adversarial) as well as the framing of the question by the user (consistent, neutral, and inconsistent). Our findings reveal that adversarial documents substantially degrade alignment, but robustness can be preserved when helpful evidence is also present in the retrieval pool. These findings offer actionable insights for designing safer RAG systems in high-stakes domains by highlighting the need for retrieval safeguards. To enable reproducibility and facilitate future research, all experimental results are publicly available in our github repository. https://github.com/shakibaam/RAG_ROBUSTNESS_EVAL

📄 PDF Abstract BibTeX arXiv:2509.03787

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards More Robust Retrieval-Augmented Generation: Evaluating RAG Under Adversarial Poisoning Attacks

2024-12-21 · Jinyan Su, Jin Peng Zhou, Zhengxin Zhang, Preslav Nakov 외

Retrieval-Augmented Generation (RAG) systems have emerged as a promising solution to mitigate LLM hallucinations and enhance their performance in knowledge-intensive domains. However, these systems are vulnerable to adve…

RAGRetrievalRetrieval-augmented Generation

Evaluating Robustness of Generative Search Engine on Adversarial Factual Questions

2024-02-25 · Xuming Hu, Xiaochuan Li, Junzhe Chen, Yinghui Li 외

Generative search engines have the potential to transform how people seek information online, but generated responses from existing large language models (LLMs)-backed generative search engines may not always be accurate…

RetrievalRetrieval-augmented Generation

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 외 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 introdu…

Evaluating and Safeguarding the Adversarial Robustness of Retrieval-Based In-Context Learning

2024-05-24 · Simon Yu, Jie He, Pasquale Minervini, Jeff Z. Pan

With the emergence of large language models, such as LLaMA and OpenAI GPT-3, In-Context Learning (ICL) gained significant attention due to its effectiveness and efficiency. However, ICL is very sensitive to the choice, o…

Adversarial RobustnessIn-Context LearningRetrieval

Removal of Hallucination on Hallucination: Debate-Augmented RAG

2025-05-24 · Wentao Hu, WengYu Zhang, Yiyang Jiang, Chen Jason Zhang 외

Retrieval-Augmented Generation (RAG) enhances factual accuracy by integrating external knowledge, yet it introduces a critical issue: erroneous or biased retrieval can mislead generation, compounding hallucinations, a ph…

HallucinationRAGRetrievalRetrieval-augmented Generation