π€ AI Summary
Direct preference optimization (DPO) and similar alignment algorithms suffer from reward over-optimization, causing policy divergence from the reference model and performance degradation. To address this, we propose IS-DAAsβ*Importance-Sampling-based Direct Alignment Algorithms*βthe first offline direct alignment framework incorporating clipped importance sampling ratios. By jointly optimizing bias correction and variance reduction via importance sampling, IS-DAAs significantly mitigates over-optimization even under low regularization strength. Crucially, it requires no additional training objectives or hyperparameter tuning, preserving reference policy consistency while improving preference alignment accuracy and generation quality. Extensive evaluation across diverse multitask benchmarks demonstrates that IS-DAAs consistently outperforms existing over-optimization mitigation methods, validating its effectiveness and generalizability.
π Abstract
Direct Alignment Algorithms (DAAs) such as Direct Preference Optimization (DPO) have emerged as alternatives to the standard Reinforcement Learning from Human Feedback (RLHF) for aligning large language models (LLMs) with human values. However, these methods are more susceptible to over-optimization, in which the model drifts away from the reference policy, leading to degraded performance as training progresses. This paper proposes a novel importance-sampling approach to mitigate the over-optimization problem of offline DAAs. This approach, called (IS-DAAs), multiplies the DAA objective with an importance ratio that accounts for the reference policy distribution. IS-DAAs additionally avoid the high variance issue associated with importance sampling by clipping the importance ratio to a maximum value. Our extensive experiments demonstrate that IS-DAAs can effectively mitigate over-optimization, especially under low regularization strength, and achieve better performance than other methods designed to address this problem. Our implementations are provided publicly at this link.