LGAICLAug 26, 2025

Optimal Sparsity of Mixture-of-Experts Language Models for Reasoning Tasks

arXiv:2508.18672v21 citationsh-index: 7Has Code
Originality Incremental advance
AI Analysis

This work addresses scaling laws for MoE models, which are incremental but relevant for AI researchers and practitioners optimizing large language models.

The study tackled how Mixture-of-Experts sparsity affects language model performance, finding that reasoning tasks improve with higher active compute and optimal data-per-parameter ratios, while memorization tasks benefit from more parameters.

Empirical scaling laws have driven the evolution of large language models (LLMs), yet their coefficients shift whenever the model architecture or data pipeline changes. Mixture-of-Experts (MoE) models, now standard in state-of-the-art systems, introduce a new sparsity dimension that current dense-model frontiers overlook. We investigate how MoE sparsity influences two distinct capability regimes: memorization skills and reasoning skills. By training MoE families that vary total parameters, active parameters, and top-$k$ routing under fixed compute budgets, we disentangle pre-training loss from downstream accuracy. Our results reveal two principles. First, Active FLOPs: models with identical training loss but greater active compute achieve higher reasoning accuracy. Second, Total tokens per parameter (TPP): memorization tasks improve with more parameters, while reasoning tasks benefit from optimal TPP, indicating that reasoning is data-hungry. Neither reinforcement learning post-training (GRPO) nor increased test-time compute alters these trends. We therefore argue that optimal MoE sparsity must be determined jointly by active FLOPs and TPP, revising the classical picture of compute-optimal scaling. Our model checkpoints, code and logs are open-source at https://github.com/rioyokotalab/optimal-sparsity.

Foundations

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

Your Notes