Retrieval-augmented generation
DRAGIN
Superseded — cited as a baseline and beaten by newer methods
5 papers critique it · 8 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites DRAGIN as a baseline.
Adaptive methods such as FLARE~jiang2023active, Self-RAG~asai2024selfrag, and DRAGIN~su2024dragin dynamically trigger retrieval based on uncertainty signals, but do so reactively, first detecting uncertainty and then blocking generation to perform retrieval.
“These signals can offer insights into the model's reasoning process, but often require access to model weights and, consequently, cannot be used with closed-source LLMs. Additionally, the lack of interpretability in latent representations undermines trustworthiness, making these signals less suitable for applications such as healthcare, where trustworthiness plays a critical role.”
“This demonstrates that relying on a single token's confidence as the signal can result in ineffective intervention, allowing multiple low-confidence tokens to be generated before retrieve.”
“However, current dynamic RAG methods fail to predict whether the LLM has the capability to answer a question prior to generation, thereby triggering retrieval in advance. Moreover, most methods often rely on static rules, leading to ineffective timing for retrieval triggers during the generation process.”
“However, the former approach has limitations as LLMs tend to be overconfident, generating high-confidence probability distributions even when lacking relevant knowledge.”
Beaten on benchmarks
Head-to-head results where a newer method reports beating DRAGIN. Values are copied from the source paper's tables — verify against the cited paper.
Probing-RAG beats DRAGIN
8.8 vs 4.8
ACC · [Gemma-2b out-of-domain MuSiQue]
Probing-RAG: Self-Probing to Guide Language Models in Selective Document RetrievalP-RAG beats DRAGIN
0.1334 vs 0.0901
F1 Score · [LLaMA-1B, 2WikiMultihopQA Compose]
Parametric Retrieval Augmented GenerationETC beats DRAGIN
0.420 vs 0.320
Avg.Score · [Llama3-8b]
Modeling Uncertainty Trends for Timely Retrieval in Dynamic RAGDioR beats DRAGIN
0.245 vs 0.188
SEAKR beats DRAGIN
36.5 vs 28.7
ICA-RAG beats DRAGIN
53.53 vs 45.03
MedRAG beats DRAGIN
79.25 vs 78.72
diagnostic accuracy · [CPDD L1]
MedRAG: Enhancing Retrieval-augmented Generation with Knowledge Graph-Elicited Reasoning for Healthcare Copilot
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