Nearly Optimal Active Preference Learning and Its Application to LLM Alignment
Yao Zhao, Kwang-Sung Jun
TL;DR
The paper tackles data efficiency in RLHF by reframing reward-model learning as instance-aware active preference learning. It introduces a novel experimental-design objective that yields instance-dependent label complexity guarantees for a logistic/BTL-style preference model, and complements this with a simple, practical greedy uncertainty-sampling method. The two methods are shown to reduce the number of human preference queries needed while maintaining reward-model accuracy on real RLHF datasets, outperforming several baselines. Practically, this work enables more scalable LLM alignment by making high-quality preference data collection more efficient and targeted to problem structure, with clear theoretical guarantees and empirical evidence.
Abstract
Aligning large language models (LLMs) depends on high-quality datasets of human preference labels, which are costly to collect. Although active learning has been studied to improve sample efficiency relative to passive collection, many existing approaches adopt classical experimental design criteria such as G- or D-optimality. These objectives are not tailored to the structure of preference learning, leaving open the design of problem-specific algorithms. In this work, we identify a simple intuition specific to preference learning that calls into question the suitability of these existing design objectives. Motivated by this insight, we propose two active learning algorithms. The first provides the first instance-dependent label complexity guarantee for this setting, and the second is a simple, practical greedy method. We evaluate our algorithm on real-world preference datasets and observe improved sample efficiency compared to existing methods.
