Pith. sign in

REVIEW 4 major objections 4 minor 58 references

Bayesian Neural Scaling Law Extrapolation with Prior-Data Fitted Networks

T0 review · 4 major / 4 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read The paper claims that a Prior-data Fitted Network meta-trained on synthetic power-law curves outperforms MCMC and LC-PFN baselines at neural scaling law extrapolation, with better-calibrated uncertainty and improved Bayesian active…

desk verdict A useful PFN application to scaling-law extrapolation, but prior tuning on the test benchmarks keeps the headline claims from being fully established. read the letter →

arxiv 2505.23032 v3 pith:EXP43WHQ submitted 2025-05-29 cs.LG cs.AI

classification cs.LGcs.AI
keywords neuralscalinglawsBayesianinferenceprior-datafittednetworksuncertaintyquantificationpowerlawextrapolationdoubledescentin-contextlearningactive
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper sets out to show that extrapolating neural scaling laws—predicting how loss or error continues as data, model size, or compute grows—is best treated as a Bayesian inference problem, and that a Prior-data Fitted Network (a Transformer that meta-learns to output a posterior predictive distribution) can solve it better than fitting parametric curves by point estimation or MCMC. The authors design a functional prior over synthetic scaling curves made of power-law segments with randomly occurring breaks and occasional upward segments, then train the network on 1.6 million sampled curves. They claim NSL-PFN beats MCMC versions of M1–M4 and BNSL, the LC-PFN, and generic Bayesian regressors on RMSLE and log-likelihood across image, language, ColPret, and double-descent datasets, with better-calibrated uncertainty and better Bayesian active learning performance in data-limited settings. If this holds, compute-budget decisions—whether to spend more resources for an expected gain—can be made with quantified reliability rather than a single point forecast.

What carries the argument

The load-bearing object is the neural scaling law prior: a hierarchical generative process in which each curve is stitched from segments. Downward segments are drawn from M3, $y=a(x-1+d)^b$, or M4, whose inverse form is $x = (y/(a(1-y)^{\alpha}))^{-1/b}$ with $c=0$ and $y_0=1$; upward segments use a Beta CDF with an S-shape; the number and locations of breaks are sampled randomly; each segment is renormalized and noise is added. A cutoff distribution then fixes which part of the curve is context and which is target, deliberately excluding cutoffs after which a surprise break is judged unpredictable. Training the PFN on 1.6 million such synthetic curves with an autoregressive context loss plus an interpolation variant gives the network the inductive bias to extrapolate power-law tails, infer breaks automatically, and quantify uncertainty without closed-form posteriors.

What would settle it

Generate a family of scaling curves that is structurally absent from the Section 3.1 prior—for example, an exponential saturation curve with a long flat plateau at both ends, or a curve that keeps rising after a downward segment—and compare NSL-PFN against MCMC(BNSL) on RMSLE and MSCE; if NSL-PFN loses calibration or accuracy on these out-of-prior shapes, the prior-support assumption marks the limits of the claim.

Watch

Extended reading notes

Core claim

The central claim, stated on the paper's own terms, is that a meta-learned in-context Bayesian model with a scaling-law-shaped prior outperforms both classical parametric point estimates and the natural MCMC baselines at predicting the unseen tail of neural scaling curves. The method, NSL-PFN, ingests the observed portion of a curve as context and returns a full predictive distribution at extrapolated inputs, so it simultaneously supplies a point fit (the median), a functional form, an inferred number of breaks, and calibrated uncertainty. Empirically the paper reports the best average RMSLE and log-likelihood among all compared methods on the image classification benchmark, the NLP/Nano suite, and the ColPret and double-descent datasets, and the best MSCE calibration on ColPret and DD. The authors further claim that these uncertainties drive effective Bayesian active learning, selecting the next observation point by variation ratio, and that the whole inference costs a single forward pass per curve.

Load-bearing premise

The evaluation curves are all within the support of the manually designed prior, which was tuned by eye to match those same benchmarks, so the method's edge may depend on the prior already knowing the curve shapes.

Editorial extensions

If this is right

  • A single forward pass per curve replaces per-curve fitting, cutting inference from tens to hundreds of seconds (M4/BNSL/MCMC) to about 0.02 seconds while improving fit accuracy.
  • Small-scale observed context suffices to forecast the tail with a predictive distribution, so compute-budget decisions can weigh expected gain against cost and risk.
  • The model infers the number of breaks and the functional form implicitly, removing the cross-validation step that BNSL requires.
  • In Bayesian active learning, uncertainty-based selection of the next observation point improves predictive likelihood over MCMC baselines as more points are collected.
  • On double-descent curves, the method predicts the eventual downturn even when the context ends in an upward segment, which MCMC(BNSL) does not do.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The same trained network might transfer to other break-prone extrapolation problems, such as learning curves in AutoML or hardware and financial scaling, where the segment structure applies.
  • Since the prior hyperparameters were manually fitted to the benchmark shapes, meta-learning or adapting them from the observed context would be a natural extension that could make the method robust to new curve families.
  • The cutoff restriction encodes a strong inductive assumption: after a downward segment, a future break is treated as unpredictable, and measuring whether predictive uncertainty rises on curves with late breaks would quantify what that assumption costs.
  • The interpolation objective opens a route to using the model as a multi-fidelity surrogate, deciding experimentally which scale to measure next rather than only extrapolating tails.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 4 minor

