MLAICLLGSTSep 26, 2025

Towards Efficient Online Exploration for Reinforcement Learning with Human Feedback

arXiv:2509.22633v1h-index: 3
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in online RLHF for aligning large language models with human preferences, offering an incremental improvement over prior methods.

The paper tackles the problem of inefficient exploration in online reinforcement learning with human feedback (RLHF), where existing methods collect uninformative preference data, and proposes a new exploration scheme that achieves polynomial regret bounds in all model parameters.

Reinforcement learning with human feedback (RLHF), which learns a reward model from human preference data and then optimizes a policy to favor preferred responses, has emerged as a central paradigm for aligning large language models (LLMs) with human preferences. In this paper, we investigate exploration principles for online RLHF, where one seeks to adaptively collect new preference data to refine both the reward model and the policy in a data-efficient manner. By examining existing optimism-based exploration algorithms, we identify a drawback in their sampling protocol: they tend to gather comparisons that fail to reduce the most informative uncertainties in reward differences, and we prove lower bounds showing that such methods can incur linear regret over exponentially long horizons. Motivated by this insight, we propose a new exploration scheme that directs preference queries toward reducing uncertainty in reward differences most relevant to policy improvement. Under a multi-armed bandit model of RLHF, we establish regret bounds of order $T^{(β+1)/(β+2)}$, where $β>0$ is a hyperparameter that balances reward maximization against mitigating distribution shift. To our knowledge, this is the first online RLHF algorithm with regret scaling polynomially in all model parameters.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes