Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

An Empirical Study on Reinforcement Learning for Reasoning-Search Interleaved LLM Agents

About

Reinforcement learning (RL) has demonstrated strong potential in training large language models (LLMs) capable of complex reasoning for real-world problem solving. More recently, RL has been leveraged to create sophisticated LLM-based search agents that adeptly combine reasoning with search engine use. While the use of RL for training search agents is promising, the optimal design of such agents remains not fully understood. In particular, key factors -- such as (1) reward formulation, (2) the choice and characteristics of the underlying LLM, and (3) the role of the search engine in the RL process -- require further investigation. In this work, we conduct comprehensive empirical studies to systematically investigate these and offer actionable insights. We highlight several key findings: format rewards are effective in improving final performance, whereas intermediate retrieval rewards have limited impact; the scale and initialization of the LLM (general-purpose vs. reasoning-specialized) significantly influence RL outcomes; and the choice of search engine plays a critical role in shaping RL training dynamics and the robustness of the trained agent during inference. These establish important guidelines for successfully building and deploying LLM-based search agents in real-world applications. Code is available at https://github.com/PeterGriffinJin/Search-R1.

Bowen Jin, Jinsung Yoon, Priyanka Kargupta, Sercan O. Arik, Jiawei Han• 2025

Related benchmarks

TaskDatasetResultRank
Multi-hop Question AnsweringHotpotQA (test)
F126.5
334
Multi-hop Question Answering2WikiMultiHopQA (test)
EM21.3
247
Multi-hop Question AnsweringMuSiQue (test)
F19.2
151
Multi-hop Question AnsweringBamboogle (test)
EM8
110
Multi-hop Question AnsweringHotpotQA in-domain
EM43.6
53
General Question AnsweringTriviaQA out-of-domain (val test)
EM64.4
33
Question AnsweringNQ (Natural Questions) in-domain (test)
Exact Match48.8
29
Multi-hop Question Answering2WIKI (out-of-domain)
Accuracy41.2
28
Question AnsweringPopQA out-of-domain
Exact Match46.9
18
Multi-hop Question AnsweringBamboogle (out-of-domain)
Exact Match40.3
18
Showing 10 of 19 rows

Other info

Follow for update