🤖 AI Summary
This work addresses the underexplored problem of expert contribution assessment in Mixture-of-Experts (MoE) large language models under the MMLU question-answering benchmark. We systematically analyze expert activation patterns, gating distribution properties, and intra-layer expert performance disparities during inference. By empirically examining gating outputs and expert accuracies across MMLU subtasks, we make three key findings: (1) a substantial fraction of experts remain entirely inactive during inference; (2) gating logits exhibit high uniformity—contradicting the canonical sparse activation assumption; and (3) average accuracy differences among experts within the same MoE layer exceed 20%, revealing severe capability heterogeneity. These results challenge two foundational assumptions underlying MoE architectures—namely, “sparse efficiency” and “expert homogeneity”—and provide critical empirical evidence for model diagnostics, gating mechanism redesign, and expert collaboration optimization.
📝 Abstract
Recently, Large Language Models (LLMs) with Mixture of Experts (MoE) layers have gained significant attention. Currently, state-of-the-art LLMs utilize this architecture. There is a substantial amount of research on how to train such models and how to select hyperparameters for this architecture. However, there is a lack of studies focusing on post-evaluation analysis of MoE layer properties. In this paper, we take a first step toward closing this gap by evaluating expert contributions on the quiz-based MMLU benchmark. We show that most experts were never activated during inference on this benchmark. Additionally, the output distribution of gating networks is much closer to uniform than sparse. Finally, we demonstrate that the average performance of some experts within the same layer varies significantly.