paper-with-me

Papers

Sharp Analysis for KL-Regularized Contextual Bandits and RLHF

2024-11-07 · Heyang Zhao, Chenlu Ye, Quanquan Gu, Tong Zhang

Reverse-Kullback-Leibler (KL) regularization has emerged to be a predominant technique used to enhance policy optimization in reinforcement learning (RL) and reinforcement learning from human feedback (RLHF), which forces the learned policy to stay close to a reference policy. While the effectiveness and necessity of KL-regularization have been empirically demonstrated in various practical scenarios, current theoretical analysis of KL-regularized RLHF still obtains the same $\mathcal{O}(1 / \epsilon^2)$ sample complexity as problems without KL-regularization. To understand the fundamental distinction between policy learning objectives with KL-regularization and ones without KL-regularization, we are the first to theoretically demonstrate the power of KL-regularization by providing a sharp analysis for KL-regularized contextual bandits and RLHF, revealing an $\mathcal{O}(1 / \epsilon)$ sample complexity when $\epsilon$ is sufficiently small. We further explore the role of data coverage in contextual bandits and RLHF. While the coverage assumption is commonly employed in offline RLHF to link the samples from the reference policy to the optimal policy, often at the cost of a multiplicative dependence on the coverage coefficient, its impact on the sample complexity of online RLHF remains unclear. Previous theoretical analyses of online RLHF typically require explicit exploration and additional structural assumptions on the reward function class. In contrast, we show that with sufficient coverage from the reference policy, a simple two-stage mixed sampling strategy can achieve a sample complexity with only an additive dependence on the coverage coefficient. Our results provide a comprehensive understanding of the roles of KL-regularization and data coverage in RLHF, shedding light on the design of more efficient RLHF algorithms.

📄 PDF Abstract BibTeX arXiv:2411.04625

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed BanditsReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Towards a Sharp Analysis of Offline Policy Learning for $f$-Divergence-Regularized Contextual Bandits

2025-02-09 · Qingyue Zhao, Kaixuan Ji, Heyang Zhao, Tong Zhang 외

Although many popular reinforcement learning algorithms are underpinned by $f$-divergence regularization, their sample complexity with respect to the \emph{regularized objective} still lacks a tight characterization. In …

Multi-Armed Bandits

Regularized OFU: an Efficient UCB Estimator forNon-linear Contextual Bandit

2021-06-29 · Yichi Zhou, Shihong Song, Huishuai Zhang, Jun Zhu 외

Balancing exploration and exploitation (EE) is a fundamental problem in contex-tual bandit. One powerful principle for EE trade-off isOptimism in Face of Uncer-tainty(OFU), in which the agent takes the action according t…

Multi-Armed Bandits

Provably Efficient RLHF Pipeline: A Unified View from Contextual Bandits

2025-02-11 · Long-Fei Li, Yu-Yang Qian, Peng Zhao, Zhi-Hua Zhou

Reinforcement Learning from Human Feedback (RLHF) is a widely used approach for aligning Large Language Models (LLMs) with human preferences. While recent advancements have provided valuable insights into various stages …

Computational EfficiencyMulti-Armed Bandits

Logarithmic Regret for Online KL-Regularized Reinforcement Learning

2025-02-11 · Heyang Zhao, Chenlu Ye, Wei Xiong, Quanquan Gu 외

Recent advances in Reinforcement Learning from Human Feedback (RLHF) have shown that KL-regularization plays a pivotal role in improving the efficiency of RL fine-tuning for large language models (LLMs). Despite its empi…

reinforcement-learningReinforcement Learning

On the Optimal Sample Complexity of Offline Multi-Armed Bandits with KL Regularization

2026-05-04 · Kaixuan Ji, Qiwei Di, Heyang Zhao, Qingyue Zhao 외 arxiv

Kullback-Leibler (KL) regularization is widely used in offline decision-making and offers several benefits, motivating recent work on the sample complexity of offline learning with respect to KL-regularized performance m…

Multi-Armed Bandits