Continual Pre-training of MoEs: How robust is your router?
Benjamin Thérien, Charles-Étienne Joseph, Zain Sarwar, Ashwinee Panda, Anirban Das, Shi-Xiong Zhang, Stephen Rawls, Sambit Sahu, Eugene Belilovsky, Irina Rish
TL;DR
This work investigates continual pre-training of decoder-only MoE transformers under distribution shifts, evaluating two routing algorithms (Penalty-Balanced Top-$k$ and Sinkhorn-Balanced Top-$k$) across Granular and Switch MoE architectures. Using a large-scale setup with 600B tokens, the study compares MoEs to a FLOP-matched dense baseline and full re-training, focusing on forgetting, load balance via a new Maximum Routing Imbalance metric, and downstream performance with replay and infinite learning-rate schedules. Key findings show MoEs exhibit robust CPT with both routing methods, can match full re-training performance at substantially lower cost when replay and infinite LR are used, and preserve sample efficiency relative to dense models; routing dynamics reveal early layers drive adaptation while later layers stabilize. The results support deploying CPT on MoEs for scalable, adaptable foundation models, with Granular PB MoEs offering strong performance and favorable compute characteristics across domains like code and German text.
Abstract
Sparsely-activated Mixture of Experts (MoE) transformers are promising architectures for foundation models. Compared to dense transformers that require the same amount of floating-point operations (FLOPs) per forward pass, MoEs benefit from improved sample efficiency at training time and achieve much stronger performance. Many closed-source and open-source frontier language models have thus adopted an MoE architecture. Naturally, practitioners will want to extend the capabilities of these models with large amounts of newly collected data without completely re-training them. Prior work has shown that a simple combination of replay, learning rate re-warming, and re-decaying can enable the continual pre-training (CPT) of dense decoder-only transformers with minimal performance degradation compared to full re-training. In the case of decoder-only MoE transformers, however, it is unclear how the routing algorithm will impact continual pre-training performance: 1) do the MoE transformer's routers exacerbate forgetting relative to a dense model?; 2) do the routers maintain a balanced load on previous distributions after CPT?; 3) are the same strategies applied to dense models sufficient to continually pre-train MoE LLMs? In what follows, we conduct a large-scale study training a 500M parameter dense transformer and four 500M-active/2B-total parameter MoE transformers. Each model is trained for 600B tokens. Our results establish a surprising robustness to distribution shifts for MoEs using both Sinkhorn-Balanced and Z-and-Aux-loss-balanced routing algorithms, even in MoEs continually pre-trained without replay. Moreover, we show that MoE LLMs maintain their sample efficiency (relative to a FLOP-matched dense model) during CPT and that they can match the performance of a fully re-trained MoE at a fraction of the cost.
