paper-with-me

Papers

Energy-Based Preference Model Offers Better Offline Alignment than the Bradley-Terry Preference Model

2024-12-18 · Yuzhong Hong, Hanshan Zhang, Junwei Bao, Hongfei Jiang, Yang song

Since the debut of DPO, it has been shown that aligning a target LLM with human preferences via the KL-constrained RLHF loss is mathematically equivalent to a special kind of reward modeling task. Concretely, the task requires: 1) using the target LLM to parameterize the reward model, and 2) tuning the reward model so that it has a 1:1 linear relationship with the true reward. However, we identify a significant issue: the DPO loss might have multiple minimizers, of which only one satisfies the required linearity condition. The problem arises from a well-known issue of the underlying Bradley-Terry preference model: it does not always have a unique maximum likelihood estimator (MLE). Consequently,the minimizer of the RLHF loss might be unattainable because it is merely one among many minimizers of the DPO loss. As a better alternative, we propose an energy-based model (EBM) that always has a unique MLE, inherently satisfying the linearity requirement. To approximate the MLE in practice, we propose a contrastive loss named Energy Preference Alignment (EPA), wherein each positive sample is contrasted against one or more strong negatives as well as many free weak negatives. Theoretical properties of our EBM enable the approximation error of EPA to almost surely vanish when a sufficient number of negatives are used. Empirically, we demonstrate that EPA consistently delivers better performance on open benchmarks compared to DPO, thereby showing the superiority of our EBM.

📄 PDF Abstract BibTeX arXiv:2412.13862

Code (0)

등록된 구현이 없습니다.

Tasks

model

Methods 이 논문이 사용한 방법론

EBM 설명 없음
DPO 설명 없음

Similar Papers 제목 키워드 기반

AMaPO: Adaptive Margin-attached Preference Optimization for Language Model Alignment

2025-11-12 · Ruibo Deng, Duanyu Feng, Wenqiang Lei arxiv

Offline preference optimization offers a simpler and more stable alternative to RLHF for aligning language models. However, their effectiveness is critically dependent on ranking accuracy, a metric where further gains ar…

BPO: Staying Close to the Behavior LLM Creates Better Online LLM Alignment

2024-06-18 · Wenda Xu, Jiachen Li, William Yang Wang, Lei LI

Direct alignment from preferences (DAP) has emerged as a promising paradigm for aligning large language models (LLMs) to human desiderata from pre-collected, offline preference datasets. While recent studies indicate tha…

Self-Play with Adversarial Critic: Provable and Scalable Offline Alignment for Language Models

2024-06-06 · Xiang Ji, Sanjeev Kulkarni, Mengdi Wang, Tengyang Xie

This work studies the challenge of aligning large language models (LLMs) with offline preference data. We focus on alignment by Reinforcement Learning from Human Feedback (RLHF) in particular. While popular preference op…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Generalized Preference Optimization: A Unified Approach to Offline Alignment

2024-02-08 · Yunhao Tang, Zhaohan Daniel Guo, Zeyu Zheng, Daniele Calandriello 외

Offline preference optimization allows fine-tuning large models directly from offline data, and has proved effective in recent alignment practices. We propose generalized preference optimization (GPO), a family of offlin…

Latent Embedding Adaptation for Human Preference Alignment in Diffusion Planners

2025-03-24 · Wen Zheng Terence Ng, Jianda Chen, Yuan Xu, Tianwei Zhang

This work addresses the challenge of personalizing trajectories generated in automated decision-making systems by introducing a resource-efficient approach that enables rapid adaptation to individual users' preferences. …

Decision Making