ResearchPod Summary
Neural Collapse (NC) theory posits that when models are trained on balanced one-hot classification tasks, their representations inevitably collapse into a symmetric geometry known as a Simplex Equiangular Tight Frame (ETF). In this state, representations are maximally separated based solely on their output labels, effectively erasing any latent semantic relationships between inputs. This creates a theoretical tension: language models are trained on next-token prediction—a task that is effectively one-hot for long contexts—yet they demonstrably learn rich, structured semantic features. This paper investigates how gradient descent recovers this semantic structure despite the one-hot nature of the supervision.
The authors introduce a series of synthetic, controlled languages where inputs possess known latent semantic factors (e.g., color and shape) but are mapped to distinct, one-hot output labels. By using Representational Similarity Analysis (RSA), the researchers track the evolution of the model's internal geometry throughout training. They compare the empirical Gram matrix of the model's embeddings against two theoretical benchmarks: a 'Semantic RSM' that reflects shared latent attributes and an 'ETF-RSM' that reflects the label-driven collapse predicted by NC theory.
The experiments reveal a distinct training trajectory. Early in the training process, the model's representations exhibit a strong correlation with the latent semantic structure of the data, clustering inputs by shared attributes despite the lack of explicit supervision. However, this semantic organization is not the terminal state. As training progresses and the model reaches higher levels of optimization, the semantic geometry weakens and eventually gives way to the symmetric ETF geometry. This confirms that semantic structure is a transient phase that emerges before the model fully succumbs to the label-driven collapse predicted by standard NC theory.
This work bridges the gap between theoretical models of neural network optimization and the observed capabilities of language models. By demonstrating that semantic structure can emerge as a transient phase in one-hot regimes, the authors provide a mechanism for how models acquire linguistic knowledge even when the training signal appears to be purely categorical. This suggests that the 'semantic' nature of language models is a product of specific optimization dynamics that favor structured representations early in the learning process.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.