paper-with-me

홈 › Papers

Loss-to-Loss Prediction: Scaling Laws for All Datasets

2024-11-19 · David Brandfonbrener, Nikhil Anand, Nikhil Vyas, Eran Malach, Sham Kakade

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.

📄 PDF Abstract BibTeX arXiv:2411.12925

Code (2)

KempnerInstitute/loss-to-loss-notebooks 공식 구현 jax
kempnerinstitute/loss-to-loss-olmo 공식 구현 pytorch

Tasks

All

Similar Papers 제목 키워드 기반

LLMs on the Line: Data Determines Loss-to-Loss Scaling Laws

2025-02-17 · Prasanna Mayilvahanan, Thaddäus Wiedemer, Sayak Mallick, Matthias Bethge 외

Scaling laws guide the development of large language models (LLMs) by offering estimates for the optimal balance of model size, tokens, and compute. More recently, loss-to-loss scaling laws that relate losses across pret…

MambaState Space Models

Scaling Laws Are Unreliable for Downstream Tasks: A Reality Check

2025-07-01 · Nicholas Lourie, Michael Y. Hu, Kyunghyun Cho

Downstream scaling laws aim to predict task performance at larger scales from pretraining losses at smaller scales. Whether this prediction should be possible is unclear: some works demonstrate that task performance foll…

Scaling Laws For Diffusion Transformers

2024-10-10 · Zhengyang Liang, Hao He, Ceyuan Yang, Bo Dai

Diffusion transformers (DiT) have already achieved appealing synthesis and scaling properties in content recreation, e.g., image and video generation. However, scaling laws of DiT are less explored, which usually offer p…

Image GenerationText to Image GenerationText-to-Image GenerationVideo Generation

Scaling Laws for Acoustic Models

2021-06-11 · Jasha Droppo, Oguz Elibol

There is a recent trend in machine learning to increase model quality by growing models to sizes previously thought to be unreasonable. Recent work has shown that autoregressive generative models with cross-entropy objec…

Neural Scaling Laws for Jet Generation

2026-05-27 · Oz Amram, Darius A. Faroughy, Tjarko Gerdes, Anna Hallin 외 arxiv

Recently observed empirical scaling laws describe the performance of foundation-type models as three independent key quantities -- dataset size, compute, and model parameters -- are modified. Extracting these scaling law…