MPPO: Multi Pair-wise Preference Optimization for LLMs with Arbitrary Negative Samples
Shuo Xie, Fangzhi Zhu, Jiahui Wang, Lulu Wen, Wei Dai, Xiaowei Chen, Junxiong Zhu, Kai Zhou, Bo Zheng
TL;DR
MPPO introduces a reward-fitting framework that uses the average likelihood of model responses to align LLMs without a reference model, enabling effective preference optimization in sparse data with multiple responses per query. Among point-wise, pair-wise, and list-wise implementations, the pair-wise approach, especially Pair-MNM, delivers the strongest gains, surpassing state-of-the-art methods on MT-Bench and approaching top performance on Arena-Hard. The method demonstrates data-efficient training, robust performance across benchmarks, and practical applicability by removing the need for a separate reward or reference model. Overall, MPPO advances LLM alignment by leveraging multi-response preferences and demonstrating clear advantages in real-world, data-scarce settings.
Abstract
Aligning Large Language Models (LLMs) with human feedback is crucial for their development. Existing preference optimization methods such as DPO and KTO, while improved based on Reinforcement Learning from Human Feedback (RLHF), are inherently derived from PPO, requiring a reference model that adds GPU memory resources and relies heavily on abundant preference data. Meanwhile, current preference optimization research mainly targets single-question scenarios with two replies, neglecting optimization with multiple replies, which leads to a waste of data in the application. This study introduces the MPPO algorithm, which leverages the average likelihood of model responses to fit the reward function and maximizes the utilization of preference data. Through a comparison of Point-wise, Pair-wise, and List-wise implementations, we found that the Pair-wise approach achieves the best performance, significantly enhancing the quality of model responses. Experimental results demonstrate MPPO's outstanding performance across various benchmarks. On MT-Bench, MPPO outperforms DPO, ORPO, and SimPO. Notably, on Arena-Hard, MPPO surpasses DPO and ORPO by substantial margins. These achievements underscore the remarkable advantages of MPPO in preference optimization tasks.
