Papers › From Geometric Recovery to Causal Validation: A Reproducible Audit of Sparse...

From Geometric Recovery to Causal Validation: A Reproducible Audit of Sparse Autoencoder Features, from Superposition Geometry to Causal Inertness

13 Jul 2026arXiv:2607.12166added by Syntology

Mohamed Abdessalem Bal

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Sparse autoencoders (SAEs) are the standard for decomposing superposed neural representations into interpretable features, and evaluation relies predominantly on correlational recovery metrics -- cosine similarity between ground-truth directions and decoder atoms. We show this conflates two distinct claims: decoder-geometry alignment and encoder-activation behavior. We reproduce the superposition phase diagram of Elhage et al. (2022), identifying a convergence artifact at high sparsity and an under-described diffuse sharing regime at extreme overcompleteness. We reproduce the TopK-versus-L1 comparison of Gao et al. (2024), with direct evidence of L1 shrinkage. Our central result is causal: subjecting every recovered feature to ablation and steering, we find up to 77% of features passing a recovery bar (cosine >= 0.90) in a degraded SAE -- and 9% in a well-trained one -- are causally inert: the matched atom never fires when the feature is present, including matches at cosine ~1.000. We package the method as sae-causal-audit, a model-agnostic instrument with a deterministic pipeline. Re-auditing refines the finding: inertness decomposes by cause into structural inertness (antipodal-pair geometry, present in good SAEs) and competitive inertness (a TopK pathology of degraded SAEs), and by direction into read- and write-inertness, which five antipodal pairs dissociate completely -- unmonitorable yet steerable through the same atom, with steering specificities of 143-310 attached to zero ablation effects. We document why byte-exact reproducibility is unavailable by construction, and propose reporting it as a stack of claims with explicit scopes. Applying the instrument to a production SAE reproduces the pattern at small scale (14% inert) and surfaces an atom-collision signal: a handful of atoms recur as the nearest match for dozens of unrelated concepts, replicated across three batches.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.12166")

Code

Syntology Ran 14 of 17 code samples harvested from 2 repositories linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · honoured contract; 5 ran · our draft was wrong; 8 ran with no contract checked.

By repository: found in paper text by Syntology: 17 samples from 2 repositories, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

mohamed-bal/sae-causal-audit found in paper text by Syntology report
mohamed-bal/superposition-to-monosemanticity found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 14 ran; 1 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
5ran · our draft was wrong
8ran
3unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

TopKSAEConfig mohamed-bal/superposition-to-monosemanticity/src/part3_causal_validation.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 89f335d65e7982f3 · report
TopKSparseAutoencoder mohamed-bal/superposition-to-monosemanticity/src/part3_causal_validation.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · c238475dfc3766c1 · report
ToyReluOutputModel mohamed-bal/superposition-to-monosemanticity/src/part3_causal_validation.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 3c8dcf901760d6cc · report
ablation_effect mohamed-bal/superposition-to-monosemanticity/src/part3_causal_validation.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 2934a74b1224c7dc · report
best_match_cosine_similarity mohamed-bal/superposition-to-monosemanticity/src/part3_causal_validation.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 6746fb8078ac1515 · report
best_match_indices_and_signs mohamed-bal/superposition-to-monosemanticity/src/part3_causal_validation.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 0e05eeba26edf7b5 · report
isolated_feature_batch mohamed-bal/superposition-to-monosemanticity/src/part3_causal_validation.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 048ad71b27e5569d · report
load_json mohamed-bal/sae-causal-audit/src/sae_causal_audit/report.py found in paper text by Syntology ran MIT (permissive) · fe76107a48f0807c · report
match_features_to_atoms mohamed-bal/sae-causal-audit/src/sae_causal_audit/matching.py found in paper text by Syntology ran MIT (permissive) · c9e4ddddf99de7b8 · report
steering_effect mohamed-bal/superposition-to-monosemanticity/src/part3_causal_validation.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 9c612b80787dd24d · report
train_topk_sae mohamed-bal/superposition-to-monosemanticity/src/part3_causal_validation.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 99f04d71b917b33b · report
train_topk_sae mohamed-bal/sae-causal-audit/src/sae_causal_audit/toy.py found in paper text by Syntology ran MIT (permissive) · 8abb4bea3d094422 · report
train_toy_model mohamed-bal/sae-causal-audit/src/sae_causal_audit/toy.py found in paper text by Syntology ran MIT (permissive) · df5d7672c5a4c9ea · report
true_directions mohamed-bal/sae-causal-audit/src/sae_causal_audit/toy.py found in paper text by Syntology ran MIT (permissive) · 7ef3e00364872350 · report
ToyModelConfig mohamed-bal/superposition-to-monosemanticity/src/part3_causal_validation.py found in paper text by Syntology unverified MIT (permissive) · 4b36c0146dcd4f00 · report
bootstrap_ci mohamed-bal/sae-causal-audit/src/sae_causal_audit/stats.py found in paper text by Syntology unverified MIT (permissive) · cd4f9aebcb38b4ea · report
run_causal_study_for_sae mohamed-bal/superposition-to-monosemanticity/src/part3_causal_validation.py found in paper text by Syntology unverified MIT (permissive) · b14e1bd32da0dbfc · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.12166, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections