AWPO: Enhancing Tool-Use of Large Language Models through Explicit Integration of Reasoning Rewards
Zihan Lin, Xiaohan Wang, Hexiong Yang, Jiajun Chai, Jie Cao, Guojun Yin, Wei Lin, Ran He
TL;DR
AWPO tackles integrating explicit reasoning rewards into tool-use RL for LLMs, addressing instability when mixing reasoning and outcome rewards. It introduces variance-aware gating, difficulty-aware weighting, and adaptive clipping, together with an LLM-as-a-Judge to provide fine-grained reasoning scores and increase signal variance. The authors derive a theoretical upper bound on expected policy improvement and show how their design improves the signal-to-noise ratio. Empirically, AWPO achieves state-of-the-art multi-turn tool-use on BFCL and API-Bank across Qwen3 backbones while preserving MMLU-Pro performance; a 4B AWPO model even outperforms Grok-4 on multi-turn accuracy by 16 percentage points. Collectively, AWPO offers a robust recipe for integrating fine-grained reasoning feedback into tool-use RL for LLMs.
Abstract
While reinforcement learning (RL) shows promise in training tool-use large language models (LLMs) using verifiable outcome rewards, existing methods largely overlook the potential of explicit reasoning rewards to bolster reasoning and tool utilization. Furthermore, natively combining reasoning and outcome rewards may yield suboptimal performance or conflict with the primary optimization objective. To address this, we propose advantage-weighted policy optimization (AWPO) -- a principled RL framework that effectively integrates explicit reasoning rewards to enhance tool-use capability. AWPO incorporates variance-aware gating and difficulty-aware weighting to adaptively modulate advantages from reasoning signals based on group-relative statistics, alongside a tailored clipping mechanism for stable optimization. Extensive experiments demonstrate that AWPO achieves state-of-the-art performance across standard tool-use benchmarks, significantly outperforming strong baselines and leading closed-source models in challenging multi-turn scenarios. Notably, with exceptional parameter efficiency, our 4B model surpasses Grok-4 by 16.0 percent in multi-turn accuracy while preserving generalization capability on the out-of-distribution MMLU-Pro benchmark.
