Quiet Feature Learning in Algorithmic Tasks
Prudhviraj Naidu, Zixian Wang, Leon Bergen, Ramamohan Paturi
TL;DR
This work investigates how Transformer-based language models acquire algorithmic capabilities by training on ten foundational tasks and tracking scaling-law-like behavior. It reveals two phases of learning—a slow phase with little loss improvement and a fast phase with abrupt gains—and shows that quiet features, representing intermediate computations, emerge during the slow phase before any loss drop. Through linear probing and targeted ablations, the authors demonstrate that these quiet features are causally necessary for later success, challenging the notion that loss improvements fully reflect representational progress. The findings suggest the need for richer diagnostics when monitoring model training and imply that substantial internal reorganization can precede observable capability gains, with implications for evaluating and guiding learning in larger models. The study computes scaling laws over budgets from $10^9$ to $10^{15}$ FLOPs, analyzes residual-stream representations, and uses causal ablations to show the hidden progression toward algorithmic competence.
Abstract
We train Transformer-based language models on ten foundational algorithmic tasks and observe pronounced phase transitions in their loss curves that deviate from established power-law scaling trends. Over large ranges of compute, the validation loss barely improves, then abruptly decreases. Probing the models' internal representations reveals that quiet features are learned prior to any decrease in task loss. These quiet features represent intermediate algorithmic computations that do not by themselves improve the output loss. Ablation experiments demonstrate that individual quiet features are causally necessary for task performance. Our results demonstrate that substantial representational progress can remain hidden beneath an apparently flat loss curve, challenging the prevailing use of cross-entropy as a proxy for learning and motivating richer diagnostics for monitoring model training.
