Papers · Scaling Laws
AI PAPER

Scaling Laws for Neural Language Models

Established precise mathematical relationships between model size, dataset size, compute budget, and language model performance, providing a predictable roadmap for scaling AI.

Authors
Jared Kaplan, Sam McCandlish, Tom Henighan +7
Institution
OpenAI
Published
January NaN, 2020
Citations
7,500
Category
Scaling
Impact
foundational
PAPER EXPLAINED

Plain-English Summary

This paper discovered that language model performance follows remarkably predictable mathematical rules as you make models bigger, feed them more data, or spend more compute. These are not vague trends — they are precise power laws that hold over seven orders of magnitude. If you know how well a small model performs, you can predict with surprising accuracy how a much larger model will perform.

This meant that AI development went from “build it and hope” to something closer to engineering. Labs could run small cheap experiments, measure the scaling curves, and confidently extrapolate whether a billion-dollar training run would achieve their target performance. It transformed AI scaling from a gamble into a calculated investment.

Think of it like Moore’s Law for chips — a predictable relationship that tells you what you will get if you invest more resources. Except here, the resources are model size, training data, and compute.

Key Innovation

The paper identified three power laws: performance improves predictably as a function of model parameters (exponent ~0.076), dataset size (exponent ~0.095), and compute budget (exponent ~0.050). These hold consistently across many orders of magnitude. The paper also showed that architectural details (depth vs. width, attention heads, etc.) matter far less than raw scale within the Transformer family.

A critical finding was the compute-optimal frontier: for a fixed compute budget, there is an optimal way to divide resources between model size and training time. Spending too much on either dimension wastes resources.

Impact on the Field

Scaling laws gave AI labs a scientific basis for billion-dollar decisions. OpenAI used them to plan GPT-3 and GPT-4. Every frontier lab now runs scaling experiments before committing to large training runs. The predictability created by these laws attracted unprecedented investment — if capabilities are predictable, then compute investment has calculable returns.

The paper also shifted the intellectual narrative around AI progress. If capabilities emerge predictably with scale, then the key question becomes “how much compute can we afford?” rather than “what algorithmic breakthrough do we need?” This framing drove the massive buildout of AI data centers.

Models That Built on This

GPT-3 was explicitly planned using these scaling laws. Google’s PaLM and Gemini use scaling law experiments for planning. The Chinchilla paper refined the specific exponents (finding that data should scale more than Kaplan et al. suggested), but the methodology remains standard. Every frontier model today — from Claude to GPT-4 to Gemini — begins life as a scaling law experiment that is extrapolated to determine the optimal training configuration.