Retrieval-augmented generation
FLARE
Active Retrieval Augmented Generation
Superseded — cited as a baseline and beaten by newer methods
11 papers critique it · 14 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites FLARE 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.
“The generate-then-retrieve approach, while effective, is inefficient for queries that definitely need retrieval, as it introduces an extra generation step.”
“these methods overlook the potential noise introduced when handling multiple entities, which can degrade output quality”
“However, they both rely on numerous iterative retrieval and pseudo-generations, leading to significant computational costs as well.”
“FLARE initiates retrieval when any token in a generated sentence has a probability below a certain threshold”
“While effective, these approaches often add supervision, special control tokens, auxiliary probers, or multi-stage loops that increase engineering complexity and latency.”
“Although this method more precisely identifies the LLM's information needs, its efficacy heavily depends on meticulously crafted few-shot prompts brown2020languagemodelsfewshotlearners and requires continuous retrieval and refinement, leading to substantial manual effort and increased inference costs.”
“Although relying on low confidence token for retrieve seems intuitive, we argue that this often results in delayed retrieval, failing to intervene at the optimal moment.”
“However, focusing on local tokens may neglect global reasoning needs.”
“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 FLARE. Values are copied from the source paper's tables — verify against the cited paper.
GlobalRAG beats FLARE
6.63 vs 0.55
Avg F1 · [Qwen2.5-14B-Instruct]
Towards Global Retrieval Augmented Generation: A Benchmark for Corpus-Level ReasoningFREESON beats FLARE
0.55 vs 0.27
EM · [2WikiMultihopQA]
FREESON: Retriever-Free Retrieval-Augmented Reasoning via Corpus-Traversing MCTSProbing-RAG beats FLARE
39.4 vs 21.0
ACC · [Gemma-2b in-domain HotpotQA]
Probing-RAG: Self-Probing to Guide Language Models in Selective Document RetrievalOkraLong beats FLARE
1.9 vs 9.0
ETC beats FLARE
0.376 vs 0.217
Avg.Score · [Vicuna-13b]
Modeling Uncertainty Trends for Timely Retrieval in Dynamic RAGP-RAG beats FLARE
0.1334 vs 0.0823
F1 Score · [LLaMA-1B, 2WikiMultihopQA Compose]
Parametric Retrieval Augmented GenerationUAR beats FLARE
85.32 vs 56.50
Overall · [7B Models]
Unified Active Retrieval for Retrieval Augmented GenerationRAG Ensemble(Generation) beats FLARE
55.1 vs 37.2
Avg. (F1 across 4 datasets) · [Qwen2.5-7B-Instruct backbone]
Revisiting RAG Ensemble: A Theoretical and Mechanistic Analysis of Multi-RAG System CollaborationAuto-RAG beats FLARE
44.3 vs 30.2
AVG · [Iterative Retrieval]
Auto-RAG: Autonomous Retrieval-Augmented Generation for Large Language ModelsSynCheck_MLP beats FLARE
0.867 vs 0.622
AUROC · [Mistral 7B Instruct]
Synchronous Faithfulness Monitoring for Trustworthy Retrieval-Augmented GenerationStellarF beats FLARE
62.90 vs 48.10
CARROT beats FLARE
0.432 vs 0.367
R1 · [WikiPassageQA 256 tokens]
CORAG: A Cost-Constrained Retrieval Optimization System 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