paper-with-me

Papers

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 and rejected responses stored in a static dataset. This leaves a useful signal unused: the response that the reference model itself would generate for the same prompt. We propose Direct Preference Optimization with Penalization (DPOP), a simple extension of DPO that augments the base preference loss with a gated penalty on reference-greedy responses. DPOP activates this penalty only when the current policy still assigns a lower likelihood to the preferred response than to the rejected response. On AlpacaEval 2.0, DPOP improves length-controlled win rate over DPO, SimPO, and AlphaDPO on both Llama-3-8b-it and Gemma-2-9b-it, achieving relative gains of 5.3\% and 4.4\% over baselines on the two models, respectively. Ablations further show that a SimNPO-style length-normalized penalty is stronger than NPO and token-level unlikelihood in this setting.

📄 PDF Abstract BibTeX arXiv:2606.12505

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Uncertainty-Penalized Direct Preference Optimization

2024-10-26 · Sam Houliston, Alizée Pace, Alexander Immer, Gunnar Rätsch

Aligning Large Language Models (LLMs) to human preferences in content, style, and presentation is challenging, in part because preferences are varied, context-dependent, and sometimes inherently ambiguous. While successf…

reinforcement-learningReinforcement Learning

Optimization by gradient boosting

2017-07-17 · Gérard Biau, Benoît Cadre

Gradient boosting is a state-of-the-art prediction technique that sequentially produces a model in the form of linear combinations of simple predictors---typically decision trees---by solving an infinite-dimensional conv…

Uncertainty-Aware Exploratory Direct Preference Optimization for Multimodal Large Language Models

2026-05-06 · Huatian Zhang, Zhendong Mao, Lei Zhang, Yongdong Zhang arxiv

Direct Preference Optimization (DPO) has proven to be an effective solution for mitigating hallucination in Multimodal Large Language Models (MLLMs) by learning from preference pairs. One of its key challenges lies in ho…

Totally Corrective Boosting with Cardinality Penalization

2015-04-07 · Vasil S. Denchev, Nan Ding, Shin Matsushima, S. V. N. Vishwanathan 외

We propose a totally corrective boosting algorithm with explicit cardinality regularization. The resulting combinatorial optimization problems are not known to be efficiently solvable with existing classical methods, but…

BenchmarkingCombinatorial Optimization

SLIME: Stabilized Likelihood Implicit Margin Enforcement for Preference Optimization

2026-02-02 · Maksim Afanasyev, Illarion Iov arxiv

Direct preference optimization methods have emerged as a computationally efficient alternative to Reinforcement Learning from Human Feedback (RLHF) for aligning Large Language Models (LLMs). Latest approaches have stream…

Reinforcement Learning