paper-with-me

Papers

Scaling Medical Reasoning Verification via Tool-Integrated Reinforcement Learning

2026-01-28 · Hang Zhang, Ruheng Wang, Yuelyu Ji, Mingu Kwak, Xizhi Wu, Chenyu Li, Li Zhang, Wenqi Shi, Yifan Peng, Yanshan Wang arxiv

Large language models have achieved strong performance on medical reasoning benchmarks, yet their deployment in clinical settings demands rigorous verification to ensure factual accuracy. While reward models offer a scalable approach for reasoning trace verification, existing methods face two limitations: they produce only scalar reward values without explicit justification, and they rely on single-pass retrieval that precludes adaptive knowledge access as verification unfolds. We introduce $\method$, an agentic framework that addresses these limitations by training medical reasoning verifiers to iteratively query external medical corpora during evaluation. Our approach combines tool-augmented verification with an iterative reinforcement learning paradigm that requires only trace-level supervision, alongside an adaptive curriculum mechanism that dynamically adjusts training data distribution. Across four medical reasoning benchmarks, $\method$ achieves substantial gains over existing methods, improving MedQA accuracy by 23.5% and MedXpertQA by 32.0% relative to the base generator in particular. Crucially, $\method$ demonstrates an $\mathbf{8\times}$ reduction in sampling budget requirement compared to prior reward model baselines. These findings establish that grounding verification in dynamically retrieved evidence offers a principled path toward more reliable medical reasoning systems.

📄 PDF Abstract BibTeX arXiv:2601.20221

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

ASTER: Agentic Scaling with Tool-integrated Extended Reasoning

2026-02-01 · Xuqin Zhang, Quan He, Zhenrui Zheng, Zongzhang Zhang 외 arxiv

Reinforcement learning (RL) has emerged as a dominant paradigm for eliciting long-horizon reasoning in Large Language Models (LLMs). However, scaling Tool-Integrated Reasoning (TIR) via RL remains challenging due to inte…

Reinforcement Learning

SCI-PRM: A Tool Aware Process Reward Model for Scientific Reasoning Verification

2026-06-03 · Xiangyu Zhao, Henry Hengyuan Zhao, Yiheng Wang, Wanghan Xu 외 arxiv

While Process Reward Models (PRMs) have achieved remarkable success in mathematical reasoning, their application in complex scientific domains-such as biology, chemistry, and physics remains largely unexplored. Scientifi…

Reinforcement LearningMathematical Reasoning

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

TIM-PRM: Verifying multimodal reasoning with Tool-Integrated PRM

2025-11-28 · Peng Kuang, Xiangxiang Wang, Wentao Liu, Jian Dong 외 arxiv

Multimodal Large Language Models (MLLMs) have achieved impressive performances in mathematical reasoning, yet they remain vulnerable to visual hallucinations and logical inconsistencies that standard outcome-based superv…

Mathematical ReasoningMultimodal Reasoning

SiliconMind-V1: Multi-Agent Distillation and Debug-Reasoning Workflows for Verilog Code Generation

2026-02-10 · Mu-Chi Chen, Yu-Hung Kao, Po-Hsuan Huang, Shao-Chun Ho 외 arxiv

Large language models (LLMs) have recently emerged as a promising approach for automating Verilog code generation; however, existing methods primarily emphasize syntactic correctness and often rely on commercial models o…

Code Generation