Unsupervised Process Reward Models

Artyom Gadetsky, Maxim Kodryan, Siba Smarak Panigrahi, Hang Guo, Maria Brbic

arXiv:2605.10158 · 2026-05-22 공개 · arXiv · PDF

reinforcement-learning llm-evaluation unsupervised-learning reward-modeling error-detection process-reward-models processbench reasoning-verification

Abstract

Process Reward Models (PRMs) are a powerful mechanism for steering large language model reasoning by providing fine-grained, step-level supervision. However, this effectiveness comes at a significant cost: PRMs require expert annotations for every reasoning step, making them costly and difficult to scale. Here, we propose a method for training unsupervised PRMs (uPRM) that requires no human supervision, neither at the level of step-by-step annotations nor through ground-truth verification of final answers. The key idea behind our approach is to define a scoring function, derived from LLM next-token probabilities, that jointly assesses candidate positions of first erroneous steps across a batch of reasoning trajectories. We demonstrate the effectiveness of uPRM across diverse scenarios: (i) uPRM achieves up to 15% absolute accuracy improvements over the LLM-as-a-Judge in identifying first erroneous steps on the ProcessBench dataset; (ii) as a verifier for test-time scaling, uPRM performs comparably to supervised PRMs and outperforms the majority voting baseline by up to 6.9%, and (iii) when used as a reward signal in reinforcement learning, uPRM enables more robust policy optimization throughout training compared to a supervised PRM trained using ground-truth labels. Overall, our results open a path toward scalable reward modeling for complex reasoning tasks.

한국어 요약

📋 한 줄 요약

**[Process Reward Model / Unsupervised]** uPRM이 LLM next-token 확률에서 첫 erroneous step의 batch-wise scoring function 정의로 step·answer 라벨 없이 학습 — ProcessBench에서 LLM-as-Judge 대비 +15%, supervised PRM에 comparable.

🎯 핵심 기여도

💡 핵심 아이디어

PRM은 expert annotation 없이도 LLM 자체의 next-token 확률을 batch-wise jointly 분석해 first erroneous step을 식별할 수 있으며, 이로부터 도출한 unsupervised reward signal이 supervised PRM에 comparable한 verifier·더 robust한 RL reward를 제공한다.

🔬 기술적 접근법

📊 주요 결과

💭 의의 및 한계

**의의**: PRM의 annotation bottleneck 제거로 scaling 가능, LLM 자체 확률을 활용한 self-supervised reward의 일반 패턴 정립, supervised PRM에 comparable·일부 환경에서 우수. **한계**: LLM의 next-token 확률 품질에 의존, 매우 복잡 reasoning에서 erroneous step 정의의 ambiguity, batch-wise jointly evaluation의 batch composition 의존성.

🚀 실용적 활용