REVIEW 3 major objections 5 minor 3 cited by
This paper shows that sparse autoencoder features can score high on disentanglement metrics yet still steer multiple unrelated concepts when manipulated, arguing that correlational and spatial-separation evidence cannot establish causal sel
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-03 15:50 UTC pith:ASOSH5O4
load-bearing objection Useful empirical point on steering vs. correlational metrics, but the 'disjointness' result is not established by the reported additivity test. the 3 major comments →
From Isolation to Entanglement: When Do Interpretability Methods Identify and Disentangle Known Concepts?
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Even when trained on uniform (uncorrelated) concept distributions, SAE features generally affect many concepts when steered, indicating they are neither selective nor independent; nonetheless, features act on disjoint subspaces. High scores on correlational metrics (MCC, DCI-ES) and near-perfect additivity of joint steering effects do not predict whether a feature can be steered without changing other concepts. The paper introduces steering-specific metrics—steering independence and steering selectivity—and shows that the gap between disjointness and independence is the rule rather than the exception.
What carries the argument
The causal independence test is feature steering: setting a feature to α times its maximum activation, decoding, and adding the reconstruction residual back to the hidden state. The paper measures cross-concept log-odds changes, and formalizes (1) steering independence and selectivity via ratios of target to off-target probability changes, and (2) disjointness as exact additivity of effect when two features are steered together. The load-bearing distinction is that disjoint subspaces are not independent mechanisms.
Load-bearing premise
The paper assumes that the steering operation it uses is a faithful causal intervention on the underlying concept, so that the observed cross-concept probability changes reflect real entanglement rather than an artifact of the editing mechanism.
What would settle it
Repeating the steering experiments with a different intervention style (for instance, direct activation replacement instead of residual addition) and finding that cross-concept effects disappear or change dramatically would show the results are mechanism artifacts. Conversely, a dataset where concepts are perfectly independent by construction and all SAE features are still cross-effective would confirm the non-selectivity claim.
If this is right
- Interpretability evaluations that report only correlational metrics such as MCC or DCI-ES can overstate how selectively a concept is controlled.
- Demonstrating that two features live in non-overlapping subspaces does not demonstrate that they act independently on model outputs.
- Steering-based multi-concept evaluations should become the default before claiming a feature 'controls' a single concept.
- Feature splitting (low completeness) is widespread; at least ten features are needed before a sparse probe saturates, so single-feature steering is often insufficient.
- Supervised probes remain the strongest baselines for concept identification, but even they degrade at high concept correlations.
Where Pith is reading between the lines
- A natural extension is to measure steering selectivity across richer, more realistic text distributions, since the findings here use grammar-generated data; the prevalence of cross-concept effects might grow or shrink with natural language.
- The disjointness result implies the model's internal computation may be closer to a linear overlay of feature subspaces; if so, additive counterfactuals could be combined with sparse circuit tracing to predict composite behaviors.
- The gap between disjointness and independence suggests a research target: featurizers optimized for causal (interventional) disentanglement objectives rather than reconstruction or correlation objectives.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces a multi-concept evaluation framework for interpretability methods, using a PCFG-generated dataset with four known concepts (voice, tense, sentiment, domain) and controlled correlations between concept values. The authors train several featurizers (ReLU/Top-K/SpADE SAEs, SSAEs, sparse probes) on activations of Pythia-70M and Gemma-2-2B, and evaluate them with correlational metrics (MCC, DCI-ES) and with causal steering interventions. They report three main findings: (1) featurizers achieve high correlational disentanglement but poor steering selectivity, (2) features are often sensitive to one concept yet concepts are distributed across many features, and (3) steering effects are additive (features are 'disjoint') even though steering a feature changes many concepts. They propose two new metrics, IS and SS, to quantify steering independence and selectivity, and argue that correlational metrics are insufficient for causal claims and that disjointness does not imply independence.
Significance. If the findings hold, this is a well-targeted and useful contribution to interpretability evaluation. The paper moves beyond single-concept tests by explicitly varying concept correlations and by contrasting correlational (MCC/DCI-ES) and interventional (steering) evidence. The empirical observation that high DCI-ES scores coexist with widespread cross-concept steering effects is important and could redirect evaluation practice. The PCFG dataset with exact ground-truth concepts and the systematic comparison of multiple SAE architectures on two model families is a concrete asset. The paper also transparently implements known causal-representation-learning ideas in a mechanistic-interpretability setting. However, the 'disjointness' claim—a headline contribution—requires stronger empirical support, because the proposed additivity test is partially confounded by the affine decoder structure.
major comments (3)
- [§4.2, Eq. (3), Fig. 5, Table 2] The additivity test in Eq. (3) is not a direct test of subspace disjointness. For each tested SAE the decoder is affine in f, and the intervention in Eq. (1) changes exactly one coordinate of f. Thus the change in the middle-layer activation hℓ from steering two features is exactly additive by construction, regardless of whether the decoder columns overlap. While the output-level log-odds are not necessarily additive (because the downstream transformer is nonlinear), the near-perfect R² values in Table 2 are consistent with the building-block artifact. The abstract's stronger claim that 'features affect disjoint subspaces' is not established without a direct measurement of subspace overlap (e.g., cosine similarity between W·,i and W·,j or between the effect vectors). Please either provide such a direct measurement, or reframe the claim as 'additive effects' and temper the Discussion acco
- [§4.1, Eq. (2), Table 1] The newly introduced steering independence (IS) and selectivity (SS) metrics are reported only as point means and maxima, without error bars or significance tests across the three training seeds. Without variance estimates it is impossible to know whether the differences between architectures (e.g., SSAE vs. Top-K) or between ρ=0.1 and ρ=0.9 are meaningful. In addition, the definition is degenerate when the numerator is zero (e.g., if the selected feature has no effect on the target concept), which may arise in practice; the paper does not state how such cases are handled. Please provide confidence intervals and a clear policy for degenerate cases, and ideally validate the metrics on synthetic data where the ground-truth causal structure is known.
- [App. B.2, §3.1] The SSAE is trained on the final layer, while all other SAEs are trained on the middle layer (layer 3 for Pythia, layer 13 for Gemma). The paper acknowledges this confound in a footnote, but the headline comparison 'SSAEs perform best among unsupervised methods' (Fig. 2, Fig. 3) is partly a comparison of layers, not architectures. A middle-layer SSAE or a final-layer ReLU/Top-K/SpADE should be reported as a robustness check. Without that, the architectural advantage claim is not fully supported.
minor comments (5)
- [§1 (typo)] In the Introduction: 'by by manipulating' — duplicate word.
- [§3.1, Fig. 3] The caption says 'DCI-ES scores' but the figure has four panels (Disentanglement, Completeness, Informativeness, Explicitness). Consider labeling which DCI-ES component each panel shows, and note that 'size' is omitted.
- [§4.2] The text calls R² the measure 'for each SAE' but Table 2 reports no error bars; also, the sentence 'we compute the R2... this measures how' is incomplete — likely a missing clause.
- [§4.1, Eq. (2)] The notation is dense: p(z_i | h̃(hat f_j)) is used for the effect of steering with feature of concept j on concept i, but the reader must infer that within-concept pairs are excluded. Consider clarifying the indexing, perhaps with an explicit definition of the feature-selection function.
- [References] The reference 'Zuheng, Xu, Moksh Jain, ...' appears malformed (the first author's surname is likely 'Xu, Zuheng'). Please fix formatting.
Circularity Check
No significant circularity: central steering/disjointness results are empirical interventions, not fitted predictions.
full rationale
The paper's main claims are empirical: MCC/DCI-ES are measured on held-out data, steering is an actual intervention (Eq. 1), and the IS/SS metrics (Eq. 2) are defined and then reported as measurements rather than derived from fitted parameters. The §4.2 disjointness test is an operationalization of additivity (Eq. 3): the paper measures whether the downstream log-odds effect of two steering operations equals the sum of individual effects. While affine SAE decoders make activation-level edits additive by construction, the paper evaluates downstream probe log-odds through the nonlinear model, and it explicitly notes ReLU deviations (App. I), stating that this 'provides some evidence that disjointness is not tautologically expected.' Thus the disjointness finding is not equivalent to the input by construction. Self-citations such as Joshi et al. (2025), Arad et al. (2025), Marks et al. (2025), and Mueller et al. (2025b) are used as baselines, design guidance, or related work, not as the derivation of the headline result; none is an unverified uniqueness theorem that forces the conclusion. The acknowledged different-layer confound (App. B.2) is a validity limitation, not a circular step. Overall, the core empirical contrast between correlational disentanglement and steering non-independence is self-contained and externally testable.
Axiom & Free-Parameter Ledger
free parameters (3)
- steering coefficient alpha =
5
- Top-K active features k =
128
- SAE sparsity regularizers (lambda / beta) =
not explicitly stated for all architectures
axioms (4)
- domain assumption Linear sufficiency: for each ground-truth concept z_k there exists a linear invertible transformation T such that z_k = T h_l.
- domain assumption One feature dimension is sufficient for concept detection and control.
- domain assumption PCFG-generated sentences with four categorical concepts are a faithful testbed for how SAEs represent concepts in natural language.
- domain assumption The unobserved common cause in the DGP induces the desired correlation between concept values without introducing other unintended correlations.
read the original abstract
A goal of interpretability is to recover disentangled representations of latent concepts (features) from the activations of neural networks. The quality of features is typically evaluated in isolation, and under implicit independence assumptions that may not hold in practice. Thus, it is unclear to what extent common featurization methods such as sparse autoencoders (SAEs) and probes disentangle one concept from another. We propose a multi-concept evaluation setting using concepts including sentiment, domain, voice, and tense. We evaluate how well featurizers produce disentangled representations of each concept, observing that features are typically sensitive to only one concept, but also that concepts are distributed across many features. Then, we steer these features, measuring whether each concept is independently manipulable, and whether features interact. Even in idealized settings, steering a feature often affects many concepts, despite a near absence of interaction effects. These results suggest that correlational metrics are insufficient to establish steering selectivity, and that demonstrating that two features operate in separate spaces is insufficient to claim that they will be selective for one concept. These results underscore the importance of multi-concept evaluations in interpretability research.
Figures
Forward citations
Cited by 3 Pith papers
-
Disentanglement Beyond Generative Models with Riemannian ICA
RICA replaces ICA's global generative model with local Riemannian geometry, introducing a disentanglement tensor based on the Hessian of the log-likelihood and Ricci curvature to measure pointwise disentanglement, whi...
-
Tensor Product Representation Probes Reveal Shared Structure Across Linear Directions
Linear probes for Othello board states factor into tensor-product structure with square and color embeddings composed by a binding matrix, from which the linear probes can be directly recovered.
-
Phase-Associative Memory: Sequence Modeling in Complex Hilbert Space
PAM, a complex-valued associative memory model, exhibits steeper power-law scaling in loss and perplexity than a matched real-valued baseline when trained on WikiText-103 from 5M to 100M parameters.
Reference graph
Works this paper leans on
-
[2]
do- main=science
Hindupur et al. (2025) show that this architecture can capture more irregular concept geometries, whereas ReLU SAEs assume linear separability, and Top-K SAEs assume angular separability. Sparse shift autoencoders.Sparse shift autoencoders (SSAEs) (Joshi et al., 2025) are trained using paired observations(x, ˜x)assumed to be sampled from the following gen...
2025
-
[19]
Phillip Lippe, Sara Magliacane, Sindy L¨owe, Yuki M
URLhttps://aclanthology.org/2024.blackboxnlp-1.19/. Phillip Lippe, Sara Magliacane, Sindy L¨owe, Yuki M. Asano, Taco Cohen, and Efstratios Gavves. CITRIS: Causal Identifiability from Temporal Intervened Sequences, June 2022. URL http: //arxiv.org/abs/2202.03169. Number: arXiv:2202.03169 arXiv:2202.03169 [cs, stat]. Phillip Lippe, Sara Magliacane, Sindy L¨...
Pith/arXiv arXiv 2024
-
[2024]
URLhttp://arxiv.org/abs/2402.04875. arXiv:2402.04875 [cs, stat]. Kartik Ahuja, Jason Hartford, and Yoshua Bengio. Weakly Supervised Representation Learning with Sparse Perturbations. October 2022a. URL https://openreview.net/forum?id= 6ZI4iF_T7t. Kartik Ahuja, Yixin Wang, Divyat Mahajan, and Yoshua Bengio. Interventional Causal Rep- resentation Learning, ...
Pith/arXiv arXiv 2023
-
[2025]
URLhttps://openreview.net/forum?id=K2CckZjNy0. Jiaqi Zhang, Chandler Squires, Kristjan Greenewald, Akash Srivastava, Karthikeyan Shanmugam, and Caroline Uhler. Identifiability Guarantees for Causal Disentanglement from Soft Interventions, July 2023. URL http://arxiv.org/abs/2307.06250. arXiv:2307.06250 [cs, math, stat]. Zuheng, Xu, Moksh Jain, Ali Denton,...
Pith/arXiv arXiv 2023
-
[4687]
URL https://www.nature.com/articles/ s41586-023-06668-3
doi: 10.1038/s41586-023-06668-3. URL https://www.nature.com/articles/ s41586-023-06668-3. Publisher: Nature Publishing Group. Elliot Layne, Jason Hartford, S´ebastien Lachapelle, Mathieu Blanchette, and Dhanya Sridhar. Sparsity regularization via tree-structured environments for disentangled representations.Transactions on Machine Learning Research, 2025....
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.