Summary (Overview)
- Core Contribution: The paper introduces the Skaling law, a generalized neural scaling law that couples model size (N) and training data (D) through a single interaction exponent , addressing the structural flaw of additive scaling laws like Chinchilla that assume N and D act independently on loss.
- Empirical Validation: The Skaling law reduces Mean Absolute Percentage Error (MAPE) by 1.5–3× across interpolation and extrapolation regimes compared to Chinchilla, on two large-scale pretraining grids (Farseer with 404 runs, and a new SK-Grid with 134 runs).
- Efficiency Gain: Paired with a sparse "L-shape" grid sampling strategy restricted to low-compute edges, Skaling achieves full-grid predictive accuracy using ~10× less compute than uniform sweeps.
- Theoretical Insight: Through mixed-derivative analysis, the authors demonstrate empirically that , providing direct evidence that model size and data interact—a phenomenon additive laws cannot represent.
- Practical Impact: Skaling predicts a compute-dependent optimal token-to-parameter ratio that differs by up to 100× from Chinchilla's prediction at frontier scales, with Skaling's prediction tracking empirical trends more accurately.
Introduction and Theoretical Foundation
Background and Motivation
Modern Large Language Models (LLMs) rely on neural scaling laws (Kaplan et al., 2020; Hofmann et al., 2022; Bi et al., 2024) to predict performance of high-compute runs from low-compute experiments. These laws guide critical decisions about pretraining budgets, architectural dimensions, and resource allocation.
However, the widely used Chinchilla law (Hofmann et al., 2022) models the reducible loss as a sum of independent terms:
This additive structure forces the cross-derivative to vanish identically:
The paper demonstrates that this assumption breaks down at the boundaries of the training grid—where N and D are most imbalanced. Figure 1 shows Chinchilla develops large, oppositely-signed errors (a saddle-shaped residual) toward the corners of the (N, D) grid.
The Kaplan Form and Its Limitations
The earlier Kaplan form (Kaplan et al., 2020) took a coupled approach:
Here the outer exponent plays the role of Skaling's , but Kaplan ties the inner terms through the ratio , losing independence of per-axis decay rates.
Methodology
The Skaling Law
The Skaling law bridges Chinchilla and Kaplan by retaining Chinchilla's interpretable base terms while introducing a single free outer exponent :
Key properties:
- At , Skaling recovers the additive Chinchilla law
- For , it reinstates a Kaplan-style coupling with non-zero cross-derivative
- For , the function remains strictly decreasing in both N and D
- It preserves Chinchilla's closed-form compute-optimal allocation formula
Derivative Diagnostics
The authors probe the loss surface using Moving Least Squares (MLS) estimation to compute real-space derivatives:
First-order diagnostic (log-linear):
Mixed derivative test (decisive for interaction):
L-Shape Sampling Strategy
The L-shape strategy exploits the asymptotic structure of the loss:
Rather than filling the entire (N, D) grid, the L-shape strategy:
- Sweeps data volume D exclusively for the smallest models (D-band) to fit
- Sweeps model size N exclusively on shortest training horizons (N-band) to fit
This concentrates compute on the cheap edges of the grid.
Evaluation Protocol
Cross-validation with five evaluation regimes:
- Interpolation: Random held-out points within grid boundaries
- Extrapolation N: Larger model sizes beyond training set
- Extrapolation D: Larger data volumes
- Far Extrapolation: Both N and D beyond grid boundaries
MAPE metric:
Iso-Ratio Compute Extrapolation
To mirror frontier lab practice (e.g., DeepSeek), runs are grouped into iso-ratio slices of constant . The K highest-compute points per slice are held out, and laws are fit on the pooled low-compute remainder.
Empirical Validation / Results
Datasets
| Dataset | Configurations | Model Sizes | Data Budgets | Compute Range (FLOPs) |
|---|---|---|---|---|
| Farseer | 404 | 100M–6.4B | 1B–512B tokens | to |
| SK-Grid | 134 | 134M–4.9B | 316M–316B tokens | to |
Key Results (Table 1)
Full grid results (Farseer, FLOPs):
| Law | Interp. | Ext. N | Ext. D | Far | |
|---|---|---|---|---|---|
| Chinchilla | 0.995 | ||||
| Farseer | 0.982 | ||||
| Skaling | 0.998 |
L-shape grid results (Farseer, FLOPs — ~10× less compute):
| Law | Interp. | Ext. N | Ext. D | Far | |
|---|---|---|---|---|---|
| Chinchilla | 0.954 | ||||
| Farseer | 0.974 | ||||
| Skaling | 0.995 |
Fitted Parameters (Table 2)
The coupling exponent is consistently sub-unit (–), confirming the data supports a coupled surface rather than the additive case :
| Setup | Law | ||||
|---|---|---|---|---|---|
| Farseer, full | Chinchilla | 1 | |||
| Farseer, full | Skaling | ||||
| SK-Grid, full | Chinchilla | 1 | |||
| SK-Grid, full | Skaling |
Iso-Ratio Compute Extrapolation (Table 3)
Skaling achieves pooled MAPE of — a 3.9× reduction over Chinchilla () and better than Farseer ():
| Law | Undertrained MAPE | Optimal MAPE | Overtrained MAPE | All MAPE |
|---|---|---|---|---|
| Power law (per-ratio) | ||||
| Chinchilla | ||||
| Farseer | ||||
| Skaling |
Allocation Frontier
On Farseer data, the token-to-parameter ratio decreases with compute:
- Skaling's analytic exponent: −0.11
- Numerical gradient estimate: −0.14 to −0.15
- Chinchilla's prediction: +0.03 (near-flat, wrong sign)
At one order of magnitude beyond the data, the two prescriptions differ by ~10× in recommended token-to-parameter ratio.
Theoretical and Practical Implications
Theoretical Significance
-
Direct evidence of N–D interaction: The non-zero mixed derivative (with ) provides rigorous empirical proof that model size and data interact synergistically—scaling both together lowers loss more than scaling either alone.
-
Minimal parameter extension: Adding just one parameter () to Chinchilla captures the interaction that a nine-parameter Farseer law handles less accurately, demonstrating the importance of inductive bias over raw parameter count.
-
Sub-additivity: The fitted indicates a concave outer map, meaning the loss decays more slowly at large scales than additive laws predict—explaining why additive laws overestimate loss at large compute.
Practical Implications
-
Compute-efficient profiling: The L-shape strategy reduces profiling compute by ~10×, making principled scaling predictions feasible for smaller labs with constrained budgets.
-
Corrected compute allocation: Skaling's prediction that the optimal token-to-parameter ratio changes with compute (rather than staying constant as Chinchilla implies) has direct implications for frontier model design decisions.
-
Dataset-specific direction: The direction of the allocation trend ( vs. ) is dataset-specific, meaning labs must fit Skaling on their own data rather than relying on universal rules.
Conclusion
The Skaling law resolves a fundamental flaw in additive scaling laws by introducing a single coupling exponent that captures the empirically verified interaction between model size and training data. Key takeaways:
-
Boundary bias eliminated: Skaling removes the systematic under- and overestimation of loss at the imbalanced extremes of the training grid.
-
Sparse profiling works: The L-shape sampling strategy, anchored on low-compute edges, recovers full-grid accuracy at ~10× less compute—reliable scaling prediction no longer requires massive dense sweeps.
-
Better allocation decisions: Skaling's compute-dependent optimal token-to-parameter ratio tracks empirical trends more accurately than Chinchilla's near-flat prediction.
-
Generalizable framework: The authors expect similar coupling dynamics to apply along other scaling axes (e.g., data mixtures, repeated data), presenting a clear direction for future work.
Future directions: Extending the coupling framework to other scaling dimensions, investigating why the coupling strength varies across datasets (from on SK-Grid to – on other measurements), and developing efficient strategies to identify dataset-specific coupling strengths.
Related papers
- Training Transformers for KV Cache Compressibility (KV-CAT)
KV-CAT trains transformers with learned routers to produce inherently compressible KV caches, improving compression quality up to 3.21x without sacrificing dense performance.
- Priming: Hybrid State Space Models From Pre-trained Transformers
Priming initializes hybrid state-space models from pre-trained Transformers using less than 0.5% of the token budget, yielding faster, lighter models that outperform source Transformers on reasoning benchmarks.
- Phantom Gains: Auditing Self-Improvement Against a Measured Null
Transition-level auditing of LLM self-improvement requires measured nulls for every statistic; without them, a frozen model falsely appears to expand at 0.280.