Unified Preference Optimization: Language Model Alignment Beyond the Preference Frontier
Anirudhan Badrinath, Prabhat Agarwal, Jiajing Xu
TL;DR
This work introduces Unified Preference Optimization (UPO), a framework that fuses direct preference optimization with offline reinforcement learning to enable multi-objective alignment of large language models without extra preference data or on-policy training. By deriving a principled objective that combines a preference objective with an advantage-weighted auxiliary objective, UPO achieves stable, efficient optimization of both user and designer objectives such as safety and readability. Empirical results across multiple model sizes demonstrate superior performance over prior multi-objective methods on safety, readability, and overall alignment, while maintaining comparable or better single-objective performance and exhibiting strong stability and scalability. The approach offers a practical path toward granular, multi-objective LM alignment with low additional compute, opening avenues for richer, safer, and more controllable generation in real-world deployments.
Abstract
For aligning large language models (LLMs), prior work has leveraged reinforcement learning via human feedback (RLHF) or variations of direct preference optimization (DPO). While DPO offers a simpler framework based on maximum likelihood estimation, it compromises on the ability to easily tune language models to maximize auxiliary, non-preferential objectives according to the LLM designer's preferences (e.g., tuning lexical style or minimizing specific kinds of harmful content). Critically, these designer objectives may not be amply human-labeled or represented in available data, align with user preferences, or even be able to be captured tractably by binary preference pairs. To leverage the simplicity and performance of DPO with the generality of RL, we propose a unified approach. Based on a simple decomposition of preference and auxiliary objectives, we allow for tuning LLMs to optimize user and designer preferences without any additional specialized or preference data, computational cost, stability ``tweaks'', or training instability. The proposed method, Unified Preference Optimization, shows the ability to effectively generalize to user preferences and auxiliary objectives, while preserving or surpassing alignment performance on challenging benchmarks across a range of model sizes.
