Understanding Reference Policies in Direct Preference Optimization
Yixin Liu, Pengfei Liu, Arman Cohan

TL;DR
This paper investigates how the choice and strength of reference policies affect the effectiveness of Direct Preference Optimization in fine-tuning large language models, revealing sensitivities and best practices.
Contribution
It provides a comprehensive analysis of the dependency of DPO on reference policies, including the optimal KL constraint strength and the impact of policy strength and similarity.
Findings
DPO is sensitive to the KL divergence constraint strength.
The necessity of the KL constraint depends on the reference policy.
Stronger reference policies can improve DPO performance if similar to the target model.
Abstract
Direct Preference Optimization (DPO) has become a widely used training method for the instruction fine-tuning of large language models (LLMs). In this work, we explore an under-investigated aspect of DPO - its dependency on the reference model or policy. Such reference policies, typically instantiated as the model to be further fine-tuned, are important since they can impose an upper limit on DPO's effectiveness. Therefore, we address three related research questions in this work. First, we explore the optimal strength of the KL divergence constraint in DPO, which penalizes deviations from the reference policy, and find that DPO is sensitive to this strength. Next, we examine the necessity of the KL-constraint from the reference policies in DPO by providing both theoretical and empirical comparisons between DPO and related learning objectives, demonstrating DPO's superiority in this…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsMulti-Criteria Decision Making
MethodsDirect Preference Optimization
