In 2020, a team at OpenAI noticed something strange: when they plotted the test loss of language models against model size, dataset size, or training compute, the result was not a messy cloud of points. It was a straight line on a log-log graph â a perfect power law extending over many orders of magnitude.
The finding, published by Kaplan et al., is now called the neural scaling law: for a broad class of tasks, the loss L falls as
where N is model size (or data, or compute) and α is a small positive exponent (typically 0.05â0.09 for language). Double the parameters, and loss drops by a fixed fraction â reliably, smoothly, without any phase transition.
This is not an obvious result. Deep learning is notoriously hard to predict. Yet the scaling law has held across seven or more orders of magnitude of model size. It turned AI research from an empirical guessing game into something closer to engineering: given a fixed compute budget, you can now calculate the optimal model size and token count before training begins.
Two years later, Hoffmann et al. (DeepMind, 2022) sharpened the picture with the Chinchilla models, showing the 2020 laws slightly under-counted the value of data. Their revised prescription: for every doubling of parameters, you should also roughly double the training tokens. This insight directly influenced the design of every major model since.
Comments
Loading comments...