Papers
Topics
Authors
Recent
Search
2000 character limit reached

Skaling: Chinchilla's Exponents Meet Kaplan's Coupling

Published 7 Aug 2026 in cs.CL | (2608.07222v1)

Abstract: Neural scaling laws are foundational for LLM development, yet standard formulations systematically under- and overestimate loss at data-scarce and overtraining extremes. This failure originates in the underlying assumption that model size and training data impact the loss independently. To address this, we introduce the Skaling law, a generalized functional form that couples model capacity and data through a single interaction exponent. This simple extension reduces the Mean Absolute Percentage Error (MAPE) by 1.5-3x across both interpolation and extrapolation regimes. When paired with a sparse grid strategy restricted to low-compute regimes, the Skaling law achieves accurate full-grid extrapolation using approximately 10x less compute than uniform sweeps. By enabling reliable performance prediction from small-scale experiments, the Skaling law provides a more robust and resource-efficient framework for allocating compute budgets in next-generation model training.

Summary

  • The paper introduces Skaling, a six-parameter scaling law with an outer coupling exponent that captures the nonzero, predominantly negative interaction between model size and training data.
  • Skaling typically achieves 1.5–3× lower MAPE than Chinchilla, including a reduction from 14.63% to 1.15% under sparse-grid far extrapolation on SK-Grid, and outperforms Chinchilla on 76% of evaluated configurations.
  • The paper shows that L-shaped profiling can reduce fitting compute by roughly 10× while preserving predictive accuracy, enabling more reliable extrapolation and compute-allocation decisions from low-cost boundary measurements.

Skaling: Chinchilla’s Exponents Meet Kaplan’s Coupling

Central thesis

“Skaling: Chinchilla’s Exponents Meet Kaplan’s Coupling” argues that the additive Chinchilla scaling law fails for a structural reason: it assumes that model size NN and training data DD affect loss independently. This assumption is encoded mathematically by the zero mixed derivative 2L/ND=0\partial^2 L/\partial N\partial D=0. Although the additive form can fit the interior of an experimental grid with high accuracy, it systematically mispredicts the loss at data-scarce, overtrained, and jointly extrapolated boundaries, precisely where scaling-law predictions are most consequential.

The paper introduces Skaling, a six-parameter generalization that preserves Chinchilla’s independent inner exponents while adding a single outer coupling exponent:

L(N,D)=(ANα+BDβ)k+E.L(N,D)=\left(A N^{-\alpha}+B D^{-\beta}\right)^k+E.

The additive Chinchilla law is recovered when k=1k=1. For k1k\neq 1, model size and data interact through the nonlinear aggregation of the two reducible-loss terms. The empirical fits consistently favor a sub-unit coupling exponent, typically k0.31k\approx0.31--$0.45$ on the principal datasets. The authors report reductions in MAPE of approximately $1.5$--3×3\times over Chinchilla across interpolation, single-axis extrapolation, and far-extrapolation regimes, while an L-shaped sparse profiling design achieves comparable predictive accuracy with approximately DD0 less fitting compute (2608.07222).

Failure mode of additive scaling laws

The paper’s argument begins with a distinction between interpolation quality and structural validity. Chinchilla often achieves excellent interpolation metrics: on the Farseer and SK-Grid datasets, its full-grid interpolation DD1 values are DD2 and DD3, respectively. These values might suggest that the law is an adequate representation of the loss surface. However, interpolation does not test how the fitted surface bends outside the observed interior.

The residual pattern is instead saddle-shaped. Chinchilla overestimates loss in some boundary regions and underestimates it in others, with errors growing as DD4 and DD5 become increasingly imbalanced. This behavior follows directly from its separable form,

DD6

because no choice of the individual power-law exponents can produce a nonzero cross-derivative. Figure 1

Figure 1: Skaling removes the boundary-concentrated residual bias of the additive Chinchilla law and is more accurate on 76% of evaluated configurations.

The contrast between the two functional forms is especially important for experimental design. A law may be highly accurate at densely sampled interior points while remaining unreliable for predicting larger models, longer training runs, or configurations in which one resource scales substantially faster than the other. The paper therefore treats boundary extrapolation—not merely aggregate fit quality—as the principal diagnostic.

Derivative evidence for DD7--DD8 interaction

To test whether the observed coupling is an artifact of a particular parameterization, the authors analyze the empirical loss surface directly. They estimate derivatives in logarithmic coordinates using two mesh-free approaches: local moving least squares (MLS) and a global Gaussian-process (GP) surrogate.

The first-order derivatives exhibit approximate power-law behavior. In particular, the same-variable slopes are close to linear on log-log axes, with estimates around

DD9

for the real-space derivative diagnostics. The cross-axis first-order slopes are comparatively small, approximately 2L/ND=0\partial^2 L/\partial N\partial D=00 and 2L/ND=0\partial^2 L/\partial N\partial D=01. This near-separability at first order could be interpreted as evidence for the Chinchilla assumption, but the paper correctly emphasizes that first-order projections are insufficient to identify interaction. Figure 2

Figure 2: First-order derivative projections show dominant same-variable power-law decay and weaker cross-variable dependence.

The decisive observation is that the empirical mixed derivative is nonzero throughout the grid. Its magnitude follows an approximate power law in both axes, with fitted exponents near 2L/ND=0\partial^2 L/\partial N\partial D=02, and its sign is predominantly negative. A negative mixed derivative means that the marginal benefit of increasing one resource becomes larger when the other resource is also increased. Jointly scaling model size and data therefore lowers loss more than an additive model predicts. Figure 3

Figure 3: The empirically nonzero, predominantly negative mixed derivative contradicts the exact separability imposed by Chinchilla scaling.

This derivative evidence gives the paper’s main theoretical claim a direct empirical basis: the loss surface can appear nearly separable in first-order marginal trends while remaining materially nonseparable in second-order interaction structure. The distinction is subtle but operationally important. Small cross-slopes do not imply a negligible cross-derivative, particularly when predictions are extrapolated over multiple orders of magnitude.

The Skaling parameterization

