Superposition Yields Robust Neural Scaling
Yizhou Liu, Ziming Liu, Jeff Gore
TL;DR
The paper proposes representation superposition as a central mechanism behind neural scaling laws, using a toy autoencoder model in which weight decay tunes the degree of superposition. It shows two regimes: weak superposition yields power-law loss only under certain data-skew conditions, while strong superposition yields a robust 1/m loss across diverse data distributions, aligning with observations in open-source LLMs and the Chinchilla scaling laws. Empirical results on LLM heads reveal mean-square overlaps scaling as 1/m and losses approximating L = C_m/m^{α_m} + L_no_m with α_m near 1, supporting strong superposition as a driver of width-based scaling. The work offers insights into when neural scaling can improve or break down and suggests architectural and training strategies to leverage superposition, while acknowledging the toy-model limitations and open questions about data structure and safety.
Abstract
The success of today's large language models (LLMs) depends on the observation that larger models perform better. However, the origin of this neural scaling law, that loss decreases as a power law with model size, remains unclear. We propose that representation superposition, meaning that LLMs represent more features than they have dimensions, can be a key contributor to loss and cause neural scaling. Based on Anthropic's toy model, we use weight decay to control the degree of superposition, allowing us to systematically study how loss scales with model size. When superposition is weak, the loss follows a power law only if data feature frequencies are power-law distributed. In contrast, under strong superposition, the loss generically scales inversely with model dimension across a broad class of frequency distributions, due to geometric overlaps between representation vectors. We confirmed that open-sourced LLMs operate in the strong superposition regime and have loss scaling inversely with model dimension, and that the Chinchilla scaling laws are also consistent with this behavior. Our results identify representation superposition as a central driver of neural scaling laws, providing insights into questions like when neural scaling laws can be improved and when they will break down.
