paper-with-me

Papers

Incentivizing Agentic Reasoning in LLM Judges via Tool-Integrated Reinforcement Learning

2025-10-27 · Ran Xu, Jingjing Chen, Jiayu Ye, Yu Wu, Jun Yan, Carl Yang, Hongkun Yu arxiv

Large Language Models (LLMs) are widely used as judges to evaluate response quality, providing a scalable alternative to human evaluation. However, most LLM judges operate solely on intrinsic text-based reasoning, limiting their ability to verify complex constraints or perform accurate computation. Motivated by the success of tool-integrated reasoning (TIR) in numerous tasks, we propose TIR-Judge, an end-to-end RL framework for training LLM judges that integrates a code executor for precise evaluation. TIR-Judge is built on three principles: (i) diverse training across verifiable and non-verifiable domains, (ii) flexible judgment formats (pointwise, pairwise, listwise), and (iii) iterative RL that bootstraps directly from the initial model without distillation. On seven public benchmarks, TIR-Judge surpasses strong reasoning-based judges by up to 6.4% (pointwise) and 7.7% (pairwise), and achieves listwise performance comparable to Claude-Opus-4 despite having only 8B parameters. Remarkably, TIR-Judge-Zero - trained entirely without distilled judge trajectories, matches the performance of distilled variants, demonstrating that tool-augmented judges can self-evolve through iterative reinforcement learning.

📄 PDF Abstract BibTeX arXiv:2510.23038

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Scaling Agentic Reinforcement Learning for Tool-Integrated Reasoning in VLMs

2025-11-24 · Meng Lu, Ran Xu, Yi Fang, Wenxuan Zhang 외 arxiv

While recent vision-language models (VLMs) demonstrate strong image understanding, their ability to "think with images", i.e., to reason through multi-step visual interactions, remains limited. We introduce VISTA-Gym, a …

Reinforcement LearningMultimodal ReasoningVisual Reasoning

LongVT: Incentivizing "Thinking with Long Videos" via Native Tool Calling

2025-11-25 · Zuhao Yang, Sudong Wang, Kaichen Zhang, Keming Wu 외 arxiv

Large multimodal models (LMMs) have shown great potential for video reasoning with textual Chain-of-Thought. However, they remain vulnerable to hallucinations, especially when processing long-form videos where evidence i…

Reinforcement Learning

AgentJudgeBench: A Multi-Difficulty Benchmark for Evaluating LLM Judges on Agentic Tool-Calling

2026-08-27 · Abhigya Verma, Amit Kumar Saha, Seganrasan Subramanian, Sai Harshitha Aluru arxiv

LLM judges are widely used to evaluate agentic tool-calling systems, yet their reliability on structured, dependency-driven workflows remains largely unexamined. We present AgentJudgeBench, the first benchmark to systema…

AgenticRec: A Recommendation-Oriented Agentic Framework with Progressive Tool-Integrated Reasoning Optimization

2026-03-23 · Tianyi Li, Zixuan Wang, Guidong Lei, Xiaodong Li 외 arxiv

Recommender agents built on Large Language Models offer a promising paradigm for personalized recommendation. However, existing agents typically suffer from a misalignment between their tool-integrated reasoning trajecto…

MEDVISTAGYM: A Scalable Training Environment for Thinking with Medical Images via Tool-Integrated Reinforcement Learning

2026-01-12 · Meng Lu, Yuxing Lu, Yuchen Zhuang, Megan Mullins 외 arxiv

Vision language models (VLMs) achieve strong performance on general image understanding but struggle to think with medical images, especially when performing multi-step reasoning through iterative visual interaction. Med…

Reinforcement LearningMultimodal ReasoningVisual Reasoning