From RLHF to Direct Alignment: A Theoretical Unification of Preference Learning for Large Language Models
Tarun Raheja, Nilay Pochhi
TL;DR
The paper tackles the problem of how to align large language models with human preferences by unifying RLHF and its numerous alternatives under a single theoretical framework, PsiPO, organized along three axes: Preference Model, Regularization, and Data Distribution. It derives formal results, including a coverage separation between online and offline methods and scaling laws for reward overoptimization, and clarifies failure modes such as length hacking and likelihood displacement. The work synthesizes over 50 papers into a coherent taxonomy, provides a practical decision guide (when to use PPO, DPO, SimPO, etc.), and highlights open problems like richer feedback and multi-objective alignment. The significance lies in enabling principled method selection and robust, scalable alignment of LLMs as models grow in capability and deployment scope.
Abstract
Aligning large language models (LLMs) with human preferences has become essential for safe and beneficial AI deployment. While Reinforcement Learning from Human Feedback (RLHF) established the dominant paradigm, a proliferation of alternatives -- Direct Preference Optimization (DPO), Identity Preference Optimization (IPO), Kahneman-Tversky Optimization (KTO), Simple Preference Optimization (SimPO), and many others -- has left practitioners without clear guidance on method selection. This survey provides a \textit{theoretical unification} of preference learning methods, revealing that the apparent diversity reduces to principled choices along three orthogonal axes: \textbf{(I) Preference Model} (what likelihood model underlies the objective), \textbf{(II) Regularization Mechanism} (how deviation from reference policies is controlled), and \textbf{(III) Data Distribution} (online vs.\ offline learning and coverage requirements). We formalize each axis with precise definitions and theorems, establishing key results including the coverage separation between online and offline methods, scaling laws for reward overoptimization, and conditions under which direct alignment methods fail. Our analysis reveals that failure modes -- length hacking, mode collapse, likelihood displacement -- arise from specific, predictable combinations of design choices. We synthesize empirical findings across 50+ papers and provide a practitioner's decision guide for method selection. The framework transforms preference learning from an empirical art into a theoretically grounded discipline.
