LGAIMay 23, 2024

Revisiting MoE and Dense Speed-Accuracy Comparisons for LLM Training

arXiv:2405.15052v26 citationsh-index: 11Has Code
Originality Incremental advance
AI Analysis

This work addresses a methodological issue in benchmarking for researchers and practitioners in large-scale AI training, though it is incremental as it refines existing comparisons rather than introducing a new paradigm.

The paper tackles the problem of accurately comparing Mixture-of-Experts (MoE) and dense models in large language model training by using step time and compute-optimal budgets, showing that MoE consistently outperforms dense models on speed-accuracy trade-offs across multiple model scales and tasks.

Mixture-of-Experts (MoE) enjoys performance gain by increasing model capacity while keeping computation cost constant. When comparing MoE to dense models, prior work typically adopt the following setting: 1) use FLOPs or activated parameters as a measure of model complexity; 2) train all models to the same number of tokens. We argue that this setting favors MoE as FLOPs and activated parameters do not accurately measure the communication overhead in sparse layers, leading to a larger actual training budget for MoE. In this work, we revisit the settings by adopting step time as a more accurate measure of model complexity, and by determining the total compute budget under the Chinchilla compute-optimal settings. To efficiently run MoE on modern accelerators, we adopt a 3D sharding method that keeps the dense-to-MoE step time increase within a healthy range. We evaluate MoE and dense LLMs on a set of nine 0-shot and two 1-shot English tasks, as well as MMLU 5-shot and GSM8K 8-shot across three model scales at 6.4B, 12.6B, and 29.6B. Experimental results show that even under these settings, MoE consistently outperform dense LLMs on the speed-accuracy trade-off curve with meaningful gaps. Our full model implementation and sharding strategy has been released at~\url{https://github.com/apple/axlearn}

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes