Paper 2 · per-game results

Breakout

The exact ground truth for this ROM and how every interpretability method scores against it — one of the 42 scored games. Every number is read from site_data.json (games.breakout).

← back to the Ground Truth ROMs · Paper 2 audit · method catalogue

Breakout screen

Ground truth

External label source
AtariARI + OCAtari
Verified causal labels
7
Labels that move a sprite
3
Scorable (enough true causes)
yes
Position regime
yes — a moving tracked sprite at this frame

The screenshot is the exact analysis frame the ground truth is computed on. Labels are imported (AtariARI / OCAtari) then verified causally on the bit-exact machine.

Every method's faithfulness on Breakout

Each XAI / mechanistic-interpretability method's faithfulness on this ROM, sorted by F (click a header to re-sort). The left border marks the tradition: green = causal / intervention, red = gradient / correlational, amber = other — the split the paper's headline turns on. F is all-regime; content-F and position-F are the two output regimes (n/a where this game has no record for that regime).

MethodFamilyF (all)content-Fposition-FSM
A2 · Single-unit lesionscausal / intervention1.000n/an/a0.7811.000
A8 · Whole-state recordingdescriptive1.000n/an/a1.0000.055
Activation patching / causal mediationcausal / intervention1.000n/a1.0001.0001.000
Causal scrubbingcausal / intervention1.000n/an/a1.0000.667
Interchange interventions / DAScausal / intervention1.000n/an/a1.0001.000
Attribution / edge patchinggradient / correlational0.936n/an/a0.9521.000
Logit / tuned lenscausal / intervention0.815n/an/an/a0.067
LIMEgradient / correlational0.6320.7500.5150.5500.806
KernelSHAP / Shapleygradient / correlational0.6290.7500.5090.5500.806
Occlusioncausal / intervention0.6170.7500.4830.5501.000
A7 · Dimensionality reduction (NMF/PCA)dim_reduction0.600n/an/an/an/a
RISEgradient / correlational0.5650.7270.4030.5500.361
Grad×Input / DeepLIFTgradient / correlational0.3750.7500.0000.6001.000
Guided Backpropgradient / correlational0.3750.7500.0000.5501.000
Integrated Gradientsgradient / correlational0.3750.7500.0000.5501.000
Vanilla gradient (saliency)gradient / correlational0.3750.7500.0000.6001.000
SmoothGradgradient / correlational0.3750.7500.0000.6001.000
Linear probing + control tasksprobing0.354n/an/an/a1.000
Extremal / meaningful perturbationcausal / intervention0.2990.4880.1090.5501.000
A1 · Connectomics / data-flow graphcausal / intervention0.286n/an/a1.0001.000
ACDC — automatic circuit discoverycausal / intervention0.286n/an/a0.3331.000
On-distribution counterfactualcausal / intervention0.2720.5440.0000.4501.000
A4 · Pairwise correlationsgradient / correlational0.219n/an/a-0.0461.000
A6 · Granger causalitygradient / correlational0.200n/an/a0.9311.000
A5 · Local field potentialsgradient / correlational0.186n/an/an/an/a
NMF/PCA dictionariesdim_reduction0.109n/an/a0.9371.000
A3 · Tuning curvesgradient / correlational0.000n/an/a-0.3811.000
Expected Gradientsgradient / correlational0.0000.0000.0000.6001.000
Path patching / IOI circuitcausal / intervention0.000n/an/an/an/a
Sparse autoencodersdim_reduction0.000n/an/a-0.4471.000

Source: site_data.json · generated by gen_site_data.py from the committed §R records + leaderboard.json.