Constructive Circuit Amplification: Improving Math Reasoning in LLMs via Targeted Sub-Network Updates
Nikhil Prakash, Donghao Ren, Dominik Moritz, Yannick Assogba
TL;DR
The paper addresses enhancing mathematical reasoning in LLMs by leveraging mechanistic interpretability to identify sparse circuits responsible for reasoning. It introduces Constructive Circuit Amplification (CCA), a three-stage framework that localizes pivotal reasoning tokens, isolates constructive model components with Desiderata-based Component Masking (DCM), and updates only those components. Applied to GSM-Symbolic, CCA achieves up to +11.4% accuracy with updates to as little as 1.59% of components, while preserving broad capabilities on benchmarks like MMLU, TriviaQA, and TruthfulQA. This work demonstrates that targeted, sparse, circuit-level updates can reliably boost specific reasoning skills with minimal collateral impact, suggesting a practical pathway for safe, capability-specific model adaptation.
Abstract
Prior studies investigating the internal workings of LLMs have uncovered sparse subnetworks, often referred to as circuits, that are responsible for performing specific tasks. Additionally, it has been shown that model performance improvement through fine-tuning often results from the strengthening of existing circuits in the model. Taken together, these findings suggest the possibility of intervening directly on such circuits to make precise, task-targeted updates. Motivated by these findings, we propose a novel method called Constructive Circuit Amplification which identifies pivotal tokens from model reasoning traces as well as model components responsible for the desired task, and updates only those components. Applied to mathematical reasoning, it improves accuracy by up to +11.4% across multiple models while modifying as little as 1.59% of model components, with minimal impact on other abilities as measured by MMLU, TriviaQA, and TruthfulQA. These results demonstrate that targeted capabilities can be reliably enhanced by selectively updating a sparse set of model components.