Skaling introduces coupling without abandoning the interpretability of Chinchilla’s two source terms. The exponent 2L/ND=0\partial^2 L/\partial N\partial D=03 governs how the size-dependent and data-dependent contributions aggregate. Its derivative structure is

2L/ND=0\partial^2 L/\partial N\partial D=04

with an analogous expression for 2L/ND=0\partial^2 L/\partial N\partial D=05. For 2L/ND=0\partial^2 L/\partial N\partial D=06, both derivatives remain negative, so the model is monotone in model size and data. For 2L/ND=0\partial^2 L/\partial N\partial D=07, the mixed derivative is negative:

2L/ND=0\partial^2 L/\partial N\partial D=08

This permits the model to represent synergy while preserving physically sensible monotonicity.

The authors contrast this construction with adding a signed product term to the Chinchilla law. A term such as 2L/ND=0\partial^2 L/\partial N\partial D=09 can create a nonzero mixed derivative, but matching the empirically negative cross-derivative requires L(N,D)=(ANα+BDβ)k+E.L(N,D)=\left(A N^{-\alpha}+B D^{-\beta}\right)^k+E.0. That sign can make the model-size derivative positive in parts of the domain, implying that increasing model size increases loss. Choosing L(N,D)=(ANα+BDβ)k+E.L(N,D)=\left(A N^{-\alpha}+B D^{-\beta}\right)^k+E.1 preserves monotonicity but produces the wrong interaction sign. Skaling avoids this conflict because coupling arises from a positive outer transformation rather than a separately signed additive interaction.

The fitted values of L(N,D)=(ANα+BDβ)k+E.L(N,D)=\left(A N^{-\alpha}+B D^{-\beta}\right)^k+E.2 are not merely small corrections around the Chinchilla case. On Farseer, the full-grid and L-shaped fits yield L(N,D)=(ANα+BDβ)k+E.L(N,D)=\left(A N^{-\alpha}+B D^{-\beta}\right)^k+E.3 and L(N,D)=(ANα+BDβ)k+E.L(N,D)=\left(A N^{-\alpha}+B D^{-\beta}\right)^k+E.4; on SK-Grid, both fits yield L(N,D)=(ANα+BDβ)k+E.L(N,D)=\left(A N^{-\alpha}+B D^{-\beta}\right)^k+E.5. Thus, the data consistently reject L(N,D)=(ANα+BDβ)k+E.L(N,D)=\left(A N^{-\alpha}+B D^{-\beta}\right)^k+E.6 on the principal experiments. On the Farseer-code and original Chinchilla measurements, however, L(N,D)=(ANα+BDβ)k+E.L(N,D)=\left(A N^{-\alpha}+B D^{-\beta}\right)^k+E.7 is closer to one, approximately L(N,D)=(ANα+BDβ)k+E.L(N,D)=\left(A N^{-\alpha}+B D^{-\beta}\right)^k+E.8--L(N,D)=(ANα+BDβ)k+E.L(N,D)=\left(A N^{-\alpha}+B D^{-\beta}\right)^k+E.9, and the predictive advantage correspondingly weakens. This dataset dependence is an important qualification: Skaling does not imply that all training recipes exhibit equally strong coupling.

Experimental design and sparse profiling

The paper’s second contribution is methodological. A conventional rectangular sweep over logarithmic grids is computationally inefficient because training cost scales approximately with k=1k=10. The upper-right portion of the grid therefore dominates total compute, even though many expensive points are statistically redundant for identifying the functional form.

Skaling motivates an L-shaped design concentrated on the low-compute edges. The D-band varies k=1k=11 using small models, while the N-band varies k=1k=12 at short training horizons. These two bands separately expose the decay associated with data and model size, while the coupled functional form reconstructs the interior and high-compute region. Figure 4

Figure 4

Figure 4: L-shaped sampling concentrates measurements on low-compute grid edges rather than densely sampling the compute-dominated upper-right corner.

The design is more than a heuristic reduction in run count. It relies on asymptotic structure: at sufficiently large k=1k=13, the data-dependent contribution becomes small and the remaining variation identifies size-related behavior; symmetrically, large k=1k=14 isolates the data-related component. The experiments show that the Skaling form can exploit these boundary measurements more effectively than Chinchilla.

On Farseer, reducing the fitting compute from approximately k=1k=15 FLOPs for the full grid to k=1k=16 FLOPs for the L-shaped grid increases Skaling’s interpolation MAPE from k=1k=17 to k=1k=18, while its far-extrapolation MAPE remains k=1k=19. On SK-Grid, the L-shaped design uses approximately k1k\neq 10 FLOPs instead of k1k\neq 11 FLOPs. Skaling retains an interpolation MAPE of k1k\neq 12 and far-extrapolation MAPE of k1k\neq 13.

By comparison, Chinchilla degrades sharply under sparse sampling. Its SK-Grid far-extrapolation MAPE rises from k1k\neq 14 on the full grid to k1k\neq 15 on the L-shaped grid. The results support the paper’s claim that the relevant benefit of coupling is not simply improved fitting capacity; it is compatibility with an experimental geometry that emphasizes informative low-cost boundaries.

Predictive performance

The principal evaluation uses Farseer, containing 404 configurations across 25 model sizes and 55 data budgets, and SK-Grid, containing 134 configurations across 15 model sizes and 16 data budgets. The evaluation separates interpolation, extrapolation in k1k\neq 16, extrapolation in k1k\neq 17, and far extrapolation beyond both axes.

On the full Farseer grid, Skaling achieves MAPE values of k1k\neq 18 for interpolation, k1k\neq 19 for larger-k0.31k\approx0.310 extrapolation, k0.31k\approx0.311 for larger-k0.31k\approx0.312 extrapolation, and k0.31k\approx0.313 for far extrapolation. Chinchilla obtains k0.31k\approx0.314, k0.31k\approx0.315, k0.31k\approx0.316, and k0.31k\approx0.317, respectively. On SK-Grid, Skaling obtains k0.31k\approx0.318, k0.31k\approx0.319, $0.45$0, and $0.45$1, compared with Chinchilla’s $0.45$2, $0.45$3, $0.45$4, and $0.45$5.

The strongest result concerns the far-extrapolation corner of SK-Grid under sparse sampling: Skaling reduces MAPE from Chinchilla’s $0.45$6 to $0.45$7. This is a reduction of more than $0.45$8, achieved using a fraction of the profiling compute. The paper also reports that, across individual configurations, Skaling is more accurate than Chinchilla on $0.45$9 of runs, with a median error improvement of $1.5$0 and at least a $1.5$1 improvement on approximately one-third of configurations.

The nine-parameter Farseer baseline does not consistently match Skaling. Despite its greater nominal flexibility, it produces larger data-extrapolation errors on the principal full-grid experiments: $1.5$2 on Farseer and $1.5$3 on SK-Grid, compared with Skaling’s $1.5$4 and $1.5$5. This comparison supports an inductive-bias interpretation: a small, structurally appropriate extension can outperform a substantially richer model whose parameterization does not align as well with the geometry of the empirical surface. Nevertheless, optimizer sensitivity and the difficulty of fitting Farseer’s parameterization mean that this conclusion should not be interpreted as a universal ranking of functional expressivity.

Compute-optimal allocation

A notable property of Skaling is that the outer exponent changes the loss surface without changing the stationarity condition for compute-optimal allocation. Under the compute constraint $1.5$6, minimizing the monotone transformation of the inner sum produces the same first-order condition as in the additive law. Consequently, the optimal allocation has the same algebraic form, but its fitted parameters differ because the Skaling and Chinchilla models infer different exponents and amplitudes.

The optimal point is characterized by equality of the logarithmic marginal slopes:

$1.5$7

The authors estimate this frontier nonparametrically using both GP and MLS surrogates, rather than relying solely on a fitted parametric law. Both estimates show a decreasing token-to-parameter ratio with increasing compute on Farseer. Power-law fits to the empirical frontier yield exponents of approximately $1.5$8 and $1.5$9, close to Skaling’s analytic value of approximately 3×3\times0 and opposite in sign to Chinchilla’s approximately 3×3\times1. Figure 5

Figure 5: GP- and MLS-derived compute-optimal frontiers agree with Skaling’s decreasing token-to-parameter ratio and diverge from Chinchilla’s nearly flat prediction.

The extrapolated difference is substantial. At approximately 3×3\times2 FLOPs, Chinchilla predicts around 380 tokens per parameter, whereas the empirical gradient-based estimates and Skaling predict approximately 20--40 tokens per parameter. The paper describes this as a roughly 3×3\times3 discrepancy one order of magnitude beyond the observed data. This is a strong and consequential claim, although it depends on extrapolating fitted power-law trends beyond the measurement range and on the validity of the training recipe used to generate Farseer.

The direction of the allocation trend is not universal. On Farseer, 3×3\times4, yielding a decreasing 3×3\times5 with compute. On SK-Grid, 3×3\times6, so the corresponding optimum increases with compute. The robust conclusion is therefore not that optimal token-to-parameter ratios must decline, but that coupling can materially alter the scale dependence of the allocation rule, with the direction determined by the fitted exponents and training regime.

Iso-ratio compute extrapolation

The paper further evaluates the operational setting in which frontier models are trained along fixed 3×3\times7 ratios. The authors hold out the eight highest-compute points from each iso-ratio slice and fit each global law only to the lower-compute remainder.

Skaling achieves pooled MAPE of 3×3\times8 over 112 held-out high-compute Farseer runs. This is a 3×3\times9 reduction relative to Chinchilla’s DD00 and is lower than the Farseer baseline’s DD01. Its error remains below DD02 in each training-regime partition. The per-ratio power law performs slightly better near the empirically optimal ratios, with DD03 versus Skaling’s DD04, but it is separately fitted for each ratio and cannot provide a joint model of allocation across DD05 and DD06.

This experiment clarifies the practical scope of the result. Skaling is not necessarily the best one-dimensional model when the ratio is fixed in advance. Its advantage is that it provides a globally coherent two-dimensional surface capable of both compute extrapolation and resource-allocation analysis.

Interpretation of the irreducible loss

The fitted irreducible-loss term DD07 deserves careful interpretation. On Farseer, Skaling reduces the fitted DD08 from approximately DD09 to DD10 on the full grid and from DD11 to DD12 on the L-shaped grid. The authors explicitly reject interpreting this as evidence that the true irreducible loss is nearly zero. Because DD13 changes the asymptotic curvature of the reducible component, the coupling exponent and the constant floor can compensate for one another over the finite scale range observed.

This is a form of weak identifiability. The measured runs constrain total loss accurately but do not necessarily distinguish whether flattening arises from a true constant floor or from a slowly decaying coupled term. The near-vanishing DD14 on Farseer therefore reflects parameter tradeoff rather than a direct estimate of the Bayes-optimal loss floor. This caveat is central for using Skaling in regimes substantially beyond the training grid.

The dominated-pair analysis reinforces the issue. Removing DD15 from pairwise loss differences improves Chinchilla’s far-extrapolation error on Farseer from DD16 to DD17, indicating that poor identification of the floor accounts for part of Chinchilla’s boundary error. However, this correction does not consistently improve Skaling and can even worsen some sparse-grid results. The evidence suggests that Skaling’s gains arise from both improved treatment of the floor and a more appropriate interaction structure, with their relative contributions depending on the dataset and sampling scheme.

Practical and theoretical implications

Practically, the paper proposes a lower-cost workflow for scaling-law experiments: use an L-shaped set of inexpensive runs, fit a coupled law in log space, and validate against targeted boundary or iso-ratio extrapolation. This approach can reduce the compute required for empirical profiling by roughly an order of magnitude while preserving prediction quality. It is particularly relevant when the objective is not merely to interpolate among existing runs but to select future model sizes, data budgets, and compute-optimal training configurations.

Theoretically, the work reframes scaling-law selection as a problem of differential structure rather than parameter count. The crucial question is whether the loss surface has a nonzero mixed derivative and whether the proposed parameterization can represent its sign while preserving monotonicity. This provides a principled criterion for extending scaling laws to additional axes, such as data mixture, repeated data, context length, optimizer configuration, or distillation variables.

Several limitations remain. The experiments are based on specific architectures, datasets, validation losses, and hyperparameter prescriptions. The SK-Grid models use a fixed mixture and StepLaw-based optimization settings, while the Farseer and Chinchilla datasets arise from different experimental pipelines. The measured coupling may therefore reflect not only intrinsic model/data interaction but also recipe-dependent effects, including learning-rate schedules, batch-size scaling, and data composition. Moreover, the empirical optimal-allocation frontiers are inferred from finite grids and then extrapolated substantially beyond them. Validation on independent architectures, modalities, data mixtures, and training protocols is necessary before treating the coupling exponent as a universal property.

Future scaling-law systems could combine Skaling-style inductive structure with hierarchical Bayesian fitting, uncertainty-aware active sampling, and multi-axis coupling. A natural extension would replace a single scalar DD18 with a constrained interaction structure for model size, data volume, context length, and data quality, while retaining monotonicity and interpretable marginal effects. Active-learning procedures could then select new runs where posterior uncertainty in the compute-optimal frontier is greatest rather than sampling a predetermined grid.

Conclusion

The paper identifies a specific structural weakness in the additive Chinchilla law: its enforced zero interaction between model size and training data. Direct mixed-derivative estimates, boundary residuals, and controlled extrapolation experiments support the conclusion that this assumption is violated on the principal datasets. Skaling addresses the problem with one outer coupling exponent while preserving independent size and data exponents, monotonicity, and a tractable compute-optimal allocation rule.

Its empirical advantages are strongest at grid boundaries and under sparse experimental designs. On SK-Grid, far-extrapolation MAPE falls from DD19 to DD20 with full-grid fitting and from DD21 to DD22 under L-shaped sampling. The iso-ratio experiment yields pooled high-compute MAPE of DD23, substantially below Chinchilla’s DD24. These results indicate that functional form and sampling geometry are jointly decisive for reliable scaling prediction.

The paper’s broader contribution is methodological: scaling laws should be evaluated by their derivative structure and extrapolation behavior, not by interior interpolation alone. Subject to validation across training recipes and model families, coupling-aware laws such as Skaling offer a technically simple route toward more reliable and compute-efficient decisions about future model scaling (2608.07222).

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

Explain it Like I'm 14

1. What is this paper about?

This paper studies how to predict the performance of LLMs without having to train many huge models.

Researchers usually measure a model’s loss, which is a number showing how often the model makes mistakes. Lower loss means better performance. Loss usually improves when:

  • the model has more parameters—the adjustable numbers that give it more ability to learn;
  • the model is trained on more tokens—pieces of text such as words or parts of words.

The paper argues that these two things do not work independently. A larger model may benefit differently from extra data than a smaller model does.

The authors introduce a new prediction formula called the Skaling law. It adds just one new feature to an older formula, allowing model size and training data to interact.

2. What questions did the researchers ask?

The main research questions were:

  1. Do model size and training data really affect loss independently?
  2. Can a simple formula that allows them to interact make better predictions?
  3. Can researchers use far fewer training experiments while still predicting the results of much larger experiments?
  4. Can the new formula help decide how much data a model should receive compared with its size?

These questions matter because training LLMs is extremely expensive. A better prediction method could prevent researchers from wasting enormous amounts of computing power.

3. How did they conduct the research?

Comparing different formulas

The researchers compared three ways of predicting loss:

  • Chinchilla law: treats model size and training data as separate effects that are simply added together.
  • Farseer law: uses many more adjustable parts to describe the relationship.
  • Skaling law: keeps the simple structure of Chinchilla but adds one number, called the coupling exponent, to connect model size and data.

The Skaling formula is written roughly as:

L(N,D)=(ANα+BDβ)k+EL(N,D)=\left(\frac{A}{N^\alpha}+\frac{B}{D^\beta}\right)^k+E

Here:

  • LL is the predicted loss;
  • NN is model size;
  • DD is the amount of training data;
  • AA, BB, α\alpha, and β\beta describe how loss changes;
  • kk controls how strongly model size and data interact;
  • EE represents a possible minimum loss that cannot be removed.

When k=1k=1, this becomes the older additive Chinchilla formula. When kk is different from 1, the two factors can influence each other.

Studying the “loss surface”

The researchers imagined the results as a landscape:

  • one direction represents model size;
  • another direction represents training data;
  • the height represents loss.

They used mathematical tools to study the slopes of this landscape. One tool, called moving least squares, is similar to estimating the shape of a hill by looking at nearby points. They also used a Gaussian process, which is a statistical method that estimates a smooth pattern from scattered data.

They especially examined the mixed derivative. In simple terms, this asks:

Does the benefit of making a model larger change depending on how much data it receives?

If the answer were no, the mixed derivative would be zero. The researchers found that it was not zero, suggesting that model size and data interact.

Testing on many model-training experiments

They tested the formulas on two collections of training runs:

  • Farseer: 404 combinations of model sizes and data amounts;
  • SK-Grid: 134 additional combinations created by the authors.

They tested both:

  • interpolation: predicting results inside the range already studied;
  • extrapolation: predicting results for larger models or more data than the experiments used.

They measured prediction error using MAPE, or mean absolute percentage error. For example, a MAPE of 2% means predictions were off by about 2% on average.

They also tested an L-shaped grid. Instead of training models across the entire size-and-data landscape, they trained:

  • small models with different amounts of data;
  • models of different sizes using a small, fixed amount of data.

This resembles measuring only two edges of a square rather than filling in every point.

4. What did they find?

The old formula made systematic mistakes at the edges

The Chinchilla formula often worked well for experiments in the middle of the tested range. However, it made larger errors in the corners, especially when:

  • the model was very large but trained on little data; or
  • the model was small but trained on a very large amount of data.

This happened because the formula assumed that model size and data acted independently.

Skaling usually predicted better

The Skaling law reduced prediction errors in most tests. On the full datasets, its errors were often between 1.5 and 3 times smaller than those of the Chinchilla law.

For example, on the SK-Grid data, the error for far extrapolation fell from:

  • 5.17% with Chinchilla
  • to 0.70% with Skaling

This is important because far extrapolation is similar to the real-world situation where researchers use small experiments to predict the behavior of much larger models.

The new method worked with about ten times less computing

The L-shaped strategy used about 10 times less training compute than a full grid.

Even with this much smaller amount of information, Skaling often remained as accurate as, or more accurate than, Chinchilla trained on the complete grid. For instance, on SK-Grid, far-extrapolation error was:

  • 14.63% for Chinchilla using the L-shaped grid
  • 1.15% for Skaling using the L-shaped grid

This shows that the new formula can make good use of carefully chosen small experiments.

More parameters were not automatically better

The Farseer formula had many more adjustable parameters, but it did not consistently perform better. In several tests, Skaling was more accurate.

This suggests that the important improvement was not simply adding complexity. Instead, Skaling used a structure that better matched the real relationship between model size and data.

The best data-to-model ratio can change with scale

The paper also studied the best number of training tokens per model parameter. The authors found that the ideal ratio may change as models become larger.

However, the direction of this change was different in the two datasets. This means there is probably no single universal token-to-parameter rule that works for every model family and training setup.

5. Why are these findings important?

The research suggests that the common Chinchilla-style formula is too simple in some situations. It can look very accurate when tested only in the middle of a data range, while still making serious mistakes when predicting future, larger training runs.

The Skaling law offers three possible advantages:

  1. Better predictions: It more accurately estimates the loss of models trained with extreme combinations of size and data.
  2. Lower cost: Researchers may need roughly ten times less compute for early testing.
  3. Better planning: It may help laboratories decide how large a model should be and how much data it should use.

In everyday terms, the paper proposes a better map for planning a long journey. The old map worked well near familiar places but became unreliable at the edges. The new map adds one important detail—the way the two roads, model size and data, affect each other—so it can guide researchers more safely into unfamiliar territory.

The results do not mean that Skaling will work perfectly for every type of model or dataset. The authors found that the strength and direction of the interaction differed between experiments. Still, the method could make future language-model research more efficient, reducing the need for expensive trial and error.

Knowledge Gaps

The paper leaves the following knowledge gaps, limitations, and open questions unresolved:

  • Limited external validation: The evaluation uses only two pretraining grids, including one proprietary/internal dataset (Farseer) and one study-specific grid (SK-Grid); performance on independently collected datasets is not established.
  • Narrow architectural scope: It is unclear whether Skaling transfers across model families, transformer architectures, parameter-sharing schemes, tokenizer choices, sequence lengths, and training objectives.
  • No validation on downstream capabilities: The experiments measure final validation loss only, so it remains unknown whether the coupling exponent improves scaling predictions for downstream accuracy, reasoning, retrieval, coding, or other task-specific metrics.
  • Uncertain robustness to hyperparameter variation: All runs use prescribed near-optimal learning rates, batch sizes, and other settings; the law’s behavior under suboptimal or jointly optimized hyperparameters is not tested.
  • Potential confounding from training prescriptions: The observed NNDD interaction may partly reflect the StepLaw hyperparameter rules or other training-procedure choices rather than an intrinsic property of model capacity and data volume.
  • Causal interpretation of coupling is unresolved: A nonzero estimated mixed derivative demonstrates empirical interaction, but it does not establish why the interaction occurs or whether it is caused by optimization, representation learning, memorization, data quality, or architecture.
  • Sensitivity of mixed-derivative estimates is not fully quantified: The cross-derivatives depend on MLS neighborhood size, polynomial degree, weighting, regularization, grid density, and measurement noise; systematic sensitivity analyses and uncertainty intervals for these estimates are not reported.
  • Independent confirmation of derivative findings is incomplete: Although a Gaussian-process estimator is described, the paper does not clearly report whether the principal mixed-derivative conclusions remain unchanged across GP kernels, length-scale choices, and alternative smoothing methods.
  • Parameter identifiability remains weak: The fitted coupling exponent kk and irreducible loss EE trade off substantially, especially because the experiments do not reach the asymptotic saturation regime; the paper does not determine which parameter values are physically meaningful.
  • The loss-floor interpretation is unresolved: The near-zero fitted EE on Farseer could represent parameter trade-off or model misspecification rather than a genuinely negligible irreducible loss floor.
  • Functional-form selection is incomplete: Skaling is compared with Chinchilla and Farseer, but not with a broader set of alternatives, such as additive-plus-interaction models with monotonicity constraints, generalized means, spline surfaces, Gaussian processes, neural surrogate models, or other coupled power laws.
  • The proposed one-parameter coupling may be dataset-specific: The fitted kk varies considerably across datasets and regimes, including values near the additive case; the conditions under which a single global kk is valid are not characterized.
  • No hierarchical or transfer model is studied: The paper does not investigate whether coupling parameters can be shared across datasets or architectures while allowing dataset-specific amplitudes, floors, or exponents.
  • Extrapolation distances are limited and irregular: The far-extrapolation sets contain only 7 Farseer points and 3 SK-Grid points, with different scale ranges and grid geometries, making reliability at substantially larger frontier scales uncertain.
  • Long-horizon and very-large-model behavior is untested: The experiments do not establish whether the same functional form holds after much more training, at substantially larger parameter counts, or near data repetition and saturation limits.
  • The claimed 10×10\times compute saving is design-dependent: The savings depend on the particular grid ranges, smallest model, shortest training horizon, and L-shape construction; the optimal sparse design under other budgets and scale ranges is not derived.
  • The L-shape geometry is not optimized: The paper does not determine how many points should lie on each band, which anchor values should be selected, or how the design should adapt when the smallest model or shortest horizon is not sufficiently informative.
  • Sparse-grid failure conditions are unknown: It is unclear how L-shape profiling performs when the observed grid does not include adequate boundary coverage, when measurements are noisy, or when the true interaction varies across the domain.
  • Compute accounting may not generalize: The reported savings focus on training FLOPs and do not clearly include data preparation, evaluation, failed runs, hyperparameter searches, optimizer restarts, or engineering overhead.
  • Optimal-allocation claims rely on restrictive assumptions: The closed-form compute-optimal ratio assumes a particular compute constraint and scaling form; effects from optimizer state, communication, memory, inference cost, architecture-dependent FLOP definitions, and fixed overheads are not considered.
  • Predicted allocation trends are not validated at frontier scale: The reported 100-fold discrepancy and token-to-parameter recommendations are extrapolations; direct experiments comparing the competing allocation prescriptions at the claimed target scales are absent.
  • The direction of allocation scaling remains unexplained: The sign of the optimal token-to-parameter trend differs between Farseer and SK-Grid, but the paper does not identify which dataset, architecture, or training factors determine that sign.
  • Cross-validation uncertainty may be optimistic: The folds are drawn from the same underlying grids and are not independent experimental replications; uncertainty across random seeds, training runs, and datasets is not separated from fitting variability.
  • Measurement noise is insufficiently characterized: The analysis uses final losses without reporting seed-to-seed variance, checkpoint variability, or correlations among runs sharing model sizes, data budgets, or training pipelines.
  • MAPE may obscure practically important errors: Relative error on loss can overweight low-loss configurations and does not directly quantify errors in compute-optimal decisions, loss differences, or downstream utility.
  • Baseline comparisons may not fully isolate functional-form effects: The more complex Farseer baseline may be disadvantaged by optimization difficulty, parameter bounds, or initialization; a systematically tuned likelihood or Bayesian comparison is not provided.
  • Model misspecification is not tested statistically: The paper reports predictive metrics but does not provide likelihood-based comparisons, calibration tests, residual uncertainty estimates, or tests for systematic departures from the Skaling form.
  • Interaction beyond one exponent is unexplored: The assumption that a single shared outer exponent captures all NNDD interaction is not tested against models with scale-dependent or asymmetric coupling.
  • Other scaling axes are left for future work: The applicability of Skaling to data quality, repeated data, sequence length, vocabulary size, sparsity, mixture-of-experts routing, modality, distillation, and data mixtures is asserted but not demonstrated.
  • Practical deployment and online updating are unexamined: The paper does not show how the law should be updated as new runs arrive, how to detect when its assumptions fail, or how to incorporate uncertainty into real-time compute-budget decisions.

