The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

A new solvable model links training to sampling returns: increased training steepens the pass@k success curve until an intrinsic difficulty tail caps gains; the result yields a simple compute-allocation rule that prescribes training before saturation and more inference attempts after.

Learning Shrinks the Hard Tail: Training-Dependent Inference Scaling in a Solvable Linear Model
Noam Levi · January 07, 2026
arxiv theoretical medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Noam Levi unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Noam Levi provider ID
A solvable Latent Instance Difficulty model shows pass@k failure rates follow a power-law whose exponent steepens with more training data until saturating at a limit set by the heavy tail of instance difficulty, implying training improves sampling returns up to a predictable point beyond which additional inference attempts matter more.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

We analyze neural scaling laws in a solvable model of last-layer fine-tuning where targets have intrinsic, instance-heterogeneous difficulty. In our Latent Instance Difficulty (LID) model, each input's target variance is governed by a latent ``precision'' drawn from a heavy-tailed distribution. While generalization loss recovers standard scaling laws, our main contribution connects this to inference. The pass@$k$ failure rate exhibits a power-law decay, $k^{-β_\text{eff}}$, but the observed exponent $β_\text{eff}$ is training-dependent. It grows with sample size $N$ before saturating at an intrinsic limit $β$ set by the difficulty distribution's tail. This coupling reveals that learning shrinks the ``hard tail'' of the error distribution: improvements in the model's generalization error steepen the pass@$k$ curve until irreducible target variance dominates. The LID model yields testable, closed-form predictions for this behavior, including a compute-allocation rule that favors training before saturation and inference attempts after. We validate these predictions in simulations and in two real-data proxies: CIFAR-10H (human-label variance) and a maths teacher-student distillation task.

Summary

Main Finding

Training reduces the “hard tail” of instance-level errors so that pass@k inference scaling steepens with more training until it saturates at an irreducible, problem-intrinsic exponent. Concretely, in a solvable last-layer linear fine-tuning model with instance-heterogeneous noise (the LID model), pass@k failure follows a two-term power-law mixture Linf(k; N) ≈ P k−β + PN(N) k−γ(N), with γ(N) = Θ(1/Lgen(N)). The observed inference exponent βeff(N) = min{β, γ(N)} therefore grows with training sample size N and plateaus at the intrinsic difficulty index β set by the small-τ tail of the instance-difficulty distribution. This yields a simple compute-allocation prescription: train until βeff(N) ≈ β, then prioritize inference attempts.

Key Points

  • Latent Instance Difficulty (LID) model: each input x has a latent precision τx (difficulty) drawn from a heavy-tailed prior (Gamma with tail index β/2) that controls the target noise variance; targets are sampled once per train input and freshly at inference.
  • Training regime: last-layer linear ridge/OLS on fixed features; standard high-dimensional results apply. Lgen(N) shows the usual regimes:
    • Overparameterized (N < d): Lgen ∝ N−α (spectrum-controlled).
    • Underparameterized / variance-limited (N ≫ d): Lgen ∝ d/N (1/N tail).
  • Inference scaling (pass@k):
    • Bias-free asymptotic: if model bias is negligible, pass@k failures decay as k−β with β set by the small-τ tail of the difficulty prior.
    • Finite-N correction: when model bias BN(x) is non-negligible, a second power-law term appears with exponent γ(N) = Θ(1/Var[BN(x)]) = Θ(1/Lgen(N)). Thus Linf mixes the intrinsic tail (β) and a training-dependent tail (γ(N)).
    • Effective exponent: over practical k-windows, βeff(N) = min{β, γ(N)} and so βeff increases with N (steepening pass@k) until it saturates at β.
  • Testable predictions:
    • A crossover (N, k) surface separating bias-dominated (finite-N) and intrinsic-tail regimes.
    • A monotone, saturating βeff(N) curve.
    • Even after βeff saturates, prefactor improvements with N remain (i.e., continued gains from training but not steeper slopes).
  • Compute-allocation implication: with a fixed compute budget split between obtaining more training samples and performing more inference trials, optimal allocation shifts toward training while βeff(N) is below β, then toward inference once βeff ≈ β. The paper derives analytic approximations for the optimal split under simple cost models.

