paper-with-me

Papers

SimPO: Simple Preference Optimization with a Reference-Free Reward

2024-05-23 · Yu Meng, Mengzhou Xia, Danqi Chen

Direct Preference Optimization (DPO) is a widely used offline preference optimization algorithm that reparameterizes reward functions in reinforcement learning from human feedback (RLHF) to enhance simplicity and training stability. In this work, we propose SimPO, a simpler yet more effective approach. The effectiveness of SimPO is attributed to a key design: using the average log probability of a sequence as the implicit reward. This reward formulation better aligns with model generation and eliminates the need for a reference model, making it more compute and memory efficient. Additionally, we introduce a target reward margin to the Bradley-Terry objective to encourage a larger margin between the winning and losing responses, further improving the algorithm's performance. We compare SimPO to DPO and its latest variants across various state-of-the-art training setups, including both base and instruction-tuned models such as Mistral, Llama 3, and Gemma 2. We evaluate on extensive chat-based evaluation benchmarks, including AlpacaEval 2, MT-Bench, and Arena-Hard. Our results demonstrate that SimPO consistently and significantly outperforms existing approaches without substantially increasing response length. Specifically, SimPO outperforms DPO by up to 6.4 points on AlpacaEval 2 and by up to 7.5 points on Arena-Hard. Our top-performing model, built on Gemma-2-9B-it, achieves a 72.4% length-controlled win rate on AlpacaEval 2, a 59.1% win rate on Arena-Hard, and ranks 1st on Chatbot Arena among <10B models with real user votes.

📄 PDF Abstract BibTeX arXiv:2405.14734

Code (2)

princeton-nlp/simpo 공식 구현 pytorch
openpsi-project/realhf pytorch

Tasks

ChatbotInstruction Following

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…
DPO 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

$ξ$-DPO: Direct Preference Optimization via Ratio Reward Margin

2026-05-09 · Zhengyuan Fan, Zhonghua Wu, Yuxuan Du, Qun Chen arxiv

Reference-free preference optimization has emerged as an efficient alternative to reinforcement learning from human feedback, with Simple Preference Optimization(SimPO) demonstrating strong performance by eliminating the…

Reinforcement Learning

Failure Modes of Maximum Entropy RLHF

2025-09-24 · Ömer Veysel Çağatan, Barış Akgün arxiv

In this paper, we show that Simple Preference Optimization (SimPO) can be derived as Maximum Entropy Reinforcement Learning, providing a theoretical foundation for this reference-free method. Motivated by SimPO's strong …

Reinforcement Learning

RePO: ReLU-based Preference Optimization

2025-03-10 · Junkang Wu, Kexin Huang, Xue Wang, Jinyang Gao 외

Aligning large language models (LLMs) with human preferences is critical for real-world deployment, yet existing methods like RLHF face computational and stability challenges. While DPO establishes an offline paradigm wi…

$α$-DPO: Adaptive Reward Margin is What Direct Preference Optimization Needs

2024-10-14 · Junkang Wu, Xue Wang, Zhengyi Yang, Jiancan Wu 외

Aligning large language models (LLMs) with human values and intentions is crucial for their utility, honesty, and safety. Reinforcement learning from human feedback (RLHF) is a popular approach to achieve this alignment,…

Computational Efficiency

FairPO: Robust Preference Optimization for Fair Multi-Label Learning

2025-05-05 · Soumen Kumar Mondal, Akshit Varmora, Prateek Chanda, Ganesh Ramakrishnan

We propose FairPO, a novel framework designed to promote fairness in multi-label classification by directly optimizing preference signals with a group robustness perspective. In our framework, the set of labels is partit…

FairnessMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti-Label Learning