Many Circuits, One Mechanism: Input Variation and Evaluation Granularity in Circuit Discovery
This paper challenges the assumption that structural differences in discovered circuits indicate distinct mechanisms, demonstrating through "phantom specialization" that varying input statistics yields structurally diverse but functionally equivalent subgraphs, thereby revealing that standard evaluation practices often obscure the many-to-one mapping between circuit structure and model function.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you have a giant, complex machine (a large AI model) that performs a specific trick: it looks at a pattern of letters and copies one of them to the end of the line. Scientists want to know how the machine does this trick. They try to find the specific "wiring" inside the machine responsible for the trick. They call this wiring a circuit.
For a long time, researchers believed that if they found a different wiring diagram for the same trick under slightly different conditions, it meant the machine had developed a new, specialized way of doing the trick.
This paper says: Not so fast.
The authors discovered that what looks like a new, specialized machine is actually just the same machine doing the same trick, but with a few extra, unnecessary wires attached. They call this "Phantom Specialization."
Here is the breakdown using simple analogies:
1. The Experiment: The "Copy Cat" Game
The researchers used a game called "Literal Sequence Copying."
- The Task: The AI sees a sequence like
A B C D ... A B Cand has to guess the next letter (D). - The Twist: They played this game using words that appear very often in the AI's training (like "the") and words that appear very rarely (like obscure proper nouns).
- The Expectation: They thought, "Maybe the AI uses a different set of internal wires for rare words than for common words."
2. The Discovery: The "Many Roads to Rome" Problem
When they looked at the wiring diagrams for common words vs. rare words, the diagrams looked different.
- The "rare word" circuit had more wires.
- The "common word" circuit had fewer wires.
- They looked like two different blueprints.
However, when they tested the function:
- They took the "rare word" wires and used them to copy "common words." It worked perfectly.
- They took the "common word" wires and used them for "rare words." It also worked perfectly.
- The Conclusion: The extra wires in the "rare word" circuit weren't doing anything special. They were just decoration. The machine was using the exact same core logic for both.
3. The Analogy: The "Spandrel" or "Extra Backpack"
Imagine you are hiking.
- Scenario A: You pack a small, efficient backpack for a short walk.
- Scenario B: You pack a huge, heavy backpack for a long walk.
If you look at the two backpacks, they look totally different (Structure). You might think, "The big backpack is a specialized tool for long hikes!"
But what if you found out that both backpacks contain the exact same water bottle and map? The extra space in the big backpack is just empty or filled with random items that happen to be there. If you took the small backpack and used it for the long hike, you'd still survive. If you took the big backpack and used it for the short hike, you'd still survive.
The "Phantom Specialization" is the illusion that the big backpack is a different kind of tool, when it's actually just the same tool with some extra, useless weight attached.
4. Why Did This Happen? (The "Greedy" Mechanic)
The researchers found that the method used to find these circuits is a bit like a greedy mechanic trying to fix a car.
- The mechanic wants to find the smallest set of wires that makes the car run.
- Sometimes, there are multiple wires that do the exact same job (redundancy).
- When the mechanic looks at a "rare word" input, the car's internal state is slightly different. The greedy mechanic picks one set of wires to keep and cuts the rest.
- When looking at a "common word," the internal state is slightly different again, so the mechanic picks a different set of wires to keep.
The result? Two different wiring diagrams that both make the car run perfectly. The differences aren't because the car needs different engines; it's just because the mechanic made different random choices between equally good options.
5. The "Zoom Lens" Problem (Evaluation Granularity)
The paper also found that scientists were often looking at the circuits through the wrong "lens."
- The "Source-Level" Lens (Zoomed Out): This looks at the whole component (like a whole chip). If any wire on the chip is active, the whole chip is counted as "working." This makes the circuits look very faithful and different.
- The "Edge-Level" Lens (Zoomed In): This looks at the specific wires. When you zoom in, you see that many of the wires selected were actually unnecessary.
The paper argues that if you only look from far away (Source-Level), you see "Phantom Specialization." If you zoom in (Edge-Level), you see that the circuits are actually doing the exact same thing.
Summary of the Main Takeaways
- Different Wires Different Logic: Just because two circuits look different on paper doesn't mean they do different things.
- The "Phantom": The apparent specialization is an illusion caused by the way we extract and measure these circuits.
- Redundancy is Real: AI models have many backup paths. If one path is cut, another takes over. This makes it hard to find the "one true" circuit.
- How to Fix It: To understand how AI works, we shouldn't just look at one circuit. We need to:
- Test if a circuit works on different types of inputs (Transfer Tests).
- Look at the specific wires, not just the big components (Edge-Level Evaluation).
- Run the extraction multiple times and see what stays the same (Multiple Extractions).
In short: The AI isn't building a new engine for rare words; it's just wearing a different hat. The hat looks different, but the engine underneath is the same.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.