通过校准观察值提升语言模型智能体的强化学习效果
Agentic Reinforcement Learning with Observation-Calibrated Self-Distillation

- 用两个结构相似的回放视角对比,分离出真实观察带来的影响
- 在高不确定性步骤中使用校准后的信号更新词元,提升决策质量
- 适用于需要精准动作调整的复杂任务,如虚拟环境导航
大型语言模型智能体通常通过稀疏的轨迹级奖励进行强化学习,难以指导每个词元的更新强度。在策略自蒸馏(OPSD)中,通过特权回放视角对生成词元重新评分,获得密集的词元级监督信号。然而,我们发现一个混淆问题:所得支持可能同时包含回放视角中的特权信息以及由回放结构引发的分数偏移,难以准确归因于真实信息。尤其当未来环境观察作为特权信息时,重构建造长回放骨架本身会扰动词元得分。为解决此问题,我们提出观察校准自蒸馏(OCSD),通过对比结构匹配的完整回放视图与仅缺失实际未来观察的消融回放视图,提取仅由观察引起的残差信号,从而去除回放骨架的干扰。该残差信号用于调节高不确定性步骤的词元级GRPO更新,同时保持轨迹级更新方向不变。在ALFWorld、WebShop和Search-QA三个数据集上,对Qwen3三种规模模型的实验表明,OCSD持续优于强基线。诊断分析进一步验证,校准残差更贴近局部环境反馈。
原文摘要 · Abstract (English)
Large language model agents are commonly trained through reinforcement learning with sparse trajectory-level rewards, which offer limited guidance on how strongly individual tokens should be updated. On-Policy Self-Distillation (OPSD) addresses this by re-scoring generated tokens under a privileged replay view to obtain dense, token-level supervision. However, we identify a confounding issue: the resulting support may reflect both the privileged information contained in the replay view and score shifts induced by the replay scaffold, making it difficult to attribute the support specifically to that information. This issue is especially pronounced when future environment observations serve as privileged information, since replaying them requires reconstructing an extended scaffold that itself perturbs token scores. To resolve this confounding, we propose Observation-Calibrated Self-Distillation (OCSD), which contrasts two structurally matched replay views, Full and Observation-Ablated, differing only in whether the actual future observation is present, to derive an observation residual that discounts score changes shared by the replay scaffold. OCSD then applies this residual to modulate token-level GRPO updates at high-uncertainty steps, while preserving the trajectory-level update direction. Experiments on ALFWorld, WebShop, and Search-QA across three Qwen3 model scales show that OCSD consistently outperforms strong baselines. Diagnostic analyses further confirm that the calibrated residual aligns better with local environment feedback. Our code is publicly available at https://github.com/yiy1x/OCSD.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。