REVIEW 2 major objections 5 minor 2 cited by
A language model's output-layer geometry mostly reflects training choices, not how well it performs.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-02 21:20 UTC pith:YAGCUA4C
load-bearing objection Solid negative result on rank-as-predictor; the 'does not cause' saturation claim outruns the evidence. the 2 major comments →
Disentangling Geometry, Performance, and Training in Language Models
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central claim is that the effective rank of the unembedding matrix is a symptom of optimization dynamics rather than a driver of performance. Across five evaluation settings—in-distribution loss, out-of-distribution generalization, fine-tuning, catastrophic forgetting, and post-training quantization—the authors observe that high effective rank generally accompanies good performance but with enough counterexamples to rule out a predictive or causal relation. In particular, they challenge prior attributions of 'saturation' to low rank: a low-rank model trained with a small batch and token budget does not degrade, while a model that saturates also shows a sharp rank drop. The author
What carries the argument
The central object is the effective rank of the unembedding matrix, defined as the exponential of the information-theoretic entropy of its normalized singular values. It measures how many 'effective dimensions' the output embedding uses: a high value means the singular values are spread out; a low value means the matrix is concentrated in a few directions. The paper uses this scalar as the primary geometric signature and contrasts it with isotropy (partition-function-based uniformity) and pairwise cosine similarity. Effective rank does the load-bearing work: the causal argument that low rank co-occurs with, but does not cause, saturation is built on comparing its trajectories across architec
Load-bearing premise
The paper's causal conclusion depends on a single low-rank model that avoided degradation, yet that model was trained on only 8 billion tokens at batch size 32—not under the prolonged overtraining in which saturation is observed—so its validity as a counterexample is the load-bearing premise.
What would settle it
Train the same architecture on 128 billion tokens at batch size 32; if loss degrades as effective rank collapses, the counterexample is an artifact of under-training rather than evidence that rank is harmless.
If this is right
- Researchers should stop using effective rank or related geometric metrics as a proxy for downstream performance; in-distribution loss is a more reliable predictor, especially for out-of-distribution behavior.
- Interventions that directly target rank (such as rank regularization) will not by themselves improve performance; tuning batch size and weight decay changes both geometry and loss, often in conflicting directions.
- Comparisons of model geometry across studies are only meaningful when training hyperparameters (batch size, weight decay, token budget, learning-rate schedule) are matched.
- Small-model saturation is not a universal failure mode; architecture and optimization choices, such as attention variant and spectral properties, are more plausible culprits than rank collapse.
- Post-training quantization robustness depends in part on extreme rank collapse, so low-rank models may need special care when quantized even if their raw loss is good.
Where Pith is reading between the lines
- If geometry primarily indexes hyperparameter choices, then the same effective rank could be reached by different hyperparameter combinations with opposite effects on loss; scanning (batch size, weight decay) pairs that produce matched effective rank and checking whether downstream loss still varies would test this directly.
- The saturation result suggests a controlled experiment: train the same architecture with sequential versus parallel attention under prolonged overtraining and measure whether rank collapse and loss degradation decouple, isolating architecture from rank as the causal factor.
- The paper's logic implies geometric metrics may still be useful as early-warning signs of optimization instability (e.g., sharp rank drops during training), even if they fail as performance predictors; formalizing that diagnostic role on training trajectories is a natural next step.
- Because all models are small (at most 75 million parameters), the hyperparameter-to-geometry mapping may shift at scale; a natural check is whether effective rank becomes more or less predictive in large-batch, low-weight-decay regimes common in large-scale training.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper trains 108 OLMo-style small LMs (4M-75M non-embedding parameters) on the Pile with controlled variation of token budget, batch size, weight decay, learning rate, and LR annealing. It measures effective rank, cosine similarity, and isotropy of the unembedding matrix W and the final-token representation H, and evaluates whether these metrics predict in-distribution loss, OOD loss, post-training quantization, fine-tuning, and catastrophic forgetting. The main empirical claims are: (i) geometry metrics show weak, inconsistent predictive power (partial Spearman correlations near zero and predictive ΔR² ≤ 0.05 across most tables); (ii) effective rank is strongly shaped by batch size and weight decay, so hyperparameters confound geometry-performance associations; and (iii) contrary to prior Pythia-based work, low effective rank 'does not cause' late-stage saturation but 'co-occurs' with it. The paper contributes a large controlled observational dataset and a regression framework for separating hyperparameter confounding from geometric signal.
Significance. If the predictive and confounding findings are taken as the contribution, this is a useful negative result: it provides a broad, controlled demonstration that effective rank and related geometric metrics add little predictive power beyond scaling-law baselines and are substantially confounded by training choices. The partial-Spearman and predictive-ΔR² analyses are a rigorous way to quantify this confounding, and the planned release of 108 checkpoints is a strength. The causal subclaim about saturation is the weakest part: the supporting evidence lacks a low-rank run in the overtrained regime, and the authors' own Appendix C disclaims causality. With that claim revised or supplemented, the core observation — geometry primarily reflects training choices rather than reliably predicting performance — is credible and relevant to the interpretability community.
major comments (2)
- [§3.2, Figure 5] The claim that low effective rank does not cause late-stage saturation rests on the OLMo-14M-8B run (right panel), trained for only 8B tokens with batch size 32. Pythia-14M's saturation and rank drop occur in the 1e10–1e11 token range (left panel), so the 8B run is not an overtraining test and cannot serve as a counterexample to a late-stage causal link. The middle-panel OLMo-14M run, which matches Pythia's schedule, never exhibits low rank. Hence there is no example of "low rank without saturation" in the relevant regime; the evidence reduces to a single architectural comparison confounded with training schedule. The abstract's and takeaway 4's causal-negative statements are therefore unsupported. Please add an overtrained low-rank run (e.g., prolonged training with small batch / low weight decay) or soften the claim to "low rank can appear early without immediate degradation; its causa
- [Abstract, Conclusion, Appendix C] The causal framing ("does not cause", "co-occurs") contradicts the manuscript's own Appendix C, which states that the results are "observational rather than fully causal." No intervention on rank is performed; the comparisons vary architecture and multiple hyperparameters simultaneously. Because this causal claim is load-bearing — it is the headline of the abstract and the basis of Practical Takeaway 5 in Appendix B — the manuscript must either add an interventional experiment (e.g., spectral norm capping or explicit rank regularization) under prolonged overtraining, or revise the causal assertions to strictly correlational statements. As written, this is an internal inconsistency between the stated limitations and the conclusions.
minor comments (5)
- [§3.1] The weight-decay grid is written "{0.1, 0.5, 0.01}" but Figures 9 and 13-14, as well as the legends, use 0.1, 0.05, 0.01. Please correct the typo.
- [§2, Eq. (1)] State the value of epsilon and the summation index r (presumably min(v,d)). The definition p_k = sigma_k / ||sigma||_1 + epsilon is sensitive to epsilon and differs subtly from the standard effective rank of Roy & Vetterli; reporting the exact value is needed for comparability.
- [§2, Eq. (2)] "U is the eigenvector of WᵀW" is ambiguous. Should be "the eigenvectors" or "the principal eigenvector" as intended by Arora et al. (2016).
- [Abstract / §3.2] The abstract mentions "adversarial cases" (plural) of low-rank models without saturation, but §3.2 describes only one such model (OLMo-14M-8B). If there are additional cases, cite them explicitly; otherwise use singular.
- [Appendix A.3, Tables 2-9] The "Residual Spearman (Chinchilla)" rows report correlations with residuals from fitted Chinchilla scaling laws, but the fitted coefficients, fitting procedure, and whether the fit is on the same data are not reported. Given that these values are large (≈−0.7) while partial Spearman correlations are near zero, the estimation details matter for reproducibility.
Circularity Check
No circular derivation: the paper is an empirical measurement study with independent benchmarks; analytic choices and a potential confound are evidentiary, not definitional.
full rationale
The paper does not contain a derivation chain in which an output is equivalent to an input by construction. Its central claims are empirical: it trains 108 OLMo-style models and correlates measured effective rank, isotropy, cosine similarity, and representation geometry with held-out loss, quantization robustness, fine-tuning, and forgetting. The effective rank metric (Eq. 1) is a standard definition taken from Roy & Vetterli and is not defined in terms of performance. The 'scaled loss' (loss normalized by the lowest observed loss per model size) and the Chinchilla-residual regressions are analytic normalizations used to remove confounds; neither embeds the paper's conclusion that geometry primarily reflects hyperparameters. The predictive-delta-R2 analysis explicitly cross-validates and finds near-zero added variance, which is an honest negative result rather than a forced prediction. The saturation argument based on OLMo-14M-8B is possibly confounded (8B tokens vs. prolonged overtraining; sequential vs. parallel attention), but a confound is a threat to causal validity, not a circular reduction of the conclusion to its premises. Appendix C even states the results are 'observational rather than fully causal.' Self-citations (Finlayson et al. 2024/2026, Springer et al. 2025) appear only as background or as examples of small-model studies; they are not load-bearing for the main empirical findings. No uniqueness theorem, imported ansatz, or renamed known result carries the argument. Therefore the appropriate finding is no significant circularity.
Axiom & Free-Parameter Ledger
free parameters (3)
- epsilon in effective rank =
not reported
- per-model-size scaled-loss normalizer =
lowest observed ID loss per size
- Chinchilla scaling-law coefficients (E, A, B, alpha, beta) =
fitted, values not reported
axioms (5)
- standard math Singular value decomposition and Shannon entropy define effective rank (Roy & Vetterli 2007)
- domain assumption OLMo-style 4M-75M models trained on Pile tokenized by allenai/gpt-neox-olmo-dolma-v1 are representative of small LMs
- domain assumption Pythia-14M and OLMo-14M are matched except sequential vs parallel attention
- domain assumption Single-run training is sufficient: observed counterexamples are not noise
- ad hoc to paper Scaled loss normalization by the lowest observed per-size loss is a valid basis for cross-configuration comparison
read the original abstract
Geometric properties of Transformer weights, particularly the unembedding matrix, have been widely useful in language model interpretability research. Yet, their utility for estimating downstream performance remains unclear. In this work, we systematically investigate the relationship between model performance and the unembedding matrix geometry, particularly its effective rank. Our experiments, involving a suite of 108 OLMo-style language models trained under controlled variation, reveal several key findings. While the best-performing models often exhibit a high effective rank, this trend is not universal across tasks and training setups. Contrary to prior work, we find that low effective rank does not cause late-stage performance degradation in small models, but instead co-occurs with it; we find adversarial cases where low-rank models do not exhibit saturation. Moreover, we show that effective rank is strongly influenced by pre-training hyperparameters, such as batch size and weight decay, which in-turn affect the model's performance. Lastly, extending our analysis to other geometric metrics and final-layer representation, we find that these metrics are largely aligned, but none can reliably predict downstream performance. Overall, our findings suggest that the model's geometry, as captured by existing metrics, primarily reflects training choices rather than performance.
Figures
Forward citations
Cited by 2 Pith papers
-
Double Preconditioning (DoPr): Optimization for Test-Time Performance, not Validation Loss
Double preconditioning (DoPr) improves downstream task performance in test-time feedback settings without consistent gains in validation loss.
-
Scale Determines Whether Language Models Organize Representation Geometry for Prediction
Representation geometry in language models aligns with the unembedding readout subspace in a scale-dependent manner, preserved throughout training in large models but progressively lost in late layers of small models ...
Reference graph
Works this paper leans on
-
[1]
Thus, always measure downstream performance metrics first
Do not use effective rank alone to diagnose model problems.If one observes a low effective rank during training, this doesn’t necessarily indicate the model is failing; it may simply reflect your hyperparameter choices (especially weight decay and batch size). Thus, always measure downstream performance metrics first
-
[2]
Hyperparameter choices matter more than geometry.Rather than directly optimizing for geometric properties (e.g., adding explicit rank regularization), focus on tuning standard hyperparameters like batch size and weight decay, which naturally influence geometry and have more predictable effects on performance
-
[3]
Avoid geometry-based early stopping.Halting training solely because the effective rank is decreasing is not a good option, as we observe that some of our best-performing models had relatively low effective rank
-
[4]
URL https://openreview.net/forum?id= WGXb7UdvTX. Soldaini, L., Kinney, R., Bhagia, A., Schwenk, D., Atkin- son, D., Authur, R., Bogin, B., Chandu, K., Dumas, J., Elazar, Y ., Hofmann, V ., Jha, A., Kumar, S., Lucy, L., Lyu, X., Lambert, N., Magnusson, I., Morrison, 12 Disentangling Geometry, Performance, and Training in Language Models J., Muennighoff, N....
Pith/arXiv arXiv 2024
-
[5]
URLhttps://arxiv.org/abs/2408.11804. Zhai, S., Likhomanenko, T., Littwin, E., Busbridge, D., Ramapuram, J., Zhang, Y ., Gu, J., and Susskind, J. M. Stabilizing transformer training by preventing attention entropy collapse. In Krause, A., Brunskill, E., Cho, K., Engelhardt, B., Sabato, S., and Scarlett, J. (eds.),Pro- ceedings of the 40th International Con...
Pith/arXiv arXiv 2023
-
[9]
Small model saturation may be avoidable.Unlike Pythia models, our OLMo models do not suffer from late-stage 21 Disentangling Geometry, Performance, and Training in Language Models 20 40 60 80 Effective Rank (W) 7.2 7.4 7.6 FT Loss OLMo-4M (Starcoder Python) 20 40 60 80 Effective Rank (W) 5.6 5.7 5.8 5.9 6.0 OLMo-8M (Starcoder Python) 40 60 80 Effective Ra...
-
[10]
Future work should use interventional studies (e.g., directly manipulating rank while holding other factors constant) rather than purely correlational analyses
Distinguish correlation from causation.Our results suggest effective rank is asymptomof training dynamics rather than acauseof performance differences. Future work should use interventional studies (e.g., directly manipulating rank while holding other factors constant) rather than purely correlational analyses. C. Limitations While our study provides a sy...
2023
-
[2020]
URLhttps://arxiv.org/abs/1909.08053. Skean, O., Arefin, M. R., Zhao, D., Patel, N. N., Naghiyev, J., LeCun, Y ., and Shwartz-Ziv, R. Layer by layer: Uncov- ering hidden representations in language models. InForty- second International Conference on Machine Learning,
Pith/arXiv arXiv 1909
-
[2024]
URL https://openreview.net/forum?id= RvfPnOkPV4. Ethayarajh, K. How contextual are contextualized word rep- resentations? Comparing the geometry of BERT, ELMo, and GPT-2 embeddings. In Inui, K., Jiang, J., Ng, V ., and Wan, X. (eds.),Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conf...
Pith/arXiv arXiv 2019
-
[2025]
URL https://openreview.net/forum?id= wg1PCg3CUP. Li, M. Z., Agrawal, K. K., Ghosh, A., Teru, K. K., Santoro, A., Lajoie, G., and Richards, B. A. Tracing the repre- sentation geometry of language models from pretraining to post-training. InThe Thirty-ninth Annual Conference on Neural Information Processing Systems, 2025. URL https://openreview.net/forum?id...
Pith/arXiv arXiv 2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.