Learning Dynamics of Meta-Learning in Small Model Pretraining
David Demitri Africa, Yuval Weiss, Paula Buttery, Richard Diehl Martinez
TL;DR
This work asks whether meta-learning can make pretraining of small language models faster and more interpretable. It integrates first-order MAML with subset-masked language modeling tasks to pretrain decoder-only models across four sizes (11M–570M). The study reports modest systematic gains on Universal NER, alongside a distinctive learning-dynamics signature: an initial diversification of representations followed by compression into a shared subspace, captured by effective-rank and head-entropy metrics. The authors release code, checkpoints, and logs, and discuss capacity-dependent effects, zero-shot transfers in low-resource languages, and phase-transition-like behavior that informs interpretability of meta-adaptation. Overall, the approach demonstrates potential for accelerating pretraining of small LMs and provides tools for diagnosing and understanding meta-learning dynamics, while outlining limitations and avenues for broader evaluation.
Abstract
Large language models are powerful but costly. We ask whether meta-learning can make the pretraining of small language models not only better but also more interpretable. We integrate first-order MAML with subset-masked LM pretraining, producing four LLama-style decoder-only models (11M-570M params), and evaluate it on a fundamental NLP task with many settings and real-world applications. Compared with vanilla training, our model (i) reaches the same loss up to 1.6x sooner, (ii) improves F1 on multilingual Universal NER under equal compute, and (iii) makes the training dynamics easy to read: first the network's representations fan out ("diversify") and later they collapse into a smaller, shared subspace ("compress"). This two-stage shift shows up as a rise-and-fall in both effective-rank curves and attention-head entropy. The same curves pinpoint which layers specialise earliest and which later reconverge, giving a compact, interpretable signature of meta-adaptation. Code, checkpoints and WandB logs are released.
