CLLGMay 23, 2024

SimPO: Simple Preference Optimization with a Reference-Free Reward

Princeton
arXiv:2405.14734v31017 citationsh-index: 55NIPS
Originality Highly original
AI Analysis

This work addresses the need for more efficient and effective preference optimization methods in AI alignment, particularly for training large language models, and is incremental as it builds upon existing DPO frameworks with specific enhancements.

The paper tackles the problem of offline preference optimization in reinforcement learning from human feedback by proposing SimPO, a simpler and more effective approach that uses average log probability as an implicit reward and eliminates the need for a reference model, resulting in performance improvements such as up to 6.4 points on AlpacaEval 2 and up to 7.5 points on Arena-Hard compared to DPO.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes