Loss-to-Loss Prediction: Scaling Laws for All Datasets
David Brandfonbrener, Nikhil Anand, Nikhil Vyas, Eran Malach, Sham Kakade
TL;DR
The paper introduces loss-to-loss prediction, a framework for translating scaling-law fits between data distributions to probe how pre-training and downstream distributions affect loss. By modeling cross-distribution relationships with a shifted power-law form and a unified parameterization, it derives train-to-train, train-to-test, and test-to-test translations, enabling extrapolation beyond the original data budgets and offering invariance of the compute-optimal model size under distribution shifts. Empirically, the approach works across six pre-training datasets and multiple downstream tasks, showing that data mixing can yield more accurate scaling laws than fitting independently on each dataset, and that downstream loss is a stable proxy for transfer performance. The work provides both theoretical insights and practical tools for data selection, transfer learning, and forecasting large-model performance with limited new runs, while outlining limitations related to irreducible entropy estimation and task diversity.
Abstract
While scaling laws provide a reliable methodology for predicting train loss across compute scales for a single data distribution, less is known about how these predictions should change as we change the distribution. In this paper, we derive a strategy for predicting one loss from another and apply it to predict across different pre-training datasets and from pre-training data to downstream task data. Our predictions extrapolate well even at 20x the largest FLOP budget used to fit the curves. More precisely, we find that there are simple shifted power law relationships between (1) the train losses of two models trained on two separate datasets when the models are paired by training compute (train-to-train), (2) the train loss and the test loss on any downstream distribution for a single model (train-to-test), and (3) the test losses of two models trained on two separate train datasets (test-to-test). The results hold up for pre-training datasets that differ substantially (some are entirely code and others have no code at all) and across a variety of downstream tasks. Finally, we find that in some settings these shifted power law relationships can yield more accurate predictions than extrapolating single-dataset scaling laws.
