Reconciling Kaplan and Chinchilla Scaling Laws
Tim Pearce, Jinyeop Song
TL;DR
This work tackles the apparent mismatch between Kaplan 2020 and Chinchilla 2022 scaling laws for transformer language models. It develops an analytical framework to convert Chinchilla’s total-parameter and total-compute scaling into Kaplan’s non-embedding basis, showing that embedding parameters and small-scale effects reconcile the previously reported coefficients. The authors demonstrate that the local scaling exponent linking non-embedding parameters to non-embedding compute aligns with Kaplan’s value when accounting for embedding contributions, and they reconcile compute–loss relationships by incorporating offsets and basis changes. They recommend standardizing scaling studies to report total parameters and total compute with an offset in loss–compute modeling to improve cross-study comparability and guide efficient compute allocation.
Abstract
Kaplan et al. [2020] (`Kaplan') and Hoffmann et al. [2022] (`Chinchilla') studied the scaling behavior of transformers trained on next-token language prediction. These studies produced different estimates for how the number of parameters ($N$) and training tokens ($D$) should be set to achieve the lowest possible loss for a given compute budget ($C$). Kaplan: $N_\text{optimal} \propto C^{0.73}$, Chinchilla: $N_\text{optimal} \propto C^{0.50}$. This paper finds that much of this discrepancy can be attributed to Kaplan counting non-embedding rather than total parameters, combined with their analysis being performed at small scale. Simulating the Chinchilla study under these conditions produces biased scaling coefficients close to Kaplan's. Hence, this paper reaffirms Chinchilla's scaling coefficients, by explaining the primary cause of Kaplan's original overestimation. As a second contribution, the paper explains differences in the reported relationships between loss and compute. These findings lead us to recommend that future scaling studies use total parameters and compute.
