Retrieval-augmented generation
CRAG
Corrective Retrieval Augmented Generation
Superseded — cited as a baseline and beaten by newer methods
11 papers critique it · 11 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites CRAG as a baseline.
existing approaches---including Self-RAG~asai2024selfrag and CRAG~yan2024crag---primarily target retrieval relevance without explicitly detecting or resolving contradictions
“However, these methods still operate at the document level, failing to adequately filter individual text chunks.”
“it lacks the capability for high-level reasoning”
“CRAG provides a comprehensive benchmark with multi-hop and aggregation questions requiring cross-document synthesis, but operates on a fixed dataset without vertical-domain customization”
“CRAG~yan2024corrective, on the other hand, leverages the large-scale web search to supplement and rely on the vanilla LLM to integrate and refine knowledge from different sources. However, when the vanilla LLM fails to identify the defects in retrieved results, the whole pipeline would be broken and ineffective.”
“While these methods improve robustness against irrelevant context, they typically operate via Breadth-First Addition: they append new passages to the existing context.”
“CRAG~yan2024corrective uses an iterative approach with a small evaluator model but it still relies on GPT-3.5 for query rewriting.”
“While effective, these approaches often add supervision, special control tokens, auxiliary probers, or multi-stage loops that increase engineering complexity and latency.”
“While these approaches have improved robustness, leveraging LLMs' in-context learning capabilities in these scenarios is still underexplored.”
“Although CRAG improves the quality of retrieval, it does not address inaccuracies and irrelevancies in the final response.”
“the pre-processing methods introduce additional computational costs during inference and may lead to the loss of essential information.”
Beaten on benchmarks
Head-to-head results where a newer method reports beating CRAG. Values are copied from the source paper's tables — verify against the cited paper.
R²AG beats CRAG
0.1687 vs 0.0047
MuSiQue F1 · [Frozen LLMs]
R^2AG: Incorporating Retrieval Information into Retrieval Augmented GenerationSEAL-RAG beats CRAG
76 vs 28
RbFT beats CRAG
33.8 vs 13.5
EM · [Llama, Hard (τ=1.0) - Counterfactual]
RbFT: Robust Fine-tuning for Retrieval-Augmented Generation against Retrieval DefectsAMADEUS beats CRAG
8.63 vs 5.24
ConflictRAG beats CRAG
65.8 vs 51.2
Correctness (%) · [AmbigQA]
ConflictRAG: Detecting and Resolving Knowledge Conflicts in Retrieval Augmented GenerationHybrid + Cohere Rerank beats CRAG
0.683 vs 0.536
DRAG beats CRAG
86.2 vs 68.6
ChunkRAG beats CRAG
86.4 vs 74.1
FactScore · [(C) Advanced RAG (SelfRAG-LLaMA2-7b)]
ChunkRAG: Novel LLM-Chunk Filtering Method for RAG SystemsTok-RAG beats CRAG
68.1 vs 61.1
Accuracy · [0% hard negative passages (clean retrieval)]
A Theory for Token-Level Harmonization in Retrieval-Augmented GenerationTARG-Margin beats CRAG
61.8 vs 56.6
Self-Correcting RAG beats CRAG
37.1 vs 34.3
Exact Match (EM) · [Average across all QA benchmarks]
Self-Correcting RAG: Enhancing Faithfulness via MMKP Context Selection and NLI-Guided MCTS
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.
- May 26, 2026
- ConflictRAGConflictRAG: Detecting and Resolving Knowledge Conflicts in Retrieval Augmented GenerationMay 17, 2026
- SEMA-RAGSEMA-RAG: A Self-Evolving Multi-Agent Retrieval-Augmented Generation Framework for Medical ReasoningMay 16, 2026
- PyRAGRetrieval is Cheap, Show Me the Code: Executable Multi-Hop Reasoning for Retrieval-Augmented GenerationMay 13, 2026
- CoRM-RAGBeyond Semantic Relevance: Counterfactual Risk Minimization for Robust Retrieval-Augmented GenerationMay 2, 2026
- STEMSTEM: Structure-Tracing Evidence Mining for Knowledge Graphs-Driven Retrieval-Augmented GenerationApr 24, 2026
- Apr 22, 2026
- Self-Correcting RAGSelf-Correcting RAG: Enhancing Faithfulness via MMKP Context Selection and NLI-Guided MCTSApr 12, 2026
- Mar 7, 2026
- Cooperative Retrieval-Augmented Generation (CoRAG)Rethinking Retrieval-Augmented Generation as a Cooperative Decision-Making ProblemFeb 21, 2026
- Jan 29, 2026