paper-with-me

Papers

Online Preference Alignment for Language Models via Count-based Exploration

2025-01-22 · Chenjia Bai, Yang Zhang, Shuang Qiu, Qiaosheng Zhang, Kang Xu, Xuelong Li

Reinforcement Learning from Human Feedback (RLHF) has shown great potential in fine-tuning Large Language Models (LLMs) to align with human preferences. Existing methods perform preference alignment from a fixed dataset, which can be limited in data coverage, and the resulting reward model is hard to generalize in out-of-distribution responses. Thus, online RLHF is more desirable to empower the LLM to explore outside the support of the initial dataset by iteratively collecting the prompt-response pairs. In this paper, we study the fundamental problem in online RLHF, i.e. \emph{how to explore} for LLM. We give a theoretical motivation in linear reward assumption to show that an optimistic reward with an upper confidence bound (UCB) term leads to a provably efficient RLHF policy. Then, we reformulate our objective to direct preference optimization with an exploration term, where the UCB-term can be converted to a count-based exploration bonus. We further propose a practical algorithm, named \emph{Count-based Online Preference Optimization (COPO)}, which leverages a simple coin-flip counting module to estimate the pseudo-count of a prompt-response pair in previously collected data. COPO encourages LLMs to balance exploration and preference optimization in an iterative manner, which enlarges the exploration space and the entire data coverage of iterative LLM policies. We conduct online RLHF experiments on Zephyr and Llama-3 models. The results on instruction-following and standard academic benchmarks show that COPO significantly increases performance.

📄 PDF Abstract BibTeX arXiv:2501.12735

Code (1)

baichenjia/copo 공식 구현 pytorch

Tasks

Instruction Following

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Hybrid Preference Optimization for Alignment: Provably Faster Convergence Rates by Combining Offline Preferences with Online Exploration

2024-12-13 · Avinandan Bose, Zhihan Xiong, Aadirupa Saha, Simon Shaolei Du 외

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 tra…

Sample-Efficient Alignment for LLMs

2024-11-03 · Zichen Liu, Changyu Chen, Chao Du, Wee Sun Lee 외

We study methods for efficiently aligning large language models (LLMs) with human preferences given budgeted online feedback. We first formulate the LLM alignment problem in the frame of contextual dueling bandits. This …

Thompson Sampling

Multi-Objective Exploration and Preference Optimization via Mutual Information

2026-07-01 · Hongyan Xie, Yikun Ban, Ruiyu Fang, Zixuang Huang 외 arxiv

Aligning large language models with diverse and heterogeneous human values requires multi-objective alignment methods to effectively trade off conflicting preference dimensions. Current methods achieve this trade-off by …

OPTune: Efficient Online Preference Tuning

2024-06-11 · Lichang Chen, Jiuhai Chen, Chenxi Liu, John Kirchenbauer 외

Reinforcement learning with human feedback~(RLHF) is critical for aligning Large Language Models (LLMs) with human preference. Compared to the widely studied offline version of RLHF, \emph{e.g.} direct preference optimiz…

Instruction Following

Sample Efficient Preference Alignment in LLMs via Active Exploration

2023-12-01 · Viraj Mehta, Syrine Belakaria, Vikramjeet Das, Ojash Neopane 외

Preference-based feedback is important for many applications in machine learning where evaluation of a reward function is not feasible. Notable recent examples arise in preference alignment for large language models, inc…

reinforcement-learningReinforcement Learning