Retrieval-augmented generation

RobustRAG

Superseded baseline#13 of 1,179 most-superseded

Superseded — cited as a baseline and beaten by newer methods

13 papers critique it · 8 beat it on benchmarks

What papers say

Verbatim critique sentences, each from a paper that cites RobustRAG as a baseline.

one cannot expect that LLMs always generate correct judgments, and thus the manipulated final input might lose crucial information or include wrong information before conducting answer generation
OpenDecoder: Open Large Language Model Decoding to Incorporate Document Quality in RAG
Although existing defenses can mitigate the impact of poisoning attacks on RAG systems to some extent, they remain vulnerable to advanced attacks, where the attacker craft sophisticated strategies to bypass current safeguards
Traceback of Poisoning Attacks to Retrieval-Augmented Generation
These approaches share an implicit assumption: if the system can identify poisoned evidence, it will naturally avoid acting on it. We show this assumption is incorrect. The deeper problem is the monitoring-control gap: models may detect contradictions and untrustworthy evidence, yet this awareness does not reliably govern their final output.
Cordon-MAS: Defending RAG against Knowledge Poisoning via Information-Flow Control
they suffer from additional computational overhead, such as multiple LLM inferences or substantial memory consumption.
Rescuing the Unpoisoned: Efficient Defense against Knowledge Corruption Attacks on RAG Systems
For instance, RobustRAG~xiang2024certifiably fails when an attacker poisons more than half of the retrieved texts for a target question.
Who Taught the Lie? Responsibility Attribution for Poisoned Knowledge in Retrieval-Augmented Generation
RobustRAG~xiang2024certifiably follows an "isolate-then-aggregate" pipeline, where answers are independently generated for each retrieved document and then aggregated. This approach not only incurs high inference costs but also becomes ineffective when the proportion of negative documents is high.
RbFT: Robust Fine-tuning for Retrieval-Augmented Generation against Retrieval Defects
RobustRAG~xiang2024RobustRAG, as the major existing RAG framework for adversarial robustness, suffers from limited performance in benign (no-attack) scenarios and struggles in complex generation tasks.
ReliabilityRAG: Effective and Provably Robust Defense for RAG-based Web-Search
For numerical manipulation: the poisoned passage is semantically identical to the original and will appear in top-k with high rank. The isolated response from the poisoned passage will say `$15,500` while responses from other passages (if any discuss the same topic) will say `$15,000.` However, in a mixed corpus with 1,000+ passages, the probability that multiple top-k passages discuss the exact same numerical claim is low. The poisoned passage often stands alone on its topic, making majority vote ineffective because there is no majority to outvote it.
RAGShield: Provenance-Verified Defense-in-Depth Against Knowledge Base Poisoning in Government Retrieval-Augmented Generation Systems
the aforementioned defense methods necessitate the integration of additional large models, incurring considerable overheads. Meanwhile, it is difficult to promptly assess whether the current response of RAG is trustworthy or not. Moreover, they're all ``best-effort'' schemes, offering no guarantee on the defense effectiveness.
RevPRAG: Revealing Poisoning Attacks in Retrieval-Augmented Generation through LLM Activation Analysis
However, CAR~weller-etal-2024-defending and RobustRAG~xiang2024certifiably require multiple rounds of model inference, leading to inefficiency.
CrAM: Credibility-Aware Attention Modification in LLMs for Combating Misinformation in RAG
RobustRAG extracts document keywords as context, which also results in information loss.
BiRD: A Bidirectional Ranking Defense Mechanism for Retrieval Augmented Generation
Heuristic aggregation or filtering~xiang2024certifiably often causes utility loss, while optimization-based consistency selection~shenreliabilityrag typically relies on approximations without strong guarantees.
RADAR: Defending RAG Dynamically against Retrieval Corruption

Beaten on benchmarks

Head-to-head results where a newer method reports beating RobustRAG. Values are copied from the source paper's tables — verify against the cited paper.

What to use instead

Recent methods in the same sub-problem, not yet superseded in the knowledge base — arXiv benchmark leaders, not vetted production recommendations.