paper-with-me

Papers

HelpSteer2-Preference: Complementing Ratings with Preferences

2024-10-02 · Zhilin Wang, Alexander Bukharin, Olivier Delalleau, Daniel Egert, Gerald Shen, Jiaqi Zeng, Oleksii Kuchaiev, Yi Dong

Reward models are critical for aligning models to follow instructions, and are typically trained following one of two popular paradigms: Bradley-Terry style or Regression style. However, there is a lack of evidence that either approach is better than the other, when adequately matched for data. This is primarily because these approaches require data collected in different (but incompatible) formats, meaning that adequately matched data is not available in existing public datasets. To tackle this problem, we release preference annotations (designed for Bradley-Terry training) to complement existing ratings (designed for Regression style training) in the HelpSteer2 dataset. To improve data interpretability, preference annotations are accompanied with human-written justifications. Using this data, we conduct the first head-to-head comparison of Bradley-Terry and Regression models when adequately matched for data. Based on insights derived from such a comparison, we propose a novel approach to combine Bradley-Terry and Regression reward modeling. A Llama-3.1-70B-Instruct model tuned with this approach scores 94.1 on RewardBench, emerging top of more than 140 reward models as of 1 Oct 2024. We also demonstrate the effectiveness of this reward model at aligning models to follow instructions in RLHF. We open-source this dataset (CC-BY-4.0 license) at https://huggingface.co/datasets/nvidia/HelpSteer2 and openly release the trained Reward Model at https://huggingface.co/nvidia/Llama-3.1-Nemotron-70B-Reward

📄 PDF Abstract BibTeX arXiv:2410.01257

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

HelpSteer2: Open-source dataset for training top-performing reward models

2024-06-12 · Zhilin Wang, Yi Dong, Olivier Delalleau, Jiaqi Zeng 외

High-quality preference datasets are essential for training reward models that can effectively guide large language models (LLMs) in generating high-quality responses aligned with human preferences. As LLMs become strong…

Attribute

HelpSteer3-Preference: Open Human-Annotated Preference Data across Diverse Tasks and Languages

2025-05-16 · Zhilin Wang, Jiaqi Zeng, Olivier Delalleau, Hoo-chang Shin 외

Preference datasets are essential for training general-domain, instruction-following language models with Reinforcement Learning from Human Feedback (RLHF). Each subsequent data release raises expectations for future dat…

DiversityInstruction Following

2D-DPO: Scaling Direct Preference Optimization with 2-Dimensional Supervision

2024-10-25 · Shilong Li, Yancheng He, Hui Huang, Xingyuan Bu 외

Recent advancements in Direct Preference Optimization (DPO) have significantly enhanced the alignment of Large Language Models (LLMs) with human preferences, owing to its simplicity and effectiveness. However, existing m…

Rank-Preference Consistency as the Appropriate Metric for Recommender Systems

2024-04-26 · Tung Nguyen, Jeffrey Uhlmann

In this paper we argue that conventional unitary-invariant measures of recommender system (RS) performance based on measuring differences between predicted ratings and actual user ratings fail to assess fundamental RS pr…

Recommendation Systems

Personalized Benchmarking: Evaluating LLMs by Individual Preferences

2026-04-21 · Cristina Garbacea, Heran Wang, Chenhao Tan arxiv

With the rise in capabilities of large language models (LLMs) and their deployment in real-world tasks, evaluating LLM alignment with human preferences has become an important challenge. Current benchmarks average prefer…