paper-with-me

홈 › Papers

Improving Search Agent with One Line of Code

2026-03-10 · Jian Li, Dongsheng Chen, Zhenhua Xu, Yizhang Jin, Jiafu Wu, Chengjie Wang, Xiaotong Yuan, Yabiao Wang arxiv

Tool-based Agentic Reinforcement Learning (TARL) has emerged as a promising paradigm for training search agents to interact with external tools for a multi-turn information-seeking process autonomously. However, we identify a critical training instability that leads to catastrophic model collapse: Importance Sampling Distribution Drift(ISDD). In Group Relative Policy Optimization(GRPO), a widely adopted TARL algorithm, ISDD manifests as a precipitous decline in the importance sampling ratios, which nullifies gradient updates and triggers irreversible training failure. To address this, we propose \textbf{S}earch \textbf{A}gent \textbf{P}olicy \textbf{O}ptimization (\textbf{SAPO}), which stabilizes training via a conditional token-level KL constraint. Unlike hard clipping, which ignores distributional divergence, SAPO selectively penalizes the KL divergence between the current and old policies. Crucially, this penalty is applied only to positive tokens with low probabilities where the policy has shifted excessively, thereby preventing distribution drift while preserving gradient flow. Remarkably, SAPO requires only one-line code modification to standard GRPO, ensuring immediate deployability. Extensive experiments across seven QA benchmarks demonstrate that SAPO achieves \textbf{+10.6\% absolute improvement} (+31.5\% relative) over Search-R1, yielding consistent gains across varying model scales (1.5B, 14B) and families (Qwen, LLaMA).

📄 PDF Abstract BibTeX arXiv:2603.10069

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

ResearchCodeAgent: An LLM Multi-Agent System for Automated Codification of Research Methodologies

2025-04-28 · Shubham Gandhi, Dhruv Shah, Manasi Patwardhan, Lovekesh Vig 외

In this paper we introduce ResearchCodeAgent, a novel multi-agent system leveraging large language models (LLMs) agents to automate the codification of research methodologies described in machine learning literature. The…

BenchmarkingData Augmentation

Code Researcher: Deep Research Agent for Large Systems Code and Commit History

2025-05-27 · Ramneet Singh, Sathvik Joel, Abhav Mehrotra, Nalin Wadhwa 외

Large Language Model (LLM)-based coding agents have shown promising results on coding benchmarks, but their effectiveness on systems code remains underexplored. Due to the size and complexities of systems code, making ch…

Large Language Model

AgentDisCo: Towards Disentanglement and Collaboration in Open-ended Deep Research Agents

2026-05-12 · Jiarui Jin, Zexuan Yan, Shijian Wang, Wenxiang Jiao 외 arxiv

In this paper, we present AgentDisCo, a novel Disentangled and Collaborative agentic architecture that formulates deep research as an adversarial optimization problem between information exploration and exploitation. Unl…

AutoResearch: An Execution-Grounded Multi-Agent Framework for Reliable Research Workflow Automation

2026-05-04 · Rajesh Kumar, Waqar Ali, Junaid Ahmed, Abdullah Aman Khan 외 arxiv

Automated research agents increasingly generate code, retrieve literature, and draft scientific artifacts, but they often fail to verify whether generated experiments execute correctly or whether cited sources support ge…

Code Repair

Automating Formal Verification with Agent-Guided Tree Search

2026-05-26 · Leo Yao arxiv

Formal verification offers a path to provably correct software, but writing verified code remains expensive enough that the technique is rarely used in production. Recent large language models can accelerate this work, a…

Code Generation