This paper releases seven open-source MoE language models with full training artifacts and reports up to 3.4 point accuracy gains over dense baselines at equal FLOPs.
Tending Towards Stability: Convergence Challenges in Small Language Models
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Increasing the number of parameters in language models is a common strategy to enhance their performance. However, smaller language models remain valuable due to their lower operational costs. Despite their advantages, smaller models frequently underperform compared to their larger counterparts, even when provided with equivalent data and computational resources. Specifically, their performance tends to degrade in the late pretraining phase. This is anecdotally attributed to their reduced representational capacity. Yet, the exact causes of this performance degradation remain unclear. We use the Pythia model suite to analyse the training dynamics that underlie this phenomenon. Across different model sizes, we investigate the convergence of the Attention and MLP activations to their final state and examine how the effective rank of their parameters influences this process. We find that nearly all layers in larger models stabilise early in training - within the first 20% - whereas layers in smaller models exhibit slower and less stable convergence, especially when their parameters have lower effective rank. By linking the convergence of layers' activations to their parameters' effective rank, our analyses can guide future work to address inefficiencies in the learning dynamics of small models.
citation-role summary
citation-polarity summary
fields
cs.CL 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
FLAME-MoE: A Transparent End-to-End Research Platform for Mixture-of-Experts Language Models
This paper releases seven open-source MoE language models with full training artifacts and reports up to 3.4 point accuracy gains over dense baselines at equal FLOPs.