paper-with-me

홈 › Papers

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

2025-07-30 · Junyu Wu, Weiming Chang, Xiaotao Liu, Guanyou He, Haoqiang Hong, Boqi Liu, Hongtao Tian, Tao Yang, Yunsheng Shi, Feng Lin, Ting Yao 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 progress, they often face challenges in scaling to multi-modal and diffusion workflows and adapting to dynamic workloads. In particular, current approaches may encounter limitations in controller scalability, flexible resource placement, and efficient orchestration when handling complex RLHF pipelines, especially in scenarios involving dynamic sampling or generative reward modeling. In this paper, we present \textbf{G-Core}, a simple, scalable, and balanced RLHF training framework designed to address these challenges. G-Core introduces a parallel controller programming model, enabling flexible and efficient orchestration of complex RLHF workflows without the bottlenecks of a single centralized controller. Furthermore, we propose a dynamic placement schema that adaptively partitions resources and schedules workloads, significantly reducing hardware idle time and improving utilization, even under highly variable training conditions. G-Core has successfully trained models that support WeChat product features serving a large-scale user base, demonstrating its effectiveness and robustness in real-world scenarios. Our results show that G-Core advances the state of the art in RLHF training, providing a solid foundation for future research and deployment of large-scale, human-aligned models.

📄 PDF Abstract BibTeX arXiv:2507.22789

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

WeChat-YATT: A Scalable, Simple, Efficient, and Production Ready Training Library

2025-08-11 · Junyu Wu, Weiming Chang, Xiaotao Liu, Guanyou He 외 arxiv

Reinforcement Learning from Human Feedback (RLHF) has emerged as a prominent paradigm for training large language models and multimodal systems. Despite the notable advances enabled by existing RLHF training frameworks, …

Reinforcement Learning

Balanced Actor Initialization: Stable RLHF Training of Distillation-Based Reasoning Models

2025-08-30 · Chen Zheng, Yiyuan Ma, Yuan Yang, Deyi Liu 외 arxiv

The development of alignment and reasoning capabilities in large language models has seen remarkable progress through two paradigms: instruction tuning and reinforcement learning from human feedback (RLHF) alignment para…

Reinforcement Learning

Using RLHF to align speech enhancement approaches to mean-opinion quality scores

2024-10-17 · Anurag Kumar, Andrew Perrault, Donald S. Williamson

Objective speech quality measures are typically used to assess speech enhancement algorithms, but it has been shown that they are sub-optimal as learning objectives because they do not always align well with human subjec…

Speech Enhancement

Robust Post-Training for Generative Recommenders: Why Exponential Reward-Weighted SFT Outperforms RLHF

2026-03-10 · Keertana Chidambaram, Sanath Kumar Krishnamurthy, Qiuling Xu, Ko-Jen Hsiao 외 arxiv

Aligning generative recommender systems to user preferences via post-training is critical for closing the gap between next-item prediction and actual recommendation quality. Existing post-training methods are ill-suited …

Offline RL

Improving Safety Alignment via Balanced Direct Preference Optimization

2026-03-24 · Shiji Zhao, Mengyang Wang, Shukun Xiong, Fangzhou Chen 외 arxiv

With the rapid development and widespread application of Large Language Models (LLMs), their potential safety risks have attracted widespread attention. Reinforcement Learning from Human Feedback (RLHF) has been adopted …

Reinforcement Learning