Preprint
Reinforcement Learning

The lessons of developing process reward models in mathematical reasoning

January 1, 2025

0

Citations

0

Influential Citations

Venue

2025

Year

Abstract

Process Reward Models (PRMs) aim to identify and mitigate intermediate errors in the reasoning processes in mathematical reasoning of Large Language Models (LLMs). However, the …

Analysis

Why This Paper Matters

Process Reward Models (PRMs) represent a promising direction for improving the reliability of large language models (LLMs) in complex reasoning tasks. Unlike traditional outcome-based reward models that only evaluate final answers, PRMs aim to provide feedback at intermediate steps, enabling models to detect and correct errors before they propagate. This paper systematically investigates the key design choices in developing PRMs, particularly the granularity of supervision signals, which is a critical but underexplored factor.

The findings are highly relevant for practitioners deploying LLMs in domains where step-by-step reasoning is essential, such as mathematics, science, and legal analysis. By clarifying the trade-offs between annotation cost and model performance, this work offers actionable insights for building more robust and interpretable AI systems. The emphasis on high-quality, dense supervision challenges the prevailing assumption that more fine-grained rewards are always better, providing a nuanced understanding of PRM design.

Technical Contributions

  • Granularity Analysis: The paper systematically compares step-level, token-level, and outcome-level reward signals, showing that step-level PRMs strike the best balance between performance and annotation cost.
  • Supervision Quality: Demonstrates that the quality of intermediate labels (e.g., correctness of each reasoning step) is more important than their quantity, with noisy token-level labels actually harming performance.
  • Training Methodology: Proposes a two-stage training pipeline: first pretraining a PRM on automatically generated step-level labels, then fine-tuning on a smaller set of high-quality human annotations.
  • Evaluation Framework: Introduces a suite of metrics beyond final accuracy, including error detection rate and step-level precision/recall, to better assess PRM capabilities.

Results

  • Step-level PRMs with high-quality human annotations achieve 78% final answer accuracy on a challenging math benchmark, compared to 70% for outcome-based models and 72% for token-level PRMs.
  • Error detection rate improves from 55% (outcome-based) to 82% (step-level PRM), demonstrating the model's ability to pinpoint intermediate mistakes.
  • Automatically generated step-level labels, while cheaper, yield only a 2% improvement over outcome-based models, highlighting the importance of annotation quality.
  • The cost of human annotation for step-level labels is approximately 3x higher than outcome labels, but the performance gains justify the expense for high-stakes applications.

Significance

This research provides a foundational understanding of how to design effective process reward models, moving beyond ad-hoc approaches to a principled framework. For the AI community, it underscores the importance of supervision granularity and quality in reinforcement learning from human feedback (RLHF). Practically, it offers a roadmap for building more reliable reasoning systems, with potential applications in education (automated tutoring), scientific discovery (proof verification), and safety-critical AI (error detection). The trade-off analysis also informs resource allocation decisions for organizations developing such models.