Verifiable Process Rewards for Agentic Reasoning

Repurposing symbolic or algorithmic task-solving oracles as action-level process verifiers for structured agentic reasoning.

Huining Yuan*, Zelai Xu*, Huaijie Wang, Xiangmin Yi, Jiaxuan Gao,
Xiao-Ping Zhang, Yu Wang, Chao Yu, Yi Wu

Tsinghua University

*Equal contribution. Corresponding authors.

Overview

Comparison of outcome rewards, rollout-based process rewards, and verifiable process rewards.

Outcome rewards supervise completed trajectories; rollout-based process rewards estimate intermediate values from additional continuations; VPR directly scores intermediate actions with a task-solving oracle.

Reinforcement learning from verifiable rewards can optimize objective task outcomes, but terminal-only feedback leaves a substantial credit-assignment problem in long-horizon interaction. Learned judges may be noisy or exploitable, while continuation-based value estimates require additional rollouts from intermediate states.

VPR studies structured agentic reasoning problems that admit symbolic or algorithmic task-solving oracles. It repurposes each oracle as an action-level process verifier: oracle-preferred actions receive the highest reward, while other legal or invalid policy actions receive lower rewards.

Oracle-to-verifier

A task-solving procedure becomes a reward function over policy actions.

Guided exploration

Best-of-K commit steers trajectories toward promising successor states.

Local credit

Same-state candidates define relative advantages for policy optimization.

Method

Search-based Sokoban, constraint-based Sudoku, and posterior-based Minesweeper verifiers.

Three VPR instantiations, in visual order: search-based Sokoban, constraint-based Sudoku, and posterior-based Minesweeper.

Search-based

Sokoban. Breadth-first search identifies actions that lie on a shortest solution path.

Constraint-based

Sudoku. Constraint structure distinguishes forced, MRV, legal non-oracle, wrong, and invalid moves.

Posterior-based

Minesweeper. Posterior mine probabilities identify safe reveals, certain flags, and minimum-risk guesses.

State-group rollout and optimization

At each visited state, the policy independently samples four candidate responses. The constructed verifier scores and ranks their parsed actions, and one uniformly sampled maximum-reward candidate is committed to the environment. The next state group begins from that selected successor.

Every informative, non-padding candidate can train the policy. VPR first centers rewards within a state group and then whitens across valid candidates. Equal-reward groups are skipped because they contain no local preference signal.

State-group rollout: four actions are scored for training and one maximum-reward action advances the environment.
Candidate sampling and training are distinct from the single committed environment transition.

Best-of-four commit improves exploration of promising states, while inducing an oracle-guided shift in the visited-state distribution. Four candidates provide a practical balance between exploration and selection pressure.

Results

In controlled Qwen3-4B experiments, VPR outperforms GRPO and VinePPO on every reported metric across Sokoban, Sudoku, and Minesweeper. Mixed OOD experiments start from the same Qwen3-4B-Base checkpoint and hold math-data exposure fixed: Math+VPR achieves the best average over seven general-reasoning benchmarks and the strongest ALFWorld and WebShop results. The comparison does not claim equal total rollout compute.

28.4Sokoban VPR SR

Compared with 12.2 for GRPO.

80.6Sudoku VPR SR

Compared with 29.0 for GRPO.

32.6Minesweeper VPR SR

Compared with 4.2 for GRPO.

52.75Best OOD macro average

Obtained by Math+VPR over seven reasoning benchmarks.

In-domain performance

MethodSokobanSudokuMinesweeper
SRSRCRSRCR
Optimal100.00 ± 0.00100.00 ± 0.00100.00 ± 0.0078.60 ± 3.7896.93 ± 0.77
Base5.20 ± 3.350.00 ± 0.004.10 ± 0.390.20 ± 0.4571.04 ± 2.00
GRPO12.20 ± 1.1029.00 ± 3.4639.03 ± 3.444.20 ± 1.3073.49 ± 2.04
VinePPO6.80 ± 1.300.00 ± 0.002.90 ± 0.443.00 ± 2.2472.75 ± 1.59
VPR28.40 ± 2.7980.60 ± 4.1684.22 ± 3.1532.60 ± 5.0385.76 ± 0.98

