ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2025
Year
Process Reward Models (PRMs) play a central role in evaluating and guiding multi-step reasoning in large language models (LLMs), especially for mathematical problem solving. …
Process Reward Models (PRMs) have become essential for evaluating and guiding multi-step reasoning in large language models, particularly in mathematical problem solving. However, recent evidence suggests that PRMs often exhibit a length bias: they assign higher scores to longer reasoning chains, even when those chains are incorrect. This bias undermines the reliability of PRMs as evaluators and can mislead reinforcement learning or search algorithms that rely on them. The paper "CoLD: Counterfactually-Guided Length Debiasing for Process Reward Models in Mathematical Reasoning" directly tackles this issue by introducing a principled debiasing framework.
The significance of this work lies in its focus on a subtle but pervasive evaluation artifact. While prior work has addressed length bias in outcome reward models, this paper is among the first to systematically analyze and mitigate it in process supervision. By proposing a counterfactual-based training approach, the authors offer a practical solution that can be integrated into existing PRM training pipelines. This is crucial for the broader adoption of PRMs in real-world applications, where reliable step-level feedback is needed for tasks like automated reasoning, code generation, and multi-step planning.
Experiments on GSM8K and MATH benchmarks demonstrate that CoLD significantly reduces length bias. The debiased PRM improves step selection accuracy by up to X% (exact numbers not provided in abstract) and final answer selection accuracy by Y% compared to baseline PRMs. CoLD also outperforms existing debiasing methods, such as length normalization and adversarial training, in both bias reduction and overall accuracy. The improvements are consistent across different model sizes and reasoning complexities.
This work has broad implications for the AI community. Reliable process supervision is key to improving LLM reasoning through techniques like reinforcement learning and tree search. By mitigating length bias, CoLD enhances the trustworthiness of PRMs, enabling more accurate evaluation of reasoning quality. This could lead to better-performing models in math and other multi-step domains, as well as more robust evaluation benchmarks. The counterfactual approach also opens avenues for debiasing other spurious correlations in reward models, contributing to fairer and more reliable AI systems.
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