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

arXiv cs.AI / 4/13/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • 既存のTool-Integrated Reasoning(TIR)向け学習では、Zero-RLの探索効率の低さやモード劣化、SFT-then-RLのデータコスト増と低エントロピー崩壊による能力頭打ちが課題になっている。
  • 提案手法E3-TIR(Enhanced Experience Exploitation)は、エージェント学習初期を「Expert Prefixes」「Expert Guided」「Self-Exploration」の3種の経験を動的に統合して“warm-up”する枠組みとして定式化している。
  • 専門家のアンカー(anchor)を軸に多様な分岐探索を行い、さらにmix policy optimizationにより共有プレフィックス由来の分布シフトや最適化競合を抑制する。
  • 実験ではツール利用タスクにおいて従来手法比で6の性能向上を達成し、必要な合成データは10未満とされている。
  • ROI(性能・データコスト・学習効率を統合した指標)でもベースライン比で1.46倍の改善が報告され、コードが公開されている。

Abstract

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.