SR denotes success rate; CR denotes completion rate. Results are mean ± sample standard deviation over five runs of 100 games. Optimal directly executes the task oracle under the same environments and action budgets. Minesweeper still requires minimum-risk guesses in uncertain states.

General reasoning OOD

TrainingGSM8K
avg@3
MATH-500
avg@5
AIME24
avg@32
AIME25
avg@32
GPQA-D
avg@5
BBH
avg@1
MMLU-Pro
avg@1
Avg.
Base83.7067.209.487.196.9714.7117.0129.47
Math91.3878.8819.0619.3835.4543.6557.6049.34
Math+GRPO91.8981.2017.7117.1938.0854.2358.9151.32
Math+VPR92.4781.3622.5019.6938.1858.0756.9552.75

Zero-shot avg@k performance, with k shown under each benchmark. Math+VPR demonstrates the strongest overall performance.

Agentic OOD

TrainingALFWorld SRWebShop scoreWebShop SR
Base1.34 ± 1.868.33 ± 6.230.93 ± 0.81
Math11.64 ± 2.4021.79 ± 1.700.47 ± 0.12
Math+GRPO11.04 ± 1.7032.76 ± 2.680.60 ± 0.20
Math+VPR16.12 ± 2.8742.01 ± 2.141.33 ± 0.76

Math+VPR improves observed progress, especially WebShop partial-credit score; low absolute success rates remain an important limitation.

Analysis

State-group ablation

On Sokoban, vanilla-rollout VPR reaches 22.60 ± 4.77 SR, while state-group VPR reaches 28.40 ± 2.79. This comparison changes candidate collection, commit behavior, state visitation, and local normalization together; it supports their combined benefit rather than isolating a single credit-assignment factor.

Reward corruption

With 20% and 40% oracle reward corruption, Sokoban SR is 14.60 ± 3.58 and 16.80 ± 3.42, respectively. Both remain above Base but below uncorrupted VPR. The non-monotonic pair cautions against stronger claims about a smooth degradation law.

Pattern analysis

The illustrative Minesweeper trajectory makes the local comparison concrete. Terminal-derived trajectory rewards can reinforce or penalize a completed rollout, but they do not identify which action inside it caused the outcome. VPR instead compares candidates from the same state. When their oracle rewards differ, a risky reveal receives lower relative advantage than an oracle-preferred flag or reveal.

This example does not establish causality by itself; it illustrates a plausible mechanism consistent with the observed success- and completion-rate gains.

Illustrative Minesweeper trajectory comparing terminal outcome supervision with action-level VPR feedback.
Illustrative Minesweeper trajectory comparison.

Exploratory evaluation on τ²-bench

When a compact symbolic oracle is unavailable, we explore whether a task-grounded expert reference policy can supply VPR-style action rewards at student-visited states. The reference policy receives privileged task specifications, evaluation criteria, and reference-resolution guidance. Tool actions use canonical exact matching; natural-language actions use a semantic matcher. The expert is used only during training.

MethodAirline trainAirline testRetail trainRetail testTelecom OOD
Qwen3-8B (no RL)42.0 / 18.526.1 / 13.047.0 / 24.641.5 / 20.820.2 / 7.0
GRPO48.1 / 14.834.8 / 17.456.3 / 32.843.4 / 28.313.5 / 0.0
VPR with expert54.3 / 37.046.4 / 30.467.8 / 47.555.3 / 32.122.5 / 4.4

Each cell reports pass1/pass3: mean success over individual trials and the fraction of tasks solved in all three trials. Unlike pass@3, pass3 requires three successes rather than at least one.

Evidence boundary. Airline and Retail provide exploratory evidence that privileged expert guidance can supply useful action-level supervision, including on held-out tasks. Telecom is mixed, so this experiment does not establish uniform transfer to a new tool domain or a general reference-policy-to-verifier conversion.

Resources

BibTeX

@misc{yuan2026verifiable,
  title={Verifiable Process Rewards for Agentic Reasoning},
  author={Huining Yuan and Zelai Xu and Huaijie Wang and Xiangmin Yi and Jiaxuan Gao and Xiao-Ping Zhang and Yu Wang and Chao Yu and Yi Wu},
  year={2026},
  eprint={2605.10325},
  archivePrefix={arXiv},
  primaryClass={cs.AI},
  url={https://arxiv.org/abs/2605.10325}
}