paper-with-me

Papers

TInR: Exploring Tool-Internalized Reasoning in Large Language Models

2026-04-12 · Qiancheng Xu, Yongqi Li, Fan Liu, Hongru Wang, Min Yang, Wenjie Li 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 documentation during reasoning. However, this leads to tool mastery difficulty, tool size constraints, and inference inefficiency. To mitigate these issues, we explore Tool-Internalized Reasoning (TInR), aiming at facilitating reasoning with tool knowledge internalized into LLMs. Achieving this goal presents notable requirements, including tool internalization and tool-reasoning coordination. To address them, we propose TInR-U, a tool-internalized reasoning framework for unified reasoning and tool usage. TInR-U is trained through a three-phase pipeline: 1) tool internalization with a bidirectional knowledge alignment strategy; 2) supervised fine-tuning warm-up using high-quality reasoning annotations, and 3) reinforcement learning with TInR-specific rewards. We comprehensively evaluate our method across in-domain and out-of-domain settings. Experiment results show that TInR-U achieves superior performance in both settings, highlighting its effectiveness and efficiency.

📄 PDF Abstract BibTeX arXiv:2604.10788

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

MultiNRC: A Challenging and Native Multilingual Reasoning Evaluation Benchmark for LLMs

2025-07-23 · Alexander R. Fabbri, Diego Mares, Jorge Flores, Meher Mankikar 외 arxiv

Although recent Large Language Models (LLMs) have shown rapid improvement on reasoning benchmarks in English, the evaluation of such LLMs' multilingual reasoning capability across diverse languages and cultural contexts …

Logical Reasoning

STINR: Deciphering Spatial Transcriptomics via Implicit Neural Representation

2025-01-01 · CVPR 2025 1 · YiSi Luo, XiLe Zhao, Kai Ye, Deyu Meng

Spatial transcriptomics (ST) are emerging technologies that reveal spatial distributions of gene expressions within tissues, serving as important ways to uncover biological insights. However, the irregular spatial pr…

DenoisingImputation

STORM: Internalized Modeling for Spatial-Temporal Reasoning in Video-Language Models

2026-05-25 · Yiming Liang, Yixiao Chen, Yiyang Zhou, Yixuan Wang 외 arxiv

Many video reasoning tasks require tracking motion, temporal order, and evolving visual states across frames. Existing methods built on large vision-language models (LVLMs) often address this challenge by externalizing r…

Visual Reasoning

Internalized Reasoning for Long-Context Visual Document Understanding

2026-03-31 · Austin Veselka arxiv

Visual long-document understanding is critical for enterprise, legal, and scientific applications, yet the best performing open recipes have not explored reasoning, a capability which has driven leaps in math and code pe…

Latent Agents: A Post-Training Procedure for Internalized Multi-Agent Debate

2026-04-27 · John Seon Keun Yi, Aaron Mueller, Dokyun Lee arxiv

Multi-agent debate has been shown to improve reasoning in large language models (LLMs). However, it is compute-intensive, requiring generation of long transcripts before answering questions. To address this inefficiency,…