paper-with-me

Papers

Rethinking Reward Model Evaluation Through the Lens of Reward Overoptimization

2025-05-19 · Sunghwan Kim, Dongjin Kang, Taeyoon Kwon, Hyungjoo Chae, Dongha Lee, Jinyoung Yeo

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.

📄 PDF Abstract BibTeX arXiv:2505.12763

Code (1)

kimsh0507/rethinking_rm_eval 공식 구현 pytorch

Similar Papers 제목 키워드 기반

From Reward-Free Representations to Preferences: Rethinking Offline Preference-Based Reinforcement Learning

2026-05-31 · Jun-Jie Yang, Chia-Heng Hsu, Kui-Yuan Chen, Ping-Chun Hsieh arxiv

Preference-based reinforcement learning (PbRL) avoids explicit reward engineering by learning from pairwise human preference feedback. Existing offline PbRL methods typically follow a two-stage pipeline, first learning a…

Representation LearningReinforcement LearningOffline RL

Rethinking Reward Model Evaluation: Are We Barking up the Wrong Tree?

2024-10-08 · Xueru Wen, Jie Lou, Yaojie Lu, Hongyu Lin 외

Reward Models (RMs) are crucial for aligning language models with human preferences. Currently, the evaluation of RMs depends on measuring accuracy against a validation set of manually annotated preference data. Although…

Rethinking the Role of Proxy Rewards in Language Model Alignment

2024-02-02 · Sungdong Kim, Minjoon Seo

Learning from human feedback via proxy reward modeling has been studied to align Large Language Models (LLMs) with human values. However, achieving reliable training through that proxy reward model (RM) is not a trivial …

Language ModelingLanguage ModellingReinforcement Learning (RL)

CREward: A Type-Specific Creativity Reward Model

2025-11-25 · Jiyeon Han, Ali Mahdavi-Amiri, Hao Zhang, Haedong Jeong arxiv

Creativity is a complex phenomenon. When it comes to representing and assessing creativity, treating it as a single undifferentiated quantity would appear naive and underwhelming. In this work, we learn the \emph{first t…

TimeLens: Rethinking Video Temporal Grounding with Multimodal LLMs

2025-12-16 · Jun Zhang, Teng Wang, Yuying Ge, Yixiao Ge 외 arxiv

This paper does not introduce a novel method but instead establishes a straightforward, incremental, yet essential baseline for video temporal grounding (VTG), a core capability in video understanding. While multimodal l…

Reinforcement Learning