CLJan 21

AdaTIR: Adaptive Tool-Integrated Reasoning via Difficulty-Aware Policy Optimization

arXiv:2601.14696v11.11 citations
Originality Highly original
AI Analysis

This addresses inefficiency in AI agents for users relying on tool-augmented reasoning, though it is incremental as it builds on existing TIR methods.

The paper tackles the problem of cognitive offloading in tool-integrated reasoning for LLMs, where agents redundantly invoke tools for simple tasks, and proposes AdaTIR, a framework that reduces tool calls by up to 97.6% on simple tasks and 28.2% on complex ones while maintaining or enhancing accuracy.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes