逐次推薦で過去の行動への説明が忠実か比較
A Systematic Benchmark of Explainable Methods for Temporal Attribution in Sequential Recommendation Systems
この論文をやさしく読む
ひとことで言うと
推薦モデルがどの過去の操作を根拠にしたか示す説明法を、実際の予測への寄与で比較した研究。
何に役立つ?
推薦システムの開発者が、説明表示の根拠を監査する用途が考えられる。
この研究の面白いところ
十の説明法を比較し、GradientSHAPとIntegrated Gradientsが最も忠実で頑健だった。
どこまで分かった?
結果はKuaiRandとMovieLens、指定した四つの基盤モデルでの評価。長い系列では勾配付き注意も低下した。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
逐次的な推薦システムは、利用者の過去の操作の列を使って次の推薦を決める。CNNやTransformerを使うモデルは時間的な依存を捉えるのに効果的だが、非線形な計算のため、どの過去の操作が推薦を生んだのか分かりにくい。勾配、入力の変更、注意機構に基づく説明法はあるものの、逐次推薦での説明の忠実さを体系的に比べる基準は不足していた。 本研究は二つのモデルを使うマスキング指標を提案する。一方のモデルが各時点の寄与度を示し、別に学習したマスキングに強い検査用モデルが、入力を隠したときの予測確率の変化を測る。この指標を使い、KuaiRandとMovieLensで、CNN、Transformer、SASRec、BERT4Recを基盤とする十の説明法を比較した。時間的な寄与のパターン、項目の人気による交絡、入力の破損に対する頑健性も解析した。 勾配を使う方法、特にGradientSHAPとIntegrated Gradientsが、最も忠実で頑健な寄与の説明を与えた。生の注意重みは信頼しにくかったが、勾配で重み付けした注意は短い系列で忠実さを回復した。ただし長い系列では、softmaxによる注意確率が各項目を一様に重要とみなす方向へ近づき、情報を持つ操作を見つける能力が落ちた。忠実な方法の時間的な寄与パターンは、単なる新しさや人気の偏りではなく、課題の構造を反映していた。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-23(UTC)
- 最新改訂
- 2026-09-23 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-23 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
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. Our key findings are: (1) gradient-based methods, particularly GradientSHAP and Integrated Gradients, yield the most faithful and robust attributions; (2) 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; and (3) temporal attribution patterns in faithful methods reflect genuine task structure rather than recency or popularity bias.
著者のコメント
Presented at CARS@RecSys'26, 11 pages, 6 figures
arXiv ID: 2609.27201 / 要約の誤りについて