paper-with-me

Papers

RewardBench: Evaluating Reward Models for Language Modeling

2024-03-20 · Nathan Lambert, Valentina Pyatkin, Jacob Morrison, LJ Miranda, Bill Yuchen Lin, Khyathi Chandu, Nouha Dziri, Sachin Kumar, Tom Zick, Yejin Choi, Noah A. Smith, Hannaneh Hajishirzi

Reward models (RMs) are at the crux of successfully using RLHF to align pretrained models to human preferences, yet there has been relatively little study that focuses on evaluation of those models. Evaluating reward models presents an opportunity to understand the opaque technologies used for alignment of language models and which values are embedded in them. Resources for reward model training and understanding are sparse in the nascent open-source community around them. To enhance scientific understanding of reward models, we present RewardBench, a benchmark dataset and code-base for evaluation. The RewardBench dataset is a collection of prompt-chosen-rejected trios spanning chat, reasoning, and safety, to benchmark how reward models perform on challenging, structured and out-of-distribution queries. We create specific comparison datasets for RMs that have subtle, but verifiable reasons (e.g. bugs, incorrect facts) why one answer should be preferred to another. On the RewardBench leaderboard, we evaluate reward models trained with a variety of methods, such as the direct MLE training of classifiers and the implicit reward modeling of Direct Preference Optimization (DPO). We present many findings on propensity for refusals, reasoning limitations, and instruction following shortcomings of various reward models towards a better understanding of the RLHF process.

📄 PDF Abstract BibTeX arXiv:2403.13787

Code (2)

allenai/reward-bench 공식 구현 pytorch
guijinSON/MM-Eval pytorch

Tasks

Instruction FollowingLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

M-RewardBench: Evaluating Reward Models in Multilingual Settings

2024-10-20 · Srishti Gureja, Lester James V. Miranda, Shayekh Bin Islam, Rishabh Maheshwary 외

Reward models (RMs) have driven the state-of-the-art performance of LLMs today by enabling the integration of human feedback into the language modeling process. However, RMs are primarily trained and evaluated in English…

Language ModelingLanguage ModellingTranslation

RewardBench 2: Advancing Reward Model Evaluation

2025-06-02 · Saumya Malik, Valentina Pyatkin, Sander Land, Jacob Morrison 외

Reward models are used throughout the post-training of language models to capture nuanced signals from preference data and provide a training target for optimization across instruction following, reasoning, safety, and m…

Instruction Followingmodel

Multimodal RewardBench: Holistic Evaluation of Reward Models for Vision Language Models

2025-02-20 · Michihiro Yasunaga, Luke Zettlemoyer, Marjan Ghazvininejad

Reward models play an essential role in training vision-language models (VLMs) by assessing output quality to enable aligning with human preferences. Despite their importance, the research community lacks comprehensive o…

Question AnsweringVisual Question Answering

AgentRewardBench: Evaluating Automatic Evaluations of Web Agent Trajectories

2025-04-11 · Xing Han Lù, Amirhossein Kazemnejad, Nicholas Meade, Arkil Patel 외

Web agents enable users to perform tasks on web browsers through natural language interaction. Evaluating web agents trajectories is an important problem, since it helps us determine whether the agent successfully comple…

VL-RewardBench: A Challenging Benchmark for Vision-Language Generative Reward Models

2025-01-01 · CVPR 2025 1 · Lei LI, Yuancheng Wei, Zhihui Xie, Xuqing Yang 외

Vision-language generative reward models (VL-GenRMs) play a crucial role in aligning and evaluating multimodal AI systems, yet their own evaluation remains under-explored. Current assessment methods primarily rely on…

Hallucination