Retrieval-augmented generation
Adaptive-RAG
Superseded — cited as a baseline and beaten by newer methods
6 papers critique it · 12 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites Adaptive-RAG as a baseline.
Furthermore, component-specific tuners GEPA, Adaptiverag focus narrowly on prompts or retrieval intensity, overlooking critical infrastructure-level hyperparameters like chunk size.
“Adaptive-RAG jeong2024adaptive assesses query complexity based on changes in the correctness of an LLM's response, but can only utilize to queries that are answered correctly, overlooking the nuanced effects of retrieved documents beyond basic accuracy.”
“external classifiers in Adaptive-RAG often fail to fully leverage the internal decision-making capabilities of the language model. This leads to unnecessary additional retrieval steps, resulting in knowledge conflicts between the model's internal knowledge and externally retrieved information.”
“However, it is inherently difficult for the LLM to accurately assess the boundaries of its knowledge in the process of making discrete retrieval decisions”
“But the method remains impractical due to its inability to dynamically adjust the accuracy-cost trade-off. Specifically, it lacks user-driven flexibility, preventing fine-grained control over retrieval strategies in order to support diverse application needs.”
“While the latter approach relies heavily on input content characteristics. For instance, Jeong et al. define "simple questions" as single-hop queries (e.g., "When is Michael F. Phelps's birthday?") and "difficult questions" as multi-hop queries (e.g., "What currency is used in Bill Gates's birthplace?"). Such question-answering tasks have distinct difficulty gradients, making them relatively easy for models to differentiate. Unlike single-hop or multi-hop question answering tasks, input texts in the medical domain typically do not exhibit obvious structural patterns that can be captured, making it extremely challenging for smaller language models to understand the difficulty of answering them. Therefore, the successful experiences from this approach cannot be directly transferred to other tasks.”
Beaten on benchmarks
Head-to-head results where a newer method reports beating Adaptive-RAG. Values are copied from the source paper's tables — verify against the cited paper.
DR-RAG beats Adaptive-RAG
34.03 vs 8.00
Probing-RAG beats Adaptive-RAG
8.8 vs 3.0
ACC · [Gemma-2b out-of-domain MuSiQue]
Probing-RAG: Self-Probing to Guide Language Models in Selective Document RetrievalHANRAG beats Adaptive-RAG
57.80 vs 33.00
OkraLong beats Adaptive-RAG
1.9 vs 3.9
Vendi-RAG beats Adaptive-RAG
1.89 vs 1.31
Vendi-RAG(s_1=0.8) beats Adaptive-RAG
58.4 vs 47.0
Amber beats Adaptive-RAG
56.0 vs 46.4
acc · [2WikiMQA (multi-hop QA)]
Towards Adaptive Memory-Based Optimization for Enhanced Retrieval-Augmented GenerationRAG² beats Adaptive-RAG
66.3 vs 60.2
Average · [Llama-3-8B-Instruct]
Rationale-Guided Retrieval Augmented Generation for Medical Question AnsweringCARE beats Adaptive-RAG
0.458 vs 0.427
Average · [Mistral-7B]
Conflict-Aware Soft Prompting for Retrieval-Augmented GenerationICA-RAG beats Adaptive-RAG
40.79 vs 38.04
R³AG beats Adaptive-RAG
43.06 vs 40.47
EM · [Average (all benchmarks combined)]
R$^3$AG: Retriever Routing for Retrieval-Augmented Generation
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