Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Sigma-MoE-Tiny Technical Report

About

Mixture-of-Experts (MoE) has emerged as a promising paradigm for foundation models due to its efficient and powerful scalability. In this work, we present Sigma-MoE-Tiny, an MoE language model that achieves the highest sparsity compared to existing open-source models. Sigma-MoE-Tiny employs fine-grained expert segmentation with up to 96 experts per layer, while activating only one expert for each token, resulting in 20B total parameters with just 0.5B activated. The major challenge introduced by such extreme sparsity lies in expert load balancing. We find that the widely-used load balancing loss tends to become ineffective in the lower layers under this setting. To address this issue, we propose a progressive sparsification schedule aiming to balance expert utilization and training stability. Sigma-MoE-Tiny is pre-trained on a diverse and high-quality corpus, followed by post-training to further unlock its capabilities. The entire training process remains remarkably stable, with no occurrence of irrecoverable loss spikes. Comprehensive evaluations reveal that, despite activating only 0.5B parameters, Sigma-MoE-Tiny achieves top-tier performance among counterparts of comparable or significantly larger scale. In addition, we provide an in-depth discussion of load balancing in highly sparse MoE models, offering insights for advancing sparsity in future MoE architectures. Project page: https://qghuxmu.github.io/Sigma-MoE-Tiny Code: https://github.com/microsoft/ltp-megatron-lm

Qingguo Hu, Zhenghao Lin, Ziyue Yang, Yucheng Ding, Xiao Liu, Yuting Jiang, Ruizhe Wang, Tianyu Chen, Zhongxin Guo, Yifan Xiong, Rui Gao, Lei Qu, Jinsong Su, Peng Cheng, Yeyun Gong• 2025

Related benchmarks

TaskDatasetResultRank
Code GenerationHumanEval
Pass@142.07
850
Commonsense ReasoningWinoGrande
Accuracy76.09
776
Mathematical ReasoningGSM8K
Accuracy (GSM8K)71.65
358
Code GenerationMBPP
Pass@147
175
Mathematical ReasoningMATH 500
pass@194.6
153
Advanced Mathematical Problem SolvingMATH
Accuracy36.88
41
Code ReasoningHumanEval
HumanEval Score79.9
35
Knowledge ReasoningMMLU-Pro--
27
Mathematical ReasoningAIME 2025
Accuracy (avg@16)48.8
22
Knowledge & ReasoningMMLU-Redux
Accuracy79.8
9
Showing 10 of 20 rows

Other info

Follow for update