paper-with-me

Papers

Direct Preference Optimization with an Offset

2024-02-16 · Afra Amini, Tim Vieira, Ryan Cotterell

Direct preference optimization (DPO) is a successful fine-tuning strategy for aligning large language models with human preferences without the need to train a reward model or employ reinforcement learning. DPO, as originally formulated, relies on binary preference data and fine-tunes a language model to increase the likelihood of a preferred response over a dispreferred response. However, not all preference pairs are equal. Sometimes, the preferred response is only slightly better than the dispreferred one. In other cases, the preference is much stronger. For instance, if a response contains harmful or toxic content, the annotator will have a strong preference for that response. In this paper, we propose a generalization of DPO, termed DPO with an offset (ODPO), that does not treat every preference pair equally during fine-tuning. Intuitively, ODPO requires the difference between the likelihood of the preferred and dispreferred response to be greater than an offset value. The offset is determined based on the extent to which one response is preferred over another. Our experiments on various tasks suggest that ODPO significantly outperforms DPO in aligning language models, especially when the number of preference pairs is limited.

📄 PDF Abstract BibTeX arXiv:2402.10571

Code (2)

rycolab/odpo 공식 구현 pytorch
xxares/todo pytorch

Tasks

Language Modelling

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

From Prompts to Printable Models: Support-Effective 3D Generation via Offset Direct Preference Optimization

2025-11-20 · Chenming Wu, Xiaofan Li, Chengkai Dai arxiv

Current text-to-3D models prioritize visual fidelity but often neglect physical fabricability, resulting in geometries requiring excessive support structures. This paper introduces SEG (\textit{\underline{S}upport-\under…

3D Generation

Linear Preference Optimization: Decoupled Gradient Control via Absolute Regularization

2025-08-20 · Rui Wang, Qianguo Sun, Chao Song, Junlong Wu 외 arxiv

DPO (Direct Preference Optimization) has become a widely used offline preference optimization algorithm due to its simplicity and training stability. However, DPO is prone to overfitting and collapse. To address these ch…

Training LLMs to Enforce Multi-Level Instruction Hierarchies via Gravity-Weighted Direct Preference Optimization

2026-06-09 · Lena S. Bolliger, Lena A. Jäger arxiv

Production LLMs receive instructions from sources with very different levels of trust, yet attend to every token with uniform architectural privilege. This is the structural vulnerability that enables malicious prompt in…

Multi-Agent Coordination for Distributed Transmit Beamforming

2019-09-23

This paper presents the formulation and analysis of a two time-scale optimization algorithm for multi-agent coordination for the purpose of distributed beamforming. Each agent is assumed to be randomly positioned with re…

Position

Tangent Space Fine-Tuning for Directional Preference Alignment in Large Language Models

2026-02-01 · Mete Erdogan arxiv

Our goal is to enable large language models (LLMs) to balance multiple human preference dimensions; such as helpfulness, safety, and verbosity, through principled and controllable alignment. Existing preference optimizat…