Pith. sign in

REVIEW 3 major objections 3 minor 13 cited by

Distillation Scaling Laws

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

Pith's one-line read The paper claims a single scaling-law formula, Equation 8, predicts the cross-entropy of a distilled student from student size, distillation tokens, and teacher cross-entropy, and derives compute-optimal recipes from it.

desk verdict A genuinely new empirical distillation scaling law with real finite-data predictive value, but the headline conclusion that supervised learning catches up at large compute is a hand-imposed assumption, not a measured result. read the letter →

arxiv 2502.08606 v2 pith:IJOWF3PN submitted 2025-02-12 cs.LG cs.AIcs.CLstat.ML

classification cs.LGcs.AIcs.CLstat.ML
keywords knowledgedistillationscalinglawslanguagemodelpretrainingcompute-optimaltrainingcapacitygapcross-entropypredictionteacher-studentpower
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

This paper proposes a scaling law that predicts the cross-entropy a student language model will reach after being distilled from a teacher, given the student's parameter count, the number of distillation tokens, and the teacher's cross-entropy. The law states that teacher size and teacher training tokens matter only through the teacher's final cross-entropy, and that the capacity gap—the regime in which a stronger teacher hurts the student—is governed by the ratio of teacher loss to the student's own supervised loss. If correct, the law turns distillation planning into a small constrained-optimization problem: choose teacher loss and distillation tokens under a compute budget to minimize predicted student loss. The paper uses the law to derive compute-optimal recipes for four settings, and concludes that when a teacher already exists distillation wins up to a student-size-dependent compute threshold, whereas training a teacher for one student is generally worse than supervised learning.

What carries the argument

The central object is Equation 8, a broken power law in the teacher cross-entropy $L_T$ multiplied by a standard data-and-model power law in student size $N_S$ and distillation tokens $D_S$. The transition between power-law regimes happens when $L_T / e_{LS} = d_1$, so the relative learning capacities of teacher and student, not their raw sizes, carry the argument. The student supervised cross-entropy $e_{LS}$ is itself predicted from the supervised scaling law, which lets the paper express all teacher effects through a single scalar. Fitting is enabled by three experimental protocols—fixed-M teacher with IsoFLOP students, IsoFLOP teachers with fixed-M students, and fixed-M teacher with fixed-M student—and the applications use a compute-cost model that separates student training, teacher logit inference, and teacher pretraining costs.

What would settle it

A decisive check is to refit Equation 8 without enforcing the Appendix E.6 infinite-data equality, then distill a fixed student size (for example 1B parameters) at token budgets past the predicted supervised crossover and compare the measured student cross-entropy to a supervised model trained on the same budget; if the distilled student stays below the supervised curve, or if the crossover compute does not grow with student size as predicted, the law is falsified.

Watch

Extended reading notes

Core claim

