Scaling sparse feature circuit finding for in-context learning
Dmitrii Kharlapenko, Stepan Shabalin, Fazl Barez, Arthur Conmy, Neel Nanda
TL;DR
This work develops a scalable mechanistic interpretability framework for in-context learning by combining Sparse Autoencoders (SAEs) with Task Vector Cleaning (TVC) and an adapted Sparse Feature Circuits (SFC) pipeline. It identifies two core feature families—task-detection features that identify the current task and task-execution features that implement the task—demonstrating their causal roles within the Gemma-1 2B model through steering experiments and circuit analysis. The authors modify SFC to handle large ICL prompts and introduce token-position categorization, a revised loss, and faithfulness metrics, uncovering a network of SAE latents that strongly influence ICL and connect via attention and transcoder components. These findings advance mechanistic interpretability by showing how abstract task representations are decomposed into executable features that interact across transformer sublayers, offering a path toward controllable and safer ICL behaviors. The work also contributes practical tools and datasets that enable broader analysis of larger models and more complex ICL tasks.
Abstract
Sparse autoencoders (SAEs) are a popular tool for interpreting large language model activations, but their utility in addressing open questions in interpretability remains unclear. In this work, we demonstrate their effectiveness by using SAEs to deepen our understanding of the mechanism behind in-context learning (ICL). We identify abstract SAE features that (i) encode the model's knowledge of which task to execute and (ii) whose latent vectors causally induce the task zero-shot. This aligns with prior work showing that ICL is mediated by task vectors. We further demonstrate that these task vectors are well approximated by a sparse sum of SAE latents, including these task-execution features. To explore the ICL mechanism, we adapt the sparse feature circuits methodology of Marks et al. (2024) to work for the much larger Gemma-1 2B model, with 30 times as many parameters, and to the more complex task of ICL. Through circuit finding, we discover task-detecting features with corresponding SAE latents that activate earlier in the prompt, that detect when tasks have been performed. They are causally linked with task-execution features through the attention and MLP sublayers.