Practical Applications

Immediate Applications

  • LLM pretraining budget planning — AI industry/software
    • Replace or augment the additive Chinchilla law with the Skaling form when forecasting validation loss across model size NN and token budget DD.
    • Use fitted parameters to estimate performance for candidate architectures and training horizons before committing to expensive runs.
    • Workflow: train inexpensive boundary configurations, fit the five-parameter Skaling model, estimate loss across candidate (N,D)(N,D) pairs, and select the configuration with the best predicted loss under a fixed FLOP or monetary budget.
    • Evidence: the paper reports approximately $1.5$–3×3\times lower MAPE than Chinchilla in several interpolation and extrapolation settings.
    • Dependencies: the target models must resemble the calibration runs in architecture, optimizer, sequence length, data quality, and training procedure. The law predicts loss, not downstream task accuracy, safety, latency, or serving cost directly.
  • Low-cost scaling-law profiling — AI research labs and cloud providers
    • Adopt the proposed L-shaped profiling grid: vary training tokens for small models in a D-band and vary model size at short training horizons in an N-band.
    • Use this design to estimate scaling behavior with roughly an order of magnitude less profiling compute than dense full-grid sweeps.
    • Potential product/tool: an experiment-planning module for platforms such as internal model-training systems or cloud ML services that automatically proposes low-compute (N,D)(N,D) trials and fits Skaling parameters.
    • Dependencies: sufficient coverage of both axes is required; the smallest model and shortest-horizon runs must still exhibit informative scaling trends. The reported savings were demonstrated on two pretraining grids and may not transfer unchanged to other workloads.
  • Frontier-run performance forecasting — large-scale model developers
    • Fit Skaling using inexpensive runs and extrapolate to high-compute models along fixed token-to-parameter ratios or other operational training recipes.
    • Use the predictions for go/no-go decisions, infrastructure reservations, checkpointing plans, and expected validation-loss targets.
    • Evidence: on held-out high-compute Farseer runs, Skaling achieved a pooled MAPE of about 0.60%0.60\%, compared with 2.34%2.34\% for Chinchilla.
    • Dependencies: extrapolation remains empirical rather than guaranteed. Performance can change under distribution shifts, new architectures, altered optimization schedules, deduplication, data contamination, or changes in the loss metric.
  • Compute-optimal token-to-parameter allocation — AI infrastructure and model architecture
    • Use the fitted Skaling parameters to calculate the compute-optimal ratio D/ND^*/N^* rather than assuming a universal ratio such as 20 tokens per parameter.
    • Re-evaluate this ratio for each model family, data mixture, optimizer, and hardware-era training regime.
    • Potential tool: a budget optimizer that jointly recommends parameter count, token count, training duration, and expected loss under a specified compute or energy budget.
    • Dependencies: the paper shows that the direction of ratio change is dataset- and setup-specific: it decreases with scale on Farseer but increases on SK-Grid. The closed-form allocation therefore depends on reliable parameter fits and consistent compute accounting.
  • Training-run experiment selection — academic machine-learning research
    • Use mixed-derivative diagnostics, MLS, or Gaussian-process derivative estimates to test whether two scaling dimensions are genuinely separable.
    • Before adopting an additive law, researchers can estimate 2L/ND\partial^2 L/\partial N\partial D and inspect whether boundary residuals show systematic saddle-shaped errors.
    • Potential workflow: collect a modest pilot grid, estimate local gradients and cross-derivatives, compare additive and coupled models using held-out extrapolation—not only interpolation R2R^2.
    • Dependencies: numerical derivative estimates are sensitive to grid density, noise, neighborhood size, polynomial degree, kernel choice, and regularization. A nonzero estimate can also reflect measurement noise or optimizer instability.
  • Model-training procurement and energy planning — cloud operations and sustainability
    • Convert predicted loss improvements into more informed decisions about whether to purchase additional GPU time, extend training, increase model size, or acquire more data.
    • Use the sparse profiling strategy to reduce the energy and carbon cost of preliminary scaling experiments.
    • Dependencies: the paper measures training FLOPs, not full lifecycle energy or emissions. Real savings depend on hardware utilization, datacenter efficiency, communication overhead, and the cost of failed or repeated experiments.
  • Internal model-development governance — industry and policy compliance
    • Use uncertainty estimates from repeated cross-validation to attach confidence intervals to projected training outcomes and budget requests.
    • Require extrapolation validation and sensitivity analysis before approving very large training runs.
    • Dependencies: scaling-law error does not capture all operational risks, including data-rights issues, safety failures, security vulnerabilities, or deployment regressions. It should support, not replace, broader model-risk review.

