The Differences Between Direct Alignment Algorithms are a Blur
Alexey Gorbatovski, Boris Shaposhnikov, Viacheslav Sinii, Alexey Malakhov, Daniil Gavrilov
TL;DR
This work provides a unified, theory-grounded comparison of Direct Alignment Algorithms (DAAs) for language model alignment, showing that explicit SFT stages and a tunable tempering parameter $β$ help harmonize odds-based methods with others. It demonstrates that the choice between pairwise and pointwise ranking is the dominant factor in alignment quality, particularly at larger model scales, due to how these objectives interact with prompt biases. The study also reveals that most DAAs reach near-optimal alignment with only 5–10% of SFT data, underscoring data efficiency and challenging claims of one-method superiority. Collectively, the findings advocate for nuanced, bias-aware evaluations and a two-stage, $eta$-tempered framework to fairly compare DAAs across tasks and model sizes.
Abstract
Direct Alignment Algorithms (DAAs) offer a simpler way to language model alignment than traditional RLHF by directly optimizing policies. While DAAs differ in their use of SFT (one-stage vs. two-stage), the scalar scores within their objectives (likelihood vs. odds ratios), and ranking objectives (pairwise vs. pointwise), the critical factors for performance remain underexplored. We provide a systematic comparative analysis. We first show that one-stage methods (e.g. ORPO, ASFT) underperform compared to two-stage approaches. However, we demonstrate that adapting them to a two-stage setup with an explicit SFT phase can improve their performance. Further, introducing and tuning a unifying $β$ parameter within this two-stage framework boosts their performence (e.g., AlpacaEval 2: $+13.45$ ORPO, $+8.27$ ASFT), matching established methods like DPO and enabling fair comparisons. Our comprehensive analysis reveals that the choice between pairwise and pointwise objectives is the primary determinant of alignment success, rather than the specific scalar score (e.g., policy-reference ratio vs. odds ratio) employed. We provide empirical evidence suggesting this stems from how these objectives interact with prompt-specific biases. These findings underscore the need for nuanced evaluations in DAA research to avoid oversimplified claims of superiority.
