CircuitProbe: Predicting Reasoning Circuits in Transformers via Stability Zone Detection
Rajkiran Panuganti

TL;DR
CircuitProbe efficiently predicts reasoning circuits in transformer models using activation statistics, enabling rapid identification of beneficial layer duplications across multiple languages and model sizes.
Contribution
It introduces a fast, activation-based method to locate reasoning circuits in transformers, significantly reducing computation time compared to brute-force approaches.
Findings
Reasoning circuits are of two types: stability and magnitude.
CircuitProbe's top predictions are within 2 layers of the optimal in all cases.
Layer duplication benefits small models but can harm larger models.
Abstract
Transformer language models contain localized reasoning circuits, contiguous layer blocks that improve reasoning when duplicated at inference time. Finding these circuits currently requires brute-force sweeps costing 25 GPU hours per model. We propose CircuitProbe, which predicts circuit locations from activation statistics in under 5 minutes on CPU, providing a speedup of three to four orders of magnitude. We find that reasoning circuits come in two types: stability circuits in early layers, detected through the derivative of representation change, and magnitude circuits in late layers, detected through anomaly scoring. We validate across 9 models spanning 6 architectures, including 2025 models, confirming that CircuitProbe top predictions match or are within 2 layers of the optimal circuit in all validated cases. A scaling experiment across the Qwen 2.5 family reveals that layer…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