Summary. The paper proposes NSL-PFN, a Prior-data Fitted Network for Bayesian neural scaling law extrapolation. The authors design a functional prior over scaling-law curves by concatenating M3/M4 power-law segments with random breaks and occasional upward BetaCDF segments, then train a Transformer to output posterior predictive distributions. The method is evaluated on image classification (IC), NLP, nanoGPT-Bench (Nano), ColPret, and double-descent (DD) datasets against M1--M4 and BNSL point estimators, MCMC variants of these models, LC-PFN, BLR, and DKGP. The central claims are that NSL-PFN gives better point predictions (RMSLE) and better uncertainty quantification (log-likelihood and MSCE) than the baselines, especially in data-limited settings, and that its amortized inference is far cheaper than MCMC.

Significance. If the central claims hold, this is a practically useful contribution: it provides fast, uncertainty-aware extrapolation for neural scaling laws, with code and models released. The empirical effort is substantial: six benchmark suites, calibration metrics, active-learning experiments, ablations of the prior components, and an analysis of MCMC sample counts. The main reservation is that the functional prior was tuned on the evaluation data themselves, so the reported gains may largely reflect prior coverage of the test class rather than general extrapolation ability. Because the PFN is entirely defined by its prior, this is a load-bearing concern for the paper's main claim.

major comments (4)
  1. [§4.3, Table 1, Fig. 7] The evaluation protocol is circular for the paper's central claim. Section 4.3 states that the prior hyperparameters in Table 1 were 'manually adjusted to visually match the shapes of the actual curves collected from various domains' and then further optimized by Bayesian optimization on the average RMSLE of the same benchmarks (Fig. 7, Table 13). Since the PFN is trained exclusively on samples from this prior, using the evaluation curves to set the prior means the results in Tables 2-4, Fig. 3, and Table 9 partly measure how well the prior was fit to the test class. Please add a genuinely out-of-prior evaluation: fix the prior without inspecting the evaluation curves, or hold out entire scaling-law families or datasets during prior tuning, and report RMSLE, LL, and MSCE on those held-out curves. Without this, the abstract's 'superior performance' claim is not supportable beyond the tuned benchmark suite.
  2. [§3.1 (cutoff distribution) and §4.1/Fig. 4] The cutoff restrictions exclude from training exactly the data-limited scenarios that are later evaluated. Down-Down curves only allow cutoffs within the last segment, and Down-Up-Down curves only allow cutoffs in the second or third segment; however, the DD evaluations in Fig. 4 and Figs. 16-23 include 40% cutoffs in which the context lies entirely in the first decreasing segment before the upward break. For such inputs the model has never seen a valid training context of that shape, so the reported DD results at low cutoffs are out-of-support predictions. Please either train with cutoffs before the first break, or explicitly restrict and clearly label the DD evaluation to contexts that are within the training cutoff support. The 'inherently difficult' argument in §4.1 does not resolve the mismatch between the training distribution and the evaluation distribution.
  3. [§C, Eq. (11) and Table 10] The BNSL baseline is not evaluated with the method as described by Eq. (5). The implementation in Eq. (11) is a neural-network reparameterization, and the number of breaks and validation procedure are a reimplementation based on the paper description, with four variants compared in Table 10. This means the BNSL and MCMC(BNSL) results in Tables 2-4 may not reflect the actual BNSL method. Please use the official implementation if one is available; otherwise, report which variant was used and justify why it is the fairest, and provide failure counts for the excluded trials.
  4. [§C, Table 11] The MCMC baselines use priors that appear poorly calibrated and possibly invalid, e.g., loga ~ U(1,1000) for MCMC(M4) and a ~ U(-1,0.5) for MCMC(M1) despite positive-valued targets. Such priors can produce extremely diffuse or invalid proposals and may handicap the Bayesian baselines. This is important because the paper's claim of superiority over Bayesian baselines rests on these comparisons. Please report results with more standard, clearly justified priors, or include a sensitivity analysis over prior choices.
minor comments (4)
  1. [Table 4] The footnote '† indicates that some trials failed due to overflow error, which were excluded from the calculation' should specify how many trials failed, for which methods and datasets, and whether the reported averages and standard deviations are over the remaining trials only.
  2. [§3.2 and §4.2] The interpolation-loss training procedure is described only briefly ('randomly sample a subset of T to add them to C'). Please specify the distribution over the number or fraction of target points moved to the context, as this affects the active-learning model and reproducibility.
  3. [Fig. 6] The caption states that convergence failures were observed for some MCMC(BNSL) runs and that these runs were excluded; please report the number of excluded runs at each sample count, since selective exclusion can bias the comparison.
  4. [§C, Table 11] The MCMC priors are not matched across baselines: for example, MCMC(M4) uses a different x-normalization (maximum 1000) from the other MCMC variants. Please justify this asymmetry or use a common normalization.

Circularity Check

1 steps flagged · score 6.0 of 10

Prior hyperparameters were tuned to the evaluation curves, so the reported extrapolation gains partly measure in-prior fit rather than independent predictive skill.

  1. self definitional [Section 4.3 (Prior hyperparameter tuning) and Appendix D (Hyperparameter Tuning for Prior Distributions), with Tables 1 and 13 and Figure 7.]
    "For our prior design, we manually adjust the parameters of our functional prior to visually match the shapes of the actual curves collected from various domains. ... We conduct a simple Bayesian optimization (BO) on the prior parameters to minimize the average RMSLE over 60 BO steps."

    The PFN posterior predictive is trained entirely on synthetic curves sampled from this functional prior (Section 3.1, Eq. 8-10). The prior's hyperparameters were then manually matched to and numerically optimized against the same benchmark curves used for evaluation, with the optimization objective being the average RMSLE, the paper's main evaluation metric. Consequently, the reported RMSLE, log-likelihood, and calibration results on IC, NLP, Nano, ColPret, and DD measure how well the hand-tuned prior covers those specific curves, not independent extrapolation to unseen scaling-law families. The 'prediction' is partly a reconstruction from a distribution whose parameters were selected using the target values of those same curves, and no out-of-prior evaluation is provided.

full rationale

The central empirical claim is partially circular because the functional prior is not fixed a priori: Section 4.3 states the prior parameters were manually adjusted to visually match the actual evaluation curves, and Appendix D confirms that Bayesian optimization minimized the average RMSLE over 60 steps on those same benchmarks. Since the PFN is meta-trained solely on samples from this prior, its test-time predictions on those datasets are in-distribution for a prior fit to the test targets; the reported superiority therefore conflates genuine amortized Bayesian inference with prior coverage engineered from the evaluation data. This is a specific, quotable reduction of the evaluation metric into the prior-selection objective, warranting a score of 6 rather than a minor-citation score. No load-bearing self-citation or imported uniqueness theorem is present: comparisons to LC-PFN and MCMC baselines are external and independently implemented. A separate, non-circular limitation is the cutoff restriction in Section 3.1, which excludes contexts ending before a future break, yet the DD evaluation at early cutoffs includes such cases; this makes some evaluations harder for NSL-PFN rather than easier, and is noted as a validity concern, not as additional circularity.

Assumptions & free parameters 4 free parameters · 5 assumptions · 0 invented entities

The central claim is supported primarily by the tailored functional prior and the amortized inference over it. The most important uncharged input is the prior itself: its hyperparameters are hand-selected to match the evaluation datasets, and the mixture weights over curve families are not specified. The PFN training objective and transformer architecture are standard; no invented entities are introduced.

free parameters (4)
  • M3 prior hyperparameters (log a, log(-b), log d means and stds) = as in Table 1: N(-1,0.5), N(-2,1), N(0,1)
    Manually adjusted to visually match the shapes of real scaling law curves (§4.3); these control the synthetic data distribution that the PFN is trained on.
  • M4 prior hyperparameters (log a, log(-b), log alpha means and stds) = as in Table 1: N(-1,0.5), N(0,0.5), N(0,0.5)
    Same manual adjustment as above; controls the shape of downward segments.
  • BetaCDF, Norm, and Noise hyperparameters = beta ~ U(0.5,1), log gamma ~ N(0,0.1), ymax ~ U(0.2,1.2), ymin ~ U(0,ymax), log sigma ~ N(-4,1)
    Chosen by hand to model upward segments, normalization, and observation noise.
  • Function family mixture probabilities and break probabilities = not specified in the paper
    The mixture weights over Down, Down-Down, and Down-Up-Down families and the break probability are never given, yet they determine the prior over break locations and number of breaks; essential for reproducing the model.
assumptions (5)
  • domain assumption Neural scaling laws are generated by piecewise segments drawn from M3, M4, and BetaCDF
    The functional prior in §3.1 assumes real scaling curves are composed of these segment types in Down, Down-Down, or Down-Up-Down arrangements; this is the central inductive bias and is not proven.
  • domain assumption Cutoff restriction: no unexpected breaks after a downward last segment; an upward last segment eventually turns downward
    §3.1 'Defining the cutoff distribution' explicitly restricts the context/target split so the model never has to predict a future upward turn from a purely downward context, labeling such cases inherently difficult.
  • standard math PFN training objective (Eq. 8-10) minimizes expected KL to the true posterior predictive
    From Müller et al. (2021); used to justify amortized Bayesian inference.
  • domain assumption Amortized inference transfers from synthetic prior data to real scaling curves
    The whole validation assumes that a transformer trained on sampled prior curves gives calibrated posteriors for real curves within prior support; no out-of-prior test is provided.
  • ad hoc to paper Rejection sampling of curves: negative y or NaN values are discarded
    §3.1 'We reject any curves including negative y values or NaN'; this biases the prior density.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Bayesian Neural Scaling Law Extrapolation with Prior-Data Fitted Networks." pith.science (2026). https://pith.science/paper/EXP43WHQ

@misc{pith2026250523032,
  author       = {Pith},
  title        = {Pith review of: Bayesian Neural Scaling Law Extrapolation with Prior-Data Fitted Networks},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/EXP43WHQ}},
  note         = {Machine review of arXiv:2505.23032}
}
read the original abstract

