paper-with-me

홈 › Papers

ReSearch: Learning to Reason with Search for LLMs via Reinforcement Learning

2025-03-25 · Mingyang Chen, Tianpeng Li, Haoze Sun, Yijie Zhou, Chenzheng Zhu, Haofen Wang, Jeff Z. Pan, Wen Zhang, Huajun Chen, Fan Yang, Zenan Zhou, WeiPeng Chen

Large Language Models (LLMs) have shown remarkable capabilities in reasoning, exemplified by the success of OpenAI-o1 and DeepSeek-R1. However, integrating reasoning with external search processes remains challenging, especially for complex multi-hop questions requiring multiple retrieval steps. We propose ReSearch, a novel framework that trains LLMs to Reason with Search via reinforcement learning without using any supervised data on reasoning steps. Our approach treats search operations as integral components of the reasoning chain, where when and how to perform searches is guided by text-based thinking, and search results subsequently influence further reasoning. We train ReSearch on Qwen2.5-7B(-Instruct) and Qwen2.5-32B(-Instruct) models and conduct extensive experiments. Despite being trained on only one dataset, our models demonstrate strong generalizability across various benchmarks. Analysis reveals that ReSearch naturally elicits advanced reasoning capabilities such as reflection and self-correction during the reinforcement learning process.

📄 PDF Abstract BibTeX arXiv:2503.19470

Code (1)

agent-rl/research pytorch

Tasks

reinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Reinforcement Fine-Tuning Powers Reasoning Capability of Multimodal Large Language Models

2025-05-24 · Haoyuan Sun, Jiaqi Wu, Bo Xia, Yifu Luo 외

Standing in 2025, at a critical juncture in the pursuit of Artificial General Intelligence (AGI), reinforcement fine-tuning (RFT) has demonstrated significant potential in enhancing the reasoning capability of large lang…

Position

SFR-DeepResearch: Towards Effective Reinforcement Learning for Autonomously Reasoning Single Agents

2025-09-08 · Xuan-Phi Nguyen, Shrey Pandit, Revanth Gangi Reddy, Austin Xu 외 arxiv

Equipping large language models (LLMs) with complex, interleaved reasoning and tool-use capabilities has become a key focus in agentic AI research, especially with recent advances in reasoning-oriented (``thinking'') mod…

Reinforcement Learning

Towards Large Reasoning Models: A Survey of Reinforced Reasoning with Large Language Models

2025-01-16 · Fengli Xu, Qianyue Hao, Zefang Zong, Jingwei Wang 외

Language has long been conceived as an essential tool for human reasoning. The breakthrough of Large Language Models (LLMs) has sparked significant research interest in leveraging these models to tackle complex reasoning…

Reinforcement Learning (RL)

A Survey of Reinforcement Learning for Large Language Models under Data Scarcity: Challenges and Solutions

2026-04-19 · Zhiyin Yu, Yuchen Mou, Juncheng Yan, Junyu Luo 외 arxiv

Reinforcement learning (RL) has emerged as a powerful post-training paradigm for enhancing the reasoning capabilities of large language models (LLMs). However, reinforcement learning for LLMs faces substantial data scarc…

Reinforcement Learning

Reasoning Does Not Necessarily Improve Role-Playing Ability

2025-02-24 · Xiachong Feng, Longxu Dou, Lingpeng Kong

The application of role-playing large language models (LLMs) is rapidly expanding in both academic and commercial domains, driving an increasing demand for high-precision role-playing models. Simultaneously, the rapid ad…