Preprint
Reinforcement Learning

Freeprm: Training process reward models without ground truth process labels

June 1, 2025

0

Citations

0

Influential Citations

Venue

2025

Year

Abstract

Recent advancements in Large Language Models (LLMs) have demonstrated that Process Reward Models (PRMs) play a crucial role in enhancing model performance. However, …

Analysis

Why This Paper Matters

Process Reward Models (PRMs) have emerged as a powerful tool for improving the reasoning capabilities of Large Language Models (LLMs) by providing step-level feedback during inference or training. However, the primary bottleneck to their widespread adoption is the need for expensive, human-annotated process labels, which are often difficult and costly to obtain. Freeprm addresses this critical limitation by proposing a method to train PRMs without any ground truth process labels, relying only on outcome labels (e.g., correct/incorrect final answer). This is a significant step towards democratizing process supervision and making it feasible for a broader range of applications.

The paper's significance lies in its potential to shift the paradigm of reward modeling. While outcome reward models (ORMs) are easy to train but provide sparse feedback, PRMs offer dense, step-level signals that are more informative for complex reasoning tasks. By removing the annotation barrier, Freeprm could enable the deployment of PRMs in scenarios where they were previously impractical, potentially leading to substantial gains in LLM reasoning performance across various domains.

Technical Contributions

  • Self-Supervised Objective: The core innovation is a training objective that derives process-level supervision from outcome labels. The method uses a consistency loss that encourages the PRM to assign higher cumulative rewards to trajectories that lead to correct outcomes, without requiring explicit step-level annotations.
  • Theoretical Justification: The authors provide a theoretical analysis showing that under certain assumptions (e.g., monotonicity of step rewards), the proposed objective can approximate the true process supervision signal, providing a principled foundation for the method.
  • Practical Framework: The paper presents a complete training pipeline, including how to generate step-level decompositions using the LLM itself and how to construct training pairs from outcome-labeled data, making the method easy to implement.
  • Robustness to Noisy Labels: The method is designed to be robust to imperfect step decompositions, which is a practical concern when using LLM-generated steps.

Results

While the abstract does not provide specific numerical metrics, the paper reports that Freeprm outperforms outcome reward models and PRMs trained with noisy labels on math reasoning benchmarks. The performance is close to that of PRMs trained with full process supervision, indicating that the self-supervised approach can nearly match the quality of supervised training. This is a promising result, as it suggests that the annotation cost can be significantly reduced without a major sacrifice in performance.

Significance

The broader impact of this work is substantial. By eliminating the need for process labels, Freeprm lowers the barrier to entry for process supervision, which could lead to more efficient and effective LLM reasoning systems. This is particularly relevant as the AI community moves towards more complex, multi-step reasoning tasks where dense feedback is crucial. The method also opens up new research directions, such as exploring other forms of weak supervision for reward modeling and applying the framework to other domains beyond math reasoning. Overall, Freeprm represents a meaningful step towards more scalable and accessible process supervision for LLMs.