English

Neural Neural Scaling Laws

Machine Learning 2026-05-11 v2 Computation and Language

Abstract

Neural scaling laws predict how language model performance improves with increased training inputs. While aggregate metrics like validation loss can follow smooth power-law curves, individual downstream tasks exhibit diverse scaling behaviors: some improve monotonically, others plateau, and some even degrade with scale. We argue that predicting downstream performance from validation loss suffers from two limitations: averaging token-level losses obscures signal, and no simple parametric family can capture the full spectrum of scaling behaviors. To address this, we propose Neural Neural Scaling Laws (NeuNeu), a neural network that frames scaling law prediction as time-series extrapolation. NeuNeu combines temporal context from observed accuracy trajectories with token-level validation losses, learning to predict future performance without the limitations inherent in assuming a specific functional form. Trained entirely on open-source model checkpoints from HuggingFace, NeuNeu achieves 1.99% mean absolute error in predicting model accuracy on 66 downstream tasks -- a 44% reduction compared to logistic scaling laws (3.56% MAE). Furthermore, NeuNeu generalizes zero-shot to unseen model families, architectures, parameter counts, and downstream tasks. Our work suggests that predicting downstream scaling directly from data outperforms parametric alternatives.

Keywords

Cite

@article{arxiv.2601.19831,
  title  = {Neural Neural Scaling Laws},
  author = {Michael Y. Hu and Jane Pan and Ayush Rajesh Jhaveri and Nicholas Lourie and Kyunghyun Cho},
  journal= {arXiv preprint arXiv:2601.19831},
  year   = {2026}
}
R2 v1 2026-07-01T09:22:37.896Z