paper-with-me

홈 › Papers

E3-TIR: Enhanced Experience Exploitation for Tool-Integrated Reasoning

2026-04-10 · Weiyang Guo, Zesheng Shi, Liye Zhao, Jiayuan Ma, Zeen Zhu, Junxian He, Min Zhang, Jing Li arxiv

While Large Language Models (LLMs) have demonstrated significant potential in Tool-Integrated Reasoning (TIR), existing training paradigms face significant limitations: Zero-RL suffers from inefficient exploration and mode degradation due to a lack of prior guidance, while SFT-then-RL is limited by high data costs and capability plateaus caused by low-entropy collapse. To address these challenges, we propose E3-TIR (Enhanced Experience Exploitation), a warm-up paradigm for the early stages of agent training. Specifically, we formulate training as the dynamic integration of three experience types: Expert Prefixes, Expert Guided, and Self-Exploration. By executing diverse branching exploration around expert "anchors" and employing a mix policy optimization mechanism, we effectively mitigate distribution shifts and resolve optimization conflicts arising from shared prefixes. Our method dynamically adapts the model's knowledge boundaries, effectively balancing exploration diversity with training efficiency.Experimental results demonstrate that E3-TIR achieves a 6 performance improvement over traditional paradigms on tool-use tasks, while requiring less than 10 of the synthetic data. Furthermore, in terms of ROI, a comprehensive metric integrating performance, data cost, and training efficiency we achieve a 1.46x gain compared to baselines. Code is available at https://github.com/yuki-younai/E3-TIR.

📄 PDF Abstract BibTeX arXiv:2604.09455

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Effective Code-Integrated Reasoning

2025-05-30 · Fei Bai, Yingqian Min, Beichen Zhang, Zhipeng Chen 외

In this paper, we investigate code-integrated reasoning, where models generate code when necessary and integrate feedback by executing it through a code interpreter. To acquire this capability, models must learn when and…

Mathematical ReasoningReinforcement Learning (RL)

AutoTIR: Autonomous Tools Integrated Reasoning via Reinforcement Learning

2025-07-29 · Yifan Wei, Xiaoyan Yu, Yixuan Weng, Tengfei Pan 외 arxiv

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 incorporatin…

Reinforcement Learning

Learning to Plan in High Dimensions via Neural Exploration-Exploitation Trees

2019-02-28 · ICLR 2020 1 · Binghong Chen, Bo Dai, Qinjie Lin, Guo Ye 외

We propose a meta path planning algorithm named \emph{Neural Exploration-Exploitation Trees~(NEXT)} for learning from prior experience for solving new path planning problems in high dimensional continuous state and actio…

Vocal Bursts Intensity Prediction

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 ta…

Evolving from Tool User to Creator via Training-Free Experience Reuse in Multimodal Reasoning

2026-02-02 · Xintian Shen, Jiawei Chen, Lihao Zheng, Hao Ma 외 arxiv

Existing Tool-Integrated Reasoning (TIR) models have effectively extended the question-answering capabilities of LLMs by incorporating external tools. However, real-world scenarios present numerous open-ended problems wh…

Multimodal Reasoning