paper-with-me

홈 › Papers

PR2: Predictive Routing Replay for MoE-Based LLM Reinforcement Learning

2026-05-29 · Daize Dong, Junlin Chen, Haolong Jia, Jiang Liu, Jiawei Wu, Huanwei Di, Jialian Wu, Zhengzhong Liu, Zicheng Liu, Emad Barsoum, Dimitris N. Metaxas, Hongyi Wang arxiv

Mixture of Experts (MoE) Large Language Models (LLMs) achieve strong performance at scale. However, reinforcement learning (RL) on MoE-based LLMs often suffers from training instability. A root cause is router drift, i.e., expert activations can change drastically across model updates and differ between disaggregated rollout and training phases, causing large rollout--training mismatch and unstable importance sampling weights in PPO-style RL algorithms. Routing replay mitigates this issue by freezing the replay route within each reasoning trajectory, but it ignores how the router evolves under off-policy updates and thus causes router staleness. To address this limitation, we propose Predictive Routing Replay (PR2), which augments each router with a lightweight evolution predictor that learns to anticipate short-horizon router evolution. During the rollout phase, we use the predictive routing distribution to apply top-$k$ routing, enabling gradients to reach experts that are likely to become active after updates. During the training phase, we replay the resulting predicted route to retain consistency for stable importance estimation. Theoretical analysis and experiments support that PR2 reduces routing-induced mismatch, improves RL stability, and yields stronger performance across various reasoning benchmarks.

📄 PDF Abstract BibTeX arXiv:2606.00395

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Stabilizing MoE Reinforcement Learning by Aligning Training and Inference Routers

2025-10-13 · Wenhan Ma, Hailin Zhang, Liang Zhao, Yifan Song 외 arxiv

Reinforcement learning (RL) has emerged as a crucial approach for enhancing the capabilities of large language models. However, in Mixture-of-Experts (MoE) models, the routing mechanism often introduces instability, even…

Reinforcement Learning

Stabilising Experience Replay for Deep Multi-Agent Reinforcement Learning

2017-02-28 · ICML 2017 8 · Jakob Foerster, Nantas Nardelli, Gregory Farquhar, Triantafyllos Afouras 외

Many real-world problems, such as network packet routing and urban traffic control, are naturally modeled as multi-agent reinforcement learning (RL) problems. However, existing multi-agent RL methods typically scale poor…

Multi-agent Reinforcement LearningQ-Learningreinforcement-learningReinforcement Learning+2

ReLibra: Routing-Replay-Guided Load Balancing for MoE Training in Reinforcement Learning

2026-05-09 · Chao Jin, Xinming Wei, Yinmin Zhong, Chengxu Yang 외 arxiv

Load imbalance is a long-standing challenge in Mixture-of-Experts (MoE) training and is exacerbated in reinforcement learning (RL) for LLMs, where hot experts can shift frequently across micro-batches. Existing MoE train…

Reinforcement Learning

Stabilizing Reinforcement Learning with LLMs: Formulation and Practices

2025-12-01 · Chujie Zheng, Kai Dang, Bowen Yu, Mingze Li 외 arxiv

This paper proposes a novel formulation for reinforcement learning (RL) with large language models, explaining why and under what conditions the true sequence-level reward can be optimized via a surrogate token-level obj…

Reinforcement Learning

Expert-Space Exploration in MoE Reinforcement Learning

2026-09-11 · Hongyi He, Zhenghao Lin, Xiao Liu, Peng Cheng 외 hf

Reinforcement learning (RL) has become central to post-training of large language models. Recent advances in RL for Mixture-of-Experts (MoE) models have primarily focused on improving optimization stability and training …

Reinforcement Learning