AdaTIR: Adaptive Tool-Integrated Reasoning via Difficulty-Aware Policy Optimization
Zhaiyu Fang, Ruipeng Sun
TL;DR
AdaTIR tackles cognitive offloading in Tool-Integrated Reasoning by introducing a difficulty-aware policy that adaptively budgets tool calls based on task complexity. It couples a sine-based Difficulty-Aware Reward with Clipped Advantage Shaping to maintain correctness as the primary objective while reducing unnecessary tool usage. Empirical results show AdaTIR achieves strong accuracy with substantial reductions in tool calls (up to 97.6% on simple tasks and 28.2% on complex tasks) and even internalizes reasoning when tool access is disabled. The approach yields robust improvements on mathematical benchmarks and demonstrates superior reasoning capability and efficiency compared with prior RL-based baselines and OTC/ToRL variants.
Abstract
Tool-Integrated Reasoning (TIR) has significantly enhanced the capabilities of Large Language Models (LLMs), yet current agents tend to exhibit cognitive offloading, redundantly invoking external tools even for simple tasks. In this paper, we suggest that true agentic intelligence requires not just tool invocation, but the adaptive wisdom to discern when to use them. We propose AdaTIR, a framework that shifts the paradigm from static tool invocation to difficulty-aware reasoning internalization. By introducing a difficulty-aware efficiency reward, AdaTIR dynamically adjusts tool budgets based on task complexity--internalizing reasoning for simple tasks while selectively invoking tools for complex tasks. Furthermore, we identify a sign reversal problem where tool penalties outweigh correctness rewards, mistakenly penalizing correct rollouts with negative advantages. To resolve this, we propose Clipped Advantage Shaping (CAS), which ensures that correctness remains the primary objective while using efficiency as a secondary constraint. Empirical results demonstrate that AdaTIR reduces tool calls by up to 97.6% on simple tasks and 28.2% on complex challenges while maintaining or enhancing accuracy. Notably, AdaTIR successfully internalizes reasoning, outperforming baselines by 4.8% on AIME 2024 even when tool access is strictly disabled.
