English

Magnetic Preference Optimization: Achieving Last-iterate Convergence for Language Model Alignment

Computation and Language 2025-04-22 v3

Abstract

Self-play methods have demonstrated remarkable success in enhancing model capabilities across various domains. In the context of Reinforcement Learning from Human Feedback (RLHF), self-play not only boosts Large Language Model (LLM) performance but also overcomes the limitations of traditional Bradley-Terry (BT) model assumptions by finding the Nash equilibrium (NE) of a preference-based, two-player constant-sum game. However, existing methods either guarantee only average-iterate convergence, incurring high storage and inference costs, or converge to the NE of a regularized game, failing to accurately reflect true human preferences. In this paper, we introduce Magnetic Preference Optimization (MPO), a novel approach capable of achieving last-iterate convergence to the NE of the original game, effectively overcoming the limitations of existing methods. Building upon Magnetic Mirror Descent (MMD), MPO attains a linear convergence rate, making it particularly suitable for fine-tuning LLMs. To ensure our algorithm is both theoretically sound and practically viable, we present a simple yet effective implementation that adapts the theoretical insights to the RLHF setting. Empirical results demonstrate that MPO can significantly enhance the performance of LLMs, highlighting the potential of self-play methods in alignment.

Keywords

Cite

@article{arxiv.2410.16714,
  title  = {Magnetic Preference Optimization: Achieving Last-iterate Convergence for Language Model Alignment},
  author = {Mingzhi Wang and Chengdong Ma and Qizhi Chen and Linjian Meng and Yang Han and Jiancong Xiao and Zhaowei Zhang and Jing Huo and Weijie J. Su and Yaodong Yang},
  journal= {arXiv preprint arXiv:2410.16714},
  year   = {2025}
}

Comments

ICLR 2025

R2 v1 2026-06-28T19:30:57.348Z