paper-with-me

홈 › Papers

R1-Searcher++: Incentivizing the Dynamic Knowledge Acquisition of LLMs via Reinforcement Learning

2025-05-22 · Huatong Song, Jinhao Jiang, Wenqing Tian, Zhipeng Chen, YuHuan Wu, Jiahao Zhao, Yingqian Min, Wayne Xin Zhao, Lei Fang, Ji-Rong Wen

Large Language Models (LLMs) are powerful but prone to hallucinations due to static knowledge. Retrieval-Augmented Generation (RAG) helps by injecting external information, but current methods often are costly, generalize poorly, or ignore the internal knowledge of the model. In this paper, we introduce R1-Searcher++, a novel framework designed to train LLMs to adaptively leverage both internal and external knowledge sources. R1-Searcher++ employs a two-stage training strategy: an initial SFT Cold-start phase for preliminary format learning, followed by RL for Dynamic Knowledge Acquisition. The RL stage uses outcome-supervision to encourage exploration, incorporates a reward mechanism for internal knowledge utilization, and integrates a memorization mechanism to continuously assimilate retrieved information, thereby enriching the model's internal knowledge. By leveraging internal knowledge and external search engine, the model continuously improves its capabilities, enabling efficient retrieval-augmented reasoning. Our experiments demonstrate that R1-Searcher++ outperforms previous RAG and reasoning methods and achieves efficient retrieval. The code is available at https://github.com/RUCAIBox/R1-Searcher-plus.

📄 PDF Abstract BibTeX arXiv:2505.17005

Code (3)

rucaibox/r1-searcher-plus 공식 구현
RUCAIBox/R1-Searcher pytorch
rucaibox/simpledeepsearcher

Tasks

MemorizationRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
WordPiece 설명 없음
Weight Decay 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

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

2025-03-07 · Huatong Song, Jinhao Jiang, Yingqian Min, Jie Chen 외

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 c…

RAGReinforcement Learning (RL)

DeepVoyager-VL: Incentivizing Vision-in-the-Loop Search for Long-Horizon Multimodal Agents

2026-08-03 · Huanyao Zhang, Jiepeng Zhou, Runhao Zhao, Yanzhe Shan 외 hf

Multimodal large language models (MLLMs) have advanced visual understanding and reasoning, yet their static parametric knowledge limits their ability to address knowledge-intensive and dynamically evolving open-world pro…

Reinforcement Learning

O$^2$-Searcher: A Searching-based Agent Model for Open-Domain Open-Ended Question Answering

2025-05-22 · Jianbiao Mei, Tao Hu, Daocheng Fu, Licheng Wen 외

Large Language Models (LLMs), despite their advancements, are fundamentally limited by their static parametric knowledge, hindering performance on tasks requiring open-domain up-to-date information. While enabling LLMs t…

Answer GenerationOpen-Ended Question AnsweringQuestion AnsweringWorld Knowledge

From Web Search towards Agentic Deep Research: Incentivizing Search with Reasoning Agents

2025-06-23 · Weizhi Zhang, Yangning Li, Yuanchen Bei, Junyu Luo 외

Information retrieval is a cornerstone of modern knowledge acquisition, enabling billions of queries each day across diverse domains. However, traditional keyword-based search engines are increasingly inadequate for hand…

Information RetrievalRetrieval

Incentivizing Reasoning for Advanced Instruction-Following of Large Language Models

2025-06-02 · Yulei Qin, Gang Li, Zongyi Li, Zihan Xu 외

Existing large language models (LLMs) face challenges of following complex instructions, especially when multiple constraints are present and organized in paralleling, chaining, and branching structures. One intuitive so…

Instruction FollowingReinforcement Learning (RL)