paper-with-me

Papers

RMB: Comprehensively Benchmarking Reward Models in LLM Alignment

2024-10-13 · Enyu Zhou, Guodong Zheng, Binghai Wang, Zhiheng Xi, Shihan Dou, Rong Bao, Wei Shen, Limao Xiong, Jessica Fan, Yurong Mou, Rui Zheng, Tao Gui, Qi Zhang, Xuanjing Huang

Reward models (RMs) guide the alignment of large language models (LLMs), steering them toward behaviors preferred by humans. Evaluating RMs is the key to better aligning LLMs. However, the current evaluation of RMs may not directly correspond to their alignment performance due to the limited distribution of evaluation data and evaluation methods that are not closely related to alignment objectives. To address these limitations, we propose RMB, a comprehensive RM benchmark that covers over 49 real-world scenarios and includes both pairwise and Best-of-N (BoN) evaluations to better reflect the effectiveness of RMs in guiding alignment optimization. We demonstrate a positive correlation between our benchmark and the downstream alignment task performance. Based on our benchmark, we conduct extensive analysis on the state-of-the-art RMs, revealing their generalization defects that were not discovered by previous benchmarks, and highlighting the potential of generative RMs. Furthermore, we delve into open questions in reward models, specifically examining the effectiveness of majority voting for the evaluation of reward models and analyzing the impact factors of generative RMs, including the influence of evaluation criteria and instructing methods. Our evaluation code and datasets are available at https://github.com/Zhou-Zoey/RMB-Reward-Model-Benchmark.

📄 PDF Abstract BibTeX arXiv:2410.09893

Code (1)

zhou-zoey/rmb-reward-model-benchmark 공식 구현 pytorch

Tasks

Benchmarking

Similar Papers 제목 키워드 기반

Discovering Implicit Large Language Model Alignment Objectives

2026-02-17 · Edward Chen, Sanmi Koyejo, Carlos Guestrin arxiv

Large language model (LLM) alignment relies on complex reward signals that often obscure the specific behaviors being incentivized, creating critical risks of misalignment and reward hacking. Existing interpretation meth…

MJ-VIDEO: Fine-Grained Benchmarking and Rewarding Video Preferences in Video Generation

2025-02-03 · Haibo Tong, Zhaoyang Wang, Zhaorun Chen, Haonian Ji 외

Recent advancements in video generation have significantly improved the ability to synthesize videos from text instructions. However, existing models still struggle with key challenges such as instruction misalignment, c…

BenchmarkingFairnessHallucinationMixture-of-Experts+1

Prior Constraints-based Reward Model Training for Aligning Large Language Models

2024-04-01 · Hang Zhou, Chenglong Wang, Yimin Hu, Tong Xiao 외

Reinforcement learning with human feedback for aligning large language models (LLMs) trains a reward model typically using ranking loss with comparison pairs.However, the training procedure suffers from an inherent probl…

reinforcement-learningReinforcement Learning

RAG-RewardBench: Benchmarking Reward Models in Retrieval Augmented Generation for Preference Alignment

2024-12-18 · Zhuoran Jin, Hongbang Yuan, Tianyi Men, Pengfei Cao 외

Despite the significant progress made by existing retrieval augmented language models (RALMs) in providing trustworthy responses and grounding in reliable sources, they often overlook effective alignment with human prefe…

BenchmarkingRAGRetrievalRetrieval-augmented Generation

Is DPO Superior to PPO for LLM Alignment? A Comprehensive Study

2024-04-16 · Shusheng Xu, Wei Fu, Jiaxuan Gao, Wenjie Ye 외

Reinforcement Learning from Human Feedback (RLHF) is currently the most widely used method to align large language models (LLMs) with human preferences. Existing RLHF methods can be roughly categorized as either reward-b…

Code Generation