REVIEW 4 major objections 6 minor 7 cited by
Language Model Circuits Are Sparse in the Neuron Basis
T0 review · 4 major / 6 minor · reviewed 2026-08-03 · deepseek-v4-flash
Pith's one-line read The paper claims that MLP neurons—specifically the pre-down-projection activations—are as sparse and faithful a feature basis for circuit tracing as sparse autoencoders, and that a single-backward-pass attribution method (RelP) makes this p
desk verdict Genuinely useful empirical result: MLP activations plus RelP give SAE-level sparse circuits on SVA; the central claim is real but the title outruns the evidence. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The key object is the MLP activation vector h^(i)_j in the residual stream: the pre-down-projection hidden activations, whose coordinates are made a privileged basis by the elementwise SiLU nonlinearity. The argument is carried by this choice of basis together with RelP attribution, which replaces all nonlinearities on the backward pass by their local linearisations (detached or frozen RMSNorm scales, SiLU gates, and attention weights) plus a half-rule that divides gradients by two through the gated MLP's elementwise product, preserving a completeness property. RelP on MLP activations yields attribution scores in a single backward pass and, when extended to edges with stop-gradients on inter
What would settle it
Run the neuron-vs-SAE circuit comparison on a transformer with a non-gated MLP (e.g. GELU, no multiplicative gate). If, at equal circuit size, the neuron-basis circuit's faithfulness on subject-verb agreement is materially below the SAE-basis circuit's—or if RelP's top-200 neurons share little overlap with the top-200 by brute-force single-neuron ablation—the central claim fails outside gated-MLP architectures.
Extended reading notes
Core claim
The central claim, stated on the paper's own terms, is that MLP neurons are as sparse a feature basis as SAEs for circuit tracing: for the first time, they empirically show that circuits of about 10^2 MLP neurons can control model behaviour on a standard benchmark, with near-perfect faithfulness and completeness, matching SAE-based circuits. The sparsity appears specifically when the nodes are the MLP hidden activations (before the down projection) rather than the MLP outputs, because the elementwise nonlinearity makes the activation coordinates a privileged basis. The gap that remained under Integrated Gradients is closed by RelP, which attributes via a locally linearised replacement model
Load-bearing premise
The load-bearing premise is that RelP's local linearisation of the network—freezing normalization scales, SiLU gates, and attention weights, and halving gradients through gated MLPs—preserves the true relative causal importance of individual neurons, a premise the authors validate only on a handful of templatic tasks and the MIB benchmark.
Editorial extensions
If this is right
- Neuron-level circuits can be obtained with no extra training cost: no SAE needs to be trained or loaded, making circuit tracing more tractable for large models.
- Circuit tracing no longer requires paired counterfactual inputs: RelP's unpaired variant finds sparse circuits from zero baselines, extending the approach to non-templatic settings.
- The neuron basis is more faithful than learned bases because it avoids SAE reconstruction errors, feature splitting and absorption, and the need to maintain dictionaries throughout training.
- The recovered circuits are actionable: steering a single 'say a capital' neuron flips the model's top output from the correct capital to the state in a majority of cases, and steering neuron clusters changes the output in line with their hypothesised roles.
- RelP also improves attribution at coarser granularity, achieving the best or second-best CMD scores on the circuit-localisation track of the Mechanistic Interpretability Benchmark for node and edge attribution.
Reading between the lines
- The sparsity result is demonstrated on gated-MLP transformers; a natural stress test is whether plain-GELU or non-gated architectures also show MLP-activation sparsity, or whether gated MLPs are what manufacture the privileged basis.
- Because RelP attribution is computed on a locally linearised replacement model, the neuron rankings are only as faithful as that linearisation; comparing RelP's top-k sets against exhaustive single-neuron ablation on naturalistic inputs would quantify the risk.
- If MLP activations are indeed a privileged basis, the architectural trend toward sparsity—gated MLPs, mixture-of-experts routing—may be making future models more transparent in the neuron basis, an implication the authors gesture at but do not test.
- The user-modelling case study hints that neuron circuits can surface demographic inferences from prefilled infobox outputs, but whether such circuits generalise beyond contrived prompts remains open.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper argues that MLP activation neurons are as sparse a feature basis for circuit tracing as SAE features, contrary to the common assumption that neurons are too distributed to be useful. It proposes using MLP activations as the representation and RelP, a gradient-based attribution method that linearizes nonlinearities, for selecting neuron-level circuits. The empirical core is on the SVA benchmark, where the authors report that ~10^2 MLP neurons achieve near-perfect faithfulness/completeness, closing the gap with SAE features, with supporting experiments on unpaired data, Gemma-2 models, the MIB benchmark, and case studies on multi-hop reasoning, arithmetic, multilingual antonyms, and user modeling. The paper also includes steering experiments showing that individual neurons can change model outputs in interpretable ways.
Significance. If the central claim holds, the result is significant: it challenges the prevailing assumption that SAEs or transcoders are necessary for sparse, interpretable circuit discovery, and it offers a cheaper neuron-based alternative with no additional training cost. The paper has real strengths: selection is performed on training data and evaluation on held-out inputs with the original model, which avoids the most obvious circularity; the comparison spans multiple representations, two attribution methods, several tasks, and two model families; and the case studies include concrete steering interventions. The proof in Appendix B that the half-rule preserves completeness for gated MLPs is a useful formal contribution. However, the paper's quantitative claims currently rest on a metric-definition error and on attribution-fidelity evidence that is largely at module level rather than neuron level, so the headline claim is not yet secured.
major comments (4)
- [§3.2, Eqs. (3)–(4)] The equations defining Faithfulness and Completeness are identical: both are E[m(C,x)-m(∅,x)] / E[m(M,x)-m(∅,x)]. If C(x) in Eq. (1) means running the model with the circuit's complement ablated, then Eq. (3) is a reasonable faithfulness measure, but Completeness should ablate the circuit itself and compare to full-model ablation, e.g. E[m(C_ablated,x)-m(∅,x)] / E[m(M,x)-m(∅,x)]. As written, the two metrics are the same quantity, and all plots reporting both 'Faithfulness' and 'Completeness' (Figs. 1–5) become ambiguous. Please correct the definitions and confirm that the experiments use the intended distinct ablations.
- [§5.2, Eq. (11), Table 3] The central 'as sparse as SAEs' claim depends on RelP correctly ranking individual MLP neurons. RelP uses a replacement model with frozen RMSNorm, SiLU, and attention coefficients and the LRP half-rule; final evaluations are on the original model, but node selection is made with the replacement model. The direct evidence for neuron-level ranking fidelity is limited to the four templatic SVA tasks. The MIB validation in Table 3 operates at module level (attention heads/MLPs), not at the individual-neuron level asserted in §5.2. If the frozen-coefficient model over-credits neurons whose causal effects are mediated by nonlinear interactions, the top-neuron set could be much less faithful on non-templatic or out-of-distribution inputs. Please add neuron-level validation, e.g., by comparing RelP rankings to actual activation-patching ground truth on a sample of non-templatic inputs, or by rep
- [§G.1 and Table 13] The paper manually excludes 12 neurons because they are 'always activated' and uninformative (§G.1). However, Table 13 in the user-modeling case study reports six of these filtered neurons—L9/N4255, L6/N5866, L11/N11321, L7/N6673, L5/N7012, L2/N4786—as high-additional-information neurons for the non-binary class. This inconsistency suggests the filtering was applied unevenly across case studies or that the table includes neurons that were supposed to be removed. Please clarify whether the manual exclusion was applied to every case study, and report results with and without the filtered set so readers can assess the impact on the qualitative conclusions.
- [Figs. 1–5, §5.1] The main quantitative comparisons—especially the headline claim that ~200 MLP neurons are as sparse as SAE features—are presented as curves without error bars, confidence intervals, or multiple seeds. The MIB table says results are averaged over three seeds, but no variance is reported. No code is released. For a claim that is explicitly quantitative and comparative, this makes it difficult to judge whether the observed gap between MLP activations and SAEs is robust. Please include variability estimates (e.g., over seeds or task subsets), or release code so the curves can be reproduced.
minor comments (6)
- [§5.4] The text says RelP achieves 'over 80% faithfulness while maintaining high completeness.' Given Eqs. (3)–(4), lower completeness is better, so this should read 'low completeness.'
- [§5.2] The sentence 'We discovered RelP at the same time Jafari et al. (2025) did' is not verifiable from the manuscript and is unrelated to the technical content. Consider removing it or providing a dated preprint/artifact.
- [§4] For SAE circuits, the error term is allowed as a node if its attribution score passes the threshold. This is a standard choice, but it means the SAE circuits are not purely in the learned feature basis. Please report an additional comparison with SAE circuits that exclude the error term, since the headline comparison is about basis sparsity.
- [Table 3] The caption says results are averaged across three seeds, but no standard deviations or per-seed values are shown. Please add them, particularly for the RelP row.
- [§6.1] The case study manually selects 23 of 257 traced neurons for detailed discussion. This is acceptable as an exploratory illustration, but the manuscript should state more clearly that the qualitative circuit interpretation is based on a hand-picked subset, not on the full automatically traced circuit.
- [§B, Eq. (34)] In the bilinearized MLP equation, it would help to explicitly define s = Freeze(σ(W_gate x)), since the notation 'detach the SiLU nonlinearity's effect' is ambiguous and the subsequent degree-2 homogeneity argument depends on that interpretation.
Circularity Check
No significant circularity: circuit selection and evaluation are decoupled, and the central claim is checked on held-out data with the original model.
full rationale
The paper's central claim is that MLP-neuron circuits are as sparse and faithful as SAE circuits. The derivation chain is: (1) choose a set of neurons/features by attribution (IG or RelP) on a training subset; (2) evaluate the resulting circuit by mean-ablating the complement on the original model and measuring faithfulness/completeness on a held-out validation subset. Selection and evaluation therefore use different instances and different models (the replacement model for gradients vs. the original model for evaluation). Equation (1) defines evaluation on the original model M with mean ablation, while Equations (10)-(11) define RelP attribution on a replacement model; the latter is only used to rank nodes, not to define the success metric. Thus the 'as sparse as SAEs' result is not forced by construction: a random or poorly chosen neuron set would score worse, as the paper's own baselines show. RelP itself originates externally (Jafari et al., 2025), and its external validation on MIB compares against published baselines from the original MIB paper, providing independent evidence for the attribution method. The self-citations present in the paper (e.g., Choi et al. for neuron descriptions, Wu et al. for SAE baselines) are not load-bearing for the main sparsity claim. The local linearization in Table 2 and the half-rule in Appendix B are approximations whose faithfulness is an empirical correctness concern, not a circularity: they do not encode the conclusion that neurons are as sparse as SAEs. No equation in the paper reduces to its own input, no fitted parameter is renamed as a prediction, and no uniqueness theorem is imported to forbid alternatives. The paper is therefore self-contained against external evaluation for the purposes of circularity.
Assumptions & free parameters
free parameters (4)
- attribution threshold τ =
0.005
- IG integration steps n =
10
- edge candidate pool =
top 10^3 neurons
- steering multiplier α =
selected from {−4,−2,−1,0,2,4}
assumptions (3)
- domain assumption Mean ablation is a valid intervention for circuit evaluation
- ad hoc to paper Local linearisation of nonlinearities preserves causal attribution ordering
- domain assumption Automatic neuron descriptions from Choi et al. (2024) reliably reflect neuron function
Cite this review
Pith. "Pith review of Language Model Circuits Are Sparse in the Neuron Basis." pith.science (2026). https://pith.science/paper/RLL4NQFV
@misc{pith2026260122594,
author = {Pith},
title = {Pith review of: Language Model Circuits Are Sparse in the Neuron Basis},
year = {2026},
howpublished = {\url{https://pith.science/paper/RLL4NQFV}},
note = {Machine review of arXiv:2601.22594}
}
abstract
The high-level concepts that a neural network uses to perform computation need not be aligned to individual neurons (Smolensky, 1986). Language model interpretability research has thus turned to techniques which decompose the neuron basis into more interpretable units of model computation, such as sparse autoencoders (SAEs). However, not all neuron-based representations are uninterpretable. For the first time, we empirically show that MLP neurons are as sparse a feature basis as SAEs. We use this finding to develop an end-to-end gradient-based attribution pipeline for circuit tracing on the MLP neuron basis, which surfaces causally effective neurons on a variety of tasks. On a standard subject-verb agreement benchmark (Marks et al., 2025), a circuit of $\approx 10^2$ MLP neurons is enough to control model behaviour. On the multi-hop city-state-capital task from (Lindsey et al., 2025), we find a circuit in which small sets of neurons encode specific latent reasoning steps (e.g. mapping a city to its state), and can be steered to change the model's output. This work thus advances automated interpretability of language models without imposing additional training costs.
Figures
Figures from the paper (10 more)
Forward citations
Cited by 7 Pith papers
-
Through the Looking Glass: Directly Reading and Writing Transformers
A transformer's components can be directly interpreted using a layer-native token table and signed contribution accounting, revealing each token prediction uses only dozens of components that can be named and edited w...
-
Verbalizable Representations Form a Global Workspace in Language Models
Language models represent their current reasoning in a small, readable set of verbalizable vectors (the J-space) that functions like a global workspace.
-
Turn-Averaged SAEs for Feature Discovery and Long-Context Attribution
Turn-averaged SAEs reconstruct average activations over conversation turns to represent high-level turn characteristics with a fixed number of features, simplifying long-context interpretability compared to per-token SAEs.
-
Distributed Sparse Interventions in Language Models
Sparse interventions on 8–64 neurons distributed across layers can activate task behavior in instruction-tuned LLMs, outperforming first-order linear steering approaches by modeling nonlinear neuron interactions.
-
Sparsely gated tiny linear experts
Sgatlin replaces transformer FF layers with sparse single linear neurons, improving perplexity across compute budgets and enabling direct interpretation of semantically clustered circuits for factual recall.
-
Test-Time Training for Modality Order Consistency in Vision-Language Models
VLMs are less accurate when the question precedes the image; per-instance KL self-distillation using the image-first answer as teacher closes most of the gap and slightly improves the image-first branch.
-
Fast & Faithful Function Vectors
LRP-based attention head selection and distributed application improve the efficiency and accuracy of function vectors for steering LLMs compared to prior choices.
Reference graph
Works this paper leans on
-
[3]
URLhttps://arxiv.org/abs/2304.14997. Cotra, A. Without specific countermeasures, the easiest path to transformative AI likely leads to AI takeover. InAI Alignment Forum, 2022. URLhttps://www.lesswrong. com/posts/pRkFkzwKZ2zfa3R6H/without-specific- countermeasures-the-easiest-path-to. Cunningham, H., Ewart, A., Riggs, L., Huben, R., and Sharkey, L. Sparse ...
arXiv 2022
-
[5]
URLhttps://arxiv.org/abs/2410.20526. Hindupur, S. S. R., Lubana, E. S., Fel, T., and Ba, D. Pro- jecting assumptions: The duality between sparse autoen- coders and concept geometry.arXiv:2503.01822, 2025. URLhttps://arxiv.org/abs/2503.01822. Hu, X., Yin, K., Jordan, M. I., Steinhardt, J., and Chen, L. Understanding in-context learning of addition via acti...
arXiv 2025
-
[6]
Makino, M., Asazuma, Y ., Sasaki, S., and Suzuki, J
URL https://transformer-circuits.pub/ 2025/attribution-graphs/biology.html. Makino, M., Asazuma, Y ., Sasaki, S., and Suzuki, J. The impact of integration step on integrated gradients. In Falk, N., Papi, S., and Zhang, M. (eds.),Proceedings of the 18th Conference of the European Chapter of the Association for Computational Linguistics: Student Research Wo...
arXiv 2025
-
[8]
URLhttps://arxiv.org/abs/2505.14685. Rajamanoharan, S., Conmy, A., Smith, L., Lieberum, T., Varma, V ., Kram´ar, J., Shah, R., and Nanda, N. Improving sparse decomposition of language model activations with gated sparse autoencoders. In Globersons, A., Mackey, L., Belgrave, D., Fan, A., Paquet, U., Tomczak, J. M., and Zhang, C. (eds.),Advances in Neural I...
arXiv 2024
-
[2022]
Nikankin, Y ., Reusch, A., Mueller, A., and Belinkov, Y
URLhttps://arxiv.org/abs/2209.00626. Nikankin, Y ., Reusch, A., Mueller, A., and Belinkov, Y . Arithmetic without algorithms: Language mod- els solve math with a bag of heuristics. InThe Thir- teenth International Conference on Learning Representa- tions, ICLR 2025, Singapore, April 24-28, 2025. Open- Review.net, 2025. URL https://openreview.net/ forum?id...
arXiv 2025
-
[2023]
Casper, S., Ezell, C., Siegmann, C., Kolt, N., Curtis, T
URL https://transformer-circuits.pub/ 2023/monosemantic-features/index.html. Casper, S., Ezell, C., Siegmann, C., Kolt, N., Curtis, T. L., Bucknall, B., Haupt, A. A., Wei, K., Scheurer, J., Hobbhahn, M., Sharkey, L., Krishna, S., Hagen, M. V ., Alberti, S., Chan, A., Sun, Q., Gerovitch, M., Bau, D., Tegmark, M., Krueger, D., and Hadfield-Menell, D. Black-...
2023
-
[2024]
URL https: //doi.org/10.1145/3630106.3659037
doi: 10.1145/3630106.3659037. URL https: //doi.org/10.1145/3630106.3659037. Chan, L., Garriga-Alonso, A., Goldowsky-Dill, N., Green- blatt, R., Nitishinskaya, J., Radhakrishnan, A., Shlegeris, B., and Thomas, N. Causal scrubbing: a method for rigor- ously testing interpretability hypotheses. InAI Alignment Forum, 2022. URL https://www.alignmentforum. org/...
arXiv 2022
-
[2025]
URLhttps://arxiv.org/abs/2410.14670. Gao, L., la Tour, T. D., Tillman, H., Goh, G., Troll, R., Radford, A., Sutskever, I., Leike, J., and Wu, J. Scal- ing and evaluating sparse autoencoders. InThe Thir- teenth International Conference on Learning Representa- tions, ICLR 2025, Singapore, April 24-28, 2025. Open- Review.net, 2025a. URL https://openreview.ne...
arXiv 2025
Reviewed August 3, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.