ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
15
Citations
4
Influential Citations
Annual Meeting of the Association for Computational Linguistics
Venue
2025
Year
Recent studies show that Large Language Models (LLMs) achieve strong reasoning capabilities through supervised fine-tuning or reinforcement learning. However, a key approach, the Process Reward Model (PRM), suffers from reward hacking, making it unreliable in identifying the best intermediate step. In addition, the cost of annotating reasoning processes for reward modeling is high, making large-scale collection of high-quality data challenging. To address this, we propose a novel reward model approach called the Hierarchical Reward Model (HRM), which evaluates both individual and consecutive reasoning steps at both fine-grained and coarse-grained levels. HRM excels at assessing multi-step reasoning coherence, especially when flawed steps are later corrected through self-reflection. To further reduce the cost of generating training data, we introduce a lightweight and effective data augmentation strategy called Hierarchical Node Compression (HNC), which merges two consecutive reasoning steps into one within the tree structure. By applying HNC to MCTS-generated reasoning trajectories, we enhance the diversity and robustness of HRM training data while introducing controlled noise with minimal computational overhead. Empirical results on the PRM800K dataset show that HRM, together with HNC, provides more stable and reliable evaluations than PRM. Furthermore, cross-domain evaluations on the MATH500 and GSM8K datasets demonstrate HRM's strong generalization and robustness across a variety of reasoning tasks.
Process Reward Models (PRMs) are a promising approach for improving LLM reasoning by evaluating intermediate steps, but they suffer from reward hacking and high annotation costs. This paper addresses both issues with a hierarchical reward model and a data augmentation strategy. The work is significant because it directly tackles practical bottlenecks in deploying PRMs at scale, which is critical for advancing LLM reasoning capabilities in domains like math and code.
By introducing a hierarchical evaluation that considers both individual steps and their coherence, the authors provide a more nuanced assessment that can detect when flawed steps are later corrected—a common pattern in human reasoning. The data augmentation technique further lowers the barrier to creating high-quality training data, making the approach more accessible.
This work advances the state of the art in reward modeling for LLM reasoning by addressing two key limitations: reward hacking and data scarcity. The hierarchical approach could be extended to other domains requiring multi-step evaluation, such as code generation or dialogue planning. By lowering annotation costs, it enables broader adoption of process-level supervision in RL training, potentially leading to more reliable and capable LLMs. The methodology is lightweight and could be integrated into existing training pipelines with minimal overhead.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba