Skip to content

A metric is a concrete, runnable test that produces a measurement about a neural network. Metrics are Layer 3 of the pipeline — where empirical contact with the model actually happens. Everything above (evidence families, criteria, validity types, verdicts) depends on what metrics measure and how well they measure it.

The paper defines 59 metrics; this site lists 5 additional ones, for 64 total. They are organized into six families, each producing a distinct kind of signal. Metrics marked (site-only) appear on this site but are not in the current paper; all others are in both.

Metrics that intervene on the model’s computation — ablation, patching, causal scrubbing — and measure the downstream effect. Causal metrics answer: does this component matter for this behavior?

MetricDescription
A01 SCMStructural causal model fit between circuit components and task variables (site-only)
A02 Counterfactual DASDistributed Alignment Search and IIA for testing causal abstraction hypotheses
A03 Rubin CATEConditional average treatment effects across input subpopulations
A06 MediationNatural direct and indirect effects decomposition for circuit paths
A07 Granger / TEGranger causality and transfer entropy for directed information flow (site-only)
A08 PIDPartial information decomposition of causal contributions (site-only)
A09 MDL / SLTMinimum description length and singular learning theory for circuit complexity
A10 Regularity / INUSINUS condition analysis for insufficient but necessary parts of circuits (site-only)
A11 Actual CauseHalpern-Pearl actual causation on specific inputs, not just potential causes
A12 TransportabilityFormal conditions for circuit generalization across models and distributions
A13 Causal DiscoveryNOTEARS / PC algorithms for learning DAGs over circuit components
A14 Onset–Offset CouplingWhether a mechanism’s measured strength tracks the capability in both directions: rising as the capability is acquired during training, falling as it is removed by unlearning or fine-tuning, and returning if the capability returns

Metrics that analyze the model’s weight matrices directly — without running any input through the model. Structural metrics answer: what does the architecture encode before any data flows?

MetricDescription
B01 SVD / SpectralSingular value decomposition to identify dominant computational directions
B02 Effective RankEntropy-based dimensionality as a scalar summary of spectral concentration
B03 OV / QK Decomp.Decomposing attention heads into OV (what to write) and QK (where to attend)
B04 Weight AlignmentCosine similarity between principal weight directions across heads
B05 Norm TrajectorySpectral norm ratios tracking signal amplification through components
B06 Template DistanceGraph-edit and metric distances between circuits discovered for different tasks
B07 PolysemanticityMeasuring whether components encode multiple unrelated features in superposition
B08 ICA / NMFIndependent component analysis for decomposing weights into interpretable parts
B09 Weight ClassifierTraining classifiers on weight matrices to predict circuit membership

Metrics that quantify information flow through the network using entropy, mutual information, and related quantities. Information metrics answer: how much does this component know about the task variable, and where did that knowledge come from?

MetricDescription
C01 Mutual Info.Total shared information between circuit components and task performance
C02 Conditional MIInformation shared after conditioning on other parts of the circuit
C03 Transfer EntropyDirected information flow between components across layers
C04 PIDDecomposing shared information into unique, redundant, and synergistic atoms
C05 Info. BottleneckHow efficiently circuits compress input while preserving task-relevant signal
C06 O-InformationWhether a group of components interacts redundantly or synergistically
C07 Granger CausalityWhether one component’s past activations improve prediction of another’s future
C08 OCSEEstimating causal influence between components using only observational data
C09 NOTEARSContinuous optimization for learning DAGs over circuit components (site-only)

Metrics that measure the model’s input-output behavior under controlled conditions — ablation recovery, distribution matching, and generalization testing. Behavioral metrics answer: does the proposed circuit actually produce the behavior it is supposed to explain?

