paper-with-me

Papers

Asynchronous RLHF: Faster and More Efficient Off-Policy RL for Language Models

2024-10-23 · Michael Noukhovitch, Shengyi Huang, Sophie Xhonneux, Arian Hosseini, Rishabh Agarwal, Aaron Courville

The dominant paradigm for RLHF is online and on-policy RL: synchronously generating from the large language model (LLM) policy, labelling with a reward model, and learning using feedback on the LLM's own outputs. While performant, this paradigm is computationally inefficient. Inspired by classical deep RL literature, we propose separating generation and learning in RLHF. This enables asynchronous generation of new samples while simultaneously training on old samples, leading to faster training and more compute-optimal scaling. However, asynchronous training relies on an underexplored regime, online but off-policy RLHF: learning on samples from previous iterations of our model. To understand the challenges in this regime, we investigate a fundamental question: how much off-policyness can we tolerate for asynchronous training to speed up learning but maintain performance? Among several RLHF algorithms we tested, we find that online DPO is most robust to off-policy data, and robustness increases with the scale of the policy model. We study further compute optimizations for asynchronous RLHF but find that they come at a performance cost, giving rise to a trade-off. Finally, we verify the scalability of asynchronous RLHF by training LLaMA 3.1 8B on an instruction-following task 40% faster than a synchronous run while matching final performance.

📄 PDF Abstract BibTeX arXiv:2410.18252

Code (1)

mnoukhov/async_rlhf 공식 구현 pytorch

Tasks

Instruction FollowingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…
DPO 설명 없음

Similar Papers 제목 키워드 기반

Enhancing RLHF with Human Gaze Modeling

2025-07-11 · Karim Galliamov, Ivan Titov, Ilya Pershin arxiv

Reinforcement Learning from Human Feedback (RLHF) aligns language models with human preferences but is computationally expensive. We explore two approaches that leverage human gaze modeling to enhance RLHF: (1) gaze-awar…

Reinforcement Learning

MA-RLHF: Reinforcement Learning from Human Feedback with Macro Actions

2024-10-03 · Yekun Chai, Haoran Sun, Huang Fang, Shuohuan Wang 외

Reinforcement learning from human feedback (RLHF) has demonstrated effectiveness in aligning large language models (LLMs) with human preferences. However, token-level RLHF suffers from the credit assignment problem over …

Code GenerationDialogue GenerationProgram SynthesisQuestion Answering+3

Accelerating RLHF Training with Reward Variance Increase

2025-05-29 · Zonglin Yang, Zhexuan Gu, HouDuo Qi, Yancheng Yuan

Reinforcement learning from human feedback (RLHF) is an essential technique for ensuring that large language models (LLMs) are aligned with human values and preferences during the post-training phase. As an effective RLH…

Staleness-Learning Rate Scaling Laws for Asynchronous RLHF

2026-07-01 · Jingwei Song, Haofeng Xu, Jie Xiao, Chengke Bao 외 arxiv

High-throughput RLHF systems often decouple rollout generation from policy optimization, leading to the use of stale rollouts during learner updates. In this work, we study the effect of such staleness in asynchronous GR…

Solving the Inverse Alignment Problem for Efficient RLHF

2024-12-13 · Shambhavi Krishna, Aishwarya Sahoo

Collecting high-quality preference datasets for reinforcement learning from human feedback (RLHF) is resource-intensive and challenging. As a result, researchers often train reward models on extensive offline datasets wh…

Language ModelingLanguage Modelling