Rethinking Reward Model Evaluation Through the Lens of Reward Overoptimization
Sunghwan Kim, Dongjin Kang, Taeyoon Kwon, Hyungjoo Chae, Dongha Lee, Jinyoung Yeo
TL;DR
This work investigates how to reliably evaluate reward models (RMs) used in RLHF by reframing evaluation through reward overoptimization—the phenomenon where optimizing for a learned RM's reward degrades alignment with true human preferences and downstream performance. It introduces a quantifiable degree of overoptimization, $\gamma$, derived from BoN-based learning curves, and demonstrates that RM evaluation designs must emphasize distributional differences between chosen and rejected responses, response diversity, and multi-pairwise comparisons. The study shows that while $\gamma$ correlates with downstream performance, an excessively high correlation can degrade this link due to Goodhart's law; hence, $\gamma$ should guide benchmarking rather than be the objective. The authors validate their design across mathematics, code, and safety domains, suggesting practical benchmarks that better predict RM-guided policy performance and highlighting the importance of cross-model diversity and robust evaluation metrics for RLHF systems.
Abstract
Reward models (RMs) play a crucial role in reinforcement learning from human feedback (RLHF), aligning model behavior with human preferences. However, existing benchmarks for reward models show a weak correlation with the performance of optimized policies, suggesting that they fail to accurately assess the true capabilities of RMs. To bridge this gap, we explore several evaluation designs through the lens of reward overoptimization\textemdash a phenomenon that captures both how well the reward model aligns with human preferences and the dynamics of the learning signal it provides to the policy. The results highlight three key findings on how to construct a reliable benchmark: (i) it is important to minimize differences between chosen and rejected responses beyond correctness, (ii) evaluating reward models requires multiple comparisons across a wide range of chosen and rejected responses, and (iii) given that reward models encounter responses with diverse representations, responses should be sourced from a variety of models. However, we also observe that a extremely high correlation with degree of overoptimization leads to comparatively lower correlation with certain downstream performance. Thus, when designing a benchmark, it is desirable to use the degree of overoptimization as a useful tool, rather than the end goal.