Data & Methods

  • Analytic model:
    • Features x ∈ R^d drawn with covariance eigenvalues decaying as σ2_j ∝ j−(1+α).
    • Latent precision τx ∼ Gamma(shape = β/2, rate = 1) (heavy near-zero tail → hard instances).
    • Targets Yx ∼ N(x⊤θ, σ2_η / τx); training observes a single y per x; inference draws k fresh y’s per test x and uses a perfect verifier with tolerance δ.
    • Learner fits last-layer linear head by ridge/OLS; evaluate generalization Lgen(N) = E[(x⊤ˆθ − x⊤θ*)2].
  • Mathematical techniques:
    • High-dimensional ridge/OLS asymptotics to get Lgen(N) in the Nd regimes (spectral exponent α enters the under-sampled tail).
    • Tauberian theorems and Laplace–Stieltjes transforms to analyze the small-τ tail contribution to pass@k and derive the k−β asymptote.
    • Asymptotic expansions of Gaussian CDFs for finite-N bias corrections, leading to the PN k−γ(N) term and the scaling γ(N) ∝ 1/Lgen(N).
  • Empirical validation:
    • Controlled simulations of the LID linear model confirm the predicted Lgen tails, the k−β asymptote in the bias-free limit, the two-tail mixture, and a βeff(N) curve that rises and plateaus.
    • Two real-data proxies:
      • CIFAR-10H: uses human label variance to proxy instance heterogeneity; observed pass@k behavior is consistent with the LID predictions.
      • Teacher–student distillation on GSM8K (math problems): a teacher produces stochastic targets and a student is trained; behavior of βeff(N) with training matches theoretical trends.
    • Practical fitting: βeff(N) empirically fitted by β − Δ/(1 + cβ Nν) in examples.

Limitations & modelling assumptions - Linear last-layer model with frozen features (analytic tractability) — nonlinear end-to-end models may change constants and crossover scales. - Independence assumed between τx and x; correlation would modify prefactors and crossover loci but not the tail exponents driven by small-τ behavior. - Perfect verifier and small-tolerance (δ) expansions simplify derivations; real verifiers and larger tolerances affect constants. - Analysis relies on heavy-tail behavior of difficulty prior; the Gamma choice is for convenience — exponent-level conclusions hold for other tails with the same index. - The training-scaling result assumes finite average target variance (β > 2) for classical 1/N regime; inference-exponent statements (β) depend only on the near-zero τ tail and are meaningful even when β ≤ 2.

Implications for AI Economics

  • When to buy more data (training) vs. spend inference compute:
    • Early-to-mid training regime (βeff(N) < β): additional training both lowers average error and steepens pass@k scaling (increases γ(N)), so buying more data/training is relatively more valuable.
    • After βeff(N) ≈ β: slope gains saturate — further training yields only prefactor improvements (smaller absolute failure rate but no steeper k-scaling). At this point, allocating compute to more inference attempts (larger k) can be more cost-effective.
  • Cost-effectiveness & pricing:
    • The model provides a quantitative rule: invest in training until the inferred γ(N) (≈ 1/Lgen(N)) reaches the intrinsic β; after that, marginal return on data (in terms of improving pass@k slope) declines.
    • This informs pricing/valuation of labeling or dataset acquisition: willingness to pay for extra training data should account for whether it meaningfully raises βeff towards β.
  • Procurement and benchmarking:
    • Benchmarks relying on pass@k should report not only absolute pass@k but how βeff changes with training/data—otherwise comparisons can conflate models at different points on the βeff(N) curve.
    • When evaluating inference-cost strategies (e.g., sampling, reranking), consider where the model lies relative to the crossover surface: inference compute yields bigger marginal gains when βeff already near β.
  • Operations and deployment:
    • For applications with substantial irreducible instance stochasticity (small β), expect a hard wall: even with unlimited training, pass@k scaling cannot surpass k−β. Planning for infrastructure and cost should reflect that diminishing slope limit.
    • For tasks with heavy human-label variance (e.g., ambiguous labels), investing in reducing label noise (better labels, consensus labelling that reduces small-τ mass) can shift β upward and materially improve inference scaling.
  • Policy & investment prioritization:
    • Strategic investments (data collection, annotation quality) that change the intrinsic difficulty tail (β) have longer-term value than increasing training size alone once βeff has saturated.
    • Conversely, if intrinsic β is small (very heavy tail), practitioners may prefer investing in smarter inference strategies (sampling, search, external verifiers) rather than huge additional training.

