Universal One-third Time Scaling in Learning Peaked Distributions
Yizhou Liu, Ziming Liu, Cengiz Pehlevan, Jeff Gore
TL;DR
The paper addresses why neural scaling laws exhibit power-law loss decay in training time and proposes a mechanism intrinsic to the softmax and cross-entropy nonlinearities when learning peaked distributions. Through a minimal one-layer toy model and gradient-flow analysis, it derives a universal exponent $1/3$ for the loss decay in the low-temperature regime, supported by numerical and LLM-based experiments. The key finding is that $L(\tau) \sim \tau^{-1/3}$ in the intermediate regime, largely independent of data structure, offering a mechanistic explanation for observed training dynamics and suggesting avenues to improve LLM training efficiency. Empirical validation on Pythia models shows the predicted scaling in practice, reinforcing the practical relevance of the mechanism for real-world large-scale language modeling.
Abstract
Training large language models (LLMs) is computationally expensive, partly because the loss exhibits slow power-law convergence whose origin remains debatable. Through systematic analysis of toy models and empirical evaluation of LLMs, we show that this behavior can arise intrinsically from the use of softmax and cross-entropy. When learning peaked probability distributions, e.g., next-token distributions, these components yield power-law vanishing losses and gradients, creating a fundamental optimization bottleneck. This ultimately leads to power-law time scaling of the loss with a universal exponent of $1/3$. Our results provide a mechanistic explanation for observed neural scaling and suggest new directions for improving LLM training efficiency.