The central claim is that the cross-entropy $L_S$ of a student with $N_S$ parameters distilled on $D_S$ tokens from a teacher with cross-entropy $L_T$ follows $L_S = L_T + L_T^{-c_0} \left(1 + \left(L_T / (e_{LS} d_1)\right)^{1/f_1}\right)^{-c_1 f_1} \left(A / N_S^{\alpha'} + B / D_S^{\beta'}\right)^{\gamma'}$, where $e_{LS}$ is the supervised cross-entropy the student would have achieved on the same budget. The formula is a broken power law in teacher quality: the inner ratio $L_T / e_{LS}$ controls the transition between the student being the stronger learner and being the weaker learner, which is how the capacity gap enters. The paper reports that this law fits observations at roughly 1% relative prediction error, including when extrapolated from weaker to stronger models, and that for the optimally chosen teacher the infinite-data limit is consistent with supervised learning.

Load-bearing premise

The paper assumes, by hand, that distillation with the optimally chosen teacher converges to the same cross-entropy as supervised learning at infinite data; the conclusion that supervised learning wins at large compute follows from that assumption, so the central practical recommendation would collapse if the equality is wrong.

Editorial extensions

If this is right

  • Student cross-entropy becomes a predictable quantity: the paper reports fits and extrapolations at roughly 1% relative error, so planners can estimate the value of a candidate teacher before spending compute.
  • Teacher size and teacher training tokens cease to be separate search dimensions, because both enter the law only through teacher cross-entropy $L_T$.
  • With a teacher that already exists, distillation is the more compute-efficient choice only below a student-size-dependent threshold; beyond that threshold supervised learning on the same budget wins.
  • If a teacher must be trained from scratch for a single student, supervised learning is generally preferable in the paper's controlled setting.
  • The capacity gap is governed by the ratio $L_T / e_{LS}$, so the optimal teacher loss for a given student follows a power-law decrease with student size, generalizing earlier observations about teacher scale.

Reading between the lines

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

  • If the law transfers across data distributions, it suggests a domain-shift test: a teacher with low cross-entropy on its own distribution but high cross-entropy on the student's target distribution would be predicted to be a poor teacher unless the ratio $L_T / e_{LS}$ stays below the transition $d_1$, and this could be checked by distilling on a shifted target set while measuring the teacher's cr
  • An unstated corollary of the power-law decrease in optimal teacher loss is that the best teacher 'maturity'—the training-token count that minimizes student loss—could be precomputed from supervised scaling laws alone, before any distillation runs are performed.
  • The paper fixes the data-mixing weight at pure distillation and the temperature at one; a natural extension is to mix in the supervised next-token loss, since the paper's own contours imply a supervised-then-distillation schedule may be more efficient than either alone.
  • Because the large-compute crossover conclusion rests on the hand-imposed infinite-data equality, a relaxed model in which distillation's infinite-data limit could exceed the supervised one would change the recommendation to switch to supervised learning at large compute; this is directly testable by refitting Equation 8 without that constraint.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 3 minor

Summary. The paper proposes a distillation scaling law, Eq. (8), that predicts the cross-entropy of a student model distilled from a teacher, using student size NS, distillation tokens DS, and teacher cross-entropy LT as inputs, where teacher size and teacher training tokens enter only through LT. The law is fit to a controlled set of transformer distillation runs ranging from 143M to 12.6B parameters and up to 512B tokens on the C4 dataset, and the paper reports roughly 1% relative prediction error, including extrapolation from weaker to stronger students. The authors then use the law to study compute-optimal distillation: for a fixed student size and compute budget they compute optimal student tokens, teacher size, and teacher tokens in four compute-accounting scenarios, and conclude that distillation can outperform supervised learning at moderate compute but that supervised learning always matches or beats optimal distillation at sufficiently high compute. Appendices provide a kernel-regression analysis of the capacity gap, additional scaling-law fits, calibration studies, and practical hyperparameter checks.

Significance. If the distillation scaling law holds beyond the fitted range, this is the largest controlled empirical study of pretraining distillation for language models and would give practitioners a practical tool for allocating compute between teacher and student, a question of immediate industrial relevance. The empirical fit at 1% relative error, the explicit validation of weak-to-strong extrapolation in Figure 5b, the careful controlled setup (pure distillation, λ=1, temperature τ=1, µP), and the appended kernel-regression explanation of the capacity gap are genuine strengths. The paper is also unusually honest about its limitations, admitting in Appendix A that Eq. (8) is not derived from first principles and in Appendix E.6 that the infinite-data consistency was imposed by hand. The main reservation is that the headline high-compute conclusion in Section 5.3 is a direct consequence of that hand-imposed constraint rather than an empirical measurement, which limits the confidence in the paper's most sweeping practical recommendation.

major comments (3)
  1. [Section 5.3 / Appendix E.6] The claim that supervised learning always matches optimal distillation at sufficient compute is not established by the data. Appendix E.6 states that the infinite-data limit of the distillation law, Eq. (37), was 'imposed added by hand' so that LS(NS, D=∞, L*_T) equals the supervised limit L(NS, D=∞), and that this equality holds only for certain coefficient values. The experiments used to fit Eq. (8) cover DS up to 512B tokens, while the crossover to supervised learning is extrapolated to 10T+ tokens (Figures 17 and 40). Consequently, the Section 5.3 statement that 'supervised learning always matches optimal distillation at sufficient compute budget' is a consequence of the chosen ansatz, not a measured property of distillation. Please provide an independent test of the infinite-data equality, or explicitly reclassify this part of the analysis as a modeling assumption and qualify the corresponding practical advice.
  2. [Section 4.3 / Appendix A / Appendix F.3] The distillation law introduces seven additional fitted coefficients {c0, c1, d1, f1, α′, β′, γ′} on top of the six supervised coefficients, and the Limitations section concedes that Eq. (8) is not derived from first principles. The 1% relative error on interpolation and on weak-to-strong extrapolation is genuine evidence of a good in-range fit, but the asymptotic extrapolation to 100B+ parameter students and 10T+ tokens is far outside the fitted regime and depends entirely on a functional form selected for convenient limiting behavior. The paper should report the fitted coefficients with their uncertainties and should quantify how much the Section 5.3 crossover points move under reasonable perturbations of the hand-imposed infinite-data constraint; without such a sensitivity analysis, the extrapolated compute-optimal recipes should be presented as predictions of the model rather than as findings.
  3. [Section 4.2, finding 2 (teacher size/tokens enter only through LT)] The claim that teacher size NT and teacher tokens DT influence student cross-entropy only through LT is supported by Figure 3b for the specific family of transformer teachers trained on C4 in this study, but the paper extends this to 'removing teacher size and tokens as search dimensions' in the Impact Statement. Since all teachers in the main study share the same architecture, tokenizer, training distribution, and optimization setup, it is not yet established that LT alone summarizes teacher quality across architectures, training distributions, or distillation objectives. Please either narrow the scope of this recommendation or provide evidence from a more heterogeneous set of teachers.
minor comments (3)
  1. [Section 1] The text contains a grammatical typo: 'an comprehen-sive, controlled study' should read 'a comprehensive, controlled study.'
  2. [Appendix E.6] The phrase 'was imposed added by hand' is grammatically redundant; it should read 'was imposed by hand' or 'was added by hand,' and the sentence would be clearer if it explained whether the constraint is an equality constraint on the coefficients or a prior on the functional form.
  3. [Appendix D.4.2] The sentence 'The compute at which distillation and supervised learning produce similar models grows with student size' is correct, but the immediately following sentence begins 'Continuing the previous observation...' and the reader must infer that the growth is in student size, not in compute; please make the independent variable explicit.

Circularity Check

3 steps flagged · score 6.0 of 10

High-compute conclusion that supervised learning matches or beats distillation is enforced by a hand-imposed infinite-data constraint in Eq. 8, not by measured data; the finite-data distillation law itself remains an empirical fit.

  1. self definitional [Appendix E.6, Eq. 37]
    "We stress that unlike our three motivations for the equation properties (Section 4.3), this infinite data limit was imposed added by hand, and is only true for certain values scaling coefficients."

    The functional form of Eq. 8 / Eq. 37 was chosen so that LS(NS, D=infinity, L*_T) equals the supervised infinite-data limit L(NS, D=infinity). This equality is stated to be imposed by hand, not derived from measured distillation runs. All later conclusions that distillation cannot beat supervised learning at large compute or data are obtained by evaluating this same imposed limit, so the asymptotic 'prediction' is a restatement of the modeling constraint rather than an empirical finding.

  2. self definitional [Section 5.3, Figure 8]
    "Supervised learning always matches optimal distillation at sufficient compute budget, with the intersection favoring supervised learning increasing as student size grows. In Figure 8 we see that supervised learning always matches the best case distillation setting at some total compute budget, as anticipated from the asymptotic analysis in Figure 40."

    Figure 40 plots Eq. 37, which already contains the hand-imposed infinite-data equality. The compute-crossover conclusion is therefore anticipated by construction, not discovered from data. The measured distillation data extend only to DS roughly 512B tokens, while the crossover at 10T+ tokens is an extrapolation of the constrained ansatz. Without an independent test of the imposed limit, the Section 5.3 recommendation to switch to supervised learning at high compute is a consequence of the chosen equation form.

1 more flagged steps
  1. self definitional [Section 5.1]
    "Supervised learning always outperforms distillation given enough student compute or tokens. This is expected; in the large data regime, supervised learning can find the best solution limited by model size N (Equation 1), whereas distillation only finds this solution for the optimal teacher L*_T (see Appendix E.6), and is otherwise limited by the distillation process."

    The 'expected' claim is justified by citing Appendix E.6, which is precisely the limit the authors imposed by hand on the scaling law. The comparison between distillation and supervised learning in the asymptotic regime thus reduces to the constraint chosen when writing Eq. 8. The finite-data regime where distillation is measured to help remains an independent empirical result; only the asymptotic comparison is circular.

full rationale

The finite-data distillation scaling law is an empirical fit to a large controlled study, and the paper's interpolations and extrapolations to unseen teachers are genuine predictions evaluated against held-out data. The circularity is confined to the asymptotic comparison. Appendix E.6 explicitly states that the infinite-data equality was 'imposed added by hand,' and Sections 5.1 and 5.3 then present 'supervised learning always matches or outperforms distillation at sufficient compute' as a consequence of that same limit. Since no independent large-DS data are provided and the toy kernel-regression analysis in Appendix C does not establish the equality for overparameterized language models, the headline practical conclusion that distillation cannot beat supervised learning at high compute is a restatement of the ansatz rather than an empirical finding. The finite-data crossover and the compute-optimal recipes for modest budgets are still genuine fitted results. No load-bearing self-citation or uniqueness argument was found.

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

The central claim rests on 13 fitted coefficients (6 supervised, 7 distillation) and several domain assumptions. No new physical or architectural entities are introduced. The most fragile premise is the hand-imposed infinite-data consistency, which drives a headline practical conclusion.

free parameters (4)
  • E (supervised irreducible error)
    Fitted in the supervised scaling law (Equation 1) on 74 supervised runs; sets the floor of student loss.
  • A, B, alpha, beta, gamma (supervised law coefficients)
    Six coefficients of the supervised scaling law (Equation 1) fitted to teacher runs; eLS in the distillation law is computed from these.
  • c0, c1, d1, f1 (distillation law coefficients)
    Four coefficients controlling the teacher-loss dependence and the capacity-gap transition in Equation 8.
  • alpha', beta', gamma' (student scaling exponents)
    Three exponents for student size and distillation tokens in Equation 8, fitted to distillation runs.
assumptions (5)
  • domain assumption The supervised scaling law L(N, D) = E + (A/N^alpha + B/D^beta)^gamma holds and can be estimated from teacher runs.
    The distillation law uses eLS = L(NS, DS) as an input; the supervised law is treated as a known, reliable baseline (Equation 1, Section 2).
  • domain assumption Teacher size NT and teacher tokens DT affect the student only through teacher cross-entropy LT.
    Claimed from smooth dependence in Figures 1 and 3b; this is a structural assumption used to reduce Equation 8 to dependence on LT only.
  • domain assumption Pure distillation (lambda = 1) and temperature tau = 1 are representative of practical distillation.
    The paper verifies statistical similarity to optimal lambda (Appendix G.1) and best temperature (Appendix G.2), but the scaling law is fitted only for this setting.
  • ad hoc to paper The infinite-data limit of the distillation law is imposed by hand to match the supervised infinite-data limit.
    Appendix E.6 states the infinite-data limit 'was imposed added by hand'; this constraint directly forces the conclusion that distillation cannot beat supervised learning at large compute.
  • domain assumption Repeating data up to four times on C4 has negligible impact on distillation loss, as in the supervised setting.
    The paper acknowledges this is not verified for distillation (Limitations, Appendix A), yet relies on it for large-token runs.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Distillation Scaling Laws." pith.science (2026). https://pith.science/paper/IJOWF3PN

@misc{pith2026250208606,
  author       = {Pith},
  title        = {Pith review of: Distillation Scaling Laws},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/IJOWF3PN}},
  note         = {Machine review of arXiv:2502.08606}
}
read the original abstract

We propose a distillation scaling law that estimates distilled model performance based on a compute budget and its allocation between the student and teacher. Our findings mitigate the risks associated with large-scale distillation by enabling compute-optimal allocation for both the teacher and student to maximize student performance. We provide compute-optimal distillation recipes for two key scenarios: when a teacher already exists, and when a teacher needs training. In settings involving many students or an existing teacher, distillation outperforms supervised learning up to a compute level that scales predictably with student size. Conversely, if only one student is to be distilled and a teacher also requires training, supervised learning is generally preferable. Additionally, our large-scale study of distillation increases our understanding of the process and helps inform experimental design.

Figures

Figures reproduced from arXiv: 2502.08606 by the authors.

Figure 1
Figure 1. Extrapolations of the Distillation Scaling Law. The distillation scaling law (Equation 8) is fitted to students with high cross-entropy (LS > 2.3) for a range of teachers with cross￾entropies LT . Solid lines represent predicted model behavior for unseen teachers for a given student configuration (interpolation), and dashed lines represent predicted model behavior beyond seen teachers and for low cross-entropy stude… view at source ↗
Figure 2
Figure 2. Fixed M Teacher/Student IsoFLOP profiles. Two of six teachers with a token-to-parameter ratio MT = DT /NT ≈ 20 are distilled into students across four IsoFLOP profiles defined by compute budgets CS ∈ {3 × 1019 , 1020 , 3 × 1020 , 1021} FLOPs. A small number of additional distillations were also performed using CS = 3 × 1021 FLOPs. Here, CS only in￾cludes the standard training cost of a model of size NS trained on DS… view at source ↗
Figure 4
Figure 4. Fixed M Teacher/Fixed M Student. Students of two sizes trained with different token-to-parameter ratios MS = DS/NS ∈ {20, 40, 80, 160, 320} are distilled from teachers of various sizes with a token-to-parameter ratio MT = DT /NT ≈ 20. The capacity gap is visible: student cross-entropy decreases to an optimum and then increases with increasing teacher size NT . teacher and student is an increasing function of teacher… view at source ↗
Figures from the paper (51 more)
Figure 3
Figure 3. Figure 3: IsoFLOP Teacher/Fixed M Students. (a) One of four students with a token-to-parameter ratio MS = DS/NS ≈ 20 is distilled from teachers with four IsoFLOP profiles defined by compute budgets CT ∈ {3×1019 , 1020 , 3×1020 , 1021} FLOPs. For all four student sizes NS ∈ {546M…
Figure 5
Figure 5. Figure 5: Scaling law fits. (a) The supervised scaling law (Equa￾tion 1) applied to the data in Figure 36a. (b) Our distillation scal￾ing law (Equation 8) applied to the data in Figures 2 to 4. Orange points show predictions from a scaling law fitted on high cross￾entropy models…
Figure 6
Figure 6. Figure 6: Fixed-M Teacher/IsoFLOP students (data). The cross-entropy difference between best case distillation and su￾pervised learning, as determined by our supervised and dis￾tillation scaling laws ( [PITH_FULL_IMAGE:figures/full_fig_p007_6.png]
Figure 7
Figure 7. Figure 7: Students given a teacher and token budget. Con￾tours of student cross-entropy LS for a range of teachers and students across four distillation token budgets DS ∈ {250B, 1T, 4T, 16T}. The red line indicates the optimal teacher cross-entropy L ∗ T (NS, DS) = arg minLT LS…
Figure 8
Figure 8. Figure 8: Compute-optimal distilled student performance. The best cross-entropy students of four sizes NS ∈ {300M, 1B, 3B, 10B} can achieve in the four distillation sce￾narios considered ( [PITH_FULL_IMAGE:figures/full_fig_p008_8.png]
Figure 9
Figure 9. Figure 9: Optimal configurations accounting for teacher pre￾training and teacher logit inference costs. For student sizes NS ∈ {300M, 1B, 3B, 10B}, the student (N ∗ S, D ∗ S), and teacher (NT , D ∗ T ) configurations minimizing the student cross entropy L ∗ S subject to a total …
Figure 10
Figure 10. Figure 10: Distillation in kernel regression. We randomly sample the α = {α1, ..., α1000} coefficients of the target function uniformly in the range [−1, 1]. We fix T = 5, D = 4.5 and compute the optimal student and teacher errors according to Lemmas C.1 and C.2 for various valu…
Figure 11
Figure 11. Figure 11: Student performance when varying teacher width. (a) Student cross-entropy as teacher width dffn is varied. (b) Student accuracy as teacher width dffn is varied. Bands show the (25%,75%) values across four trials. In [PITH_FULL_IMAGE:figures/full_fig_p030_11.png]
Figure 12
Figure 12. Figure 12: Student performance when varying teacher training data. (a) Student cross-entropy as teacher training data is varied. (b) Student accuracy as teacher training data is is varied. Bands show the (25%,75%) values across four trials. D. Distillation scaling law applicatio…
Figure 13
Figure 13. Figure 13: IsoFLOP Teacher Contours with Fixed M students. (a) For a given teacher size NT , for a given teacher token DT , what is the difference between the loss achieved by distillation and supervised learning. Blue indicates distillation outperforms supervised learning, and …
Figure 14
Figure 14. Figure 14: Fixed M Teacher Contours with IsoFLOP students (compute). For a given student size and student compute budget, the difference between the loss achieved by distillation and supervised learning. Blue indicates distillation outperforms supervised learning, and red indica…
Figure 15
Figure 15. Figure 15: Student performance given a teacher varying distillation tokens. For four distillation student sizes NS ∈ {1B, 3B, 10B, 30B} the validation loss achieved by a students distilled on DS ∈ [250B, 16T] tokens under a teacher with loss LT ∈ [E, 2.5]. The red line indicates…
Figure 16
Figure 16. Figure 16: Fixed compute distillation strategy. The student performance obtained for four total compute budgets CTotal ∈ {1021 , 1022 , 1023 , 1024} FLOPs and four student sizes NS ∈ {1B, 3B, 10B, 30B} under a teacher of size NT ∈ [1B, 1T] and teacher loss LT ∈ [E, 2.5]. The red…
Figure 17
Figure 17. Figure 17: Compute optimal distillation student cross-entropies. For eight student sizes, the optimal student validation cross-entropy L ∗ S in each of the distillation scenarios considered as the total compute is varied. The compute at which distillation and supervised learning…
Figure 18
Figure 18. Figure 18: Compute optimal distillation teacher cross-entropies. For eight student sizes, the optimal teacher validation loss L ∗ T resulting in lowest student validation loss L ∗ S in each of the distillation scenarios considered ( [PITH_FULL_IMAGE:figures/full_fig_p037_18.png]
Figure 19
Figure 19. Figure 19: Compute optimal configuration contours for distillation (best case). The compute optimal quantities (D ∗ S, N ∗ T , D ∗ T ) giving rise to the student cross entropies for best case in [PITH_FULL_IMAGE:figures/full_fig_p037_19.png]
Figure 20
Figure 20. Figure 20: Compute optimal configurations for distillation (best case). For eight student sizes, the compute optimal quantities (D ∗ S, N ∗ T , D ∗ T ) giving rise to the student cross entropies for best case in [PITH_FULL_IMAGE:figures/full_fig_p038_20.png]
Figure 21
Figure 21. Figure 21: Compute optimal configuration contours for distillation (teacher inference). The compute optimal quantities (D ∗ S, N ∗ T , D ∗ T ) giving rise to the student cross entropies for teacher inference in [PITH_FULL_IMAGE:figures/full_fig_p038_21.png]
Figure 22
Figure 22. Figure 22: Compute optimal configurations for distillation (teacher inference). For eight student sizes, the compute optimal quanti￾ties (D ∗ S, N ∗ T , D ∗ T ) producing the student cross entropies for teacher inference in [PITH_FULL_IMAGE:figures/full_fig_p039_22.png]
Figure 23
Figure 23. Figure 23: Compute optimal allocations for distillation (teacher inference). For eight student sizes, the compute optimal allocations corresponding to the terms in Equation 29 for the compute optimal values in [PITH_FULL_IMAGE:figures/full_fig_p039_23.png]
Figure 24
Figure 24. Figure 24: Compute optimal configuration contours for distillation (teacher pretraining). The compute optimal quantities (D ∗ S, N ∗ T , D ∗ T ) giving rise to the student cross entropies for teacher pretraining in [PITH_FULL_IMAGE:figures/full_fig_p040_24.png]
Figure 25
Figure 25. Figure 25: Compute optimal configurations for distillation (teacher pretraining). For eight student sizes, the compute optimal quantities (D ∗ S, N ∗ T , D ∗ T ) giving rise to the student cross entropies for teacher pretraining in [PITH_FULL_IMAGE:figures/full_fig_p040_25.png]
Figure 26
Figure 26. Figure 26: we see the compute allocations for the configurations shown in [PITH_FULL_IMAGE:figures/full_fig_p041_26.png]
Figure 27
Figure 27. Figure 27: Compute optimal configuration contours for distillation (teacher pretraining + inference). The compute optimal quan￾tities (D ∗ S, N ∗ T , D ∗ T ) giving rise to the student cross entropies for teacher pretraining + inference in [PITH_FULL_IMAGE:figures/full_fig_p042…
Figure 28
Figure 28. Figure 28: Compute optimal configurations for distillation (teacher pretraining + inference). For eight student sizes, the compute optimal quantities (D ∗ S, N ∗ T , D ∗ T ) giving rise to the student cross entropies for teacher pretraining + inference in [PITH_FULL_IMAGE:figur…
Figure 29
Figure 29. Figure 29: Compute optimal allocations for distillation (teacher pretraining). For eight student sizes, the compute optimal allocations corresponding to the terms in Equation 29 for the compute optimal values in [PITH_FULL_IMAGE:figures/full_fig_p043_29.png]
Figure 30
Figure 30. Figure 30: Compute optimal distillation student tokens. For eight student sizes, the compute optimal student tokens D ∗ S giving rise to the student cross-entropies for all compute scenarios, including supervised. In all scenarios, student tokens should be increased with compute…
Figure 31
Figure 31. Figure 31: Compute optimal distillation teacher tokens. For eight student sizes, the compute optimal teacher tokens D ∗ T giving rise to the student cross-entropies for all compute scenarios. Optimal teacher tokens interpolate between scenarios based on compute allocation. In […
Figure 32
Figure 32. Figure 32: Compute optimal distillation teacher size. For eight student sizes, the compute optimal teacher size N ∗ T giving rise to the student cross-entropies for all compute scenarios. Optimal teacher size interpolate between scenarios based on compute allocation. As in the o…
Figure 33
Figure 33. Figure 33: Compute optimal distillation compute ratios. For eight student sizes, the amount of supervised compute needed to produce a student of the indicated size and cross-entropy. The horizontal dashed line indicates the break-even point, when doing supervised lean￾ing is as …
Figure 34
Figure 34. Figure 34: Compute optimal distillation data ratios. For eight student sizes, the number of tokens compute needed to produce a student of the indicated size and cross-entropy. The horizontal dashed line indicates the break-even point, when doing supervised leaning is as data eff…
Figure 35
Figure 35. Figure 35: Model downstream evaluations. Each scatter point is a different model. The circular points correspond to distilled students, whose color indicates the cross-entropy of the teacher used for that distillation process. The red crosses correspond to the supervised models …
Figure 36
Figure 36. Figure 36: Supervised IsoFLOPs. (a) The cross-entropy of supervised models trained with either a Chinchilla optimal M = D/N ≈ 20 or on 512B tokens. (b) The cross-entropy supervised models trained with four ISOFLOP profiles C ∈ {3×1019 , 1020 , 3×1020 , 1021}. (c) The optimal sup…
Figure 37
Figure 37. Figure 37: Fixed M Teacher/Fixed M Student. Students of three sizes trained with different MS = DS/NS = 20 ratios are distilled from teachers with MT = DT /NT ≈ 20. This is a more complete version of [PITH_FULL_IMAGE:figures/full_fig_p048_37.png]
Figure 38
Figure 38. Figure 38: Supervised IsoFLOPs. (a) Teachers of six sizes with MT = DT /NT ≈ 20 are distilled into Students with four IsoFLOP profiles, and a small number with CS = 3×1021. The horizontal grey and vertical black dashed lines indicate teacher cross entropy LT and size NT respecti…
Figure 39
Figure 39. Figure 39: ISOFlop optima. a) The optimal student parameters N ∗ S = arg minNS L(NS) that give the lowest student validation loss for each teacher-student combination shown in Figure 38a. The dashed lines correspond to the validation loss of the optimal supervised models trained…
Figure 40
Figure 40. Figure 40: Scaling behavior in the infinite data regime. For the optimal choice of teacher, the loss achieved by all student sizes under distillation is consistent with the loss achievable by supervised learning. This is not true for any choice of teacher, only the optimal one, …
Figure 41
Figure 41. Figure 41: Fixed M-Ratio Teacher varying student data. We look at strong to weak generalization (left) and weak to strong (right) distillation, varying distillation tokens DS ∈ [8B, 512B]. 51 [PITH_FULL_IMAGE:figures/full_fig_p051_41.png]
Figure 42
Figure 42. Figure 42: Teacher calibration. The calibration of teachers of seven different sizes. The x-axis shows the teacher probability assigned to the most confident class, and the y-axis is the empirical accuracy of predictions within each confidence bin. Blue points represent the teac…
Figure 43
Figure 43. Figure 43: shows that training the student on the teacher’s distribution results in a calibrated student, whereas training on the teacher top-1 does not. Indeed, optimizing against the teacher’s top-1 is not a proper scoring metric, and that teacher top-1 is not an unbiased esti…
Figure 44
Figure 44. Figure 44: Student calibration (teacher top-1). Calibration of the student with respect to the teacher’s top 1, trained with different teacher sizes (NT ), on (a) the teacher distribution and (b) the teacher’s top-1. For axis definitions and the figure legend, refer to [PITH_FU…
Figure 45
Figure 45. Figure 45: Student calibration (teacher distribution). Calibration of the student with respect to the teacher’s distribution, trained with different teacher sizes (NT ), on (a) the teacher distribution and (b) the teacher’s top-1. For ECE calculation on the full distribution, se…
Figure 46
Figure 46. Figure 46: Student calibration (under teacher confidence bins). Calibration of the student with respect to the teacher’s confidence bins, trained with different teacher sizes (NT ), on (a) the teacher distribution and (b) the teacher’s top-1. For ECE calculation on the full dist…
Figure 47
Figure 47. Figure 47: Student calibration (data). Calibration of the student with respect to the actual data labels with increased training tokens. Compare to [PITH_FULL_IMAGE:figures/full_fig_p056_47.png]
Figure 48
Figure 48. Figure 48: Student calibration (teacher top 1). Calibration of the student with respect to the teacher’s top 1 when the training tokens have increased. Compare to [PITH_FULL_IMAGE:figures/full_fig_p056_48.png]
Figure 49
Figure 49. Figure 49: Student calibration (teacher distribution). Calibration of the student with respect to the teacher’s distribution as the number of training tokens increases. Compare to [PITH_FULL_IMAGE:figures/full_fig_p057_49.png]
Figure 50
Figure 50. Figure 50: Student calibration (teacher distribution). Calibration of the student with respect to the teacher’ confidence bins distribu￾tion as the number of training tokens increases. Compare to [PITH_FULL_IMAGE:figures/full_fig_p057_50.png]
Figure 51
Figure 51. Figure 51: Mixing Coefficients λ. (a) Students of six sizes NS ∈ {198M, 266M, . . . , 2.72B} trained with a M = DS/NS = 20 ratio are distilled from teachers of size sizes NT ∈ {546M, 975M, . . . , 7.75B} trained with a M = DT /NT = 20 ratio with different values of loss mixing c…
Figure 52
Figure 52. Figure 52: Temperature τ Sensitivity Analysis. Students of four sizes NS ∈ {198M, 546M, 975M, 1.82B} trained with a M = DS/NS = 20 ratio are distilled from teachers of sizes NT ∈ {546M, 1.82B, 4.82B, 7.75B} trained with a M = DT /NT = 20 ratio with different distillation tempera…
Figure 53
Figure 53. Figure 53: Learning Rate η Sensitivity Analysis. Students of four sizes NS ∈ {198M, 546M, 975M, 1.82B} trained with a M = DS/NS = 20 ratio are distilled from teachers of sizes NT ∈ {546M, 1.82B, 4.82B, 7.75B} trained with a M = DT /NT = 20 ratio with different learning rates η ∈…
Figure 54
Figure 54. Figure 54: Distribution truncation analysis. Top-k (left) and Top-p (right) truncation of teacher logits z (i) T for student-teacher pairs with NS in {198M, 546M, 1.82B} and corresponding NT in {7.75B, 1.82B, 546M}. Standard truncation degrades performance: at k = 128, validatio…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 13 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Bridging Compute- and Data-Optimal Pretraining

    cs.LG 2026-07 conditional novelty 7.0 of 10

    Pretraining loss obeys a single law in which repeated or paraphrased tokens count as η(N, data-per-parameter, expansion-ratio) fresh tokens, with total effective data saturating as derived tokens grow.

  2. Weak-to-Strong Generalization via Direct On-Policy Distillation

    cs.LG 2026-07 conditional novelty 7.0 of 10

    Transferring the log-ratio of a small model's pre-RL and post-RL checkpoints provides a dense implicit reward that improves stronger student models at a fraction of the cost of direct RL.

  3. Distilled Pretraining: A modern lens of Data, In-Context Learning and Test-Time Scaling

    cs.LG 2025-09 conditional novelty 7.0 of 10

    Distilled pretraining improves test-time scaling via generation diversity but impairs induction-head-based in-context learning, with the trade-off explained by a bigram model analysis.

  4. Different Teachers, Different Capabilities: Sub-1B On-Device Distillation for Structured Text Enrichment

    cs.AI 2026-07 conditional novelty 6.0 of 10

    Distilling an 8B reasoning teacher into a 0.6B student recovers most summary quality at ~50× speed, but teacher type—not scale alone—determines which capabilities transfer.

  5. Language Models Improve When Pretraining Data Matches Target Tasks

    cs.CL 2025-07 conditional novelty 6.0 of 10

    Ranking pretraining documents by similarity to benchmark training examples (BETR) yields consistent benchmark gains and a 2.1x compute multiplier over DCLM-Baseline.

  6. A Theory of Inference Compute Scaling: Reasoning through Directed Stochastic Skill Search

    cs.LG 2025-06 conditional novelty 6.0 of 10

    A skill-graph random-walk model gives closed-form accuracy-versus-compute formulas for four reasoning strategies and connects them to training scaling.

  7. HAD: Hybrid Architecture Distillation Outperforms Teacher in Genomic Sequence Modeling

    cs.LG 2025-05 conditional novelty 6.0 of 10

    A compact hybrid GDN+attention model distilled from Nucleotide Transformer v2 outperforms similarly sized models and, on several tasks, its 500x larger teacher.

  8. Scalable Strategies for Continual Learning with Replay

    cs.LG 2025-05 conditional novelty 6.0 of 10

    A replay-based continual learning toolkit that combines low-rank adaptation, a post-task consolidation phase, and sequential weight merging to cut replay sample usage by up to 65% at matched accuracy.

  9. Skaling: Chinchilla's Exponents Meet Kaplan's Coupling

    cs.CL 2026-08 conditional novelty 5.0 of 10

    A one-parameter coupling of model size and data in the Chinchilla loss form reduces boundary prediction error and enables cheaper L-shaped profiling grids.

  10. Proxy Exploration and Reusable Guidance: A Modular LLM Post-Training Paradigm via Proxy-Guided Update Signals

    cs.LG 2026-07 conditional novelty 5.0 of 10

    Relative policy-improvement signals from a weak proxy model, after simple calibration, can be transferred to improve stronger primary LLMs without re-exploring on the primary.

  11. Improving Respiratory Sound Classification with Architecture-Agnostic Knowledge Distillation from Ensembles

    cs.SD 2025-05 conditional novelty 5.0 of 10

    Soft-label distillation from same-architecture teacher ensembles improves respiratory sound classification and sets a new ICBHI score of 64.39, though gains are partly due to test-set-based selection of settings.

  12. SCOUT: Teaching Pre-trained Language Models to Enhance Reasoning via Flow Chain-of-Thought

    cs.AI 2025-05 conditional novelty 4.0 of 10

    SCOUT combines progressive distillation with a cross-attention module to make recursive latent reasoning work through fine-tuning, yielding up to 1.8% accuracy gains over standard fine-tuning.

  13. Scaling Laws for Data-Efficient Visual Transfer Learning

    cs.LG 2025-04 reject novelty 4.0 of 10

    The paper fits power-law scaling laws for downstream vision tasks and claims a pretraining-data threshold where distilled models stop outperforming non-distilled ones, but the theory's assumptions come from the fitted...

Reference graph

Works this paper leans on

39 extracted references · 19 canonical work pages · cited by 13 Pith papers

  1. [1]

    Patient: Distillation works best when training for a large number of epochs, and

  2. [2]

    Our setting automatically satisfies consistency as there is no augmentation policy

    Consistent: The teacher and the student see the same views of the data under an augmentation policy. Our setting automatically satisfies consistency as there is no augmentation policy. There is a remaining question about 30 Distillation Scaling Laws patience, which in our scenario corresponds to the large DS limit. We observe that for a given student size:

  3. [5]

    URL https: //doi.org/10.1145/3604930.3605705

    doi: 10.1145/3604930.3605705. URL https: //doi.org/10.1145/3604930.3605705. Cho, J. H. and Hariharan, B. On the efficacy of knowledge distillation. In 2019 IEEE/CVF Interna- tional Conference on Computer Vision, ICCV 2019, Seoul, Korea (South), October 27 - November 2, 2019 , pp. 4793–4801. IEEE, 2019. doi: 10.1109/ICCV . 2019.00489. URL https://doi.org/1...

  4. [6]

    URL https://arxiv.org/abs/2110. 14168. Dao, T. Flashattention-2: Faster attention with better parallelism and work partitioning. In The Twelfth In- ternational Conference on Learning Representations, ICLR 2024, Vienna, Austria, May 7-11, 2024 . OpenRe- view.net, 2024. URL https://openreview.net/ forum?id=mZn2Xyh9Ec. Dao, T., Fu, D. Y ., Ermon, S., Rudra, ...

  5. [7]

    URL https://arxiv.org/abs/2110. 12894. Deng, J., Dong, W., Socher, R., Li, L., Li, K., and Fei-Fei, L. Imagenet: A large-scale hierarchical im- age database. In 2009 IEEE Computer Society Con- ference on Computer Vision and Pattern Recognition (CVPR 2009), 20-25 June 2009, Miami, Florida, USA , pp. 248–255. IEEE Computer Society, 2009. doi: 10.1109/CVPR.2...

  6. [8]

    Ac- cessed: 2025-02-11

    URL https://epoch.ai/trends. Ac- cessed: 2025-02-11. Fan, W., Lu, S., Li, X., Zhan, D., and Gan, L. Re- visit the essence of distilling knowledge through cali- bration. In Forty-first International Conference on Ma- chine Learning, ICML 2024, Vienna, Austria, July 21- 27, 2024 . OpenReview.net, 2024. URL https:// openreview.net/forum?id=NZgbwzaOIx. Furlan...

  7. [10]

    Understanding Scaling Laws with Statistical and Approximation Theory for Transformer Neural Networks on Intrinsically Low-dimensional Data

    URL https://openreview.net/forum? id=8jU7wy7N7mA. Havrilla, A. and Liao, W. Understanding scaling laws with statistical and approximation theory for transformer neural networks on intrinsically low-dimensional data. CoRR, abs/2411.06646, 2024. doi: 10.48550/ARXIV . 2411.06646. URL https://doi.org/10.48550/ arXiv.2411.06646. Hendrycks, D., Burns, C., Basar...

  8. [11]

    URL https://arxiv.org/abs/2102. 01293. Hestness, J., Narang, S., Ardalani, N., Diamos, G. F., Jun, H., Kianinejad, H., Patwary, M. M. A., Yang, Y ., and Zhou, Y . Deep learning scaling is predictable, empir- ically. CoRR, abs/1712.00409, 2017. URL http: //arxiv.org/abs/1712.00409. Hinton, G. E., Vinyals, O., and Dean, J. Distill- ing the knowledge in a ne...

Show all 39 references
  1. [14]

    URL https: //doi.org/10.1145/3458817.3476209

    doi: 10.1145/3458817.3476209. URL https: //doi.org/10.1145/3458817.3476209. Nguyen, T. Q. and Salazar, J. Transformers without tears: Improving the normalization of self-attention. In Niehues, J., Cattoni, R., Stüker, S., Negri, M., Turchi, M., Ha, T., Salesky, E., Sanabria, R...

  2. [16]

    URL https://doi.org/10.48550/arXiv.2303

    doi: 10.48550/ARXIV .2303.08774. URL https://doi.org/10.48550/arXiv.2303. 08774. OpenAI and Pilipiszyn, A. Gpt-3 powers the next gener- ation of apps, 2021. URL http://website-url. com. Accessed on Jan 19, 2025. Paperno, D., Kruszewski, G., Lazaridou, A., Pham, Q. N., Bernardi...

  3. [19]

    Sakaguchi, K., Bras, R

    URL https://openreview.net/forum? id=ryenvpEKDr. Sakaguchi, K., Bras, R. L., Bhagavatula, C., and Choi, Y . Winogrande: an adversarial winograd schema chal- lenge at scale. Commun. ACM , 64(9):99–106, 2021. doi: 10.1145/3474381. URL https://doi.org/ 10.1145/3474381. Sardana, N...

  4. [20]

    Shazeer, N

    URL https://openreview.net/forum? id=0bmXrtTDUu. Shazeer, N. GLU variants improve transformer. CoRR, abs/2002.05202, 2020. URL https://arxiv.org/ abs/2002.05202. Shazeer, N., Mirhoseini, A., Maziarz, K., Davis, A., Le, Q. V ., Hinton, G. E., and Dean, J. Outrageously large neu...

  5. [21]

    Touvron, H., Lavril, T., Izacard, G., Martinet, X., Lachaux, M., Lacroix, T., Rozière, B., Goyal, N., Hambro, E., Azhar, F., Rodriguez, A., Joulin, A., Grave, E., and Lample, G

    URL https://openreview.net/forum? id=SkgpBJrtvS. Touvron, H., Lavril, T., Izacard, G., Martinet, X., Lachaux, M., Lacroix, T., Rozière, B., Goyal, N., Hambro, E., Azhar, F., Rodriguez, A., Joulin, A., Grave, E., and Lample, G. Llama: Open and efficient foundation lan- guage mo...

  6. [22]

    spread its capacity

    URL http://proceedings.mlr.press/ v139/yang21c.html. Yang, G. and Littwin, E. Tensor programs ivb: Adap- tive optimization in the infinite-width limit. CoRR, abs/2308.01814, 2023. doi: 10.48550/ARXIV .2308. 01814. URL https://doi.org/10.48550/ arXiv.2308.01814. Yang, G., Hu, E...

  7. [25]

    If the teacher is optimally chosen for the student, distilling on a large number of tokens produces the same result as training the model in a supervised way on the same number of tokens (Appendix E.6)

  8. [26]

    The second statement implies that the student should not be trained for too long, appearing to contradict patient teachers

    Otherwise supervised learning outperforms distillation (Section 5.3). The second statement implies that the student should not be trained for too long, appearing to contradict patient teachers. To resolve the contradiction, first we note that the modes in Beyer et al. (2022) a...

  9. [27]

    (2022) do not see the teacher training distribution directly, whereas ours do

    The students in Beyer et al. (2022) do not see the teacher training distribution directly, whereas ours do

  10. [28]

    The absence of a supervised baseline means that Beyer et al

    There is no supervised baseline where a supervised model has access to both ImageNet21k and the target dataset. The absence of a supervised baseline means that Beyer et al. (2022) were unable to observe the point at which supervised learning becomes preferred to distillation a...

  11. [29]

    We can compare student outputs relative ground-truth data, as in Appendix E.8.1 for the teachers

  12. [30]

    Calibration against ground-truth

    We can compare student outputs with the outputs of its teacher. Calibration against ground-truth. First, let’s consider comparison against ground truth data. In Figure 43 we show student calibration with respect to the dataset labels for both teacher distribution distillation ...

  13. [31]

    In Figure 43a, we observe that the student is well-calibrated against ground truth data

    Distilled on the full teacher distribution. In Figure 43a, we observe that the student is well-calibrated against ground truth data. Similar to the teacher’s calibration plot in Figure 42, we see a small discrepancy at very low and very high confidence values, and the ECE value is low

  14. [32]

    In Figure 43b, we see that a student trained only on its teacher’s top- 1 prediction, is not calibrated against ground truth data

    Distilled on teacher top-1. In Figure 43b, we see that a student trained only on its teacher’s top- 1 prediction, is not calibrated against ground truth data. The blue points below the dashed line indicate an overconfident student, i.e. , its predicted confidence is higher tha...

  15. [33]

    We see in Figure 44a that when distilled from the full teacher distribution, the student is not calibrated against the teacher top-1

    Distilled on the full teacher distribution. We see in Figure 44a that when distilled from the full teacher distribution, the student is not calibrated against the teacher top-1. The blue points are above the dashed line, which means that the empirical accuracy is higher than t...

  16. [34]

    In Figure 44b we observe that a student is distilled from its teacher’s top- 1 is calibrated with respect to teacher’s top-1

    Distilled on teacher top-1. In Figure 44b we observe that a student is distilled from its teacher’s top- 1 is calibrated with respect to teacher’s top-1. 0.0 0.5 1.0 NT =198M ECE=38.5% NT =546M ECE=31.3% NT =975M ECE=27.3% NT =1.82B ECE=24.5% 0.0 0.5 1.0 0.0 0.5 1.0 NT =2.72B ...

  17. [35]

    In Figure 45a, we see that when the student is confident, it matches the teacher confidence

    Distilled on the full teacher distribution. In Figure 45a, we see that when the student is confident, it matches the teacher confidence. However, as the teacher model grows in size, when the student is less confident, it it systematically underestimates its confidence. This su...

  18. [36]

    In Figure 45b, for small teachers, we observe student overconfidence

    Distilled on teacher top-1. In Figure 45b, for small teachers, we observe student overconfidence. As the teacher increases in size, the student’s overconfidence in low-confidence bins transitions to underconfidence. At the same time, 54 Distillation Scaling Laws the student’s ...

  19. [37]

    In Figure 45a we complete the picture from Figure 45a and see that the part of the distribution the student struggles to model is actually the place where teacher is most confident

    Distilled on the full teacher distribution. In Figure 45a we complete the picture from Figure 45a and see that the part of the distribution the student struggles to model is actually the place where teacher is most confident

  20. [38]

    log LT , −c0 log LT − c1f1 log 1 + LT d1 eLS 1/f1 ! + γ log A′ N α S + B′ Dβ S !# (48) = LSE

    Distilled on teacher top-1. In Figure 45b we see that the student is systematically overconfident for all values of teaacher confidence, except for the largest teachers, where the student is underconfident when those teachers are most confident. 0.0 0.5 1.0 NT =198M ECE=1.7% N...

  21. [39]

    For all experiments, the English-only subset of the C4 dataset (Raffel et al., 2020) is used

    of 10−4 is used for stability, slightly decreasing norm growth at the end of the training. For all experiments, the English-only subset of the C4 dataset (Raffel et al., 2020) is used. The C4 dataset was chosen because of its wide usage in the research community. While C4 is b...

  22. [507]

    doi: 10.1007/978-3-030-58558- 7\_29

    Springer, 2020. doi: 10.1007/978-3-030-58558- 7\_29. URL https://doi.org/10.1007/978- 3-030-58558-7_29 . Kraft, D. A Software Package for Sequential Quadratic Programming. Deutsche Forschungs- und Versuch- sanstalt für Luft- und Raumfahrt Köln: Forschungs- bericht. Wiss. Beric...

  23. [2008]

    URL https: //doi.org/10.1109/ICVGIP.2008.47

    doi: 10.1109/ICVGIP.2008.47. URL https: //doi.org/10.1109/ICVGIP.2008.47. OpenAI. GPT-4 technical report. CoRR, abs/2303.08774,

  24. [2018]

    Gadre, S

    URL http://proceedings.mlr.press/ v80/furlanello18a.html. Gadre, S. Y ., Smyrnis, G., Shankar, V ., Gururangan, S., Wortsman, M., Shao, R., Mercat, J., Fang, A., Li, J., Keh, S., Xin, R., Nezhurina, M., Vasiljevic, I., Jit- sev, J., Dimakis, A. G., Ilharco, G., Song, S., Kol- ...

  25. [2020]

    Rawat, A

    URL https://jmlr.org/papers/v21/ 20-074.html. Rawat, A. S., Sadhanala, V ., Rostamizadeh, A., Chakrabarti, A., Jitkrittum, W., Feinberg, V ., Kim, S., Harutyunyan, H., Saunshi, N., Nado, Z., Shivanna, R., Reddi, S. J., Menon, A. K., Anil, R., and Kumar, S. A little help goes a...

  26. [2021]

    URL https://arxiv.org/abs/2102. 06701. Barnett, M. An empirical study of scaling laws for transfer. CoRR, abs/2408.16947, 2024. doi: 10.48550/ARXIV . 2408.16947. URL https://doi.org/10.48550/ arXiv.2408.16947. Berant, J., Chou, A., Frostig, R., and Liang, P. Seman- tic parsing...

  27. [2022]

    Menon, A

    URL https://openreview.net/forum? id=ph3AYXpwEb. Menon, A. K., Rawat, A. S., Reddi, S. J., Kim, S., and Kumar, S. Why distillation helps: a statistical per- spective. CoRR, abs/2005.10419, 2020. URL https: //arxiv.org/abs/2005.10419. Mesnard, T., Hardin, C., Dadashi, R., Bhupa...

  28. [2023]

    Carrell, A

    URL https://openreview.net/forum? id=sckjveqlCZ. Carrell, A. M., Mallinar, N., Lucas, J., and Nakki- ran, P. The calibration generalization gap. CoRR, abs/2210.01964, 2022. doi: 10.48550/ARXIV .2210. 01964. URL https://doi.org/10.48550/ arXiv.2210.01964. CERN. Cern data centre...

  29. [2024]

    URL https://doi.org/10.48550/arXiv.2406

    doi: 10.48550/ARXIV .2406.19146. URL https://doi.org/10.48550/arXiv.2406. 19146. Raffel, C., Shazeer, N., Roberts, A., Lee, K., Narang, S., Matena, M., Zhou, Y ., Li, W., and Liu, P. J. Explor- ing the limits of transfer learning with a unified text-to- text transformer. J. Ma...

  30. [6239]

    v34i05.6239

    URL https://doi.org/10.1609/aaai. v34i05.6239. Blasiok, J., Gopalan, P., Hu, L., and Nakkiran, P. When does optimizing a proper loss yield calibration? In Oh, A., Naumann, T., Globerson, A., Saenko, K., Hardt, M., and Levine, S. (eds.), Advances in Neural Information Processin...

  31. [7439]

    doi: 10.1609/AAAI.V34I05

    AAAI Press, 2020. doi: 10.1609/AAAI.V34I05

Pith tools

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