CLJul 29, 2025

AutoTIR: Autonomous Tools Integrated Reasoning via Reinforcement Learning

arXiv:2507.21836v118 citationsh-index: 12Has Code
Originality Highly original
AI Analysis

This addresses the challenge of improving tool integration in reasoning models for AI applications, representing a novel method for a known bottleneck.

The paper tackles the problem of rigid tool-use patterns in Tool-Integrated Reasoning for Large Language Models by introducing AutoTIR, a reinforcement learning framework that enables autonomous tool selection, resulting in superior overall performance and generalization across diverse tasks.

Large Language Models (LLMs), when enhanced through reasoning-oriented post-training, evolve into powerful Large Reasoning Models (LRMs). Tool-Integrated Reasoning (TIR) further extends their capabilities by incorporating external tools, but existing methods often rely on rigid, predefined tool-use patterns that risk degrading core language competence. Inspired by the human ability to adaptively select tools, we introduce AutoTIR, a reinforcement learning framework that enables LLMs to autonomously decide whether and which tool to invoke during the reasoning process, rather than following static tool-use strategies. AutoTIR leverages a hybrid reward mechanism that jointly optimizes for task-specific answer correctness, structured output adherence, and penalization of incorrect tool usage, thereby encouraging both precise reasoning and efficient tool integration. Extensive evaluations across diverse knowledge-intensive, mathematical, and general language modeling tasks demonstrate that AutoTIR achieves superior overall performance, significantly outperforming baselines and exhibits superior generalization in tool-use behavior. These results highlight the promise of reinforcement learning in building truly generalizable and scalable TIR capabilities in LLMs. The code and data are available at https://github.com/weiyifan1023/AutoTIR.

Foundations

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

Your Notes