Overall, the LID model gives a compact, testable framework linking training progress to inference-time scaling and yields clear, operational guidance on how to allocate compute and data budgets depending on whether observed pass@k slopes are training-limited or intrinsically limited.

Assessment

Paper Typetheoretical Evidence Strengthmedium — The paper produces closed-form, testable predictions from a solvable model and validates them in controlled simulations plus two real-data proxies (CIFAR-10H and a teacher-student maths distillation). This gives credible internal validity for the model's mechanisms, but external validity is limited because empirical tests use proxies rather than large pretrained LLMs or broad real-world tasks, and key model assumptions (last-layer fine-tuning, heavy-tailed latent precision) may not hold universally. Methods Rigormedium — Derivations appear mathematically rigorous and are complemented by systematic simulations and two empirical proxy tests, but the empirical component is narrow (two proxies) and lacks large-scale validation on diverse architectures, datasets, or production inference setups; sensitivity to modeling assumptions (e.g., heavy tails, last-layer approximation) is discussed but not extensively stress-tested on real deployed systems. SampleAnalytic solutions for the Latent Instance Difficulty (LID) model; synthetic data and simulations generated from the LID model across varying sample sizes N and tail parameters; empirical validation on CIFAR-10H (images with multiple human labels capturing label variance) and a teacher-student mathematics distillation task (synthetic/controlled student outputs distilled from a teacher model). Themesproductivity adoption GeneralizabilityEmpirical tests use proxies (CIFAR-10H, synthetic distillation) rather than large-scale pretrained LLMs or diverse NLP tasks, so applicability to large language models is uncertain, Model assumes last-layer fine-tuning and instance-heterogeneous, heavy-tailed target variance; results may not hold when entire-model fine-tuning, different noise structures, or non-heavy-tailed difficulty distributions dominate, Pass@k behavior in real systems can be affected by sampling methods, decoding strategies, prompt engineering, and temperature settings not fully captured by the model, Scaling of training/data regimes considered may not match compute regimes or data distributions of production models, Theoretical saturation exponent β depends on unobserved difficulty-tail parameters that may be hard to estimate in many tasks

Claims (7)

ClaimDirectionOutcomeConfidence & EvidenceDetails
In our Latent Instance Difficulty (LID) model, each input's target variance is governed by a latent "precision" drawn from a heavy-tailed distribution. Other null_result latent target variance / instance difficulty
Reading fidelity high
Study strength high
not reported
0.2
Generalization loss recovers standard scaling laws. Other null_result generalization loss
Reading fidelity high
Study strength high
not reported
0.2
The pass@k failure rate exhibits a power-law decay, k^{-β_eff}. Error Rate negative pass@k failure rate
Reading fidelity high
Study strength high
k^{-β_eff}
0.2
The observed exponent β_eff is training-dependent: it grows with sample size N before saturating at an intrinsic limit β set by the difficulty distribution's tail. Error Rate positive exponent β_eff of pass@k power law
Reading fidelity high
Study strength medium
not reported
0.12
Learning shrinks the 'hard tail' of the error distribution: improvements in the model's generalization error steepen the pass@k curve until irreducible target variance dominates. Error Rate positive shape (tail) of error distribution and steepness of pass@k curve
Reading fidelity high
Study strength medium
not reported
0.12
The LID model yields testable, closed-form predictions for this behavior, including a compute-allocation rule that favors training before saturation and inference attempts after. Task Allocation positive recommended compute-allocation strategy (training vs. inference)
Reading fidelity high
Study strength medium
not reported
0.12
We validate these predictions in simulations and in two real-data proxies: CIFAR-10H (human-label variance) and a maths teacher-student distillation task. Other positive agreement between model predictions and observed behavior in simulations and proxy datasets
Reading fidelity high
Study strength medium
not reported
0.12

Notes