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.riverraid).
← 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.148 |
| Activation patching / causal mediation | causal / intervention | 1.000 | n/a | 1.000 | 1.000 | 0.940 |
| Causal scrubbing | causal / intervention | 1.000 | n/a | n/a | 1.000 | 0.917 |
| Interchange interventions / DAS | causal / intervention | 1.000 | n/a | n/a | 1.000 | 0.774 |
| A2 · Single-unit lesions | causal / intervention | 0.972 | n/a | n/a | 0.713 | 1.000 |
| LIME | gradient / correlational | 0.933 | 1.000 | 0.867 | 0.870 | 0.432 |
| Occlusion | causal / intervention | 0.916 | 1.000 | 0.832 | 0.913 | 1.000 |
| Path patching / IOI circuit | causal / intervention | 0.909 | n/a | n/a | n/a | 1.000 |
| KernelSHAP / Shapley | gradient / correlational | 0.893 | 1.000 | 0.787 | 0.957 | 0.432 |
| Logit / tuned lens | causal / intervention | 0.842 | n/a | n/a | n/a | 0.183 |
| A7 · Dimensionality reduction (NMF/PCA) | dim_reduction | 0.800 | n/a | n/a | n/a | n/a |
| ACDC — automatic circuit discovery | causal / intervention | 0.688 | n/a | n/a | 0.227 | 1.000 |
| Attribution / edge patching | gradient / correlational | 0.654 | n/a | n/a | 0.960 | 1.000 |
| On-distribution counterfactual | causal / intervention | 0.652 | 0.690 | 0.613 | 0.565 | 1.000 |
| Extremal / meaningful perturbation | causal / intervention | 0.647 | 0.937 | 0.358 | 0.870 | 1.000 |
| RISE | gradient / correlational | 0.629 | 0.973 | 0.286 | 0.565 | 0.432 |
| A5 · Local field potentials | gradient / correlational | 0.604 | n/a | n/a | n/a | n/a |
| Expected Gradients | gradient / correlational | 0.500 | 1.000 | 0.000 | 0.522 | 1.000 |
| Guided Backprop | gradient / correlational | 0.500 | 1.000 | 0.000 | 0.500 | 1.000 |
| Integrated Gradients | gradient / correlational | 0.500 | 1.000 | 0.000 | 0.522 | 1.000 |
| Vanilla gradient (saliency) | gradient / correlational | 0.500 | 1.000 | 0.000 | 0.500 | 1.000 |
| SmoothGrad | gradient / correlational | 0.500 | 1.000 | 0.000 | 0.522 | 1.000 |
| Grad×Input / DeepLIFT | gradient / correlational | 0.411 | 0.823 | 0.000 | 0.478 | 1.000 |
| A1 · Connectomics / data-flow graph | causal / intervention | 0.320 | n/a | n/a | 0.972 | 1.000 |
| Sparse autoencoders | dim_reduction | 0.201 | n/a | n/a | 0.286 | 1.000 |
| A4 · Pairwise correlations | gradient / correlational | 0.136 | n/a | n/a | -0.027 | 0.110 |
| Linear probing + control tasks | probing | 0.118 | n/a | n/a | n/a | 1.000 |
| A6 · Granger causality | gradient / correlational | 0.074 | n/a | n/a | 0.896 | 0.636 |
| NMF/PCA dictionaries | dim_reduction | 0.038 | n/a | n/a | -0.051 | 1.000 |
| A3 · Tuning curves | gradient / correlational | 0.000 | n/a | n/a | 0.092 | 1.000 |
Source: site_data.json
· generated by gen_site_data.py from the
committed §R records + leaderboard.json.