Is On-Policy Data Always the Best Choice for Direct Preference Optimization-Based LM Alignment?
Abstract
The alignment of language models (LMs) with human preferences is critical for building reliable AI systems. The problem is typically framed as optimizing an LM policy to maximize the expected reward that reflects human preferences. Recently, Direct Preference Optimization (DPO) was proposed as an LM alignment method that directly optimizes the policy from static preference data, and further improved by incorporating on-policy sampling (i.e., preference candidates generated during the training loop) for better LM alignment. However, we show on-policy data is not always optimal, with systematic effectiveness difference emerging between static and on-policy preference candidates. For example, on-policy data can result in a $3\times$ effectiveness compared with static data for Llama-3, and a $0.4\times$ effectiveness for Zephyr. To explain the phenomenon, we propose the alignment stage assumption, which divides the alignment process into two distinct stages: the preference injection stage, which benefits from diverse data, and the preference fine-tuning stage, which favors high-quality data. Through theoretical and empirical analysis, we characterize these stages and propose an effective algorithm to identify the boundaries between them. We perform experiments on $5$ models (Llama, Zephyr, Phi-2, Qwen, Pythia) and $2$ alignment methods (DPO, SLiC-HF) to show the generalizability of alignment stage assumption and boundary measurement.
Cite
Text
Sun et al. "Is On-Policy Data Always the Best Choice for Direct Preference Optimization-Based LM Alignment?." International Conference on Learning Representations, 2026.Markdown
[Sun et al. "Is On-Policy Data Always the Best Choice for Direct Preference Optimization-Based LM Alignment?." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/sun2026iclr-onpolicy/)BibTeX
@inproceedings{sun2026iclr-onpolicy,
title = {{Is On-Policy Data Always the Best Choice for Direct Preference Optimization-Based LM Alignment?}},
author = {Sun, Zetian and Li, Dongfang and Chen, Xuhui and Hu, Baotian and Zhang, Min},
booktitle = {International Conference on Learning Representations},
year = {2026},
url = {https://mlanthology.org/iclr/2026/sun2026iclr-onpolicy/}
}