FWPRec Experiments
All experiments
MIND-small · seed 42 · RTX 4080 SUPER

Credit vs actually deleting the click

The notepad says how much each past click contributed to a score. Here we check that claim the hard way: delete one click, replay the whole session, and see how far the score really moves. Every click of every MIND-small validation impression, 22.2 million click-candidate pairs. The claimed credit tracks the real effect (r = 0.48) and picks out the influential clicks 12 times better than chance — but its size is not a deletion prediction.

Takeaway

The credits point at the right clicks, not the right magnitudes. Deleting the top-blamed click moves the score 12× more than deleting a random one, yet one unit of claimed credit buys only about 0.18 units of actual deletion effect.

What we did

The maths

The claim side is the same exact split used in the top-k run:

score(c) = anchor(c) + Σt creditt(c) + bias(c) Verified per impression: max |Σ terms − score| = 4.6e−6, under the 1e−5 gate.

The truth side is a counterfactual. Remove click t, rebuild the notepad from the remaining clicks, re-score:

Δt(c) = score(c | all clicks) − score(c | clicks without t) This is a full replay, not a subtraction. Cost is O(T) replays per impression, which is why this run took hours where the top-k run took minutes.

Mean score change when one click is deleted

Top-credit click
0.225
Random click
0.018

Full results · seed 42 · validation

SlicePearsonTop-1 agreeSlopeGapRatioPairs
All clicks0.48318.0%0.1810.2330.20712.3×22.2M
Negative memory0.65943.2%0.4540.4340.0757.0×19.5M
Positive memory0.42519.6%0.1680.181−0.0590.8×2.7M

Why this strengthens the explainability claim

What this run does not show

Isolated attribution suite on damlr-w03 (RTX 4080 SUPER). MIND-small, frozen keep-the-pad checkpoint, seed 42. Validation only: 15,697 impressions scored, 15,657 with at least one prior click, 22,167,369 click-candidate pairs, 433,762 scored columns for the top-1 and comprehensiveness statistics. Random-click control drawn from a seeded generator; the positive and negative slices draw their own controls from their own event subsets. Exactness gate 1e−5. Test split sealed. Do not mix with published test-set tables.