MetricDescription
D01 FaithfulnessWhether an identified circuit faithfully reproduces the full model’s behavior
D02 Logit DiffHow much of the model’s logit difference the circuit recovers
D03 KL DivergenceInformation-theoretic distance between circuit and full model distributions
D04 CE DeltaChange in cross-entropy loss when the circuit is ablated
D05 Top-K AccuracyWhether the circuit preserves the model’s top-K predicted tokens
D06 Cross-TaskWhether a circuit discovered on one task transfers to a different task
D07 Cross-ScaleWhether circuit structure replicates in larger or smaller models
D08 Prompt ParaphraseCircuit consistency across semantically equivalent prompt templates
D09 Generalization GapSensitivity of circuit discovery to hyperparameters and methodological choices

Metrics that characterize what information is encoded in the model’s internal representations and how it is organized geometrically. Representational metrics answer: what does this component represent, and how is that representation structured?

MetricDescription
E01 DAS-IIAWhether a learned linear subspace causally encodes a target variable
E02 Linear ProbeWhether a target variable is linearly decodable from intermediate representations
E03 RSAComparing representation geometry by correlating pairwise distance matrices
E04 CKAKernel alignment for cross-layer and cross-model representation comparison
E05 Subspace Align.Cosine alignment between SVD-derived principal directions of weight matrices
E06 PCA Dim.Effective dimensionality of circuit subspaces via activation covariance spectrum
E07 Intrinsic Dim.True manifold dimensionality, connecting to geometric complexity
E08 Participation RatioHow many dimensions are effectively active in a representation
E09 Persistent HomologyTopological data analysis detecting loops and voids in activation manifolds
E10 Cross-Task OverlapRepresentational structure shared between tasks via IIA transfer

Metrics that evaluate the measurement properties of other metrics — reliability, validity, and invariance. Measurement metrics answer: can we trust the measurements that the other metrics produce?

MetricDescription
F01 Test–RetestWhether rerunning the same metric on the same model, task, and intervention gives the same answer
F02 Bootstrap StabilityWhether the metric remains stable under bootstrap resampling of prompts, examples, or activation samples
F03 Seed VarianceHow much the metric changes across random seeds for probes, SAEs, optimization, or sampling-based estimators
F04 Checkpoint VarianceWhether the metric is stable across nearby checkpoints or depends on one training snapshot
F05 Prompt VarianceHow much the metric changes across prompt templates, paraphrases, lexical choices, or dataset slices
F06 Baseline SeparationWhether the score is distinguishable from random, untrained, shuffled-label, or permuted-circuit baselines
F07 Negative ControlsWhether the metric stays low where the claimed effect should be absent
F08 Positive ControlsWhether the metric detects known-true or synthetic effects of the relevant size
F09 Intervention RobustnessWhether the conclusion survives reasonable intervention variants such as mean ablation, zero ablation, resample ablation, patching, or causal scrubbing
F10 Hyperparam. SensitivityWhether the metric changes under reasonable choices of sparsity, probe regularization, thresholds, localization cutoffs, or discovery hyperparameters
F11 Estimator UncertaintyConfidence intervals, standard errors, permutation tests, or posterior intervals for the reported metric value
F12 Calibration CurveWhether larger reported scores correspond to larger empirical effects or higher probability of success
F13 Cross-Metric ConvergenceWhether independent metrics intended to test the same criterion agree despite different failure modes
F14 Measurement InvarianceWhether the metric behaves consistently across model sizes, tasks, prompt distributions, and intervention contexts
F15 Multiple ComparisonsWhether scores are corrected for the number of components tested, methods tried, or thresholds swept

How metrics connect to the rest of the framework

Section titled “How metrics connect to the rest of the framework”

Each metric produces evidence (Layer 2) that is evaluated against criteria (Layer 4). The criteria are grouped by validity type (Layer 5), and the aggregate assessment across validity types produces a verdict (Layer 6) tagged with a description mode.

A metric alone cannot establish a claim. A claim requires evidence from multiple metrics, evaluated against the criteria appropriate to the validity type being asserted. The dependency order is strict: no skipping from Layer 3 to Layer 6.