Towards Robust Process Reward Modeling via Noise-aware Learning
Bin Xie, Bingbing Xu, Xueyun Tian, Yilin Chen, Huawei Shen
TL;DR
This work tackles noise in process reward modeling caused by Monte Carlo Estimation’s policy-dependent labels. It introduces a two-stage framework: Reflection-Aware Label Correction to suppress false positives caused by self-correction, and Noise-Aware Iterative Training (NAIT) to refine noisy labels using the model’s own confidence across iterations. Empirical results show substantial improvements in step-level discrimination (up to 27 percentage points in average F1) and competitive gains in test-time reasoning, even with limited supervision. The approach demonstrates robust performance across datasets and model scales, highlighting practical gains for scalable, reliable process-level supervision in LLM reasoning. The combination of LLM-based judgment for labeling and iterative, confidence-driven label refinement yields data-efficient, noise-robust PRMs with strong downstream impact.
Abstract
Process Reward Models (PRMs) have achieved strong results in complex reasoning, but are bottlenecked by costly process-level supervision. A widely used alternative, Monte Carlo Estimation (MCE), defines process rewards as the probability that a policy model reaches the correct final answer from a given reasoning step. However, step correctness is an intrinsic property of the reasoning trajectory, and should be invariant to policy choice. Our empirical findings show that MCE producing policy-dependent rewards that induce label noise, including false positives that reward incorrect steps and false negatives that penalize correct ones. To address above challenges, we propose a two-stage framework to mitigate noisy supervision. In the labeling stage, we introduce a reflection-aware label correction mechanism that uses a large language model (LLM) as a judge to detect reflection and self-correction behaviors related to the current reasoning step, thereby suppressing overestimated rewards. In the training stage, we further propose a \underline{\textbf{N}}oise-\underline{\textbf{A}}ware \underline{\textbf{I}}terative \underline{\textbf{T}}raining framework that enables the PRM to progressively refine noisy labels based on its own confidence. Extensive Experiments show that our method substantially improves step-level correctness discrimination, achieving up to a 27\% absolute gain in average F1 over PRMs trained with noisy supervision.
