(Mis)Fitting: A Survey of Scaling Laws
Margaret Li, Sneha Kudugunta, Luke Zettlemoyer
TL;DR
This work critically assesses the reliability of scaling laws in large-scale foundation models by examining how methodological choices shape inferred laws relating model size $N$, data budget $D$, and loss $L$. It distinguishes performance-prediction and ratio-optimization forms, surveys over 50 scaling-law papers, and documents pervasive under-reporting of essential experimental details. Through replication on Chinchilla data, porian 2024 data, and new models, it shows that choices such as data definitions, embedding FLOPs, checkpoint usage, loss functions, and initialization can drastically alter conclusions about optimal allocation of compute between model size and data. The authors provide a practical reproducibility checklist and argue for more thorough reporting to enable meaningful cross-study comparisons and reliable extrapolations. Overall, the paper highlights the fragility of current scaling-law inferences and offers concrete guidelines to improve robustness and interpretability in scaling analyses.
Abstract
Modern foundation models rely heavily on using scaling laws to guide crucial training decisions. Researchers often extrapolate the optimal architecture and hyper parameters settings from smaller training runs by describing the relationship between, loss, or task performance, and scale. All components of this process vary, from the specific equation being fit, to the training setup, to the optimization method. Each of these factors may affect the fitted law, and therefore, the conclusions of a given study. We discuss discrepancies in the conclusions that several prior works reach, on questions such as the optimal token to parameter ratio. We augment this discussion with our own analysis of the critical impact that changes in specific details may effect in a scaling study, and the resulting altered conclusions. Additionally, we survey over 50 papers that study scaling trends: while 45 of these papers quantify these trends using a power law, most under-report crucial details needed to reproduce their findings. To mitigate this, we we propose a checklist for authors to consider while contributing to scaling law research.
