Beyond Outcome Verification: Verifiable Process Reward Models for Structured Reasoning
Massimiliano Pronesti, Anya Belz, Yufang Hou
TL;DR
This work introduces Verifiable Process Reward Models (VPRMs), a reinforcement-learning paradigm where intermediate reasoning steps are checked by deterministic, rule-based verifiers. By applying VPRMs to risk-of-bias assessment in medical systematic reviews, the authors provide theoretical guarantees that correct reasoning trajectories receive positive gradient signals and incorrect ones receive negative signals, under mild conditions. Empirically, VPRMs outperform both outcome-only RLVR and neural PRMs across multiple RoB benchmarks, achieving higher accuracy, macro-F1, and coherence, with substantial gains in evidence grounding and logical consistency. The approach offers a practical, transparent alternative to neural judges for structured reasoning tasks, advancing reliable, verifiable AI-assisted evidence evaluation in healthcare and beyond.
Abstract
Recent work on reinforcement learning with verifiable rewards (RLVR) has shown that large language models (LLMs) can be substantially improved using outcome-level verification signals, such as unit tests for code or exact-match checks for mathematics. In parallel, process supervision has long been explored as a way to shape the intermediate reasoning behaviour of LLMs, but existing approaches rely on neural judges to score chain-of-thought steps, leaving them vulnerable to opacity, bias, and reward hacking. To address this gap, we introduce Verifiable Process Reward Models (VPRMs), a reinforcement-learning framework in which intermediate reasoning steps are checked by deterministic, rule-based verifiers. We apply VPRMs to risk-of-bias assessment for medical evidence synthesis, a domain where guideline-defined criteria and rule-based decision paths enable programmatic verification of reasoning traces. Across multiple datasets, we find that VPRMs generate reasoning that adheres closely to domain rules and achieve substantially higher coherence between step-level decisions and final labels. Results show that VPRMs achieve up to 20% higher F1 than state-of-the-art models and 6.5% higher than verifiable outcome rewards, with substantial gains in evidence grounding and logical coherence.
