Unintentional Unalignment: Likelihood Displacement in Direct Preference Optimization
Noam Razin, Sadhika Malladi, Adithya Bhaskar, Danqi Chen, Sanjeev Arora, Boris Hanin
TL;DR
This work reveals a counterintuitive flaw in direct preference learning: optimizing for preferred over dispreferred responses can cause the model’s log-probabilities for both to fall, a phenomenon termed likelihood displacement. The authors develop a theory linking displacement to token embedding geometry and hidden-embedding similarities, and they introduce the centered hidden embedding similarity (CHES) score to predict which training samples drive displacement. Empirical results show catastrophic displacement can occur even in simple, single-token settings, and CHES-based data filtering effectively mitigates unalignment in safety-focused tasks, outperforming some standard regularization approaches. The findings emphasize the importance of curating training data with sufficiently distinct preferences and suggest CHES as a practical tool for safer and more reliable preference-based alignment. Overall, the paper advances understanding of alignment dynamics in large language models and offers concrete methods to reduce unintended consequences during direct preference optimization.
Abstract
Direct Preference Optimization (DPO) and its variants are increasingly used for aligning language models with human preferences. Although these methods are designed to teach a model to generate preferred responses more frequently relative to dispreferred responses, prior work has observed that the likelihood of preferred responses often decreases during training. The current work sheds light on the causes and implications of this counter-intuitive phenomenon, which we term likelihood displacement. We demonstrate that likelihood displacement can be catastrophic, shifting probability mass from preferred responses to responses with an opposite meaning. As a simple example, training a model to prefer $\texttt{No}$ over $\texttt{Never}$ can sharply increase the probability of $\texttt{Yes}$. Moreover, when aligning the model to refuse unsafe prompts, we show that such displacement can unintentionally lead to unalignment, by shifting probability mass from preferred refusal responses to harmful responses (e.g., reducing the refusal rate of Llama-3-8B-Instruct from 74.4% to 33.4%). We theoretically characterize that likelihood displacement is driven by preferences that induce similar embeddings, as measured by a centered hidden embedding similarity (CHES) score. Empirically, the CHES score enables identifying which training samples contribute most to likelihood displacement in a given dataset. Filtering out these samples effectively mitigated unintentional unalignment in our experiments. More broadly, our results highlight the importance of curating data with sufficiently distinct preferences, for which we believe the CHES score may prove valuable.
