vix.ing · top · new · best · stats · spec

Search-R1: Training LLMs to Reason and Leverage Search Engines with Reinforcement Learning

2025/03/12 by Bowen Jin, Jin, Bowen, Hansi Zeng +14 · 14 voices · 468 citations
Computer Science · #Information Retrieval and Search Behavior #Natural Language Processing Techniques #Topic Modeling #cs.AI #cs.CL #cs.IR

paper · pdf · doi:10.48550/arxiv.2503.09516

openalex publication_date 2025/03/12 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Efficiently acquiring external knowledge and up-to-date information is essential for effective reasoning and text generation in large language models (LLMs). Prompting advanced LLMs with reasoning capabilities to use search engines during inference is often suboptimal, as the LLM might not fully possess the capability on how to interact optimally with the search engine. This paper introduces Search-R1, an extension of reinforcement learning (RL) for reasoning frameworks where the LLM learns to autonomously generate (multiple) search queries during step-by-step reasoning with real-time retrieval. Search-R1 optimizes LLM reasoning trajectories with multi-turn search interactions, leveraging retrieved token masking for stable RL training and a simple outcome-based reward function. Experiments on seven question-answering datasets show that Search-R1 improves performance by 41% (Qwen2.5-7B) and 20% (Qwen2.5-3B) over various RAG baselines under the same setting. This paper further provides empirical insights into RL optimization methods, LLM choices, and response length dynamics in retrieval-augmented reasoning. The code and model checkpoints are available at https://github.com/PeterGriffinJin/Search-R1.

Citations

Cited by

Discussions

Related