R1-Searcher: Incentivizing the Search Capability in LLMs via Reinforcement Learning

AK's Picks LLM RLHF Latent Reasoning NLP RAG DCRS
现有的大型推理模型(LRMs)展示了强化学习(RL)增强大型语言模型(LLMs)复杂推理能力的潜力。尽管它们在数学和编程等具有挑战性的任务上取得了显著的性能,但这些模型通常依赖其内部知识来解决问题,这在处理时效性或知识密集型问题时可能不足,从而导致不准确和幻觉现象。为了解决这一问题,我们提出了**R1-Searcher**,这是一种新颖的基于结果的两阶段强化学习方法,旨在增强LLMs的搜索能力。该方法使LLMs能够在推理过程中自主调用外部搜索系统以获取额外的知识。我们的框架完全依赖于强化学习,无需过程奖励或蒸馏来进行冷启动。我们的实验表明,该方法显著优于之前的强大RAG方法,即使与闭源的GPT-4o-mini相比也表现出色。
Existing Large Reasoning Models (LRMs) have shown the potential of reinforcement learning (RL) to enhance the complex reasoning capabilities of Large Language Models~(LLMs). While they achieve remarkable performance on challenging tasks such as mathematics and coding, they often rely on their internal knowledge to solve problems, which can be inadequate for time-sensitive or knowledge-intensive questions, leading to inaccuracies and hallucinations. To address this, we propose \textbf{R1-Searcher}, a novel two-stage outcome-based RL approach designed to enhance the search capabilities of LLMs. This method allows LLMs to autonomously invoke external search systems to access additional knowledge during the reasoning process. Our framework relies exclusively on RL, without requiring process rewards or distillation for a cold start. % effectively generalizing to out-of-domain datasets and supporting both Base and Instruct models. Our experiments demonstrate that our method significantly outperforms previous strong RAG methods, even when compared to the closed-source GPT-4o-mini.
许愿