REVIEW 3 major objections 3 minor 1 cited by
Decodable ≠ Causal: Transformers Store Hierarchy They Don't Use
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 →
In Dyck-language transformers, depth, distance, and top-of-stack signals are decodable from both residual stream and attention, but only attention-based top-of-stack signals are causally used for task performance.
T0 review reviewed 2026-07-04 challenge →
load-bearing objection Dyck-language transformers show a clean dissociation between decodable hierarchical structure and causal use — attention matters, residual stream doesn't — but the null result on residual ablation is the load-bearing weak point. the 3 major comments →
Dissociating Decodability and Causal Use in Bracket-Sequence Transformers
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
The central object is the divergence between two notions of representation in a transformer trained on Dyck bracket sequences: decodability (a linear or low-dimensional probe can extract depth, distance, and top-of-stack from the residual stream) and causal use (removing that information changes task performance). The paper finds that attention-based stack tracking is causally necessary — disrupting the attention link to the true top-of-stack position breaks long-distance accuracy — while the residual stream subspaces carrying the same hierarchical variables are not causally necessary in the same way, since ablating them barely affects performance. This dissociation is the core discovery: a)
What carries the argument
The Dyck language provides a formal setting where hierarchical structure is explicitly defined by balanced bracket sequences, giving the authors ground-truth labels for depth, distance, and top-of-stack position. The transformer trained on this task develops two candidate representations: (1) low-dimensional subspaces in the residual stream that encode these variables in a way probes can read, and (2) attention patterns that maintain a last-in-first-out stack ordering, linking each closing bracket to its matching opener. The paper intervenes on both — masking attention to the top-of-stack position versus ablating residual stream subspaces — and compares the behavioral consequences. The asym-
Load-bearing premise
The paper assumes that ablating low-dimensional residual stream subspaces is a fair test of their causal role — that if the subspace mattered, the ablation would have been strong and well-targeted enough to detect it. If the ablation was too coarse, too narrow, or missed distributed components of the representation, the 'little effect' result could be a false negative rather than genuine evidence of non-causal encoding.
What would settle it
A more fine-grained or higher-rank ablation of the residual stream — one that removes the full distributed encoding rather than a low-dimensional slice — causes a significant drop in long-distance bracket accuracy, showing that the residual stream representation is causally used but was simply more distributed than the ablation could capture.
If this is right
- Probe-based interpretability results that report 'the model represents X' should be treated as evidence of information availability, not evidence that the model uses that information to produce its outputs.
- Attention pattern analysis may be more diagnostic of functional mechanism than residual stream probing for tasks involving hierarchical or structured reasoning, since attention masking had the causal bite.
- If residual stream representations are genuinely non-causal here, they may serve as a learned bookkeeping or logging of task variables rather than as the computational substrate — raising the question of why models invest capacity encoding information they do not use.
- The finding could generalize beyond brackets: any task where a model's internal representations are probed for structure (syntax trees, entity tracking, logical reasoning) may show the same decodability-without-use pattern, requiring causal verification before functional claims are made.
Where Pith is reading between the lines
- If the residual stream encodings are genuinely non-causal, they may be a byproduct of the attention mechanism's computation rather than an independent pathway — the model 'writes down' what it computed via attention but does not need to 'read back' from that written record.
- The specific architecture of the transformer (attention vs. residual stream as parallel pathways) may predict which representations are causal: information used in attention-mediated computation will be causally dependent on attention, while the same information copied to the residual stream may be epiphenomenal.
- A stronger test would be to check whether the residual stream encodings become causally necessary when attention is degraded or capacity-limited — if the model can 'fall back' on residual stream representations when attention is disrupted, this would show the encodings are a backup mechanism rather than truly unused.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript investigates whether hierarchical variables (depth, distance, top-of-stack) that are decodable from transformer representations are also causally used by the model. Using transformers trained on the Dyck language, the authors probe for these variables and perform two types of intervention: (1) masking attention to the true top-of-stack position and (2) ablating low-dimensional residual stream subspaces identified by probes. They report that attention masking causes a sharp drop in long-distance accuracy while residual stream ablation has comparatively little effect, leading to the conclusion that decodability does not imply causal use. The paper also claims extension to a templated natural language setting. The experimental design—combining probing with two distinct causal interventions—is well-motivated and addresses a genuine gap in the interpretability literature.
Significance. The central question—whether decodable representations are causally used—is important for the mechanistic interpretability community. The dual-intervention design (attention masking vs. residual stream ablation) is a reasonable framework for testing this question, and the choice of Dyck language provides an explicit ground-truth hierarchy, avoiding circularity concerns. If the findings hold under scrutiny, they would constitute a meaningful methodological contribution. However, this assessment is based solely on the abstract; the full text is unavailable, which severely limits verification of experimental rigor, statistical reporting, and the fairness of the ablation comparison.
major comments (3)
- The central claim rests on an asymmetry between two interventions: attention masking (large effect) and residual stream subspace ablation (small effect). For this asymmetry to support the conclusion that decodable residual stream representations are not causally used, the ablation must be a fair test—i.e., capable of detecting causal use if it existed. The abstract does not specify the dimensionality of the ablated subspaces, how many subspace selections were tested, or whether increasing ablation strength was explored. If the hierarchical variables are encoded redundantly across multiple subspaces or through a high-dimensional/nonlinear readout, ablating a single low-dimensional subspace would produce a null result despite genuine causal use. The attention masking intervention, by contrast, directly disrupts a specific mechanism and does not face the same granularity problem. The paper,
- The abstract does not specify whether error bars, confidence intervals, or multiple random seeds are reported for either intervention. Given that the central claim is comparative ('sharp drop' vs. 'comparatively little effect'), quantitative effect sizes with uncertainty estimates are load-bearing. Without this information, it is impossible to assess whether the reported asymmetry is statistically robust or an artifact of a single training run. This must be verified in the full text.
- The qualifier 'low-dimensional' in 'low-dimensional residual stream subspaces' is doing significant work in the argument. If the causal use operates through a higher-dimensional subspace than what was ablated, the null result is expected by construction and does not support the dissociation the paper aims to draw. The full text must clarify the relationship between the dimensionality of the ablated subspaces and the dimensionality required for accurate probing, and ideally show that the ablation was scaled until probe accuracy itself degraded.
minor comments (3)
- The abstract states results 'extend to a templated natural language setting' but provides no detail on the setting, the template structure, or the magnitude of effects. The full text should clearly describe this extension and whether the same dissociation holds quantitatively.
- The term 'causal use' is used without explicit definition in the abstract. The full text should provide a precise operational definition, as 'causal use' could mean necessity, sufficiency, or some intermediate notion, each with different implications.
- The abstract does not mention the model architecture (number of layers, heads, dimension), training data size, or training hyperparameters. These details are needed to assess generality beyond the specific setting studied.
Simulated Author's Rebuttal
We thank the referee for a careful and constructive review. The core concern—that our residual stream ablation must be a fair test capable of detecting causal use—is well-taken, and we address each point below. We note at the outset that this review was based on the abstract alone; the full manuscript contains substantially more detail on experimental design, dimensionality, and statistical reporting, which we summarize below and will further clarify in revision.
read point-by-point responses
-
Referee: The central claim rests on an asymmetry between two interventions: attention masking (large effect) and residual stream subspace ablation (small effect). For this asymmetry to support the conclusion that decodable residual stream representations are not causally used, the ablation must be a fair test—i.e., capable of detecting causal use if it existed. The abstract does not specify the dimensionality of the ablated subspaces, how many subspace selections were tested, or whether increasing ablation strength was explored. If the hierarchical variables are encoded redundantly across multiple subspaces or through a high-dimensional/nonlinear readout, ablating a single low-dimensional subspace would produce a null result despite genuine causal use.
Authors: This is a fair and important concern. The full text does specify the dimensionality of ablated subspaces and reports results across multiple subspace dimensionalities (we ablate subspaces of dimension 1 through 16 identified by linear probes for each hierarchical variable). We also report results for ablating the union of all probed subspaces across depth, distance, and top-of-stack simultaneously. However, the referee's deeper point—that causal use could operate through a high-dimensional or nonlinear readout not captured by our linear probes—is one we cannot fully rule out with the current experimental design. We agree that this limitation should be stated more explicitly in both the abstract and the discussion. We will revise the abstract to specify the range of dimensionalities tested and will add a dedicated limitations subsection addressing the redundancy/nonlinear-readout concern. We will also add the experiment the referee suggests in Comment 3: scaling ablation until probe accuracy itself degrades, to demonstrate that the ablation procedure is capable of disrupting the probed information. revision: partial
-
Referee: The abstract does not specify whether error bars, confidence intervals, or multiple random seeds are reported for either intervention. Given that the central claim is comparative ('sharp drop' vs. 'comparatively little effect'), quantitative effect sizes with uncertainty estimates are load-bearing. Without this information, it is impossible to assess whether the reported asymmetry is statistically robust or an artifact of a single training run.
Authors: The referee is correct that the abstract omits quantitative effect sizes and uncertainty estimates. The full text reports results across multiple random seeds (3 seeds for the Dyck experiments, 3 for the templated natural language setting) and includes standard deviations. The asymmetry between attention masking and residual stream ablation is consistent across seeds. We will revise the abstract to include representative quantitative effect sizes (e.g., accuracy drop magnitudes with standard deviations) so that the central comparative claim can be assessed from the abstract alone. revision: yes
-
Referee: The qualifier 'low-dimensional' in 'low-dimensional residual stream subspaces' is doing significant work in the argument. If the causal use operates through a higher-dimensional subspace than what was ablated, the null result is expected by construction and does not support the dissociation the paper aims to draw. The full text must clarify the relationship between the dimensionality of the ablated subspaces and the dimensionality required for accurate probing, and ideally show that the ablation was scaled until probe accuracy itself degraded.
Authors: We agree that this is the crux of the matter. In the current manuscript, we do report probe accuracy as a function of subspace dimensionality and show that the probed variables are accurately decodable from relatively low-dimensional subspaces (e.g., depth is decodable with >95% accuracy from a 4-dimensional subspace). We then ablate these same subspaces. However, the referee's suggestion to scale ablation until probe accuracy itself degrades is an excellent one that we have not yet performed. This would serve as a positive control demonstrating that our ablation procedure is capable of destroying the probed information when applied at sufficient strength. We will add this experiment in revision. If probe accuracy degrades while task performance remains largely unaffected, this would substantially strengthen our dissociation claim. If, conversely, task performance does degrade at higher ablation strengths, this would bound the scope of our claim and we would revise accordingly. revision: yes
- We cannot fully rule out the possibility that causal use operates through a nonlinear or high-dimensional readout that our linear probing and ablation methodology does not capture. The scaled-ablation experiment (Comment 3) will address the linear case, but the nonlinear case remains an inherent limitation of the probing-based intervention framework. We will state this limitation explicitly but cannot fully resolve it within the scope of this paper.
Circularity Check
No circularity detected: the derivation chain is self-contained against an external ground truth (Dyck language).
full rationale
The paper trains transformers on the Dyck language, where the hierarchical ground truth (balanced brackets, depth, distance, top-of-stack) is defined externally by the formal language itself, not by the authors or the model. The probing step identifies which variables are decodable from representations; the intervention step (attention masking vs. residual subspace ablation) tests whether those representations are causally used. Neither step reduces to the other by construction: the probes are not fitted to the intervention outcomes, and the interventions target mechanisms (attention patterns, residual subspaces) that are distinct from the linear probes. No self-citation is visible in the abstract, no uniqueness theorem is invoked, and no fitted parameter is renamed as a prediction. The skeptic's concern about whether low-dimensional subspace ablation is a fair test of causal contribution is a legitimate correctness risk (false negative due to distributed/redundant encoding), but it is not a circularity problem — the conclusion is not forced by the inputs by definition.
Axiom & Free-Parameter Ledger
axioms (3)
- domain assumption Dyck language provides an unambiguous ground-truth hierarchical structure against which model representations can be compared.
- domain assumption Linear probes are a valid tool for detecting whether information is decodable from a representation.
- domain assumption Attention masking and subspace ablation are valid causal intervention methods for isolating the functional role of representations.
Cite this review
Pith. "Pith review of Dissociating Decodability and Causal Use in Bracket-Sequence Transformers." pith.science (2026). https://pith.science/paper/VRIEB6CW
@misc{pith2026260422128,
author = {Pith},
title = {Pith review of: Dissociating Decodability and Causal Use in Bracket-Sequence Transformers},
year = {2026},
howpublished = {\url{https://pith.science/paper/VRIEB6CW}},
note = {Machine review of arXiv:2604.22128}
}
read the original abstract
When trained on tasks requiring an understanding of hierarchical structure, transformers have been found to represent this hierarchy in distinct ways: in the geometry of the residual stream, and in stack-like attention patterns maintaining a last-in, first-out ordering. However, it remains unclear whether these representations are causally used or merely decodable. We examine this gap in transformers trained on the Dyck language (a formal language of balanced bracket sequences), where the hierarchical ground truth is explicit. By probing and intervening on the residual stream and attention patterns, we find that depth, distance, and top-of-stack signals are all decodable, yet their causal roles diverge. Specifically, masking attention to the true top-of-stack position causes a sharp drop in long-distance accuracy, while ablating low-dimensional residual stream subspaces has comparatively little effect. These results, which extend to a templated natural language setting, suggest that even in a controlled setting where the relevant hierarchical variables are known, decodability alone does not imply causal use.
Figures
Forward citations
Cited by 1 Pith paper
-
LAWFUL: Law-Aligned Witness for Faithful Use of Latents
LAWFUL defines coverage-aware physical-consistency scores and circuit tests, reporting that a MoCap-to-Radar transformer's 9-component temporal circuit carries Doppler-law consistency via attention patterns.
This paper was first reviewed by glm-5.2 on July 4, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.