ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
33
Citations
0
Influential Citations
arXiv.org
Venue
2025
Year
… In this context, Direct Preference Optimization (DPO) has recently gained prominence as a streamlined alternative that directly optimizes LLMs using human preferences, thereby …
Direct Preference Optimization (DPO) has emerged as a pivotal alternative to traditional Reinforcement Learning from Human Feedback (RLHF) for aligning large language models (LLMs) with human preferences. While RLHF typically requires training a separate reward model and using reinforcement learning to optimize the policy, DPO reformulates the problem as a simple classification loss, making it more stable and computationally efficient. This survey is timely because the field is expanding rapidly, with many variants and applications appearing across different domains. By systematically organizing this body of work, the paper provides a clear map for researchers and practitioners, helping them navigate the landscape and choose appropriate methods for their use cases.
The survey's significance lies in its comprehensive coverage and structured taxonomy. It not only summarizes existing methods but also highlights theoretical connections and practical trade-offs. For AI practitioners, this is invaluable because it distills complex ideas into actionable insights, reducing the learning curve and enabling faster adoption of DPO in production systems. Moreover, by identifying open challenges, the paper sets the agenda for future research, making it a must-read for anyone working on LLM alignment.
The paper makes several key technical contributions:
While the survey does not present new experimental results, it synthesizes findings from numerous studies. It reports that DPO often matches or exceeds RLHF in alignment benchmarks while requiring significantly less compute—since no reward model is trained. For instance, on tasks like helpfulness and harmlessness, DPO variants have shown comparable performance to PPO-based RLHF. The survey also notes that certain variants, such as IPO and KTO, address specific issues like over-optimization and distribution shift, leading to more robust alignment. However, it cautions that results vary across tasks and datasets, and that DPO can be sensitive to hyperparameters.
The broader impact of this survey is substantial. By consolidating knowledge, it lowers the barrier to entry for applying DPO, potentially accelerating the deployment of aligned LLMs in industry. It also fosters cross-pollination of ideas, as the taxonomy reveals connections between seemingly disparate approaches. For the AI field, this work contributes to the ongoing shift from complex RL-based alignment to simpler, more efficient optimization methods, which is crucial for democratizing AI alignment. The identified challenges will likely inspire new research, driving further innovation in preference optimization and beyond.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba