paper-with-me

Papers

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

2026-01-21 · Zhaiyu Fang, Ruipeng Sun arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.14696

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AdaptMMBench: Benchmarking Adaptive Multimodal Reasoning for Mode Selection and Reasoning Process

2026-02-02 · Xintong Zhang, Xiaowen Zhang, Jingrong Wu, Zhi Gao 외 arxiv

Adaptive multimodal reasoning has emerged as a promising frontier in Vision-Language Models (VLMs), aiming to dynamically modulate between tool-augmented visual reasoning and text reasoning to enhance both effectiveness …

Computational EfficiencyMultimodal ReasoningVisual Reasoning

When to Trust Tools? Adaptive Tool Trust Calibration For Tool-Integrated Math Reasoning

2026-04-09 · Ruotao Xu, Yixin Ji, Yu Luo, Jinpeng Li 외 arxiv

Large reasoning models (LRMs) have achieved strong performance enhancement through scaling test time computation, but due to the inherent limitations of the underlying language models, they still have shortcomings in tas…

Tool-Star: Empowering LLM-Brained Multi-Tool Reasoner via Reinforcement Learning

2025-05-22 · Guanting Dong, Yifei Chen, Xiaoxi Li, Jiajie Jin 외

Recently, large language models (LLMs) have shown remarkable reasoning capabilities via large-scale reinforcement learning (RL). However, leveraging the RL algorithm to empower effective multi-tool collaborative reasonin…

Reinforcement Learning (RL)

Do Transformers Use their Depth Adaptively? Evidence from a Relational Reasoning Task

2026-04-14 · Alicia Curth, Rachel Lawrence, Sushrut Karmalkar, Niranjani Prasad arxiv

We investigate whether transformers use their depth adaptively across tasks of increasing difficulty. Using a controlled multi-hop relational reasoning task based on family stories, where difficulty is determined by the …

Relational Reasoning

TInR: Exploring Tool-Internalized Reasoning in Large Language Models

2026-04-12 · Qiancheng Xu, Yongqi Li, Fan Liu, Hongru Wang 외 arxiv

Tool-Integrated Reasoning (TIR) has emerged as a promising direction by extending Large Language Models' (LLMs) capabilities with external tools during reasoning. Existing TIR methods typically rely on external tool docu…

Reinforcement Learning