paper-with-me

홈 › Papers

Enhancing LLM-based Search Agents via Contribution Weighted Group Relative Policy Optimization

2026-04-15 · Junzhe Wang, Zhiheng Xi, Yajie Yang, Hao Luo, Shihan Dou, Tao Gui, Qi Zhang arxiv

Search agents extend Large Language Models (LLMs) beyond static parametric knowledge by enabling access to up-to-date and long-tail information unavailable during pretraining. While reinforcement learning has been widely adopted for training such agents, existing approaches face key limitations: process supervision often suffers from unstable value estimation, whereas outcome supervision struggles with credit assignment due to sparse, trajectory-level rewards. To bridge this gap, we propose Contribution-Weighted GRPO (CW-GRPO), a framework that integrates process supervision into group relative policy optimization. Instead of directly optimizing process rewards, CW-GRPO employs an LLM judge to assess the retrieval utility and reasoning correctness at each search round, producing per-round contribution scores. These scores are used to rescale outcome-based advantages along the trajectory, enabling fine-grained credit assignment without sacrificing optimization stability. Experiments on multiple knowledge-intensive benchmarks show that CW-GRPO outperforms standard GRPO by 5.0% on Qwen3-8B and 6.3% on Qwen3-1.7B, leading to more effective search behaviors. Additional analysis reveals that successful trajectories exhibit concentrated contributions in specific rounds, providing empirical insight into search agent tasks.

📄 PDF Abstract BibTeX arXiv:2604.14267

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Degree-Weighted DeGroot Learning

2023-11-13 · Chen Cheng, Xiao Han, Xin Tong, Yusheng Wu 외

We examine belief formation in large stochastic networks under a degree-weighted DeGroot learning process. In many social settings, agents may place more trust in well-connected individuals or, conversely, discount their…

Unity

From Intelligent Agents to Trustworthy Human-Centred Multiagent Systems

2022-10-05 · Mohammad Divband Soorati, Enrico H. Gerding, Enrico Marchioni, Pavel Naumov 외

The Agents, Interaction and Complexity research group at the University of Southampton has a long track record of research in multiagent systems (MAS). We have made substantial scientific contributions across learning in…

On Maximum Weighted Nash Welfare for Binary Valuations

2022-04-08 · Warut Suksompong, Nicholas Teh

We consider the problem of fairly allocating indivisible goods to agents with weights representing their entitlements. A natural rule in this setting is the maximum weighted Nash welfare (MWNW) rule, which selects an all…

GroupDebate: Enhancing the Efficiency of Multi-Agent Debate Using Group Discussion

2024-09-21 · Tongxuan Liu, Xingyu Wang, Weizhe Huang, Wenjiang Xu 외

In recent years, Large Language Models (LLMs) have demonstrated remarkable capabilities across diverse NLP tasks. Extensive research has explored how to enhance the logical reasoning abilities such as Chain-of-Thought, C…

Logical Reasoning

Weighted Fair Division with Matroid-Rank Valuations: Monotonicity and Strategyproofness

2023-03-25 · Warut Suksompong, Nicholas Teh

We study the problem of fairly allocating indivisible goods to agents with weights corresponding to their entitlements. Previous work has shown that, when agents have binary additive valuations, the maximum weighted Nash…