paper-with-me

홈 › Papers

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

2026-06-24 · Yupu Hao, Zhuoran Jin, Huanxuan Liao, Kang Liu, Jun Zhao arxiv

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.

📄 PDF Abstract BibTeX arXiv:2606.26027

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Contrastive Unsupervised Learning of World Model with Invariant Causal Features

2022-09-29 · Rudra P. K. Poudel, Harit Pandya, Roberto Cipolla

In this paper we present a world model, which learns causal features using the invariance principle. In particular, we use contrastive unsupervised learning to learn the invariant causal features, which enforces invarian…

Data AugmentationDepth EstimationDepth PredictionModel-based Reinforcement Learning+4

A Reinforcement Learning Approach for Robust Supervisory Control of UAVs Under Disturbances

2023-05-21 · Ibrahim Ahmed, Marcos Quinones-Grueiro, Gautam Biswas

In this work, we present an approach to supervisory reinforcement learning control for unmanned aerial vehicles (UAVs). UAVs are dynamic systems where control decisions in response to disturbances in the environment have…

reinforcement-learning

HealthCraft: A Reinforcement Learning Safety Environment for Emergency Medicine

2026-04-18 · Brandon Dent arxiv

Frontier language models are being deployed into clinical workflows faster than the infrastructure to evaluate them safely. Static medical-QA benchmarks miss the failure modes that matter in emergency medicine: trajector…

Reinforcement Learning

Supervisory Control for Dynamic Feature Configuration in Product Lines

2022-11-09 · Sander Thuijsman, Michel Reniers

In this paper a framework for engineering supervisory controllers for product lines with dynamic feature configuration is proposed. The variability in valid configurations is described by a feature model. Behavior of sys…

valid

StepTool: A Step-grained Reinforcement Learning Framework for Tool Learning in LLMs

2024-10-10 · Yuanqing Yu, Zhefan Wang, Weizhi Ma, Zhicheng Guo 외

Despite having powerful reasoning and inference capabilities, Large Language Models (LLMs) still need external tools to acquire real-time information retrieval or domain-specific expertise to solve complex tasks, which i…

Information RetrievalPolicy Gradient Methods