Adversarial Training for Process Reward Models
Gurusha Juneja, Deepak Nathani, William Yang Wang
TL;DR
This work introduces Adversarially Trained Process Reward Models (APRM), a two-player, general-sum framework where a Generator learns to craft plausible yet incorrect reasoning steps to challenge a Process Reward Model that simultaneously learns to detect these errors. The authors establish theoretical guarantees, including Nash Equilibrium existence and linear convergence under regularized utilities and Optimistic Gradient Descent-Ascent, and implement a PPO-based training loop augmented with OGDA. Empirically, APRM yields consistent improvements in solver accuracy across math benchmarks, scales with solver capacity, generalizes to cross-domain reasoning, and provides a stronger reward signal for RL post-training compared to static or outcome-based baselines. Ablation and qualitative analyses reveal the progression of harder negatives and the robustness of APRM against stronger solvers, while also identifying failure modes such as preconditioned theorem checks. Overall, APRM demonstrates a dynamic, adaptable curriculum for PRMs that fosters improved reasoning accuracy and generalization with manageable theoretical and empirical overheads.
Abstract
Process Reward Models (PRMs) enhance reasoning ability of LLMs by providing step-level supervision. However, their widespread adoption is limited due to expensive manual step-level annotation and poor generalization of static training data to novel errors. We introduce Adversarially Trained PRMs (\texttt{APRM}), where a Generator ($G$) learns to produce reasoning errors to deceive a PRM ($R$), while $R$ concurrently learns to detect them. This interaction yields progressively harder negatives for $R$, improving its robustness and generalization to novel errors without requiring manual step-level labels. Averaged across diverse mathematical reasoning benchmarks, \texttt{APRM} improves solver accuracy by $+3.4$ percentage points (pp) over the strongest PRM baseline. \texttt{APRM} achieves gains of $+5.3$ pp on out-of-distribution tasks.