Long-Term Applications

  • Automated scaling-law services — AI platforms and MLOps
    • Develop a reusable service that ingests training logs, validation losses, parameter counts, token counts, and FLOP estimates, then continuously refits Skaling and recommends the next experiments.
    • Such a system could use active learning to select the most informative low-cost points, detect when the coupling exponent kk differs materially from $1$, and stop profiling when parameter uncertainty is sufficiently low.
    • Dependencies: standardized logging and comparable loss measurements are necessary. Online fitting must account for changing data mixtures, curriculum schedules, optimizer settings, and model architectures.
  • Multi-axis scaling laws — model research and scientific computing
    • Extend the coupling idea beyond NN and DD to include sequence length, number of training epochs, data quality, repeated data, modality, sparsity, mixture-of-experts routing, context length, and inference-time computation.
    • The resulting models could guide joint allocation among pretraining tokens, synthetic data, context length, model capacity, and post-training compute.
    • Dependencies: adding axes may introduce parameter identifiability problems and require substantially more carefully designed experiments. A single coupling exponent may be insufficient when several interactions are strong.
  • Scaling laws for downstream capability and reliability — healthcare, finance, education, and enterprise AI
    • Calibrate coupled scaling models for task accuracy, calibration, factuality, robustness, latency, or domain-specific utility rather than validation loss alone.
    • For example, a healthcare organization could estimate how model size and domain-specific tokens affect clinical extraction accuracy; a financial institution could forecast the benefit of additional training data under a fixed-risk or latency constraint.
    • Dependencies: downstream metrics are often non-smooth, task-dependent, and affected by prompting, evaluation contamination, retrieval systems, and human workflows. Loss extrapolation should not be assumed to imply proportional gains in safety-critical performance.
  • Data acquisition and curation optimization — data engineering and policy
    • Combine Skaling with data-mixture scaling laws to decide whether additional budget should fund larger models, more tokens, higher-quality domain data, or improved deduplication.
    • This could support procurement of licensed corpora, synthetic-data generation, multilingual expansion, and domain adaptation.
    • Dependencies: the current experiments use controlled pretraining grids and do not establish how kk changes with data quality or mixture composition. Legal availability, privacy, licensing, and representativeness constraints may dominate the optimization.
  • Adaptive compute allocation during training — autonomous ML systems
    • Build training controllers that update the predicted loss surface as new checkpoints arrive and dynamically adjust the planned token budget, model expansion strategy, or early-stopping point.
    • A system could compare the marginal value of additional parameters with the marginal value of additional data using the fitted gradients.
    • Dependencies: the paper studies final validation loss for predefined runs, not online intervention. Dynamic resizing, optimizer-state transfer, catastrophic forgetting, and changing hardware availability require independent validation.
  • Standardized benchmarking of extrapolation reliability — academia and public policy
    • Establish benchmarks that evaluate scaling laws on interpolation, single-axis extrapolation, and far extrapolation, rather than reporting only in-grid fit quality.
    • Public or inter-lab benchmark suites could help compare model-development forecasts and reduce wasteful replication of dense training grids.
    • Dependencies: fair comparisons require consistent parameter counting, FLOP accounting, sequence lengths, data regimes, optimizer settings, and reporting of uncertainty. Results may vary substantially across datasets and architectures.
  • Robotics and embodied AI resource planning — robotics
    • Apply coupled scaling models to jointly predict the effects of policy-network size and interaction data, simulation steps, or robot trajectories.
    • A robotics lab could use an L-shaped design to profile small policies across many trajectories and larger policies on short datasets before scaling to expensive real-world collection.
    • Dependencies: the paper validates language-model pretraining loss, whereas robotics data are correlated, nonstationary, and costly to collect. Sim-to-real transfer and task success may not follow smooth power laws.
  • Energy-system and scientific-model surrogate training — energy and scientific computing
    • Use the methodology to plan the size of neural surrogates and the volume of simulation or sensor data needed for forecasting, optimization, or control.
    • Sparse boundary experiments could reduce the cost of profiling large surrogate models for climate, materials, or power-grid simulations.
    • Dependencies: domain losses may have multiple regimes, physical constraints, and distribution shifts. Monotonic improvement with model size and data—an explicit property of the Skaling form—may fail when overfitting or numerical instability occurs.
  • Personalized learning and everyday AI services — education and consumer technology
    • In principle, providers could estimate the tradeoff between model capacity and user-interaction data when designing tutoring, recommendation, translation, or on-device assistants.
    • Coupled forecasts could inform whether to improve a model, collect more representative examples, or reduce compute for a deployment target.
    • Dependencies: privacy, consent, fairness, feedback loops, and heterogeneous user behavior are central constraints. The paper provides no direct evidence that its pretraining-loss relationships apply to individual-level outcomes, so deployment would require extensive domain-specific studies.

