paper-with-me

Papers

ReliabilityRAG: Effective and Provably Robust Defense for RAG-based Web-Search

2025-09-27 · Zeyu Shen, Basileal Imana, Tong Wu, Chong Xiang, Prateek Mittal, Aleksandra Korolova arxiv

Retrieval-Augmented Generation (RAG) enhances Large Language Models by grounding their outputs in external documents. These systems, however, remain vulnerable to attacks on the retrieval corpus, such as prompt injection. RAG-based search systems (e.g., Google's Search AI Overview) present an interesting setting for studying and protecting against such threats, as defense algorithms can benefit from built-in reliability signals -- like document ranking -- and represent a non-LLM challenge for the adversary due to decades of work to thwart SEO. Motivated by, but not limited to, this scenario, this work introduces ReliabilityRAG, a framework for adversarial robustness that explicitly leverages reliability information of retrieved documents. Our first contribution adopts a graph-theoretic perspective to identify a "consistent majority" among retrieved documents to filter out malicious ones. We introduce a novel algorithm based on finding a Maximum Independent Set (MIS) on a document graph where edges encode contradiction. Our MIS variant explicitly prioritizes higher-reliability documents and provides provable robustness guarantees against bounded adversarial corruption under natural assumptions. Recognizing the computational cost of exact MIS for large retrieval sets, our second contribution is a scalable weighted sample and aggregate framework. It explicitly utilizes reliability information, preserving some robustness guarantees while efficiently handling many documents. We present empirical results showing ReliabilityRAG provides superior robustness against adversarial attacks compared to prior methods, maintains high benign accuracy, and excels in long-form generation tasks where prior robustness-focused methods struggled. Our work is a significant step towards more effective, provably robust defenses against retrieved corpus corruption in RAG.

📄 PDF Abstract BibTeX arXiv:2509.23519

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessDocument Ranking

Similar Papers 제목 키워드 기반

Denoised Smoothing: A Provable Defense for Pretrained Classifiers

2020-03-04 · NeurIPS 2020 12 · Hadi Salman, Ming-Jie Sun, Greg Yang, Ashish Kapoor 외

We present a method for provably defending any pretrained image classifier against $\ell_p$ adversarial attacks. This method, for instance, allows public vision API providers and users to seamlessly convert pretrained no…

General Classificationimage-classificationImage ClassificationRobust classification

Optimal Defender Strategies for CAGE-2 using Causal Modeling and Tree Search

2024-07-12 · Kim Hammar, Neil Dhir, Rolf Stadler

The CAGE-2 challenge is considered a standard benchmark to compare methods for autonomous cyber defense. Current state-of-the-art methods evaluated against this benchmark are based on model-free (offline) reinforcement l…

Ground-Truth Adversarial Examples

2018-01-01 · ICLR 2018 1 · Nicholas Carlini, Guy Katz, Clark Barrett, David L. Dill

The ability to deploy neural networks in real-world, safety-critical systems is severely limited by the presence of adversarial examples: slightly perturbed inputs that are misclassified by the network. In recent years, …

Provably Minimally-Distorted Adversarial Examples

2017-09-29 · Nicholas Carlini, Guy Katz, Clark Barrett, David L. Dill

The ability to deploy neural networks in real-world, safety-critical systems is severely limited by the presence of adversarial examples: slightly perturbed inputs that are misclassified by the network. In recent years, …

Cryptographic Backdoor for Neural Networks: Boon and Bane

2025-09-25 · Anh Tu Ngo, Anupam Chattopadhyay, Subhamoy Maitra arxiv

In this paper we show that cryptographic backdoors in a neural network (NN) can be highly effective in two directions, namely mounting the attacks as well as in presenting the defenses as well. On the attack side, a care…

Adversarial Attack