LGCLAug 4

Sparse Weight Decomposition for Efficient Circuit Extraction

arXiv:2608.0391311.0
Predicted impact top 23% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work provides a more efficient and less computationally intensive method for circuit extraction in large language models, benefiting researchers and practitioners in mechanistic interpretability.

This paper introduces Sparse Weight Decomposition (SWD), a method that reparameterizes pretrained transformer linear projections into two sparse factors to expose interpretable circuit units. SWD matches the fidelity of existing baselines like Transcoder while using less than 1% of their training data, and achieves the same circuit sufficiency and necessity with fewer active edges and units across various GPT-2 and Qwen models.

Dense pretrained transformers do not naturally expose interpretable units for circuit extraction. Existing approaches obtain such units by learning auxiliary sparse representations or training sparse models, incurring substantial additional computation while potentially introducing a fidelity gap between the representation being analyzed and the original pretrained model. We propose Sparse Weight Decomposition (SWD), which reparameterizes pretrained linear projections by factorizing each weight matrix into two sparse factors whose shared intermediate coordinates serve as individually addressable circuit units. Without training a separate replacement network, this parametric representation supports the same scoring, selection, and ablation circuit extraction workflow used for methods that learn sparse features. Across single-matrix replacements, SWD matches the held-out fidelity achieved by Transcoder and other strong baselines while using less than 1% of the data that those baselines use to train their replacements. For matched replacement fidelity, SWD reaches the same circuit sufficiency and necessity targets with fewer active read/write edges and selected units across tasks on GPT-2, Qwen2.5, and Qwen3.5-27B. We further show that SWD remains effective for full-model replacement of all attention and MLP weight matrices after fine-tuning the nonzero factor values. Finally, SWD also features a zero-data variant, allowing broader use of mechanistic interpretability analysis (e.g., per-step analysis).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes