Retrieval-augmented generation

ReAct

ReAct: Synergizing Reasoning and Acting in Language Models

Superseded baseline#12 of 1,179 most-superseded · first seen Oct 6, 2022

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.
RAG-Gym: Systematic Optimization of Language Agents for Retrieval-Augmented Generation
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.
VimRAG: Navigating Massive Visual Context in Retrieval-Augmented Generation via Multimodal Memory Graph
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
EHR-RAG: Bridging Long-Horizon Structured Electronic Health Records and Large Language Models via Enhanced Retrieval-Augmented Generation
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.
Plan*RAG: Efficient Test-Time Planning for Retrieval Augmented Generation
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.
PrefRAG: Preference-Driven Multi-Source Retrieval Augmented Generation
However, planning for complex questions is non-trivial, especially for smaller LLMs (with fewer than 10 billion parameters), which often require supervised fine-tuning
Learning to Plan for Retrieval-Augmented Large Language Models from Knowledge Graphs

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.

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.