paper-with-me

Papers

An Adaptive Placement and Parallelism Framework for Accelerating RLHF Training

2023-12-19 · Youshao Xiao, Zhenglei Zhou, Fagui Mao, Weichang Wu, Shangchun Zhao, Lin Ju, Lei Liang, Xiaolu Zhang, Jun Zhou

Recently, ChatGPT or InstructGPT like large language models (LLM) has made a significant impact in the AI world. Many works have attempted to reproduce the complex InstructGPT's training pipeline, namely Reinforcement Learning with Human Feedback (RLHF). However, the mainstream distributed RLHF training methods typically adopt a fixed model placement strategy, referred to as the Co-located strategy. This strategy treats all four interdependent models involved in RLHF as a single entity, distributing them across all devices and applying parallelism techniques designed for a single model, regardless of the workload heterogeneity inherent to each model. As a result, this strategy exacerbates the generation bottlenecks in the RLHF training and degrades the overall training efficiency. To address these issues, we propose a flexible model placement framework that offers two general and agile model placement strategies. The Interleaving strategy helps reduce memory redundancy and communication costs of RLHF training by placing models without dependencies on exclusive devices with careful orchestration. On the other hand, the Disaggregated strategy improves the throughput of model training by separating the training and inference runtime of the RLHF pipeline with additional shadow models. Furthermore, our framework provides a simple user interface and guidelines to easily and flexibly configure these strategies in various training scenarios. Our experiments have shown that our strategy can achieve notable improvements up to 11x, compared to the current state-of-the-art (SOTA) approaches. The results highlight the effectiveness and adaptability of our methods in accelerating the training of distributed RLHF.

📄 PDF Abstract BibTeX arXiv:2312.11819

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Accelerating Long-Tail Generation in Synchronous RLHF Training via Adaptive Tensor Parallelism

2026-05-03 · Long Zhao, Qinghe Wang, Jiaan Zhu, Youhui Bai 외 arxiv

Reinforcement Learning from Human Feedback (RLHF) has become a key post-training paradigm for improving model quality. However, the synchronous three-stage RLHF pipeline is often bottlenecked by the generation stage, whe…

Reinforcement Learning

G-Core: A Simple, Scalable and Balanced RLHF Trainer

2025-07-30 · Junyu Wu, Weiming Chang, Xiaotao Liu, Guanyou He 외 arxiv

Reinforcement Learning from Human Feedback (RLHF) has become an increasingly popular paradigm for training large language models (LLMs) and diffusion models. While existing RLHF training systems have enabled significant …

Reinforcement Learning

Accelerating Diffusion via Hybrid Data-Pipeline Parallelism Based on Conditional Guidance Scheduling

2026-02-25 · Euisoo Jung, Byunghyun Kim, Hyunjin Kim, Seonghye Cho 외 arxiv

Diffusion models have achieved remarkable progress in high-fidelity image, video, and audio generation, yet inference remains computationally expensive. Nevertheless, current diffusion acceleration methods based on distr…

Audio Generation

Placement Semantics for Distributed Deep Learning: A Systematic Framework for Analyzing Parallelism Strategies

2026-01-05 · Deep Pankajbhai Mehta arxiv

Training large language models requires distributing computation across many accelerators, yet practitioners select parallelism strategies (data, tensor, pipeline, ZeRO) through trial and error because no unified systema…

OPPO: Accelerating PPO-based RLHF via Pipeline Overlap

2025-09-30 · Kaizhuo Yan, Yingjie Yu, Yifan Yu, Haizhong Zheng 외 arxiv

Proximal Policy Optimization (PPO)-based reinforcement learning from human feedback (RLHF) is a widely adopted paradigm for aligning large language models (LLMs) with human preferences. However, its training pipeline suf…

Reinforcement Learning