← Search

Chenlu Ye

9 accepted papers

2025

Logarithmic Regret for Online KL-Regularized Reinforcement Learning

ICML 2025poster

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 empirical advantage, the theoretical difference between KL-regularized RL and standa…

Cited by 1SourcePDFScholar
2025

Understanding Overadaptation in Supervised Fine-Tuning: The Role of Ensemble Methods

ICML 2025poster

Supervised fine-tuning (SFT) on domain-specific data is the dominant approach for adapting foundation models to specialized tasks. However, it has been observed that SFT models tend to forget knowledge acquired during pretraining. In vision models, ensembling a pretrained model with its fine-tuned c…

Cited by 0SourcePDFScholar
2024

Iterative Preference Learning from Human Feedback: Bridging Theory and Practice for RLHF under KL-constraint

ICML 2024poster

This paper studies the theoretical framework of the alignment process of generative models with Reinforcement Learning from Human Feedback (RLHF). We consider a standard mathematical formulation, the reverse-KL regularized contextual bandit for RLHF. Despite its widespread practical application, a r…

Cited by 139SourcePDFScholar
2024

Online Iterative Reinforcement Learning from Human Feedback with General Preference Model

NeurIPS 2024poster

We investigate Reinforcement Learning from Human Feedback (RLHF) in the context of a general preference oracle. In particular, we do not assume the existence of a reward function and an oracle preference signal drawn from the Bradley-Terry model as most of the prior works do. We consider a standard…

2024

Towards Robust Model-Based Reinforcement Learning Against Adversarial Corruption

ICML 2024poster

This study tackles the challenges of adversarial corruption in model-based reinforcement learning (RL), where the transition dynamics can be corrupted by an adversary. Existing studies on corruption-robust RL mostly focus on the setting of model-free RL, where robust least-square regression is often…

Cited by 6SourcePDFScholar
2023

Corruption-Robust Algorithms with Uncertainty Weighting for Nonlinear Contextual Bandits and Markov Decision Processes

ICML 2023poster

Despite the significant interest and progress in reinforcement learning (RL) problems with adversarial corruption, current works are either confined to the linear setting or lead to an undesired $\tilde{\mathcal O}(\sqrt{T}\zeta)$ regret bound, where $T$ is the number of rounds and $\zeta$ is the to…

Cited by 29SourcePDFScholar
2023

Corruption-Robust Offline Reinforcement Learning with General Function Approximation

NeurIPS 2023poster

We investigate the problem of corruption robustness in offline reinforcement learning (RL) with general function approximation, where an adversary can corrupt each sample in the offline dataset, and the corruption level $\zeta\geq0$ quantifies the cumulative corruption amount over $n$ episodes and $…