SGDPO: Self-Guided Direct Preference Optimization for Language Model Alignment
Wenqiao Zhu, Ji Liu, Lulu Wang, Jun Wu, Yulun Zhang
TL;DR
This work tackles the instability and suboptimality of Direct Preference Optimization (DPO) in aligning large language models with human values. It introduces Self-Guided Direct Preference Optimization (SGDPO), which adds a pilot term to steer gradient flow and uses subsequences to refine updates to chosen and rejected rewards. The authors provide theoretical analyses of gradient behavior and demonstrate, across multiple models and benchmarks, that SGDPO delivers more robust and higher-quality alignment than DPO, with improvements up to 9.19% in reported scores. The approach achieves stronger, more consistent performance while incurring only modest computational overhead, indicating practical benefits for scalable alignment of LLMs.
Abstract
Direct Preference Optimization (DPO) is broadly utilized for aligning Large Language Models (LLMs) with human values because of its flexibility. Despite its effectiveness, it has been observed that the capability of DPO to generate human-preferred response is limited and the results of DPO are far from resilient. To address these limitations, in this paper we propose a novel Self-Guided Direct Preference Optimization algorithm, i.e., SGDPO, which incorporates a pilot term to steer the gradient flow during the optimization process, allowing for fine-grained control over the updates of chosen and rejected rewards. We provide a detailed theoretical analysis of our proposed method and elucidate its operational mechanism. Furthermore, we conduct comprehensive experiments on various models and benchmarks. The extensive experimental results demonstrate the consistency between the empirical results and our theoretical analysis and confirm the effectiveness of our proposed approach (up to 9.19% higher score).
