SIMPLEMIX: Frustratingly Simple Mixing of Off- and On-policy Data in Language Model Preference Learning
Tianjian Li, Daniel Khashabi
TL;DR
This paper investigates how on-policy and off-policy data influence language model preference learning and demonstrates that they offer complementary strengths across task types. By isolating data source from the learning algorithm, the authors show that on-policy data better supports objective reasoning tasks while off-policy data enhances open-ended tasks. They propose SimpleMix, a straightforward method that blends on- and off-policy data during Direct Preference Optimization, achieving robust improvements over both single-source data and more complex hybrids. Across multiple models and benchmarks, SimpleMix yields meaningful gains, highlighting the practicality of simple data mixtures for LM alignment and guiding future data-curation strategies.
Abstract
Aligning language models with human preferences relies on pairwise preference datasets. While some studies suggest that on-policy data consistently outperforms off -policy data for preference learning, others indicate that the advantages of on-policy data may be task-dependent, highlighting the need for a systematic exploration of their interplay. In this work, we show that on-policy and off-policy data offer complementary strengths in preference optimization: on-policy data is particularly effective for reasoning tasks like math and coding, while off-policy data performs better on open-ended tasks such as creative writing and making personal recommendations. Guided by these findings, we introduce SIMPLEMIX, an approach to combine the complementary strengths of on-policy and off-policy preference learning by simply mixing these two data sources. Our empirical results across diverse tasks and benchmarks demonstrate that SIMPLEMIX substantially improves language model alignment. Specifically, SIMPLEMIX improves upon on-policy DPO and off-policy DPO by an average of 6.03% on Alpaca Eval 2.0. Moreover, it outperforms prior approaches that are much more complex in combining on- and off-policy data, such as HyPO and DPO-Mix-P, by an average of 3.05%.
