arXiv:2606.26027cs.CLcs.LG2026-06被引 4

用监督信号解决大模型多步工具使用中强化学习崩溃问题

Why Multi-Step Tool-Use Reinforcement Learning Collapses and How Supervisory Signals Fix It

论文配图:Why Multi-Step Tool-Use Reinforcement Learning Collapses and How Supervisory Signals Fix It
图 1 · 摘自论文原文
  • 引入多种监督信号与强化学习交替训练,提升工具使用稳定性
  • 实验发现强化学习会导致特定控制令牌概率突增,引发执行结构失效
  • 适合研究大模型智能体、强化学习鲁棒性与工具调用优化的开发者

工具使用使大语言模型能够执行复杂任务,近期基于智能体的强化学习方法展现出提升模型能力的潜力。然而,仅靠强化学习常导致不稳定或收益有限。实验显示,部分模型出现灾难性崩溃,性能骤降且工具调用结构失效。分析表明,失败源于特定控制令牌的概率异常飙升,破坏了结构化执行流程,但底层工具使用能力仍存在,仅被特定格式掩盖。为此,我们系统研究了多种监督信号,包括离策略监督、提示引导、错误示例监督等,在同步与交错训练方案下进行评估。发现将监督微调(SFT)与强化学习交错可显著提升稳定性,但在格式与内容分布外(OOD)评估中性能下降。同时分析了学习率影响及跨场景泛化能力。结果强调理解强化学习失败机制的重要性,并证明多样监督信号能有效引导探索性学习,实现复杂多步工具使用任务的鲁棒训练。代码已公开于 https://github.com/hypasd-art/Tool-RL-Box。

原文摘要 · Abstract (English)

Tool use enables large language models (LLMs) to perform complex tasks, and recent agentic reinforcement learning (RL) methods show promise for enhancing model capabilities. However, RL alone often leads to instability or limited gains in tool-use tasks. In our experiments, some models exhibit catastrophic collapse, where performance abruptly drops and tool-invocation structures fail. The analysis reveals that these failures stem from unexpected probability spikes in specific control tokens, disrupting structured execution, yet the underlying tool-use capability remains intact, merely obscured by specific formats. To address this, we systematically investigate a diverse set of supervisory signals, including off-policy supervision, hint-based guidance, erroneous example supervision, and others, applied under both synchronous and interleaved training schemes. We find that interleaving supervised fine-tuning (SFT) with RL substantially improves stability, but exhibits degraded performance under format and content out-of-distribution (OOD) evaluation. We also analyze the impact of learning rates and generalization across settings. These results highlight the importance of understanding RL failures and demonstrate how diverse supervisory signals can guide exploratory learning, enabling robust training of LLMs for complex, multi-step tool-use tasks. Our Code is available at https://github.com/hypasd-art/Tool-RL-Box.

强化学习工具使用大模型智能体鲁棒训练

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