paper-with-me

홈 › Papers

C-3DPO: Constrained Controlled Classification for Direct Preference Optimization

2025-02-22 · Kavosh Asadi, Julien Han, Xingzi Xu, Dominique Perrault-Joncas, Shoham Sabach, Karim Bouyarmane, Mohammad Ghavamzadeh

Direct preference optimization (DPO)-style algorithms have emerged as a promising approach for solving the alignment problem in AI. We present a novel perspective that formulates these algorithms as implicit classification algorithms. This classification framework enables us to recover many variants of DPO-style algorithms by choosing appropriate classification labels and loss functions. We then leverage this classification framework to demonstrate that the underlying problem solved in these algorithms is under-specified, making them susceptible to probability collapse of the winner-loser responses. We address this by proposing a set of constraints designed to control the movement of probability mass between the winner and loser in the reference and target policies. Our resulting algorithm, which we call Constrained Controlled Classification DPO (\texttt{C-3DPO}), has a meaningful RLHF interpretation. By hedging against probability collapse, \texttt{C-3DPO} provides practical improvements over vanilla \texttt{DPO} when aligning several large language models using standard preference datasets.

📄 PDF Abstract BibTeX arXiv:2502.17507

Code (0)

등록된 구현이 없습니다.

Tasks

Classification

Methods 이 논문이 사용한 방법론

DPO 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

A Zeroth-Order Paradigm for LLM Preference Alignment

2026-09-16 · Peter Chen, Xi Chen, Wotao Yin, Tianyi Lin hf

Direct preference alignment methods are widely used to align large language models (LLMs) with human preferences because of their computational and memory efficiency. However, likelihood displacement motivates alternativ…

CompassDPO: Dynamics-Controlled Direct Preference Optimization for Robust Safety Alignment

2026-03-07 · Jilong Liu, Yonghui Yang, Pengyang Shao, Wenjian Tao 외 arxiv

Direct Preference Optimization (DPO) has become a standard framework for safety alignment, but its reliance on pairwise preference updates makes training sensitive to imperfect supervision. Existing robust DPO methods of…

Towards Improved Preference Optimization Pipeline: from Data Generation to Budget-Controlled Regularization

2024-11-07 · Zhuotong Chen, Fang Liu, Jennifer Zhu, Wanyu Du 외

Direct Preference Optimization (DPO) and its variants have become the de facto standards for aligning large language models (LLMs) with human preferences or specific goals. However, DPO requires high-quality preference d…

Offline Safe Policy Optimization From Heterogeneous Feedback

2025-12-23 · Ze Gong, Pradeep Varakantham, Akshat Kumar arxiv

Offline Preference-based Reinforcement Learning (PbRL) learns rewards and policies aligned with human preferences without the need for extensive reward engineering and direct interaction with human annotators. However, e…

Reinforcement LearningContinuous Control

Boosting Direct Preference Optimization with Penalization

2026-06-10 · Pengwei Sun arxiv

Offline preference optimization has become a practical substitute for reinforcement learning from human feedback, but pairwise objectives such as Direct Preference Optimization (DPO) and its variants use only the chosen …

Reinforcement Learning