Scaling Laws Are Empirical Fits within a Measured Regime

Fit an illustrative power-law exponent, then separate measured range, interpolation, extrapolation, pretraining loss, and downstream capability.

A scaling law summarizes measurements made while selected quantities change. It is not a law that guarantees every larger model will behave as an extrapolated line predicts.

Fit an Illustrative Power Law

Suppose loss follows the assumed form

L(C)=ACα,L(C)=AC^{-\alpha},

where CC is compute. For two illustrative points (1,2.0)(1,2.0) and (4,1.5)(4,1.5),

α=log(2.0/1.5)log(4/1)0.2075,A=2.0.\alpha=\frac{\log(2.0/1.5)}{\log(4/1)}\approx0.2075, \qquad A=2.0.

The fitted line gives L(16)=1.125L(16)=1.125. This is an unvalidated extrapolation. Two points determine a line in log space but provide no independent evidence that the line continues.

State What Was Held Fixed

A useful scaling statement records:

  • model family and parameter range;
  • dataset and token allocation;
  • objective, optimizer, schedule, and training procedure;
  • compute definition and measurement method;
  • loss or task metric;
  • fitted range and uncertainty.

A lower pretraining loss is not identical to every downstream capability, and a trend inside the measured range does not establish behavior outside it.

Q1. Reject unsupported extrapolation

Two measurements lie close to a line in log space. Which conclusion is justified?

Choose one

Select one choice, then check.

Hint
Two points do not test whether the trend bends.
Solution
The fit describes the supplied points under the assumed form. It does not validate distant extrapolation or a downstream capability claim.
Not attempted
Review

Not marked done.

Kaplan et al. (2020) report empirical language-model scaling relationships under their experimental setup. Treat the reported exponents and conclusions as measurements with those boundaries.

Pause and reflect

In your own words, note what you understood, what remains unclear, or what you want to revisit. The note stays with this lesson.

0 of 1 exercises marked done

Review

Not marked done.

LLM PrimerScaling Laws Are Empirical Fits within a Measured Regimehttps://llmprimer.com/transformers/variants-scaling-and-boundaries/scaling-laws-are-empirical-fits-within-a-measured-regime© 2026 LLM Primer