-
CircuitsLLMs/Interpretability 2026. 6. 17. 08:59
Circuit discovery
Recent studies in MI aim to uncover the existence of circuits, which are a subset of model components (subgraphs) interacting together to solve a task. Activation patching, logit attribution, and attention pattern analysis are common techniques for circuit discovery.
However, circuit discovery also requires identifying important interactions between components. For this purpose, edge patching exploits the fact that every model component input is the sum of the output of previous components in its residual stream, and considers edges directly connecting pairs of model components' nodes. Path patching generalizes the edge patching approach to multiple edges, allowing for a more fine-grained analysis of circuits.
INTERPRETABILITY IN THE WILD: A CIRCUIT FOR INDIRECT OBJECT IDENTIFICATION IN GPT-2 SMALL
https://openreview.net/pdf?id=NpsVSN6o4ul
A Mechanistic Interpretation of Arithmetic Reasoning in Language Models using Causal Mediation Analysis
https://arxiv.org/pdf/2305.15054
A circuit for Python docstrings in a 4-layer attention-only transformer
Dissecting Recall of Factual Associations in Auto-Regressive Language Models
https://aclanthology.org/2023.emnlp-main.751.pdf
How does GPT-2 compute greater-than?: Interpreting mathematical abilities in a pre-trained language model
LOCALIZING MODEL BEHAVIOR WITH PATH PATCHING
https://arxiv.org/pdf/2304.05969
Limitations & Overcoming
IS THIS THE SUBSPACE YOU ARE LOOKING FOR? AN INTERPRETABILITY ILLUSION FOR SUBSPACE ACTIVATION PATCHING
https://openreview.net/pdf?id=Ebt7JgMHv1
A reply to makelov et al. (2023)’s "interpretability illusion" arguments
https://arxiv.org/pdf/2401.12631
Explorations of Self-Repair in Language Models
https://arxiv.org/pdf/2402.15390
Does Circuit Analysis Interpretability Scale? Evidence from Multiple Choice Capabilities in Chinchilla
https://arxiv.org/pdf/2307.09458
Towards automated circuit discovery for mechanistic interpretability
Sparse feature circuits: Discovering and editing interpretable causal graphs in language models
https://arxiv.org/pdf/2403.19647
Information Flow Routes: Automatically Interpreting Language Models at Scale
https://arxiv.org/pdf/2403.00824
AtP∗ : An efficient and scalable method for localizing LLM behaviour to components
https://arxiv.org/pdf/2403.00745
'LLMs > Interpretability' 카테고리의 다른 글
Features (0) 2026.06.17 Causal Abstraction (0) 2026.06.17 Activation Patching (0) 2026.06.17 생성모델 관점에서 생각해보더라도 (0) 2026.06.15 어떻게 보면, LLM은 거대한 graph database retrieval system 같기도 해 (0) 2026.06.15