Retrieval-augmented generation
ReAct
ReAct: Synergizing Reasoning and Acting in Language Models
Superseded — cited as a baseline and beaten by newer methods
6 papers critique it · 15 beat it on benchmarks
What papers say
Verbatim critique sentences, each from a paper that cites ReAct as a baseline.
Existing architectures do not instantiate this full stack. For example, standard RAG systems retrieve based solely on keywords without reasoning, while existing search agents such as ReAct interleave thought and action but lack an explicit mechanism to target generated queries toward answer reasoning.
“There is a fundamental mismatch between the agent's actual execution history and the reshaped prompt presented to the model. This structural blindness masks crucial state parameters; specifically in RAG tasks, it leads to repetitive queries and useless interactions with search engines.”
“ReAct RAG occasionally provides marginal gains over RAG by enabling iterative retrieval and broader evidence coverage; however, it does not consistently translate additional retrieval steps into reliable performance improvements”
“However, a fundamental limitation of ReAct is that the reasoning and retrieval plan exists entirely within the LLM's context window, leading to context overflow as reasoning chains grow, plan fragmentation, and high latency from sequential execution.”
“However, it cannot foresee the features of different retrieval sources and heavily relies on their descriptions for selection, leading to low-quality and unstable multi-source retrieval.”
“However, planning for complex questions is non-trivial, especially for smaller LLMs (with fewer than 10 billion parameters), which often require supervised fine-tuning”
Beaten on benchmarks
Head-to-head results where a newer method reports beating ReAct. Values are copied from the source paper's tables — verify against the cited paper.
Plan*RAG_SubQ beats ReAct
27.43 vs 0.04
Precision · [HotpotQA distractor setting]
Plan*RAG: Efficient Test-Time Planning for Retrieval Augmented GenerationVRAG-RL beats ReAct
63.1 vs 6.7
ViDoSeek Extraction · [Qwen2.5-VL-3B-Instruct]
VRAG-RL: Empower Vision-Perception-Based RAG for Visually Rich Information Understanding via Iterative Reasoning with Reinforcement LearningUniDoc-RL beats ReAct
71.0 vs 10.9
Overall · [Qwen2.5-VL-3B-Instruct]
UniDoc-RL: Coarse-to-Fine Visual RAG with Hierarchical Actions and Dense RewardsLPKG(Llama3) beats ReAct
0.1344 vs 0.0270
PAR-RAG beats ReAct
0.33 vs 0.15
GenGround beats ReAct
27.36 vs 15.34
Goal-Mem beats ReAct
79.44 vs 44.81
LLM Accuracy · [LoCoMo, No Structure, Gemma-4-26B, RAG (Dense)]
Goal-Oriented Reasoning for RAG-based Memory in Conversational Agentic LLM SystemsEHR-RAG beats ReAct
44.07 vs 31.64
VimRAG beats ReAct
45.2 vs 33.6
Overall · [Qwen3-VL-4B-Instruct]
VimRAG: Navigating Massive Visual Context in Retrieval-Augmented Generation via Multimodal Memory GraphMES-RAG beats ReAct
0.80 vs 0.66
Accuracy · [ReAct baseline]
MES-RAG: Bringing Multi-modal, Entity-Storage, and Secure Enhancements to RAGInSemRAG beats ReAct
50.15 vs 42.91
WebQuestions EM · [GPT]
Efficient RAG with Intent-Aware Retrieval and Semantics-Preserving ChunkingEfficientGraph-RAG beats ReAct
0.362 vs 0.318
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.
- Narrative Knowledge WeaverNarrative Knowledge Weaver: Narrative-Centric Retrieval-Augmented Reasoning for Long-Form Text UnderstandingJun 4, 2026
- Jun 4, 2026
- May 30, 2026
- May 27, 2026
- LegalGraphRAGLegalGraphRAG: Multi-Agent Graph Retrieval-Augmented Generation for Reliable Legal ReasoningMay 27, 2026
- In-Context Optimization for RAGIn-Context Optimization for Retrieval-Augmented Generation: A Gradient-Descent PerspectiveMay 25, 2026
- EfficientGraph-RAGEfficientGraph-RAG: Structured Retrieval-State Management for Cross-Task Retrieval-Augmented GenerationMay 25, 2026
- May 22, 2026
- May 12, 2026
- May 7, 2026
- Chain of Evidence (CoE)Chain of Evidence: Pixel-Level Visual Attribution for Iterative Retrieval-Augmented GenerationMay 2, 2026
- CERTA"I Don't Know" -- Towards Appropriate Trust with Certainty-Aware Retrieval Augmented GenerationMay 1, 2026