Scaling LLM Pre-training with Vocabulary Curriculum
Fangyuan Yu

TL;DR
This paper introduces vocabulary curriculum learning for language models, dynamically expanding vocabularies during pretraining to improve efficiency and transferability, with promising results on small GPT models.
Contribution
It proposes a novel method for adaptive vocabulary expansion during pretraining, bridging the gap between static vocabularies and human-like language learning.
Findings
Log-linear scaling gains with vocabulary size
Improved pretraining efficiency on small GPT models
Effective transferability across tokenization granularities
Abstract
Modern language models rely on static vocabularies, fixed before pretraining, in contrast to the adaptive vocabulary acquisition observed in human language learning. To bridge this gap, we introduce vocabulary curriculum learning, an approach that improves pretraining efficiency with log-linear scaling gains relative to vocabulary size. Our method alternates between entropy-guided vocabulary expansion and model optimization, enabling models to learn transferable representations across diverse tokenization granularities. This approach naturally gives rise to an optimal computation allocation pattern: longer tokens capture predictable content, while shorter tokens focus on more complex, harder-to-predict contexts. Experiments on small-scale GPT models demonstrate improved scaling efficiency, reinforcing the effectiveness of dynamic tokenization. We release our code to support further…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTranslation Studies and Practices · Artificial Intelligence in Law · Natural Language Processing Techniques
MethodsRefunds@Expedia|||How do I get a full refund from Expedia? · Attention Is All You Need · Dense Connections · Attention Dropout · Linear Layer · Residual Connection · Discriminative Fine-Tuning · Multi-Head Attention · Adam · Softmax
