LGMLJan 23, 2020

Scaling Laws for Neural Language Models

arXiv:2001.08361v18145 citations
AI Analysis

This work provides foundational insights for efficiently scaling language models, impacting all of ML/AI by guiding resource allocation in training.

The paper investigates empirical scaling laws for neural language models, showing that cross-entropy loss follows power-law relationships with model size, dataset size, and compute, enabling optimal compute allocation and revealing that larger models are more sample-efficient.

We study empirical scaling laws for language model performance on the cross-entropy loss. The loss scales as a power-law with model size, dataset size, and the amount of compute used for training, with some trends spanning more than seven orders of magnitude. Other architectural details such as network width or depth have minimal effects within a wide range. Simple equations govern the dependence of overfitting on model/dataset size and the dependence of training speed on model size. These relationships allow us to determine the optimal allocation of a fixed compute budget. Larger models are significantly more sample-efficient, such that optimally compute-efficient training involves training very large models on a relatively modest amount of data and stopping significantly before convergence.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes