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.road_runner).
← back to the Ground Truth ROMs · Paper 2 audit · method catalogue
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).
| Method | Family | F (all) | content-F | position-F | S | M |
|---|---|---|---|---|---|---|
| A8 · Whole-state recording | descriptive | 1.000 | n/a | n/a | 1.000 | 0.047 |
| Activation patching / causal mediation | causal / intervention | 1.000 | n/a | 1.000 | 1.000 | 0.938 |
| Causal scrubbing | causal / intervention | 1.000 | n/a | n/a | 1.000 | 0.889 |
| Interchange interventions / DAS | causal / intervention | 1.000 | n/a | n/a | 1.000 | 0.750 |
| A2 · Single-unit lesions | causal / intervention | 0.963 | n/a | n/a | 0.861 | 1.000 |
| ACDC — automatic circuit discovery | causal / intervention | 0.923 | n/a | n/a | 0.333 | 1.000 |
| Logit / tuned lens | causal / intervention | 0.908 | n/a | n/a | n/a | 0.165 |
| On-distribution counterfactual | causal / intervention | 0.826 | 0.760 | 0.892 | 0.895 | 1.000 |
| LIME | gradient / correlational | 0.541 | 0.141 | 0.941 | 0.474 | 0.167 |
| RISE | gradient / correlational | 0.510 | 0.171 | 0.849 | 0.368 | 0.167 |
| Grad×Input / DeepLIFT | gradient / correlational | 0.491 | 0.982 | 0.000 | 0.526 | 1.000 |
| Occlusion | causal / intervention | 0.475 | 0.000 | 0.951 | 0.500 | 1.000 |
| KernelSHAP / Shapley | gradient / correlational | 0.474 | 0.000 | 0.948 | 0.500 | 0.306 |
| A1 · Connectomics / data-flow graph | causal / intervention | 0.444 | n/a | n/a | 0.987 | 1.000 |
| Attribution / edge patching | gradient / correlational | 0.434 | n/a | n/a | 0.012 | 0.778 |
| A7 · Dimensionality reduction (NMF/PCA) | dim_reduction | 0.400 | n/a | n/a | n/a | n/a |
| A5 · Local field potentials | gradient / correlational | 0.384 | n/a | n/a | n/a | n/a |
| Path patching / IOI circuit | causal / intervention | 0.333 | n/a | n/a | n/a | 1.000 |
| Extremal / meaningful perturbation | causal / intervention | 0.320 | 0.000 | 0.641 | 0.447 | 1.000 |
| Linear probing + control tasks | probing | 0.288 | n/a | n/a | n/a | 1.000 |
| Sparse autoencoders | dim_reduction | 0.258 | n/a | n/a | 0.540 | 0.462 |
| A4 · Pairwise correlations | gradient / correlational | 0.082 | n/a | n/a | -0.057 | 0.077 |
| A6 · Granger causality | gradient / correlational | 0.037 | n/a | n/a | 0.660 | 0.069 |
| A3 · Tuning curves | gradient / correlational | 0.000 | n/a | n/a | 0.083 | 0.429 |
| NMF/PCA dictionaries | dim_reduction | 0.000 | n/a | n/a | 0.769 | 1.000 |
| Expected Gradients | gradient / correlational | 0.000 | 0.000 | 0.000 | 0.105 | 1.000 |
| Guided Backprop | gradient / correlational | 0.000 | 0.000 | 0.000 | 0.105 | 0.500 |
| Integrated Gradients | gradient / correlational | 0.000 | 0.000 | 0.000 | 0.105 | 0.500 |
| Vanilla gradient (saliency) | gradient / correlational | 0.000 | 0.000 | 0.000 | 0.105 | 0.500 |
| SmoothGrad | gradient / correlational | 0.000 | 0.000 | 0.000 | 0.132 | 0.750 |
Source: site_data.json
· generated by gen_site_data.py from the
committed §R records + leaderboard.json.