Glossary

  • Asymptotic behavior: The limiting behavior of a function as an input approaches infinity or another boundary. “Consider the asymptotic behavior of the loss function.”
  • Autograd: Automatic differentiation software that computes derivatives of functions represented in code. “All scaling laws are fitted by minimizing a Huber loss in log space using L-BFGS-B with basin-hopping and autograd.”
  • Basin-hopping: A global optimization method that searches for low-valued regions by repeatedly perturbing and locally optimizing candidate solutions. “All scaling laws are fitted by minimizing a Huber loss in log space using L-BFGS-B with basin-hopping and autograd.”
  • Chinchilla law: An empirical scaling law that models reducible loss as additive power-law terms in model size and training data. “The widely used Chinchilla law~\citep{hoffmann2022training} decouples them completely.”
  • Coefficient of determination: The R2R^2 statistic measuring the proportion of target variance explained by a fitted model. “the coefficient of determination (R2R^2) on the interpolation set only.”
  • Concave: Describing a function whose rate of increase decreases, producing a downward-curving graph. “with k<1k<1 the concave outer map makes the coupled reducible term decay more slowly at large scale”
  • Compute-optimal allocation: The division of computational resources between model parameters and training data that minimizes predicted loss. “the Skaling law inherits Chinchilla's closed-form compute-optimal allocation”
  • Cross-derivative: A derivative taken with respect to two different variables, measuring their interaction in a multivariable function. “For any k1k \neq 1, it reinstates a Kaplan-style coupling and a non-zero cross-derivative.”
  • Cross-validation: A resampling procedure that repeatedly trains and evaluates a model on different data partitions. “To rigorously test the predictive capabilities and algorithmic stability of the fitted methods, we employ a comprehensive cross-validation framework.”
  • Covariance matrix: A matrix describing pairwise statistical relationships among variables or observations. “where KRn×nK \in \mathbb{R}^{n \times n} is the dense covariance matrix of the training inputs”
  • Extrapolation: Prediction outside the range of values used to fit a model. “This approach allows us to explicitly quantify the uncertainty of our predictions, assess the variance of the fitted parameters, and test the models' ability to extrapolate reliably to unseen scales.”
  • Farseer law: A more highly parameterized scaling-law formulation in which data-related parameters depend on model size. “The Farseer law~\citep{li2025predictable} makes the data exponent and amplitude depend on NN
  • FLOPs: Floating-point operations, a measure of computational work. “with compute ranging from 1.6×10181.6\times10^{18} to 4.1×10214.1\times10^{21} FLOPs.”
  • Gaussian process: A probabilistic model defining a distribution over functions, commonly used for regression and uncertainty estimation. “The global estimator fits a single Gaussian process to all points and differentiates its posterior mean in closed form.”
  • Hessian matrix: A matrix of second-order partial derivatives that describes the local curvature of a function. “HH is the Hessian matrix containing our target cross-derivative.”
  • Huber loss: A robust loss function that behaves quadratically for small errors and linearly for large errors. “All scaling laws are fitted by minimizing a Huber loss in log space”
  • Inductive bias: The preferences or assumptions a model’s structure imposes on the functions it can learn. “This suggests that the gain is not simply a consequence of adding parameters, but of using a functional form whose inductive bias matches the observed NN--DD interaction.”
  • Interpolation: Prediction within the range of values represented in the training data. “Validation (Interpolation): Randomly held-out points lying within the established boundaries of the training grid.”
  • Irreducible loss: The component of prediction loss that cannot be reduced by increasing model size or training data. “alongside a free irreducible constant EE.”
  • Iso-ratio slice: A subset of configurations sharing a constant ratio between two quantities, here training tokens and model parameters. “We group the runs into iso-ratio slices of constant token-to-parameter ratio D/ND/N
  • Kernel: A function measuring similarity between input points, used by methods such as Gaussian processes. “In this work, we are using a Radial Basis Function (RBF) kernel with length-scale j\ell_j
  • L-BFGS-B: A limited-memory quasi-Newton optimization algorithm that supports bound constraints. “using L-BFGS-B with basin-hopping and autograd.”
  • L-shape sampling strategy: A sparse experimental design that samples points along two low-compute boundary bands of a parameter grid. “The mathematical structure of the scaling laws naturally motivates our primary approach: the L-shape sampling strategy”
  • Marginal likelihood: The likelihood of observed data after integrating over a model’s latent or function values. “the GP explicitly models observation noise and automatically tunes its length-scales and noise levels by maximizing the marginal likelihood.”
  • MAPE: Mean absolute percentage error, the average absolute prediction error expressed relative to the measured value. “the Skaling law reduces extrapolation MAPE by $1.5$--3×3\times relative to Chinchilla”
  • Mesh-free: Not requiring data to lie on a regular mesh or grid. “we estimate z/xj\partial z/\partial x_j using two mesh-free procedures”
  • Mixed derivative: A derivative involving successive differentiation with respect to different variables. “The mixed derivative is the decisive test.”
  • Monotonicity: The property of a function consistently increasing or decreasing as an input changes. “Skaling avoids this sign conflict because the interaction is in”
  • Moving least squares (MLS): A local regression method that estimates a function or its derivatives by fitting weighted polynomials near each query point. “We probe the loss surface through its derivatives, estimated with the Moving least squares (MLS)”
  • Power law: A relationship in which one quantity varies as a fixed power of another. “so the marginal derivatives decay approximately as power laws.”
  • Posterior mean: The mean prediction of a probabilistic model after incorporating observed data. “The global estimator fits a single Gaussian process to all points and differentiates its posterior mean in closed form.”
  • Predictive variance: A measure of uncertainty in a model’s prediction for a new input. “Additionally, the GP provides a closed-form predictive variance for this gradient”
  • Radial Basis Function (RBF): A kernel whose value depends primarily on the distance between input points. “In this work, we are using a Radial Basis Function (RBF) kernel with length-scale j\ell_j
  • Reducible loss: The component of loss that can be decreased through greater model capacity or more training data. “it removes the irreducible error EE and isolates the structure of the reducible loss.”
  • Ridge regression: A regression method that adds an L2L_2 penalty to stabilize parameter estimation and reduce ill-conditioning. “by fitting this polynomial to the kk nearest neighbors using distance-weighted ridge regression”
  • Saddle-shaped residual: A prediction-error pattern that changes sign across a surface in a shape resembling a saddle. “Chinchilla shows a saddle-shaped residual that grows toward the corners”
  • Stationarity condition: An equation obtained by setting a derivative to zero, identifying a candidate optimum. “Minimizing the loss under a fixed budget CC reduces to the same stationarity condition as the additive Chinchilla law”
  • Taylor expansion: A polynomial approximation of a function using its derivatives at a reference point. “This approach comes directly from Taylor expansion”
  • Token-to-parameter ratio: The number of training tokens allocated per model parameter. “Frontier models such as DeepSeek~\cite{bi2024deepseek} typically lock in a fixed token-to-parameter ratio”
  • Variance: A statistical measure of dispersion or uncertainty around an expected value. “Aggregating over folds, we report the mean of each metric together with its variance.”

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 1 tweet with 166 likes about this paper.