REVIEW 3 major objections 6 minor 50 references
A single-token feature's causal necessity is real but depends on which sparse autoencoder family produced it, and layer depth decides whether ablation damage propagates downstream or directly reshapes the output.
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-01 09:57 UTC pith:2RHNX5NZ
load-bearing objection Genuinely new cross-family causal comparison with an excellent causal arm, but the 'LlamaScope is locally redundant' headline rests on an uncalibrated recovery metric and an overstating abstract. the 3 major comments →
Are Single-Token Sparse Autoencoder Features Causally Necessary? Layer-Depth and SAE-Family Effects
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 central claim is that at the single-token endpoint—where ground truth is unambiguous—the causal role of a feature depends on which SAE produced it. Using zero-ablation at full layer depth on 3.9M features across six models and three SAE families, the paper shows single-token features are geometrically distinct (4.7× tighter decoder clustering, 1.72× higher embedding alignment, concentrated in early layers) and causally necessary under ablation in 178 of 208 layer conditions. Yet the same ablation protocol splits the three families: on Gemma models two families anchor downstream layers 92–100% of the time, while on Llama/DeepSeek models the other family anchors only 31–34% and shows 96–98
What carries the argument
The load-bearing instrument is zero-ablation: removing the feature's contribution from the residual stream by subtracting its activation times its decoder vector, then measuring the change in the target token's logit against magnitude-matched random controls. Two derived quantities carry the argument: 'necessity' (statistically significant logit reduction at the source layer) and 'anchoring' (the ablation's downstream effect on logit-lens readouts at later layers), with 'same-layer recovery'—the fraction of features whose target-token rank stays within twice baseline, floor 5—distinguishing anchored from locally redundant regimes. Detection uses decoder-alignment, the cosine between a featur
Load-bearing premise
The split between 'anchored' and 'locally redundant' rests on the same-layer recovery metric—rank within twice baseline after ablation, floor 5—without calibrating it against pre-ablation rank distributions or the size of the logit drop; if that window or baseline differences drive recovery, the family split weakens.
What would settle it
Compute the same-layer recovery metric on magnitude-matched random controls after sorting them into pre-ablation rank bins identical to the single-token features' bins; if controls also show 96–98% recovery in the rank-1 bin, the 'locally redundant' label is a rank-window artifact.
If this is right
- Interpretability claims built on one SAE family should not be assumed to transfer to another, even on the same base model; steering and editing pipelines should re-run ablation checks under the deployed family.
- Layer depth should be reported as part of causal claims: late-layer features shape the output distribution directly, while early-layer features propagate damage downstream.
- Activation function is not the decisive factor in cross-family causal differences; training recipe factors such as decoder norms, training scale, and post-hoc conversion are the residual candidates.
- Single-token features provide a tractable benchmark endpoint where vocabulary-level ground truth allows exact cross-family matching, so they can serve as a diagnostic for SAE evaluation.
Where Pith is reading between the lines
- A natural extension is to train two SAEs with identical recipe, data, and width, differing only in activation function, on the same base model across all layers; if the anchored-versus-redundant split persists, recipe controls are needed, and if it collapses, the split is an artifact of uncontrolled recipe differences.
- The same-layer recovery metric could be recalibrated as a function of pre-ablation rank and logit-drop magnitude; features starting at rank 1 have a floor-5 window that makes 'recovery' artificially easy.
- The category-dependent convergence—domain-specific tokens converge across families while function words diverge—suggests that future cross-SAE comparisons should be stratified by token type, not reported only in aggregate.
- If the family split is training-recipe-driven, then SAE evaluation benchmarks that report only reconstruction fidelity or interpretability are missing a causal dimension; adding per-feature necessity scores would make cross-family comparability measurable.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies 'single-token' sparse autoencoder (SAE) features — features whose activation is dominated by a single vocabulary item — across six language models and three SAE families (GemmaScope/res-jb, LlamaScope, community BatchTopK). It reports that such features are geometrically distinct (4.7x tighter decoder clustering, 1.72x higher embedding alignment), concentrated in early layers (91% in GPT2 L0), and causally necessary under zero-ablation at full layer depth, with 178 of 208 full-layer conditions significant under a single global Benjamini-Hochberg correction. The paper's headline claim is a cross-family dissociation: on the same base model, GemmaScope and BatchTopK features are 'causally anchored,' while LlamaScope features are 'locally redundant,' recovering their pre-ablation target-token rank 96-98% of the time. It also reports a depth dissociation: necessity damage increases with depth (rho=0.97 for BatchTopK, 0.70 for GemmaScope on Gemma-2-2B) while downstream anchoring concentrates in early layers (rho=-0.65). The paper concludes that a feature's causal role depends on which SAE produced it, and that SAE family should be treated as an experimental variable.
Significance. If the central dissociation between 'anchored' and 'locally redundant' SAE families held, the paper would make an important contribution: it would show that single-token SAE features, the cleanest possible case for ground-truth comparison, have real but non-portable causal necessity, and that interpretability claims must control for SAE training methodology. The paper has genuine strengths: the causal arm is large and internally consistent (178/208 layer-level tests verified from Table 6), uses a single global BH correction, includes magnitude-matched controls, and reports control-population inertness (B.13, recovery >=99.96%). The inclusion of an alignment-matched null (B.14) is a serious attempt to address selection-geometry circularity. The empirical patterns — early-layer concentration, the L0-to-L1 representational shift, increasing necessity with depth — are plausible and well documented. However, the load-bearing cross-family claim currently rests on an uncalibrated recovery metric and on a same-base comparison that, as written, is not supported by the evaluated model-by-SAE matrix. These issues materially affect the paper's central conclusion, though they appear fixable wit
major comments (3)
- [§4.5, Table 6, Table 20, B.13] The anchored-vs-redundant split is read almost entirely off the same-layer recovery metric, defined as the fraction of features whose post-ablation target-token rank stays within twice its pre-ablation rank, with a floor of 5. This metric is never calibrated. Llama-3.1-8B x LlamaScope shows 97.7% recovery while Table 20 reports mean Delta logit = -1.828 at L1, -0.5 to -0.9 across most layers, and BH-significant necessity in 31/32 layers. Under the floor-5 rule, a rank-1 token 'recovers' if it stays anywhere in ranks 1-5; a large logit drop can leave it at rank 2-5 while substantially reducing its probability. The paper does not report pre-ablation rank distributions, nor a null recovery rate under magnitude-matched random ablations. B.13's control population is inert by construction (median Delta logit between -0.00006 and -0.0012), so its >=99.96% recovery does not establish what recove
- [Abstract, §1, Table 1, §4.5, Limitations] The abstract and §1 state that 'on the same base model, GemmaScope and BatchTopK features remain causally anchored, while LlamaScope features are locally redundant.' Table 1 shows LlamaScope is evaluated only on Llama-3.1-8B and DeepSeek-R1; no LlamaScope SAE is evaluated on any Gemma model, and no GemmaScope/BatchTopK SAE is evaluated on any Llama model. Thus the LlamaScope half of the family split is conflated with base model, tokenizer, and pretraining data. The Limitations section concedes that cross-family comparisons co-vary training data, but the Conclusion's claim that 'the causal role of a feature depends on which SAE produced it' goes beyond the within-model GemmaScope-vs-BatchTopK evidence. A same-base LlamaScope comparison (or a GemmaScope-style SAE on Llama) is needed before the abstract's 'same base model' phrasing can stand.
- [§3.3, B.14, Table 27] Decoder-alignment detection selects features by cosine similarity between the decoder vector and the target token's input embedding, and the zero-ablation removes exactly that decoder direction. The paper's B.14 alignment-matched null is a reasonable response, but the matching gap is large: median |Delta cos| = 0.18 on GemmaScope and 0.51 on LlamaScope. The in-band subset is limited to 315 controls across five Gemma-2-2B layers, with one of five layers inconclusive (L6), and the LlamaScope layer-1 nearest controls themselves carry a -1.318 mean Delta logit. The circularity concern is therefore only partially mitigated. Please report the recovery metric on the in-band alignment-matched null as well as necessity, and stratify results by |Delta cos| or provide a closer-matched set. This directly bears on whether the causal arm measures feature role or selection geometry.
minor comments (6)
- [Table 6] The label 'LlamaScope (TopK→JR)' is never defined. §3.1 describes LlamaScope as TopK SAEs; §3.3 mentions a TopK-to-JumpReLU conversion. Explain what conversion was applied and when, since the causal results for LlamaScope depend on the final SAE type actually ablated.
- [§4.4, Table 5] Table 5 is labeled 'Causal (N=26,594)' but the main causal analyses use decoder-alignment detection rather than activation-based detection. Clarify which detector produced the semantic-category causal statistics, and whether the category distribution is over the decoder-detected set.
- [Figure 4B] The caption says '17 sampled model×layer conditions,' but Table 6 reports 208 full-layer conditions. Explain the sampling and whether Figure 4B is illustrative; the text implies the full-layer coverage is in Table 6.
- [§4.5] The text quotes recovery as '96-98%' for LlamaScope, but Table 6 lists 97.7% and 95.5%. State both values consistently and reconcile the 96-98% range with the 95.5% DeepSeek-R1 value.
- [§1/Table 6] GPT2-Small is described as a 'single-layer condition' but the abstract and §4.5 say 'across six transformer language models and three SAE families.' Specify that GPT2 contributes one layer (L0) and that full-depth coverage is for the seven configurations.
- [§4.5] The anchoring test is described as one-sided Mann-Whitney U at p<0.05, but the necessity test uses global BH correction over 208 layers. Clarify whether anchoring p-values are also BH-corrected, and if not, justify the different multiple-testing treatment.
Circularity Check
Decoder-alignment selection makes negative ablation logits partly by construction; the paper's own B.14 null is imperfect, so necessity is partially self-definitional, but the family split rests on independent recovery/anchoring metrics.
specific steps
-
self definitional
[§3.3 Decoder-Alignment Detection; §4.5 Causal Validation; Appendix B.14]
"For causal experiments requiring cross-family detection, we use decoder-alignment detection: cosine similarity between each decoder vector wdec_i and the model's token embedding matrix E... For a feature i activating with value f_i>0... we replace the residual-stream activation a with a−f_i·wdec_i... and record ablation damage Δlogit_i = log p_ablated(t*_i)−log p_clean(t*_i) for the top activating token t*_i."
The features used in the causal arm are selected by cosine alignment between wdec and the token embedding of t*; the intervention then subtracts that same wdec from the residual stream while reading t*'s logit. To first order, Δlogit equals −f_i (wdec·U_t*), which is negative for an embedding-aligned decoder (89% logit-lens top-token match), so the BH-significant logit reduction is partly guaranteed by the selection geometry rather than by single-tokenness. The paper's own alignment-matched null is admitted to be only partially constructible: exact matching is impossible at LlamaScope ST alignment levels (median |Δcos| = 0.51), so the necessity effect in those layers is not demonstrably independent of the selection criterion. B.14 concedes 'the necessity effect could in principle be an art
full rationale
The paper is mostly a self-contained empirical study of externally trained SAEs (Neuronpedia checkpoints) with no author self-citations and no fitted parameter later renamed as a prediction. The central family split (GemmaScope/BatchTopK anchored vs LlamaScope locally redundant) is operationalized through same-layer recovery and downstream anchoring statistics, which are not derived from the feature-selection inputs and are partially grounded in same-base Gemma-2-2B/Gemma-3-1B comparisons. However, one load-bearing step is partially circular: the causal-necessity arm selects features by decoder-embedding alignment and then ablates exactly that aligned direction, making a negative target-token logit change a first-order algebraic consequence. The authors attempt an alignment-matched null (B.14), but the matching gap is large where it matters most (LlamaScope layer 1), and they concede the artifact possibility. This keeps the necessity claim from being fully independent, though the anchored/redundant split retains independent content. No other circularity patterns (self-citation chains, imported uniqueness theorems, ansatz smuggled via citation) are present.
Axiom & Free-Parameter Ledger
free parameters (4)
- Detection operating point (gap≥0.3, purity≥0.6, complete word, top-k=20) =
gap=0.3, purity=0.6, k=20, word-boundary required
- Recovery window (rank within 2× baseline, floor 5) =
2×, floor 5
- Alignment-matching tolerance (B.14) =
±0.02 cosine in-band; nearest-5 otherwise
- Scaling exponent α for prevalence vs model size =
−0.51 ± 0.08 (all layers, R²=0.97); −1.33 (Layer 0)
axioms (6)
- domain assumption Zero-ablation a → a − f_i·w_dec is a valid counterfactual intervention; the feature's residual-stream contribution is linear and independent of other features' contributions at the same position.
- domain assumption The same-layer logit lens (w_dec·U_t) faithfully exposes how a layer's features push toward the target token.
- domain assumption The top-activating token t* is the correct counterfactual target for measuring a feature's necessity.
- domain assumption Size-matched random controls within a 2× activation-magnitude range, measured at the same positions, adequately separate feature identity from activation magnitude and position frequency.
- domain assumption Tokenizer-specific word-boundary rules (BPE space for GPT2/Llama, U+2581 for Gemma) define 'complete word'.
- standard math Mann-Whitney U with a single global Benjamini-Hochberg correction across all 208 layer tests is a valid control for the multiple-comparison structure.
read the original abstract
Sparse autoencoder (SAE) features are used to interpret and steer large language models, yet whether a feature's causal role is stable across SAE families remains untested. Single-token features that activate on one vocabulary item provide the diagnostic case where ground truth permits direct comparison. We analyze 3.9M features across six models and three SAE families using zero-ablation at full layer depth. Single-token features cluster 4.7x tighter in decoder space and concentrate in early layers (Layer 0 in GPT2-Small; L0-L4 in Gemma). Ablating them yields Benjamini-Hochberg-significant logit reductions in 178 of 208 full-layer conditions, with depth controlling whether damage cascades downstream or shapes the output directly. Cross-family causal differences exceed within-family scale effects: on the same base model, GemmaScope and BatchTopK features remain causally anchored, while LlamaScope features are locally redundant. The target token's rank recovers to within 2x baseline 96-98% of the time after the same ablation, and a controlled activation-function comparison reverses sign within the same model, leaving training recipe as the residual candidate. Cross-family interpretability claims are therefore sensitive to training methodology, not just activation function or scale.
Figures
Reference graph
Works this paper leans on
-
[1]
Emmanuel Ameisen, Jack Lindsey, Adam Pearce, Wes Gurnee, Nicholas L. Turner, Brian Chen, Craig Citro, David Abrahams, Shan Carter, Basil Hosmer, Jonathan Marcus, Michael Sklar, Adly Templeton, Trenton Bricken, Callum McDougall, Hoagy Cunningham, Thomas Henighan, Adam Jermyn, Andy Jones, and 8 others. 2025. https://transformer-circuits.pub/2025/attribution...
2025
-
[2]
Dana Arad, Aaron Mueller, and Yonatan Belinkov. 2025. https://doi.org/10.18653/v1/2025.emnlp-main.519 SAE s are good for steering -- if you select the right features . In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, pages 10241--10259, Suzhou, China. Association for Computational Linguistics
-
[3]
Nikita Balagansky, Ian Maksimov, and Daniil Gavrilov. 2025. https://openreview.net/forum?id=MDvecs7EvO Mechanistic permutability: Match features across layers . In The Thirteenth International Conference on Learning Representations
2025
-
[4]
Daniel Balcells, Benjamin Lerner, Michael Oesterle, Ediz Ucar, and Stefan Heimersheim. 2024. https://arxiv.org/abs/2410.08869 Evolution of sae features across layers in llms . Preprint, arXiv:2410.08869
Pith/arXiv arXiv 2024
-
[5]
Joseph Bloom. 2024. Open source sparse autoencoders for all residual stream layers of GPT-2 small. https://www.alignmentforum.org/posts/f9EgfLSurAiqRJySD
2024
-
[6]
Joseph Bloom and Johnny Lin. 2024. Understanding sae features with the logit lens. https://www.lesswrong.com/posts/qykrYY6rXXM7EEs8Q
2024
-
[7]
Dan Braun, Jordan Taylor, Nicholas Goldowsky-Dill, and Lee Sharkey. 2024. https://openreview.net/forum?id=7txPaUpUnc Identifying functionally important features with end-to-end sparse dictionary learning . In The Thirty-eighth Annual Conference on Neural Information Processing Systems
2024
-
[8]
Trenton Bricken, Adly Templeton, Joshua Batson, Brian Chen, Adam Jermyn, Tom Conerly, Nick Turner, Cem Anil, Carson Denison, Amanda Askell, Robert Lasenby, Yifan Wu, Shauna Kravec, Nicholas Schiefer, Tim Maxwell, Nicholas Joseph, Zac Hatfield-Dodds, Alex Tamkin, Karina Nguyen, and 6 others. 2023. Towards monosemanticity: Decomposing language models with d...
2023
-
[9]
Bart Bussmann, Patrick Leask, and Neel Nanda. 2024. https://openreview.net/forum?id=d4dpOCqybL BatchTopK sparse autoencoders . In NeurIPS 2024 Workshop on Scientific Methods for Understanding Deep Learning
2024
-
[10]
Sviatoslav Chalnev, Matthew Siu, and Arthur Conmy. 2024. https://arxiv.org/abs/2411.02193 Improving steering vectors by targeting sparse autoencoder features . Preprint, arXiv:2411.02193
Pith/arXiv arXiv 2024
-
[11]
David Chanin and Joseph Bloom. 2024. https://github.com/jbloomAus/SAELens Saelens: SAE training and analysis library
2024
-
[12]
David Chanin, James Wilken-Smith, Tomáš Dulka, Hardik Bhatnagar, Satvik Golechha, and Joseph Bloom. 2024. https://arxiv.org/abs/2409.14507 A is for absorption: Studying feature splitting and absorption in sparse autoencoders . Preprint, arXiv:2409.14507
arXiv 2024
-
[13]
Hoagy Cunningham, Aidan Ewart, Logan Riggs Smith, Robert Huben, and Lee Sharkey. 2024. https://openreview.net/forum?id=F76bwRSLeK Sparse autoencoders find highly interpretable features in language models . In The Twelfth International Conference on Learning Representations
2024
-
[14]
Nelson Elhage, Tristan Hume, Catherine Olsson, Nicholas Schiefer, Tom Henighan, Shauna Kravec, Zac Hatfield-Dodds, Robert Lasenby, Dawn Drain, Carol Chen, Roger Grosse, Sam McCandlish, Jared Kaplan, Dario Amodei, Martin Wattenberg, and Christopher Olah. 2022. https://transformer-circuits.pub/2022/toy_model/index.html Toy models of superposition . Transfor...
2022
-
[15]
Nelson Elhage, Neel Nanda, Catherine Olsson, Tom Henighan, Nicholas Joseph, Ben Mann, Amanda Askell, Yuntao Bai, Anna Chen, Tom Conerly, Nova DasSarma, Dawn Drain, Deep Ganguli, Zac Hatfield-Dodds, Danny Hernandez, Andy Jones, Jackson Kernion, Liane Lovitt, Kamal Ndousse, and 6 others. 2021. https://transformer-circuits.pub/2021/framework/index.html A mat...
2021
-
[16]
Michaud, Isaac Liao, Wes Gurnee, and Max Tegmark
Joshua Engels, Eric J. Michaud, Isaac Liao, Wes Gurnee, and Max Tegmark. 2024. https://arxiv.org/abs/2405.14860 Not all language model features are linear . Preprint, arXiv:2405.14860
Pith/arXiv arXiv 2024
-
[17]
Leo Gao, Tom Dupre la Tour, Henk Tillman, Gabriel Goh, Rajan Troll, Alec Radford, Ilya Sutskever, Jan Leike, and Jeffrey Wu. 2025. https://openreview.net/forum?id=tcsZt9ZNKD Scaling and evaluating TopK sparse autoencoders . In The Thirteenth International Conference on Learning Representations
2025
-
[18]
Atticus Geiger, Duligur Ibeling, Amir Zur, Maheep Chaudhary, Sonakshi Chauhan, Jing Huang, Aryaman Arora, Zhengxuan Wu, Noah Goodman, Christopher Potts, and Thomas Icard. 2025. https://arxiv.org/abs/2301.04709 Causal abstraction: A theoretical foundation for mechanistic interpretability . Journal of Machine Learning Research, 26
Pith/arXiv arXiv 2025
-
[19]
Gemma Team . 2025. https://arxiv.org/abs/2503.19786 Gemma 3 technical report . Preprint, arXiv:2503.19786
Pith/arXiv arXiv 2025
-
[20]
Aaron Gokaslan and Vanya Cohen. 2019. Openwebtext corpus. https://skylion007.github.io/OpenWebTextCorpus/
2019
-
[21]
Aaron Grattafiori, Abhimanyu Dubey, Abhinav Jauhri, Abhinav Pandey, Abhishek Kadian, Ahmad Al-Dahle, Aiesha Letman, Akhil Mathur, Alan Schelten, Alex Vaughan, Amy Yang, Angela Fan, Anirudh Goyal, Anthony Hartshorn, Aobo Yang, Archi Mitra, Archie Sravankumar, Artem Korenev, Arthur Hinsvark, and 542 others. 2024. https://arxiv.org/abs/2407.21783 The llama 3...
Pith/arXiv arXiv 2024
-
[22]
Charles G. Gross. 2002. https://doi.org/10.1177/107385802237175 Genealogy of the ``grandmother cell'' . The Neuroscientist, 8(5):512--518
-
[23]
Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Peiyi Wang, Qihao Zhu, Runxin Xu, Ruoyu Zhang, Shirong Ma, Xiao Bi, Xiaokang Zhang, Xingkai Yu, Yu Wu, Z. F. Wu, Zhibin Gou, Zhihong Shao, Zhuoshu Li, Ziyi Gao, Aixin Liu, and 175 others. 2025. https://doi.org/10.1038/s41586-025-09422-z DeepSeek-R1 incentivizes reasoning in LLMs through reinforcement lear...
-
[24]
Zhengfu He, Wentao Shu, Xuyang Ge, Lingjie Chen, Junxuan Wang, Yunhua Zhou, Frances Liu, Qipeng Guo, Xuanjing Huang, Zuxuan Wu, Yu-Gang Jiang, and Xipeng Qiu. 2024. https://arxiv.org/abs/2410.20526 Llama scope: Extracting millions of features from llama-3.1-8b with sparse autoencoders . Preprint, arXiv:2410.20526
Pith/arXiv arXiv 2024
-
[25]
Hindupur, Ekdeep Singh Lubana, Thomas Fel, and Demba Ba
Sai Sumedh R. Hindupur, Ekdeep Singh Lubana, Thomas Fel, and Demba Ba. 2025. https://arxiv.org/abs/2503.01822 Projecting assumptions: The duality between sparse autoencoders and concept geometry . Preprint, arXiv:2503.01822
arXiv 2025
-
[26]
Adam Karvonen, Can Rager, Johnny Lin, Curt Tigges, Joseph Bloom, David Chanin, Yeu-Tong Lau, Eoin Farrell, Callum McDougall, Kola Ayonrinde, Matthew Wearden, Arthur Conmy, Samuel Marks, and Neel Nanda. 2025. https://arxiv.org/abs/2503.09532 SAEBench : A comprehensive benchmark for sparse autoencoders in language model interpretability . In Proceedings of ...
Pith/arXiv arXiv 2025
-
[27]
Anton Korznikov, Andrey Galichin, Alexey Dontsov, Oleg Rogov, Ivan Oseledets, and Elena Tutubalina. 2026. https://arxiv.org/abs/2602.14111 Sanity checks for sparse autoencoders: Do SAE s beat random baselines? Preprint, arXiv:2602.14111
arXiv 2026
-
[28]
Michael Lan, Philip Torr, Austin Meek, Ashkan Khakzar, David Krueger, and Fazl Barez. 2024. https://arxiv.org/abs/2410.06981 Sparse autoencoders reveal universal feature spaces across large language models . Preprint, arXiv:2410.06981
Pith/arXiv arXiv 2024
-
[29]
Patrick Leask, Bart Bussmann, Michael T Pearce, Joseph Isaac Bloom, Curt Tigges, Noura Al Moubayed, Lee Sharkey, and Neel Nanda. 2025. https://openreview.net/forum?id=9ca9eHNrdH Sparse autoencoders do not find canonical units of analysis . In The Thirteenth International Conference on Learning Representations
2025
-
[30]
Elizaveta Levina and Peter Bickel. 2004. https://proceedings.neurips.cc/paper_files/paper/2004/file/74934548253bcab8490ebd74afed7031-Paper.pdf Maximum likelihood estimation of intrinsic dimension . In Advances in Neural Information Processing Systems, volume 17, pages 777--784. MIT Press
arXiv 2004
-
[31]
Yuxiao Li, Eric J. Michaud, David D. Baek, Joshua Engels, Xiaoqing Sun, and Max Tegmark. 2024. https://arxiv.org/abs/2410.19750 The geometry of concepts: Sparse autoencoder feature structure . Preprint, arXiv:2410.19750
Pith/arXiv arXiv 2024
-
[32]
Tom Lieberum, Senthooran Rajamanoharan, Arthur Conmy, Lewis Smith, Nicolas Sonnerat, Vikrant Varma, Janos Kramar, Anca Dragan, Rohin Shah, and Neel Nanda. 2024. https://doi.org/10.18653/v1/2024.blackboxnlp-1.19 Gemma scope: Open sparse autoencoders everywhere all at once on gemma 2 . In Proceedings of the 7th BlackboxNLP Workshop: Analyzing and Interpreti...
-
[33]
Johnny Lin and Joseph Bloom. 2023. Neuronpedia: Interactive reference and tooling for analyzing neural networks. https://neuronpedia.org. Software
2023
-
[34]
Jack Lindsey, Adly Templeton, Jonathan Marcus, Thomas Conerly, Joshua Batson, and Christopher Olah. 2024. https://transformer-circuits.pub/2024/crosscoders/index.html Sparse crosscoders for cross-layer features and model diffing . Transformer Circuits Thread, Anthropic. Research update, not peer-reviewed
2024
-
[35]
Francesco Locatello, Stefan Bauer, Mario Lucic, Gunnar Raetsch, Sylvain Gelly, Bernhard Sch \"o lkopf, and Olivier Bachem. 2019. https://proceedings.mlr.press/v97/locatello19a.html Challenging common assumptions in the unsupervised learning of disentangled representations . In Proceedings of the 36th International Conference on Machine Learning, volume 97...
2019
-
[36]
Aleksandar Makelov, George Lange, and Neel Nanda. 2024. https://arxiv.org/abs/2405.08366 Towards principled evaluations of sparse autoencoders for interpretability and control . Preprint, arXiv:2405.08366
Pith/arXiv arXiv 2024
-
[37]
Alireza Makhzani and Brendan Frey. 2014. https://arxiv.org/abs/1312.5663 k-sparse autoencoders . Preprint, arXiv:1312.5663
Pith/arXiv arXiv 2014
-
[38]
Samuel Marks, Can Rager, Eric J Michaud, Yonatan Belinkov, David Bau, and Aaron Mueller. 2025. https://openreview.net/forum?id=I4e82CIDxv Sparse feature circuits: Discovering and editing interpretable causal graphs in language models . In The Thirteenth International Conference on Learning Representations
2025
-
[39]
nostalgebraist. 2020. Interpreting gpt: the logit lens. https://www.lesswrong.com/posts/AcKRB8wDpdaN6v6ru
2020
-
[40]
Chris Olah, Nick Cammarata, Ludwig Schubert, Gabriel Goh, Michael Petrov, and Shan Carter. 2020. https://doi.org/10.23915/distill.00024.001 Zoom in: An introduction to circuits . Distill. Https://distill.pub/2020/circuits/zoom-in
-
[41]
Kiho Park, Yo Joong Choe, Yibo Jiang, and Victor Veitch. 2024. https://openreview.net/forum?id=KXuYjuBzKo The geometry of categorical and hierarchical concepts in large language models . In ICML 2024 Workshop on Mechanistic Interpretability
2024
-
[42]
Kiho Park, Yo Joong Choe, and Victor Veitch. 2023. https://openreview.net/forum?id=T0PoOJg8cK The linear representation hypothesis and the geometry of large language models . In Causal Representation Learning Workshop at NeurIPS 2023
2023
-
[43]
Gonçalo Paulo and Nora Belrose. 2025. https://arxiv.org/abs/2501.16615 Sparse autoencoders trained on the same data learn different features . Preprint, arXiv:2501.16615
Pith/arXiv arXiv 2025
-
[44]
Alec Radford, Jeffrey Wu, Rewon Child, David Luan, and Dario Amodei. 2019. https://cdn.openai.com/better-language-models/language_models_are_unsupervised_multitask_learners.pdf Language models are unsupervised multitask learners . Technical report, OpenAI
2019
-
[45]
Senthooran Rajamanoharan, Arthur Conmy, Lewis Smith, Tom Lieberum, Vikrant Varma, János Kramár, Rohin Shah, and Neel Nanda. 2024 a . https://arxiv.org/abs/2404.16014 Improving dictionary learning with gated sparse autoencoders . In Advances in Neural Information Processing Systems
Pith/arXiv arXiv 2024
-
[46]
Senthooran Rajamanoharan, Tom Lieberum, Nicolas Sonnerat, Arthur Conmy, Vikrant Varma, János Kramár, and Neel Nanda. 2024 b . https://arxiv.org/abs/2407.14435 Jumping ahead: Improving reconstruction fidelity with JumpReLU sparse autoencoders . Preprint, arXiv:2407.14435
Pith/arXiv arXiv 2024
-
[47]
Dong Shu, Xuansheng Wu, Haiyan Zhao, Daking Rai, Ziyu Yao, Ninghao Liu, and Mengnan Du. 2025. https://arxiv.org/abs/2503.05613 A survey on sparse autoencoders: Interpreting the internal mechanisms of large language models . Preprint, arXiv:2503.05613
arXiv 2025
-
[48]
Gemma Team, Morgane Riviere, Shreya Pathak, Pier Giuseppe Sessa, Cassidy Hardin, Surya Bhupatiraju, Léonard Hussenot, Thomas Mesnard, Bobak Shahriari, Alexandre Ramé, Johan Ferret, Peter Liu, Pouya Tafti, Abe Friesen, Michelle Casbon, Sabela Ramos, Ravin Kumar, Charline Le Lan, Sammy Jerome, and 179 others. 2024. https://arxiv.org/abs/2408.00118 Gemma 2: ...
Pith/arXiv arXiv 2024
-
[49]
Daniel Freeman, Theodore R
Adly Templeton, Tom Conerly, Jonathan Marcus, Jack Lindsey, Trenton Bricken, Brian Chen, Adam Pearce, Craig Citro, Emmanuel Ameisen, Andy Jones, Hoagy Cunningham, Nicholas L Turner, Callum McDougall, Monte MacDiarmid, C. Daniel Freeman, Theodore R. Sumers, Edward Rees, Joshua Batson, Adam Jermyn, and 3 others. 2024. https://transformer-circuits.pub/2024/s...
2024
-
[50]
Constantin Venhoff, Anisoara Calinescu, Philip Torr, and Christian Schroeder de Witt. 2024. https://arxiv.org/abs/2410.07456 Sage: Scalable ground truth evaluations for large sparse autoencoders . Preprint, arXiv:2410.07456
Pith/arXiv arXiv 2024
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.