arXiv:2604.18235cs.CLcs.AI2026-04被引 1

改进搜索代理的奖励校准,让模型更稳定地学习复杂问题解答

Negative Advantages Is a Double-Edged Sword: Calibrating advantages in GRPO for Search Agents

论文配图:Negative Advantages Is a Double-Edged Sword: Calibrating advantages in GRPO for Search Agents
图 1 · 摘自论文原文
  • 基于中间步骤正确性精细调整负向奖励,避免误罚
  • 平衡正负奖励比例,显著提升训练稳定性,避免能力退化
  • 轻量级设计,无需修改模型即可部署,适合各类搜索代理

搜索代理通过与搜索引擎的多轮交互实现强问答性能,其中组相对策略优化(GRPO)是广泛使用的训练算法。然而,在多跳搜索场景下,GRPO类方法仍面临多重挑战:首先,当最终答案错误时,正确的中间步骤常被错误惩罚;其次,训练极不稳定,易导致自然语言能力退化甚至灾难性训练崩溃。我们分析发现,这些问题源于粗粒度的优势分配以及正负优势间的失衡。为此,我们提出针对搜索代理的校准优势方法CalibAdv,能更准确、更稳定地建模奖励与惩罚。具体而言,CalibAdv利用中间步骤的正确性,在细粒度层面下调过大的负向优势,并进一步重新平衡正负优势以提升训练稳定性。重要的是,CalibAdv采用轻量级设计,仅从标准采样信号中校准优势,部署简便。在三个模型和七个基准上的大量实验表明,CalibAdv同时提升了模型性能与训练稳定性。代码已开源:https://github.com/wujwyi/CalibAdv。

原文摘要 · Abstract (English)

Search agents achieve strong question-answering performance through multi-turn interactions with search engines, with Group Relative Policy Optimization (GRPO) being a widely used training algorithm. However, GRPO-style algorithms still face several challenges in multi-hop search settings. First, correct intermediate steps are often penalized when the final answer is wrong. Second, training is highly unstable, often causing degradation of natural language ability or even catastrophic training collapse. Our analysis attributes these issues to coarse-grained advantage assignment and an imbalance between positive and negative advantages. To address these problems, we propose CalibAdv, an advantage calibration method specifically designed for search agents that enables more accurate and more stable modeling of penalties and rewards. Specifically, CalibAdv leverages the correctness of intermediate steps to downscale excessive negative advantages at a fine-grained level. It then further rebalances positive and negative advantages to improve training stability. Importantly, CalibAdv adopts a lightweight design that calibrates advantages from standard rollout signals, making it simple and easy to deploy. Extensive experiments across three models and seven benchmarks demonstrate that CalibAdv improves both model performance and training stability. Our code is available at https://github.com/wujwyi/CalibAdv.

强化学习搜索代理奖励校准训练稳定

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。