Scaling laws for neural language models

OpenAI Blog Papers

Summary

Foundational empirical study demonstrating power-law scaling relationships between language model performance and model size, dataset size, and compute budget, with implications for optimal training allocation and sample efficiency.

No content available
Original Article
View Cached Full Text

Cached at: 04/20/26, 02:55 PM

# Scaling laws for neural language models Source: [https://openai.com/index/scaling-laws-for-neural-language-models/](https://openai.com/index/scaling-laws-for-neural-language-models/) ## Abstract We study empirical scaling laws for language model performance on the cross\-entropy loss\. The loss scales as a power\-law with model size, dataset size, and the amount of compute used for training, with some trends spanning more than seven orders of magnitude\. Other architectural details such as network width or depth have minimal effects within a wide range\. Simple equations govern the dependence of overfitting on model/dataset size and the dependence of training speed on model size\. These relationships allow us to determine the optimal allocation of a fixed compute budget\. Larger models are significantly more sample\-efficient, such that optimally compute\-efficient training involves training very large models on a relatively modest amount of data and stopping significantly before convergence\.

Similar Articles

Model Merging Scaling Laws in Large Language Models

Hugging Face Daily Papers

This paper establishes empirical scaling laws for language model merging, identifying power-law relationships between model size, expert count, and performance to enable predictive planning for optimal model composition.

On the Smallness of the Large Language Models Scaling Exponents

arXiv cs.AI

The paper discusses the small scaling exponents of large language models, arguing that they indicate an unsustainable regime in terms of energy resources. It also examines the 'pedestal effect' and draws analogies with fluid turbulence to comment on data smoothness.

Scaling laws for reward model overoptimization

OpenAI Blog

OpenAI researchers empirically study how reward model overoptimization affects performance, establishing scaling laws that show the relationship between proxy reward optimization and ground truth performance varies by optimization method and scales predictably with model size.

Unified Neural Scaling Laws

Hugging Face Daily Papers

Presents a unified neural scaling law that accurately models deep neural network scaling across multiple dimensions including parameters, dataset size, training steps, and compute, validated across diverse architectures and tasks.