Hybrid Preference Optimization for Alignment: Provably Faster Convergence Rates by Combining Offline Preferences with Online Exploration
Avinandan Bose, Zhihan Xiong, Aadirupa Saha, Simon Shaolei Du, Maryam Fazel
TL;DR
This paper tackles sample-efficient alignment of language models via reinforcement learning from human feedback (RLHF) by introducing Hybrid Preference Optimization (HPO). HPO blends online exploration with offline preference data, relaxing the strict concentrability constraints of purely offline methods while leveraging offline data to accelerate online learning. The authors prove provable upper bounds on the KL-regularized objective gap, establish lower bounds for pure offline and online RLHF, and demonstrate that HPO achieves improved sample efficiency, especially in linear MDP settings. Empirical results in a linear contextual bandit setup corroborate the theoretical gains, showing reduced online sample needs when offline data is available, which has practical implications for scalable, cost-effective RLHF deployment.
Abstract
Reinforcement Learning from Human Feedback (RLHF) is currently the leading approach for aligning large language models with human preferences. Typically, these models rely on extensive offline preference datasets for training. However, offline algorithms impose strict concentrability requirements, which are often difficult to satisfy. On the other hand, while online algorithms can avoid the concentrability issue, pure online exploration could be expensive due to the active preference query cost and real-time implementation overhead. In this paper, we propose a novel approach: Hybrid Preference Optimization (HPO) which combines online exploration with existing offline preferences by relaxing the stringent concentrability conditions for offline exploration, as well as significantly improving the sample efficiency for its online counterpart. We give the first provably optimal theoretical bound for Hybrid RLHF with preference feedback, providing sample complexity bounds for policy optimization with matching lower bounds. Our results yield improved sample efficiency of hybrid RLHF over pure offline and online exploration.
