PRISM: A Unified Framework for Post-Training LLMs Without Verifiable Rewards
Mukesh Ghimire, Aosong Feng, Liwen You, Youzhi Luo, Fang Liu, Xuan Zhu
TL;DR
PRISM introduces a unified post-training framework for large language models that operates without ground-truth rewards by combining a Process Reward Model (PRM) with the model's own internal confidence signals. It demonstrates that internal signals alone can be unstable and prone to reward hacking, while PRMs (via GenPRM) provide reliable process-level feedback. By fusing PRM rewards with self-certainty through a normalized, gamma-weighted combination, PRISM achieves stable training and improved performance on math and code reasoning benchmarks, approaching or surpassing ground-truth-reward baselines in several settings. The work highlights a practical path toward scalable, label-free post-training of LLMs, while noting limitations related to PRM quality, latency, and generalization beyond the tested domains.
Abstract
Current techniques for post-training Large Language Models (LLMs) rely either on costly human supervision or on external verifiers to boost performance on tasks such as mathematical reasoning and code generation. However, as LLMs improve their problem-solving, any further improvement will potentially require high-quality solutions to difficult problems that are not available to humans. As a result, learning from unlabeled data is becoming increasingly attractive in the research community. Existing methods extract learning signal from a model's consistency, either by majority voting or by converting the model's internal confidence into reward. Although internal consistency metric such as entropy or self-certainty require no human intervention, as we show in this work, these are unreliable signals for large-scale and long-term training. To address the unreliability, we propose PRISM, a unified training framework that uses a Process Reward Model (PRM) to guide learning alongside model's internal confidence in the absence of ground-truth labels. We show that effectively combining PRM with self-certainty can lead to both stable training and better test-time performance, and also keep the model's internal confidence in check.
