Retrieval-augmented generation

Adaptive-RAG

Adaptive-RAG: Learning to Adapt Retrieval-Augmented Large Language Models through Question Complexity

Superseded baseline#15 of 1,179 most-superseded · first seen Mar 21, 2024

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.
CDS4RAG: Cyclic Dual-Sequential Hyperparameter Optimization for RAG
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.
Rationale-Guided Retrieval Augmented Generation for Medical Question Answering
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.
Probing-RAG: Self-Probing to Guide Language Models in Selective Document Retrieval
However, it is inherently difficult for the LLM to accurately assess the boundaries of its knowledge in the process of making discrete retrieval decisions
Conflict-Aware Soft Prompting for Retrieval-Augmented Generation
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.
Fast or Better? Balancing Accuracy and Cost in Retrieval-Augmented Generation with Flexible User Control
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.
ICA-RAG: Information Completeness Guided Adaptive Retrieval-Augmented Generation for Disease Diagnosis

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.

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.