On Extending Direct Preference Optimization to Accommodate Ties
Jinghong Chen, Guangyu Yang, Weizhe Lin, Jingbiao Mei, Bill Byrne
TL;DR
This work extends Direct Preference Optimization (DPO) to handle ties in pairwise judgments by replacing the Bradley-Terry model with Rao-Kupper (RK) and Davidson (D) extensions that explicitly assign probability to ties. The authors derive tie-inclusive objective functions and gradient updates, showing that including tied data can regularize the learned policy with respect to a reference model while avoiding the performance degradation seen when tying data is ignored in standard DPO. Across neural machine translation and summarization, the tie-aware variants DPO-RK and DPO-D demonstrate improved regularization (lower KL to the reference) and can outperform standard DPO when leveraging tied data, especially in translation and mathematical reasoning tasks. The results advocate for incorporating ties rather than discarding them, and the work provides theoretical and empirical insights into why ties regularize policy learning and how to tune the tie-extensions in practice.
Abstract
We derive and investigate two DPO variants that explicitly model the possibility of declaring a tie in pair-wise comparisons. We replace the Bradley-Terry model in DPO with two well-known modeling extensions, by Rao and Kupper and by Davidson, that assign probability to ties as alternatives to clear preferences. Our experiments in neural machine translation and summarization show that explicitly labeled ties can be added to the datasets for these DPO variants without the degradation in task performance that is observed when the same tied pairs are presented to DPO. We find empirically that the inclusion of ties leads to stronger regularization with respect to the reference policy as measured by KL divergence, and we see this even for DPO in its original form. We provide a theoretical explanation for this regularization effect using ideal DPO policy theory. We further show performance improvements over DPO in translation and mathematical reasoning using our DPO variants. We find it can be beneficial to include ties in preference optimization rather than simply discard them, as is done in common practice.
