paper-with-me

Papers

MatchTIR: Fine-Grained Supervision for Tool-Integrated Reasoning via Bipartite Matching

2026-01-15 · Changle Qu, Sunhao Dai, Hengyi Cai, Jun Xu, Shuaiqiang Wang, Dawei Yin arxiv

Tool-Integrated Reasoning (TIR) empowers large language models (LLMs) to tackle complex tasks by interleaving reasoning steps with external tool interactions. However, existing reinforcement learning methods typically rely on outcome- or trajectory-level rewards, assigning uniform advantages to all steps within a trajectory. This coarse-grained credit assignment fails to distinguish effective tool calls from redundant or erroneous ones, particularly in long-horizon multi-turn scenarios. To address this, we propose MatchTIR, a framework that introduces fine-grained supervision via bipartite matching-based turn-level reward assignment and dual-level advantage estimation. Specifically, we formulate credit assignment as a bipartite matching problem between predicted and ground-truth traces, utilizing two assignment strategies to derive dense turn-level rewards. Furthermore, to balance local step precision with global task success, we introduce a dual-level advantage estimation scheme that integrates turn-level and trajectory-level signals, assigning distinct advantage values to individual interaction turns. Extensive experiments on three benchmarks demonstrate the superiority of MatchTIR. Notably, our 4B model surpasses the majority of 8B competitors, particularly in long-horizon and multi-turn tasks. Our codes are available at https://github.com/quchangle1/MatchTIR.

📄 PDF Abstract BibTeX arXiv:2601.10712

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

TurnSight: Turn-Level Hindsight Self-Distillation for Tool-Integrated Reasoning

2026-08-04 · Changle Qu, Sunhao Dai, Hengyi Cai, Yuqi Zhou 외 hf

Tool-Integrated Reasoning (TIR) enables LLMs to solve complex tasks through iterative tool interactions. However, existing reinforcement learning methods often rely on trajectory-level supervision, limiting fine-grained …

Reinforcement Learning

Every Step Counts: Step-Level Credit Assignment for Tool-Integrated Text-to-SQL

2026-05-06 · Yaxun Dai, Baolin Sun, Junying Wang, Pengfei Wang 외 arxiv

Tool-integrated Text-to-SQL parsing has emerged as a promising paradigm, framing SQL generation as a sequential decision-making process interleaved with tool execution. However, existing reinforcement learning approaches…

Reinforcement Learning

Agent0-VL: Exploring Self-Evolving Agent for Tool-Integrated Vision-Language Reasoning

2025-11-25 · Jiaqi Liu, Kaiwen Xiong, Peng Xia, Yiyang Zhou 외 arxiv

Vision-language agents have achieved remarkable progress in a variety of multimodal reasoning tasks; however, their learning remains constrained by the limitations of human-annotated supervision. Recent self-rewarding ap…

Reinforcement LearningMultimodal ReasoningVisual Reasoning

MedScope: Incentivizing "Think with Videos" for Clinical Reasoning via Coarse-to-Fine Tool Calling

2026-02-11 · Wenjie Li, Yujie Zhang, Haoran Sun, Xingqi He 외 arxiv

Long-form clinical videos are central to visual evidence-based decision-making, with growing importance for applications such as surgical robotics and related settings. However, current multimodal large language models t…

ChemNER: Fine-Grained Chemistry Named Entity Recognition with Ontology-Guided Distant Supervision

2021-11-01 · EMNLP 2021 11 · Xuan Wang, Vivian Hu, Xiangchen Song, Shweta Garg 외

Scientific literature analysis needs fine-grained named entity recognition (NER) to provide a wide range of information for scientific discovery. For example, chemistry research needs to study dozens to hundreds of disti…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1