Do Probes Find Features the Model Actually Uses?
Section titled “Do Probes Find Features the Model Actually Uses?”The question. A linear probe trained on a model’s activations achieves high accuracy at predicting some property — part of speech, sentiment, truthfulness, spatial position. Does this mean the model represents that property? Does the model use it in its computation? Or is the probe just a powerful classifier extracting signal the model never relies on?
This question drove the “probing wars” of 2019-2022 and remains unresolved. We show that the disagreement is a view confusion: “represents,” “uses,” and “is there” mean different things under different views.
What each view says
Section titled “What each view says”Instrumental view — the probe predicts, that’s the finding
Section titled “Instrumental view — the probe predicts, that’s the finding”A probe that achieves high accuracy has demonstrated that the property is linearly decodable from the model’s activations. Full stop. Whether the model “uses” it is a separate question the probe cannot answer — and the Instrumental view does not ask it.
The limit. High probe accuracy is consistent with the model encoding the property and with the property being an artifact of the activation geometry that the model never relies on. Hewitt and Liang (2019) introduced selectivity — the gap between probe accuracy on a real model vs. a control — precisely to address this. But selectivity is itself an Instrumental measure: it tells you the model’s activations are different from random, not that the model uses the property.
Subspace view — “uses” means causally active
Section titled “Subspace view — “uses” means causally active”The probe identifies a direction (or subspace) in activation space. The question becomes: is that direction causally active? Distributed Alignment Search (DAS) and Interchange Intervention Accuracy (IIA) test this directly: swap the component of one input’s activation along the probe’s direction with another input’s, and check whether the model’s behavior changes as predicted.
If IIA is high, the model is using the subspace the probe found. If IIA is low, the probe found a correlation in the activations that isn’t causally relevant — the model can produce the same behavior without it.
The resolution. The probe identifies a candidate subspace. DAS/IIA tests whether that subspace is causally active. This is the standard the Subspace view provides: a feature the model “uses” is one that lives in a causal subspace, measured as a point on the Grassmannian .
Perspectival view — probes impose structure
Section titled “Perspectival view — probes impose structure”A sufficiently expressive probe can find “features” in any high-dimensional space, including random activations. The Perspectival view treats the probe as a method that projects structure onto the model. The critical question is discriminant validity: does the probe find qualitatively more structure in a trained model than in a control?
Zhang and Bowman (2018) showed that probes can achieve high accuracy on linguistic properties even in models that should not encode them. Belinkov (2022) surveyed the probing literature and concluded that high accuracy alone is not evidence of representation — you need controls.
The implication. Before claiming the model “represents X,” you need:
- Probe accuracy on the trained model
- Probe accuracy on a control (random model, shuffled activations, different architecture)
- A meaningful gap between the two
Without the control, you cannot distinguish “the model represents X” from “linear classifiers are powerful.”
Role view — “uses” means functionally necessary
Section titled “Role view — “uses” means functionally necessary”The model uses a feature if that feature plays a functional role: removing it degrades performance on tasks that require it, and it generalizes across inputs that require the same function. This is stronger than the Subspace view’s causal activity — it requires that the feature is not just causally active but functionally necessary for a class of behaviors.
The test. Ablate or suppress the probe’s direction and measure degradation on role-relevant tasks. If removing the “sentiment direction” degrades sentiment-dependent behavior but not other behavior, sentiment is a functional role the model uses.
The resolution
Section titled “The resolution”“Does the model use this feature?” is not one question:
| View | What “uses” means | Evidence required | Probe alone sufficient? |
|---|---|---|---|
| Instrumental | Decodable from activations | Probe accuracy | Yes — but this is a weak claim |
| Perspectival | More than method artifact | Discriminant validity vs. control | No — need control comparison |
| Subspace | Causally active direction | DAS / IIA | No — need causal intervention |
| Role | Functionally necessary | Ablation + role transfer | No — need knockout experiments |
The probe wars happened because researchers made claims at one view using evidence from another. A linear probe gives you Instrumental evidence: the property is decodable. Concluding that the model “represents” or “uses” the property is a Subspace or Role claim. The evidence doesn’t match the claim.
The practical fix: match the evidence to the claim.
- “This property is linearly decodable” — Instrumental. Probe accuracy suffices.
- “This property is encoded differently in trained vs. random models” — Perspectival. Need discriminant validity (C4).
- “This property is causally active in the model’s computation” — Subspace. Need DAS/IIA (I2 Sufficiency).
- “This property is functionally necessary for the model’s behavior” — Role. Need ablation + specificity (I1 Necessity, I4 Specificity).
Each is a valid claim. They are not the same claim.
Mechanistic validity criteria
Section titled “Mechanistic validity criteria”| Criterion | Status | What it tells you |
|---|---|---|
| I5 Rival mechanism exclusion | Critical | Can you distinguish real encoding from probe artifact? |
| I2 Sufficiency | Central | Does intervening on the subspace produce the expected behavior? |
| I1 Necessity | Central | Does removing the subspace degrade the expected behavior? |
| I7 Confound control | Critical | Is probe accuracy confounded by activation geometry? |
| I4 Specificity | Relevant | Does the feature affect only the relevant behavior? |
Resolution status: Clarified
Section titled “Resolution status: Clarified”The framework clarifies the debate. The probe wars were caused by evidence-claim mismatch: Instrumental evidence (probe accuracy) used to support Subspace or Role claims (the model “uses” or “represents” the feature). Name the view, match the evidence to the claim, and the disagreement disappears. What remains is empirical work — actually running the causal interventions — not conceptual confusion.
See also
Section titled “See also”- Linear Assumption — the broader question of whether linear structure is real
- Subspace view — the view that provides the causal test
- Perspectival view — the view that predicts probe artifacts
- Safety Evidence Gaps — where Instrumental evidence is used for stronger claims