LGAICLSep 16, 2024

Quantile Regression for Distributional Reward Models in RLHF

arXiv:2409.10164v156 citationsh-index: 5Has Code
Originality Incremental advance
AI Analysis

This addresses the problem of capturing diverse and complex human values in aligning LLMs, though it is an incremental improvement over existing reward modeling methods.

The paper tackles the oversimplification of human preferences in RLHF by introducing Quantile Reward Models (QRMs), which learn a distribution over rewards using quantile regression, and shows that QRM outperforms traditional point-estimate models on RewardBench.

Reinforcement learning from human feedback (RLHF) has become a key method for aligning large language models (LLMs) with human preferences through the use of reward models. However, traditional reward models typically generate point estimates, which oversimplify the diversity and complexity of human values and preferences. In this paper, we introduce Quantile Reward Models (QRMs), a novel approach to reward modeling that learns a distribution over rewards instead of a single scalar value. Our method uses quantile regression to estimate a full, potentially multimodal distribution over preferences, providing a more powerful and nuanced representation of preferences. This distributional approach can better capture the diversity of human values, addresses label noise, and accommodates conflicting preferences by modeling them as distinct modes in the distribution. Our experimental results show that QRM outperforms comparable traditional point-estimate models on RewardBench. Furthermore, we demonstrate that the additional information provided by the distributional estimates can be utilized in downstream applications, such as risk-aware reinforcement learning, resulting in LLM policies that generate fewer extremely negative responses. Our code and model are released at https://github.com/Nicolinho/QRM.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes