Sequential RecSys are central to modern personalization, exploiting user's historical interaction sequences to drive next-step decisions.
Deep learning models, particularly CNN and Transformer-based architectures, have proven highly effective at capturing temporal dependencies in these histories.
For transparency and trust, understanding which past interactions drive a given recommendation is increasingly important --- both for developers auditing model behavior and for users seeking a rationale.
However, the non-linearities that give these models their predictive power also render them black boxes, making it difficult to attribute decisions to specific interactions.
While gradient-based, perturbation-based, and attention-based explainability methods exist, a systematic benchmark of their faithfulness for sequential recommendation is missing.
We address this gap by introducing a dual-model masking metric in which one model supplies per-timestep attribution scores and a separately trained, masking-robust probe measures the resulting change in predicted probability.
Using this metric, we benchmark ten XAI methods across CNN, Transformer, SASRec, and BERT4Rec backbones on KuaiRand and MovieLens, complemented by analyses of temporal attribution patterns, item popularity confounding, and robustness to input corruption.
Key Findings
Our key findings are:
- gradient-based methods, particularly GradientSHAP and Integrated Gradients, yield the most faithful and robust attributions;
- raw attention weights are unreliable, but gradient-weighted attention restores faithfulness on shorter sequences, with degradation on longer horizons as softmax attention probabilities converge toward uniform importance scores, diminishing the method's ability to identify informative interactions;
- temporal attribution patterns in faithful methods reflect genuine task structure rather than recency or popularity bias.