"Weight-Sparse Circuits May Be Interpretable Yet Unfaithful" by jacob_drori

"Weight-Sparse Circuits May Be Interpretable Yet Unfaithful" by jacob_drori

Author: LessWrong February 13, 2026 Duration: 26:57
TLDR: Recently, Gao et al trained transformers with sparse weights, and introduced a pruning algorithm to extract circuits that explain performance on narrow tasks. I replicate their main results and present evidence suggesting that these circuits are unfaithful to the model's “true computations”.

This work was done as part of the Anthropic Fellows Program under the mentorship of Nick Turner and Jeff Wu.

Introduction

Recently, Gao et al (2025) proposed an exciting approach to training models that are interpretable by design. They train transformers where only a small fraction of their weights are nonzero, and find that pruning these sparse models on narrow tasks yields interpretable circuits. Their key claim is that these weight-sparse models are more interpretable than ordinary dense ones, with smaller task-specific circuits. Below, I reproduce the primary evidence for these claims: training weight-sparse models does tend to produce smaller circuits at a given task loss than dense models, and the circuits also look interpretable.

However, there are reasons to worry that these results don't imply that we're capturing the model's full computation. For example, previous work [1, 2] found that similar masking techniques can achieve good performance on vision tasks even when applied to a [...]

---

Outline:

(00:36) Introduction

(03:03) Tasks

(03:16) Task 1: Pronoun Matching

(03:47) Task 2: Simplified IOI

(04:28) Task 3: Question Marks

(05:10) Results

(05:20) Producing Sparse Interpretable Circuits

(05:25) Zero ablation yields smaller circuits than mean ablation

(06:01) Weight-sparse models usually have smaller circuits

(06:37) Weight-sparse circuits look interpretable

(09:06) Scrutinizing Circuit Faithfulness

(09:11) Pruning achieves low task loss on a nonsense task

(10:24) Important attention patterns can be absent in the pruned model

(11:26) Nodes can play different roles in the pruned model

(14:15) Pruned circuits may not generalize like the base model

(16:16) Conclusion

(18:09) Appendix A: Training and Pruning Details

(20:17) Appendix B: Walkthrough of pronouns and questions circuits

(22:48) Appendix C: The Role of Layernorm

The original text contained 6 footnotes which were omitted from this narration.

---

First published:
February 9th, 2026

Source:
https://www.lesswrong.com/posts/sHpZZnRDLg7ccX9aF/weight-sparse-circuits-may-be-interpretable-yet-unfaithful

---



Narrated by TYPE III AUDIO.

---

Images from the article:

Interactive visualization showing sentence structure with dependency parse trees and grammatical relationships.

Dive into a stream of ideas where technology, culture, philosophy, and society intersect, all through the lens of the LessWrong (Curated & Popular) podcast. This isn't a traditional talk show with hosts, but rather a curated audio library of the most impactful writing from the LessWrong community. Each episode is a narration of a full post, selected for its high value and interesting arguments, focusing on pieces that have been formally curated or have garnered significant community approval. You'll hear clear, thoughtful readings of essays that tackle complex topics like artificial intelligence, rational thinking, moral philosophy, and the forces shaping our future. The audio format lets you absorb these dense, often paradigm-shifting concepts during a commute or a walk, turning written analysis into an immersive listening experience. This particular feed is deliberately selective, offering a manageable stream of the community's standout work. For those who want an even deeper dive into the discussion, there are broader feeds available. The LessWrong (Curated & Popular) podcast serves as an intellectual filter, delivering the signal through the noise and inviting you to engage with some of the most rigorously examined ideas on the internet.
Author: Language: English Episodes: 100

LessWrong (Curated & Popular)
Podcast Episodes
"Maybe there’s a pattern here?" by dynomight [not-audio_url] [/not-audio_url]

Duration: 15:23
1. It occurred to me that if I could invent a machine—a gun—which could by its rapidity of fire, enable one man to do as much battle duty as a hundred, that it would, to a large extent supersede the necessity of large ar…
"Persona Parasitology" by Raymond Douglas [not-audio_url] [/not-audio_url]

Duration: 22:22
There was a lot of chatter a few months back about "Spiral Personas" — AI personas that spread between users and models through seeds, spores, and behavioral manipulation. Adele Lopez's definitive post on the phenomenon…
"Here’s to the Polypropylene Makers" by jefftk [not-audio_url] [/not-audio_url]

Duration: 4:12
Six years ago, as covid-19 was rapidly spreading through the US, mysister was working as a medical resident. One day she was handed anN95 and told to "guard it with her life", because there weren'tany more coming. N95s a…
"The persona selection model" by Sam Marks [not-audio_url] [/not-audio_url]

Duration: 1:34:24
TL;DR We describe the persona selection model (PSM): the idea that LLMs learn to simulate diverse characters during pre-training, and post-training elicits and refines a particular such Assistant persona. Interactions wi…