Beyond Bradley-Terry Models: A General Preference Model for Language Model Alignment
Yifan Zhang, Ge Zhang, Yue Wu, Kangping Xu, Quanquan Gu
TL;DR
The paper addresses the inadequacy of Bradley-Terry reward models for capturing complex human preferences in language model alignment, particularly intransitive ones. It introduces General Preference Embedding Model (GPM), which embeds responses in a latent space with a skew-symmetric operator to capture nuanced preferences while maintaining linear query complexity. It then proposes General Preference Optimization (GPO) that leverages the derived preference scores for policy optimization, with convergence guarantees and compatibility with existing RLHF methods. Empirically, GPM outperforms BT on RewardBench, handles cyclic preferences effectively, and improves downstream alignment benchmarks such as AlpacaEval 2.0, MT-Bench, GSM8K, and MMLU, suggesting more reliable alignment to nuanced human values.
Abstract
Modeling human preferences is crucial for aligning foundation models with human values. Traditional reward modeling methods, such as the Bradley-Terry (BT) reward model, fall short in expressiveness, particularly in addressing intransitive preferences. In this paper, we introduce preference embedding, an approach that embeds responses into a latent space to capture intricate preference structures efficiently, achieving linear query complexity. Additionally, we propose preference score-based General Preference Optimization (GPO), which generalizes reward-based reinforcement learning from human feedback (RLHF). Experimental results show that our General Preference embedding Model (GPM) consistently outperforms the BT reward model on the RewardBench benchmark and effectively models cyclic preferences where any BT reward model behaves like a random guess. Furthermore, evaluations on downstream tasks such as AlpacaEval2.0, following the language model post-training with GPO and our general preference model, reveal performance improvements over BT models. These findings indicate that our method may enhance the alignment of foundation models with nuanced human values. The code is available at https://github.com/general-preference/general-preference-model.