Scaling has been a major driver of recent advancements in deep learning. Numerous empirical studies have found that scaling laws often follow the power-law and proposed several variants of power-law functions to predict the scaling behavior at larger scales. However, existing methods mostly rely on point estimation and do not quantify uncertainty, which is crucial for real-world applications involving decision-making problems such as determining the expected performance improvements achievable by investing additional computational resources. In this work, we explore a Bayesian framework based on Prior-data Fitted Networks (PFNs) for neural scaling law extrapolation. Specifically, we design a prior distribution that enables the sampling of infinitely many synthetic functions resembling real-world neural scaling laws, allowing our PFN to meta-learn the extrapolation. We validate the effectiveness of our approach on real-world neural scaling laws, comparing it against both the existing point estimation methods and Bayesian approaches. Our method demonstrates superior performance, particularly in data-limited scenarios such as Bayesian active learning, underscoring its potential for reliable, uncertainty-aware extrapolation in practical applications.

Figures

Figures reproduced from arXiv: 2505.23032 by the authors.

Figure 1
Figure 1. Extrapolation results of each method on a neural scaling law from the double descent dataset (Nakkiran et al., 2021). Here, the context and target denote the observations and the target points we want to correctly estimate, respectively. 2021; Ghorbani et al., 2021; Bansal et al., 2022; Hoffmann et al., 2022; Chung et al., 2024). Let y denote the perfor￾mance such as prediction error or cross-entropy, and x the quan… view at source ↗
Figure 2
Figure 2. Visualization of 20 neural scaling laws sampled from each function family before applying the Noise function in [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Extrapolation performance (LL) with varying cutoffs. 100 200 300 400 500 2 3 4 5 6 Test Loss Cutoff=40% 100 200 300 400 500 2 3 4 5 6 Cutoff=60% 100 200 300 400 500 2 3 4 5 6 Cutoff=80% 100 200 300 400 500 2 3 4 5 6 Cutoff=100% Context Target Cutoff MCMC ( 4) 100 200 300 400 500 2 3 4 5 6 Test Loss 100 200 300 400 500 2 3 4 5 6 100 200 300 400 500 2 3 4 5 6 100 200 300 400 500 2 3 4 5 6 Context Target Cutoff MCMC (B… view at source ↗
Figures from the paper (20 more)
Figure 4
Figure 4. Figure 4: Visualization of extrapolation on double descent (DD) (Nakkiran et al., 2021) with varying cutoffs. We visualize the mean or median as solid lines and show the 90% confidence intervals with shaded areas. All the visualizations are presented in §E. 4.1. Main Experimenta…
Figure 5
Figure 5. Figure 5: Results of Bayesian active learning experiments. verse forms of double descent behavior with varying cutoffs, with the resultant posterior predictive distribution (PPD) being more robust against such variation and data scarcity. Qualitative analysis. In [PITH_FULL_IMA…
Figure 6
Figure 6. Figure 6: MCMC with an increased number of samples (nsamples). Convergence failures were observed for some MCMC (BNSL) runs, and these runs are excluded. higher than those of amortized approaches like LC-PFN and our NSL-PFN. This efficiency arises because, once meta￾trained, PFN…
Figure 7
Figure 7. Figure 7: Results of Bayesian Optimization for prior distribution hyperparameters over 60 trials. Top: RMSLE per trial, [PITH_FULL_IMAGE:figures/full_fig_p018_7.png]
Figure 8
Figure 8. Figure 8: Visualization of extrapolation results on ImageNet. 19 [PITH_FULL_IMAGE:figures/full_fig_p019_8.png]
Figure 9
Figure 9. Figure 9: Visualization of extrapolation results on CIFAR-100. 20 [PITH_FULL_IMAGE:figures/full_fig_p020_9.png]
Figure 10
Figure 10. Figure 10: Visualization of extrapolation results on Birds 200. 21 [PITH_FULL_IMAGE:figures/full_fig_p021_10.png]
Figure 11
Figure 11. Figure 11: Visualization of extrapolation results on Caltech101. 22 [PITH_FULL_IMAGE:figures/full_fig_p022_11.png]
Figure 12
Figure 12. Figure 12: Visualization of extrapolation results on neural machine translation (NMT). 10 10 10 11 Training Data Size 0.0 0.2 0.4 0.6 0.8 1.0 Test Cross-Entropy Model: 1.07e+09 10 10 10 11 Training Data Size 0.0 0.2 0.4 0.6 0.8 1.0 Test Cross-Entropy Model: 4.53e+08 10 10 10 11 …
Figure 13
Figure 13. Figure 13: Visualization of extrapolation results on language modeling (LM). 23 [PITH_FULL_IMAGE:figures/full_fig_p023_13.png]
Figure 14
Figure 14. Figure 14: Visualization of extrapolation results on Big-Bench (BB). 24 [PITH_FULL_IMAGE:figures/full_fig_p024_14.png]
Figure 15
Figure 15. Figure 15: Visualization of extrapolation results on NanoGPT-Bench (Nano). 25 [PITH_FULL_IMAGE:figures/full_fig_p025_15.png]
Figure 16
Figure 16. Figure 16: Visualization of extrapolation results on double descent (DD; Nakkiran et al., 2021), Part 1 of 8. 26 [PITH_FULL_IMAGE:figures/full_fig_p026_16.png]
Figure 17
Figure 17. Figure 17: Visualization of extrapolation results on double descent (DD; Nakkiran et al., 2021), Part 2 of 8. 27 [PITH_FULL_IMAGE:figures/full_fig_p027_17.png]
Figure 18
Figure 18. Figure 18: Visualization of extrapolation results on double descent (DD; Nakkiran et al., 2021), Part 3 of 8. 28 [PITH_FULL_IMAGE:figures/full_fig_p028_18.png]
Figure 19
Figure 19. Figure 19: Visualization of extrapolation results on double descent (DD; Nakkiran et al., 2021), Part 4 of 8. 29 [PITH_FULL_IMAGE:figures/full_fig_p029_19.png]
Figure 20
Figure 20. Figure 20: Visualization of extrapolation results on double descent (DD; Nakkiran et al., 2021), Part 5 of 8. 30 [PITH_FULL_IMAGE:figures/full_fig_p030_20.png]
Figure 21
Figure 21. Figure 21: Visualization of extrapolation results on double descent (DD; Nakkiran et al., 2021), Part 6 of 8. 31 [PITH_FULL_IMAGE:figures/full_fig_p031_21.png]
Figure 22
Figure 22. Figure 22: Visualization of extrapolation results on double descent (DD; Nakkiran et al., 2021), Part 7 of 8. 32 [PITH_FULL_IMAGE:figures/full_fig_p032_22.png]
Figure 23
Figure 23. Figure 23: Visualization of extrapolation results on double descent (DD; Nakkiran et al., 2021), Part 8 of 8. 33 [PITH_FULL_IMAGE:figures/full_fig_p033_23.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

58 extracted references · 28 canonical work pages

  1. [1]

    Exploring the limits of large scale pre-training.arXiv preprint arXiv:2110.02095,

    Abnar, S., Dehghani, M., Neyshabur, B., and Sedghi, H. Exploring the limits of large scale pre-training.arXiv preprint arXiv:2110.02095,

  2. [3]

    LC-PFN includes its own normalization method for y-values, enabling it to predict learning curves across various ranges and directions

    Since the range of x for the prior was sampled from [0, 100] during LC-PFN training, we normalize x-values to the same range during inference. LC-PFN includes its own normalization method for y-values, enabling it to predict learning curves across various ranges and directions. However, when evaluating LC-PFN on scaling laws, we found that its normalizati...

  3. [4]

    20 40 60 80 100 120 .4 .5 .6T est Error 20 40 60 80 100 120 .4 .5 .6 20 40 60 80 100 120 .4 .5 .6 20 40 60 80 100 120 .4 .5 .6 Context T arget Cutoff MCMC (BNSL) 20 40 60 80 100 120 .4 .5 .6T est Error 20 40 60 80 100 120 .4 .5 .6 20 40 60 80 100 120 .4 .5 .6 20 40 60 80 100 120 .4 .5 .6 Context T arget Cutoff LC-PFN 20 40 60 80 100 120 Model Width .4 .5 ...

  4. [10]

    Bert: Pre-training of deep bidirectional trans- formers for language understanding.arXiv preprint arXiv:1810.04805,

    Devlin, J. Bert: Pre-training of deep bidirectional trans- formers for language understanding.arXiv preprint arXiv:1810.04805,

  5. [12]

    The llama 3 herd of models.arXiv preprint arXiv:2407.21783,

    Dubey, A., Jauhri, A., Pandey, A., Kadian, A., Al-Dahle, A., Letman, A., Mathur, A., Schelten, A., Yang, A., Fan, A., et al. The llama 3 herd of models.arXiv preprint arXiv:2407.21783,

  6. [14]

    Proba- bilistic rollouts for learning curve extrapolation across hy- perparameter settings.arXiv preprint arXiv:1910.04522,

    Gargiani, M., Klein, A., Falkner, S., and Hutter, F. Proba- bilistic rollouts for learning curve extrapolation across hy- perparameter settings.arXiv preprint arXiv:1910.04522,

  7. [15]

    Scaling laws for neural machine translation.arXiv preprint arXiv:2109.07740,

    Ghorbani, B., Firat, O., Freitag, M., Bapna, A., Krikun, M., Garcia, X., Chelba, C., and Cherry, C. Scaling laws for neural machine translation.arXiv preprint arXiv:2109.07740,

  8. [16]

    A., Duh, K., and Kaplan, J

    Gordon, M. A., Duh, K., and Kaplan, J. Data and parameter scaling laws for neural machine translation. InProceed- ings of the 2021 Conference on Empirical Methods in Natural Language Processing, pp. 5915–5922,

Show all 58 references
  1. [17]

    and Dao, T

    Gu, A. and Dao, T. Mamba: Linear-time sequence modeling with selective state spaces.arXiv preprint arXiv:2312.00752,

  2. [19]

    Hoffmann, J., Borgeaud, S., Mensch, A., Buchatskaya, E., Cai, T., Rutherford, E., Casas, D. d. L., Hendricks, L. A., Welbl, J., Clark, A., et al. Training compute-optimal large language models.arXiv preprint arXiv:2203.15556,

  3. [20]

    Tabpfn: A transformer that solves small tabu- lar classification problems in a second.arXiv preprint arXiv:2207.01848,

    Hollmann, N., M ¨uller, S., Eggensperger, K., and Hut- ter, F. Tabpfn: A transformer that solves small tabu- lar classification problems in a second.arXiv preprint arXiv:2207.01848,

  4. [21]

    Bayesian active learning for classification and preference learning.arXiv preprint arXiv:1112.5745,

    Houlsby, N., Husz´ar, F., Ghahramani, Z., and Lengyel, M. Bayesian active learning for classification and preference learning.arXiv preprint arXiv:1112.5745,

  5. [23]

    B., Chess, B., Child, R., Gray, S., Radford, A., Wu, J., and Amodei, D

    Kaplan, J., McCandlish, S., Henighan, T., Brown, T. B., Chess, B., Child, R., Gray, S., Radford, A., Wu, J., and Amodei, D. Scaling laws for neural language models. arXiv preprint arXiv:2001.08361,

  6. [24]

    Kingma, D. P. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980,

  7. [25]

    Big transfer (bit): General vi- sual representation learning

    Kolesnikov, A., Beyer, L., Zhai, X., Puigcerver, J., Yung, J., Gelly, S., and Houlsby, N. Big transfer (bit): General vi- sual representation learning. InComputer Vision–ECCV 2020: 16th European Conference, Glasgow, UK, Au- gust 23–28, 2020, Proceedings, Part V 16, pp. 491–507...

  8. [27]

    and van Rijn, J

    Mohr, F. and van Rijn, J. N. Learning curves for decision making in supervised machine learning–a survey.arXiv preprint arXiv:2201.12150,

  9. [29]

    Deep double descent: Where bigger models and more data hurt.Journal of Statistical Mechan- ics: Theory and Experiment, 2021(12):124003,

    Nakkiran, P., Kaplun, G., Bansal, Y ., Yang, T., Barak, B., and Sutskever, I. Deep double descent: Where bigger models and more data hurt.Journal of Statistical Mechan- ics: Theory and Experiment, 2021(12):124003,

  10. [30]

    In-context freeze-thaw bayesian optimization for hyperparameter optimization

    Rakotoarison, H., Adriaensen, S., Mallik, N., Garibov, S., Bergman, E., and Hutter, F. In-context freeze-thaw bayesian optimization for hyperparameter optimization. arXiv preprint arXiv:2404.16795,

  11. [31]

    Rosenfeld, J. S. Scaling laws for deep learning.arXiv preprint arXiv:2108.07686,

  12. [32]

    S., Rosenfeld, A., Belinkov, Y ., and Shavit, N

    Rosenfeld, J. S., Rosenfeld, A., Belinkov, Y ., and Shavit, N. A constructive prediction of the generalization error across scales.arXiv preprint arXiv:1909.12673,

  13. [33]

    Sharma, U

    doi: 10.1007/s11263-015-0816-y. Sharma, U. and Kaplan, J. Scaling laws from the data mani- fold dimension.Journal of Machine Learning Research, 23(9):1–34,

  14. [34]

    Swersky, K., Snoek, J., and Adams, R. P. Freeze-thaw bayesian optimization.arXiv preprint arXiv:1406.3896,

  15. [35]

    Efficientnet: Rethinking model scaling for convolu- tional neural networks.arXiv preprint arXiv:1905.11946,

    Tan, M. Efficientnet: Rethinking model scaling for convolu- tional neural networks.arXiv preprint arXiv:1905.11946,

  16. [36]

    Lamda: Language models for dialog appli- cations.arXiv preprint arXiv:2201.08239,

    Thoppilan, R., De Freitas, D., Hall, J., Shazeer, N., Kul- shreshtha, A., Cheng, H.-T., Jin, A., Bos, T., Baker, L., Du, Y ., et al. Lamda: Language models for dialog appli- cations.arXiv preprint arXiv:2201.08239,

  17. [37]

    Llama: Open and efficient foundation lan- guage models.arXiv preprint arXiv:2302.13971, 2023a

    12 Bayesian Neural Scaling Law Extrapolation with Prior-Data Fitted Networks Touvron, H., Lavril, T., Izacard, G., Martinet, X., Lachaux, M.-A., Lacroix, T., Rozi`ere, B., Goyal, N., Hambro, E., Azhar, F., et al. Llama: Open and efficient foundation lan- guage models.arXiv pre...

  18. [38]

    Verdenius, S., Zerio, A., and Wang, R. L. Lat-pfn: A joint embedding predictive architecture for in-context time-series forecasting.arXiv preprint arXiv:2405.10093,

  19. [39]

    13 Bayesian Neural Scaling Law Extrapolation with Prior-Data Fitted Networks A. More Discussion on Related Work Neural scaling lawsThere are many observations that neural scaling laws are empirically predictable (Hestness et al., 2017; Johnson et al., 2018; Rosenfeld et al., 2...

  20. [40]

    Alabdulmohsin et al

    to guarantee that the power law function converges to a finite constant when the domain of interest approaches to infinity. Alabdulmohsin et al. (2022) have proposed M4 to handle non-power law behaviour in partial scaling law. More recently, Caballero et al. (2022) have propos...

  21. [41]

    point estimates

    primarily modeled learning curves (LCs) based on dataset size, providing “point estimates” of performance without a probabilistic nature, let alone a Bayesian framework for uncertainty quantification. Additionally, these models often do not address deep neural network (DNN) tr...

  22. [42]

    For each downstream task, the benchmark provides 18 scaling law variations (2 model sizes × 3 model types × 3 few-shot settings), resulting in a total of 72 scaling laws

    dataset and tested on downstream tasks:ImageNet(Russakovsky et al., 14 Bayesian Neural Scaling Law Extrapolation with Prior-Data Fitted Networks 2015),CIFAR-100(Krizhevsky et al., 2009),Birds(Welinder et al., 2010), andCaltech101(Fei-Fei et al., 2004). For each downstream task...

  23. [43]

    is evaluated on next-token prediction. Scaling laws are provided for five different parameter sizes, with the x-axis indicating the number of observed examples and the y-axis showing the validation loss, rescaled to the range [0, 1]. For the BB task, the one-shot and two-shot ...

  24. [44]

    nanoGPT-Bench (Nano) is a benchmark introduced in (Kadra et al., 2023), which evaluates the performance of nanoGPT trained on the OpenWebText dataset (Gokaslan et al.,

    to enhance the analysis of scaling behavior in the NLP domain, focusing on factors beyond the number of observed examples. nanoGPT-Bench (Nano) is a benchmark introduced in (Kadra et al., 2023), which evaluates the performance of nanoGPT trained on the OpenWebText dataset (Gok...

  25. [45]

    Both the final and best performance are reported, resulting in a total of 24 scaling laws

    using 12 different hyperparameter configurations. Both the final and best performance are reported, resulting in a total of 24 scaling laws. In this benchmark, the x-axis corresponds to the model embedding size, while the y-axis represents either the final or best validation l...

  26. [46]

    In these scaling laws, the x-axis represents either the model embedding size or the number of observed examples, while the y-axis reflects the test error or cross-entropy test loss

    that illustrate double descent behavior (DD). In these scaling laws, the x-axis represents either the model embedding size or the number of observed examples, while the y-axis reflects the test error or cross-entropy test loss. C. Implementation Details M1−4.For experiments in...

  27. [47]

    authors. The implementation of the code has minor adjustments to ensure stable and efficient training, as detailed below: BNSL:y= exp log efbnsl(˜x)+e a +y mean ! , wheref bnsl(˜x) =W3 · W2 ·softplus(W 1 ˜x+b1) +b 2 +b 3, ˜x= log(x)−µ x σx , µx =mean(log(x train)), σ x =std(lo...

  28. [48]

    Hyperparameters, including those of the neural network used as the basis function for BLR, are tuned via marginal log-likelihood

    with neural network basis functions, BLR with polynomial basis functions, BLR with RBF basis functions, BLR with Fourier basis functions, BLR with sigmoid basis functions, BLR with spline basis functions, and DKGP (Wilson et al., 2016). Hyperparameters, including those of the ...

  29. [49]

    As shown in Table 12, BLR models with predefined basis functions exhibit significant performance degradation

    with a learning rate of 0.01. As shown in Table 12, BLR models with predefined basis functions exhibit significant performance degradation. LC-PFNFor our experiments, we utilize the LC-PFN as described in Adriaensen et al. (2023)

  30. [52]

    20 40 60 80 100 120 .5 .6 .7T est Error 20 40 60 80 100 120 .5 .6 .7 20 40 60 80 100 120 .5 .6 .7 20 40 60 80 100 120 .5 .6 .7 Context T arget Cutoff MCMC (BNSL) 20 40 60 80 100 120 .5 .6 .7T est Error 20 40 60 80 100 120 .5 .6 .7 20 40 60 80 100 120 .5 .6 .7 20 40 60 80 100 1...

  31. [53]

    20 40 60 80 100 120 .5 .6 .7T est Error 20 40 60 80 100 120 .5 .6 .7 20 40 60 80 100 120 .5 .6 .7 20 40 60 80 100 120 .5 .6 .7 Context T arget Cutoff MCMC (BNSL) 20 40 60 80 100 120 .5 .6 .7T est Error 20 40 60 80 100 120 .5 .6 .7 20 40 60 80 100 120 .5 .6 .7 20 40 60 80 100 1...

  32. [54]

    10 20 30 40 50 60 .3 .4 .5T est Error 10 20 30 40 50 60 .3 .4 .5 10 20 30 40 50 60 .3 .4 .5 10 20 30 40 50 60 .3 .4 .5 Context T arget Cutoff MCMC (BNSL) 10 20 30 40 50 60 .3 .4 .5T est Error 10 20 30 40 50 60 .3 .4 .5 10 20 30 40 50 60 .3 .4 .5 10 20 30 40 50 60 .3 .4 .5 Cont...

  33. [55]

    25000 50000 75000 100000125000 5 7 10 12T est Loss 25000 50000 75000 100000125000 5 7 10 12 25000 50000 75000 100000125000 5 7 10 12 25000 50000 75000 100000125000 5 7 10 12 Context T arget Cutoff MCMC (BNSL) 25000 50000 75000 100000125000 5 7 10 12T est Loss 25000 50000 75000...

  34. [56]

    50 100 150 200 8 10 12 14T est Loss 50 100 150 200 8 10 12 14 50 100 150 200 8 10 12 14 50 100 150 200 8 10 12 14 Context T arget Cutoff MCMC (BNSL) 50 100 150 200 8 10 12 14T est Loss 50 100 150 200 8 10 12 14 50 100 150 200 8 10 12 14 50 100 150 200 8 10 12 14 Context T arge...

  35. [57]

    100 200 300 400 500 4 5 6 7T est Loss 100 200 300 400 500 4 5 6 7 100 200 300 400 500 4 5 6 7 100 200 300 400 500 4 5 6 7 Context T arget Cutoff MCMC (BNSL) 100 200 300 400 500 4 5 6 7T est Loss 100 200 300 400 500 4 5 6 7 100 200 300 400 500 4 5 6 7 100 200 300 400 500 4 5 6 ...

  36. [58]

    10 20 30 40 50 60 .5 .6 .7 .8 .9T est Error 10 20 30 40 50 60 .5 .6 .7 .8 .9 10 20 30 40 50 60 .5 .6 .7 .8 .9 10 20 30 40 50 60 .5 .6 .7 .8 .9 Context T arget Cutoff MCMC (BNSL) 10 20 30 40 50 60 .5 .6 .7 .8 .9T est Error 10 20 30 40 50 60 .5 .6 .7 .8 .9 10 20 30 40 50 60 .5 ....

  37. [2003]

    P., Grabocka, J., and Hutter, F

    M¨uller, S., Hollmann, N., Arango, S. P., Grabocka, J., and Hutter, F. Transformers can do bayesian inference.arXiv preprint arXiv:2112.10510,

  38. [2006]

    Bojar, O., Buck, C., Federmann, C., Haddow, B., Koehn, P., Leveling, J., Monz, C., Pecina, P., Post, M., Saint- Amand, H., et al

    ISBN 0387310738. Bojar, O., Buck, C., Federmann, C., Haddow, B., Koehn, P., Leveling, J., Monz, C., Pecina, P., Post, M., Saint- Amand, H., et al. Findings of the 2014 workshop on statistical machine translation. InProceedings of the ninth workshop on statistical machine trans...

  39. [2011]

    Pre- dicting accuracy on large datasets from smaller pilot data

    Johnson, M., Anderson, P., Dras, M., and Steedman, M. Pre- dicting accuracy on large datasets from smaller pilot data. In56th Annual Meeting of the Association for Computa- tional Linguistics, ACL 2018, pp. 450–455. Association for Computational Linguistics (ACL),

  40. [2012]

    and Lane, I

    Chandrashekaran, A. and Lane, I. R. Speeding up hyper- parameter optimization by extrapolation of learning curves using previous builds. InMachine Learning and Knowledge Discovery in Databases: European Confer- ence, ECML PKDD 2017, Skopje, Macedonia, Septem- ber 18–22, 2017, ...

  41. [2014]

    Brown, T. B. Language models are few-shot learners.arXiv preprint arXiv:2005.14165,

  42. [2015]

    A survey on in-context learning

    Dong, Q., Li, L., Dai, D., Zheng, C., Wu, Z., Chang, B., Sun, X., Xu, J., and Sui, Z. A survey on in-context learning. arXiv preprint arXiv:2301.00234,

  43. [2017]

    How much data is needed to train a medical image deep learning sys- tem to achieve necessary high accuracy?arXiv preprint arXiv:1511.06348,

    Cho, J., Lee, K., Shin, E., Choy, G., and Do, S. How much data is needed to train a medical image deep learning sys- tem to achieve necessary high accuracy?arXiv preprint arXiv:1511.06348,

  44. [2018]

    B., Zhang, A

    Lee, D. B., Zhang, A. S., Kim, B., Park, J., Lee, J., Hwang, S. J., and Lee, H. B. Cost-sensitive multi-fidelity bayesian optimization with transfer of learning curve extrapolation. arXiv preprint arXiv:2405.17918,

  45. [2019]

    Learning generative visual models from few training examples: An incremen- tal bayesian approach tested on 101 object categories

    Fei-Fei, L., Fergus, R., and Perona, P. Learning generative visual models from few training examples: An incremen- tal bayesian approach tested on 101 object categories. In 2004 conference on computer vision and pattern recogni- tion workshop, pp. 178–178. IEEE,

  46. [2020]

    Broken neural scaling laws.arXiv preprint arXiv:2210.14891,

    Caballero, E., Gupta, K., Rish, I., and Krueger, D. Broken neural scaling laws.arXiv preprint arXiv:2210.14891,

  47. [2021]

    L., Almeida, D., Altenschmidt, J., Altman, S., Anadkat, S., et al

    Achiam, J., Adler, S., Agarwal, S., Ahmad, L., Akkaya, I., Aleman, F. L., Almeida, D., Altenschmidt, J., Altman, S., Anadkat, S., et al. Gpt-4 technical report.arXiv preprint arXiv:2303.08774,

  48. [2022]

    An image is worth 16x16 words: Transformers for image recognition at scale.arXiv preprint arXiv: 2010.11929,

    Alexey, D. An image is worth 16x16 words: Transformers for image recognition at scale.arXiv preprint arXiv: 2010.11929,

  49. [2023]

    Hestness, J., Narang, S., Ardalani, N., Diamos, G., Jun, H., Kianinejad, H., Patwary, M. M. A., Yang, Y ., and Zhou, Y . Deep learning scaling is predictable, empirically.arXiv preprint arXiv:1712.00409,

  50. [2024]

    10 Bayesian Neural Scaling Law Extrapolation with Prior-Data Fitted Networks Chung, H

    URL https: //arxiv.org/abs/2410.11840. 10 Bayesian Neural Scaling Law Extrapolation with Prior-Data Fitted Networks Chung, H. W., Hou, L., Longpre, S., Zoph, B., Tay, Y ., Fe- dus, W., Li, Y ., Wang, X., Dehghani, M., Brahma, S., et al. Scaling instruction-finetuned language m...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.