paper-with-me

홈 › Papers

Dictionary Learning Improves Patch-Free Circuit Discovery in Mechanistic Interpretability: A Case Study on Othello-GPT

2024-02-19 · Zhengfu He, Xuyang Ge, Qiong Tang, Tianxiang Sun, Qinyuan Cheng, Xipeng Qiu

Sparse dictionary learning has been a rapidly growing technique in mechanistic interpretability to attack superposition and extract more human-understandable features from model activations. We ask a further question based on the extracted more monosemantic features: How do we recognize circuits connecting the enormous amount of dictionary features? We propose a circuit discovery framework alternative to activation patching. Our framework suffers less from out-of-distribution and proves to be more efficient in terms of asymptotic complexity. The basic unit in our framework is dictionary features decomposed from all modules writing to the residual stream, including embedding, attention output and MLP output. Starting from any logit, dictionary feature or attention score, we manage to trace down to lower-level dictionary features of all tokens and compute their contribution to these more interpretable and local model behaviors. We dig in a small transformer trained on a synthetic task named Othello and find a number of human-understandable fine-grained circuits inside of it.

📄 PDF Abstract BibTeX arXiv:2402.12201

Code (0)

등록된 구현이 없습니다.

Tasks

Dictionary Learning

Similar Papers 제목 키워드 기반

PAHQ: Accelerating Automated Circuit Discovery through Mixed-Precision Inference Optimization

2025-10-27 · Xinhai Wang, Shu Yang, Liangyu Wang, Lin Zhang 외 arxiv

Circuit discovery, which involves identifying sparse and task-relevant subnetworks in pre-trained language models, is a cornerstone of mechanistic interpretability. Automated Circuit Discovery (ACDC) has emerged as a piv…

APP: Accelerated Path Patching with Task-Specific Pruning

2025-11-07 · Frauke Andersen, William Rudman, Ruochen Zhang, Carsten Eickhoff arxiv

Circuit discovery is a key step in many mechanistic interpretability pipelines. Current methods, such as Path Patching, are computationally expensive and have limited in-depth circuit analysis for smaller models. In this…

Attribution Patching Outperforms Automated Circuit Discovery

2023-10-16 · Aaquib Syed, Can Rager, Arthur Conmy

Automated interpretability research has recently attracted attention as a potential research direction that could scale explanations of neural network behavior to large models. Existing automated circuit discovery work a…

Explaining the Explainer: Understanding the Inner Workings of Transformer-based Symbolic Regression Models

2026-02-03 · Arco van Breda, Erman Acar arxiv

Following their success across many domains, transformers have also proven effective for symbolic regression (SR); however, the internal mechanisms underlying their generation of mathematical operators remain largely une…

Discovering Transformer Circuits via a Hybrid Attribution and Pruning Framework

2025-09-28 · Hao Gu, Vibhas Nair, Amrithaa Ashok Kumar, Jayvart Sharma 외 arxiv

Interpreting language models often involves circuit analysis, which aims to identify sparse subnetworks, or circuits, that accomplish specific tasks. Existing circuit discovery algorithms face a fundamental trade-off: at…