CLJun 4, 2025

FreePRM: Training Process Reward Models Without Ground Truth Process Labels

arXiv:2506.03570v110 citationsh-index: 2Has Code
Originality Highly original
AI Analysis

This reduces reliance on expensive annotations for LLM training, though it is incremental as it builds on existing PRM methods.

The paper tackles the problem of training Process Reward Models (PRMs) without costly step-level labels by introducing FreePRM, a weakly supervised framework that uses pseudo labels and noise reduction, achieving an average F1 score of 53.0% on ProcessBench and outperforming fully supervised and other PRMs by up to +24.6%.

Recent advancements in Large Language Models (LLMs) have demonstrated that Process Reward Models (PRMs) play a crucial role in enhancing model performance. However, training PRMs typically requires step-level labels, either manually annotated or automatically generated, which can be costly and difficult to obtain at scale. To address this challenge, we introduce FreePRM, a weakly supervised framework for training PRMs without access to ground-truth step-level labels. FreePRM first generates pseudo step-level labels based on the correctness of final outcome, and then employs Buffer Probability to eliminate impact of noise inherent in pseudo labeling. Experimental results show that FreePRM achieves an average F1 score of 53.0% on ProcessBench, outperforming fully supervised PRM trained on Math-Shepherd by +24.1%. Compared to other open-source PRMs, FreePRM outperforms upon RLHFlow-PRM-Mistral-8B (28.4%) by +24.6%, EurusPRM (31.3%) by +21.7%, and Skywork-PRM-7B (42.1%) by +10.9%. This work introduces a new paradigm in PRM training, significantly reducing reliance on costly step-level annotations while maintaining strong performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes