Hyperparameter Scaling Laws Across MoE Sparsity shows conventional scaling breaks when you push sparsity to 1/64, and the activation ratio itself predicts where the optima move.
The gap is not subtle.
At 80M activated parameters and 20B training tokens, the dense model and the A=1/64 MoE prefer different learning rates and batch sizes even when activated count, total count, and compute are matched. Neither total parameters nor activated parameters explains it.
To map the shift, the authors ran 1,800 pre-training runs across six activated-parameter scales from about 10M to 324M, up to 6B total non-embedding parameters, processing about 20 trillion tokens at 200,000 equivalent H800 GPU-hours.
Two regimes reconcile prior conflicts. At fixed sparsity, optimal batch size follows a power law in training tokens D, while optimal learning rate follows a power law in training compute C=MD and stays stable across different M/D allocations at the same C. Across sparsity, the activation ratio A = E_act / E_tot enters as a multiplicative power-law correction to both.
