Robust Preference Optimization via Dynamic Target Margins
Jie Sun, Junkang Wu, Jiancan Wu, Zhibo Zhu, Xingyu Lu, Jun Zhou, Lintao Ma, Xiang Wang
TL;DR
This work tackles robustness in aligning LLMs under noisy human preferences by introducing γ-PO, a dynamic target-margin method that assigns per-instance margins to preference pairs. By formulating an adaptive, KL-regularized margin optimization, γ-PO integrates with DPO and SimPO as γ-DPO and γ-SimPO, effectively implementing adaptive label smoothing tied to reward gaps. Empirical results across multiple base models and benchmarks show a 4.4% average improvement over baselines with minimal training overhead, validating the method’s plug-and-play practicality. The approach addresses data quality issues in RLHF pipelines and offers a scalable path for more robust, human-aligned LLM behavior.
Abstract
The alignment of Large Language Models (LLMs) is crucial for ensuring their safety and reliability in practical applications. Direct Preference Optimization (DPO) has emerged as an efficient method that directly optimizes models using preference pairs, significantly reducing resource demands. However, the effectiveness of DPO heavily depends on the data quality, which is frequently compromised by noise. In this work, we propose $γ$-PO, a dynamic target margin preference optimization algorithm that adjust reward margins at the pairwise level. By introducing instance-specific margin calibration, $γ$-PO strategically prioritizes high-confidence pairs (those demonstrating higher reward margins) while suppressing potential noise from ambiguous pairs. Moreover, $γ$-PO is a plug-and-play method, compatible with variants of DPO that rely on reward margin between preference pairs. Across benchmarks such as AlpacaEval2 and Arena-Hard, $γ$-PO achieves an average 4.4\% improvement over other baselines, setting new benchmarks for state-of-the-art performance. Additionally, $γ$-PO requires minimal code changes and has a negligible impact on training efficiency, making it a robust solution for enhancing LLMs alignment. Our codes are available at \href{https://github.com/sunjie279/gammaPO}{https://github.com/sunjie279/gammaPO}.
