paper-with-me

Papers

AdaDPO: Self-Adaptive Direct Preference Optimization with Balanced Gradient Updates

2026-05-27 · Shaolong Chen, Madalina Ciobanu, Qingqing Mao, Ritankar Das arxiv

DPO has become a widely adopted alternative to RLHF for aligning LLMs with human preferences, eliminating the need for a separate reward model or RL loop. Recent theoretical analysis uncovers an asymmetric gradient behavior in DPO: the loss suppresses dispreferred responses substantially faster than it promotes preferred ones, causing the model to learn to avoid bad answers rather than to generate good ones. We propose AdaDPO, a Self-Adaptive variant of the DPO algorithm that introduces per-preference-pair, stop-gradient-based coefficients derived directly from the policy model's generation probabilities, with the reference model's probabilities as an optional component. AdaDPO is constructed to enforce equality of gradient magnitudes between preferred and dispreferred probabilities; the practical implementation balances per-token gradients and applies a numerical clipping bound for stability, while retaining DPO's original hyperparameter structure. On Llama-3-8B-Instruct trained on UltraFeedback under a SimPO similar setup, AdaDPO consistently outperforms DPO on AlpacaEval 2: it achieves higher length-controlled win rates (LC) in 81% of hyperparameter combinations, attains the global best LC (48.3%) and raw win rate (46.1%), and enlarges the LC-over-WR margin in 88% of combinations, indicating effective mitigation of length bias. Additional analyses on KL divergence, reward margin, and reward accuracy confirm that AdaDPO rectifies the gradient imbalance and yields more efficient optimization. Because it operates purely at the loss level, AdaDPO can be dropped into existing preference-based alignment pipelines without changing data collection or model architectures. The method requires only a few lines of code, and the same self-adaptive principle generalizes to a broad family of pairwise contrastive preference losses including SimPO, R-DPO, IPO, CPO, and ORPO.

📄 PDF Abstract BibTeX arXiv:2605.28440

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TSO: Self-Training with Scaled Preference Optimization

2024-08-31 · Kaihui Chen, Hao Yi, Qingyang Li, Tianyu Qi 외

Enhancing the conformity of large language models (LLMs) to human preferences remains an ongoing research challenge. Recently, offline approaches such as Direct Preference Optimization (DPO) have gained prominence as att…

Diversity

Token Preference Optimization with Self-Calibrated Visual-Anchored Rewards for Hallucination Mitigation

2024-12-19 · Jihao Gu, Yingyao Wang, Meng Cao, Pi Bu 외

Direct Preference Optimization (DPO) has been demonstrated to be highly effective in mitigating hallucinations in Large Vision Language Models (LVLMs) by aligning their outputs more closely with human preferences. Despit…

Hallucination

KL Penalty Control via Perturbation for Direct Preference Optimization

2025-02-18 · Sangkyu Lee, Janghoon Han, Hosung Song, Stanley Jungkyu Choi 외

Direct Preference Optimization (DPO) demonstrates the advantage of aligning a large language model with human preference using only an offline dataset. However, DPO has the limitation that the KL penalty, which prevents …

ChatbotLanguage ModelingLanguage ModellingLarge Language Model

2D-Curri-DPO: Two-Dimensional Curriculum Learning for Direct Preference Optimization

2025-04-10 · Mengyang Li, Zhong Zhang

Aligning large language models with human preferences is crucial for their safe deployment. While Direct Preference Optimization (DPO) offers an efficient alternative to reinforcement learning from human feedback, tradit…

Model Optimization

Breaking the Mirror: Activation-Based Mitigation of Self-Preference in LLM Evaluators

2025-09-03 · Dani Roytburg, Matthew Bozoukov, Matthew Nguyen, Jou Barzdukas 외 arxiv

Large language models (LLMs) increasingly serve as automated evaluators, yet they suffer from "self-preference bias": a tendency to favor their own outputs over those of other models. This bias undermines fairness and re…