Self-Improving Robust Preference Optimization
Eugene Choi, Arash Ahmadian, Matthieu Geist, Oilvier Pietquin, Mohammad Gheshlaghi Azar
TL;DR
SRPO introduces a self-improving robust preference optimization framework that addresses inference-time self-correction and task-robustness in offline RLHF. It formulates a KL-regularized min-max objective between a self-improvement policy and a robust generative policy, which can be reduced to a non-adversarial supervised loss $L_{\alpha}$ and estimated offline without reward models. Theoretical results show how the optimal self-improvement policy and robust policy relate to human preference probabilities, enabling joint optimization through a single objective. Empirically, SRPO demonstrates strong win-rate gains over DPO and IPO, including substantial improvements in out-of-distribution settings and effective recursive refinements through self-improvement, highlighting robustness to the behavior policy and scalability across tasks.
Abstract
Online and offline RLHF methods, such as PPO and DPO, have been highly successful in aligning AI with human preferences. Despite their success, however, these methods suffer from fundamental limitations: (a) Models trained with RLHF can learn from mistakes or negative examples through RL mechanism or contrastive loss during training. However, at inference time, they lack an innate self-improvement mechanism for error corrections. (b) The optimal solution of existing methods is highly task-dependent, making it difficult for them to generalize to new tasks. To address these challenges, we propose Self-Improving Robust Preference Optimization (SRPO), a practical and mathematically principled offline RLHF framework. The key idea behind SRPO is to cast the problem of learning from human preferences as a self-improvement process, mathematically formulated as a min-max objective that jointly optimizes a self-improvement policy and a generative policy in an adversarial fashion. Crucially, the solution for this optimization problem is independent of the training task, which makes it robust to its changes. We then show that this objective can be reformulated as a non-adversarial offline loss, which can be efficiently optimized using standard supervised learning techniques at scale. To demonstrate SRPO's effectiveness, we evaluate it using AI Win-Rate (WR) against human (GOLD) completions. When tested on the XSum dataset, SRPO outperforms DPO by a margin of 15% after 5 self revisions, achieving an impressive 90% WR. Moreover, on the challenging Arena-Hard prompts, SRPO outperforms both DPO and IPO (by 4% without revision and 6% after a single revision), reaching a 56% WR against against Llama-3.1-8B-Instruct.
