Skip to main content
QUICK REVIEW

[論文レビュー] SRSUPM: Sequential Recommender System Based on User Psychological Motivation

Yicheng Di, Yuan Liu|arXiv (Cornell University)|Feb 9, 2026
Recommender Systems and Techniques被引用数 0
ひとこと要約

SRSUPM は、心理的動機のシフトを多層的に表現し、シフト対応型の協調学習を用いて次アイテム予測を改善する、順序推奨モデルを補完するプラグインフレームワークである。

ABSTRACT

Sequential recommender infers users' evolving psychological motivations from historical interactions to recommend the next preferred items. Most existing methods compress recent behaviors into a single vector and optimize it toward a single observed target item, but lack explicit modeling of psychological motivation shift. As a result, they struggle to uncover the distributional patterns across different shift degrees and to capture collaborative knowledge that is sensitive to psychological motivation shift. We propose a general framework, the Sequential Recommender System Based on User Psychological Motivation, to enhance sequential recommenders with psychological motivation shift-aware user modeling. Specifically, the Psychological Motivation Shift Assessment quantitatively measures psychological motivation shift; guided by PMSA, the Shift Information Construction models dynamically evolving multi-level shift states, and the Psychological Motivation Shift-driven Information Decomposition decomposes and regularizes representations across shift levels. Moreover, the Psychological Motivation Shift Information Matching strengthens collaborative patterns related to psychological motivation shift to learn more discriminative user representations. Extensive experiments on three public benchmarks show that SRSUPM consistently outperforms representative baselines on diverse sequential recommender tasks.

研究の動機と目的

  • ユーザーの心理的動機が時系列の順序推奨においてどのようにシフトするかを動機づけと定量化。
  • バックボーンをシフト対応表現と学習で補強する汎用的なプラグアンドプレイフレームワークを開発。
  • PMSA でシフト度を定量化し、SIC と PMSID/PMSIM によって多層のシフト表現を構築。
  • シフト対応のユーザー表現をシフト情報マッチングを通じて整合させ、協調学習を改善。

提案手法

  • 歴史アイテムとターゲットアイテム間のシフト度をカテゴリ重複で定量化する心理的動機シフト評価(PMSA)を導入。
  • バックボーンユーザーベクトルから V 本の平行シフト表現を作成するシフト情報構築(SIC)を構築。
  • PMSID によって分解を正規化し、シフト表現をレベル間に分配する。
  • PMSIM によって同じターゲットとシフトレベルを共有する類似ユーザー間でシフト表現を整合させる。
  • バックボーン上に SRSUPM を実装し、推奨損失、分解損失、マッチング損失を組み合わせたマルチタスク損失で学習。
  • 最終アイテムスコアを f_{m,k} によるシフト対応表現の総和と V レベル上のソフトマックスで算出し、シフト条件付きの推奨を実現。
Figure 1: When predicting the next interacted item, sequential recommender methods that follow the standard formulation often fail to make accurate predictions for users $m_{1}$ and $m_{3}$ , mainly due to the shift in psychological motivation.
Figure 1: When predicting the next interacted item, sequential recommender methods that follow the standard formulation often fail to make accurate predictions for users $m_{1}$ and $m_{3}$ , mainly due to the shift in psychological motivation.

実験結果

リサーチクエスチョン

  • RQ1SRSUPM を異なるバックボーン順序推奨器に汎用プラグインとして組み込めるか。
  • RQ2心理的動機のシフトモデリングは、 diverse datasets で強力なベースラインを上回る推奨性能をもたらすか。
  • RQ3主要コンポーネント(PMSID、PMSIM、PMI)とハイパーパラメータ(V、gamma1、gamma2)の性能影響はどうなるか。
  • RQ4様々なバックボーンと統合した場合の SRSUPM の推論効率はどうか。
  • RQ5ラベルノイズやシフト強度の変動に対して SRSUPM は頑健か。

主な発見

モデルYelp_R@10Yelp_R@20Yelp_N@10Yelp_N@20Beauty_R@10Beauty_R@20Beauty_N@10Beauty_N@20Sports_R@10Sports_R@20Sports_N@10Sports_N@20
GRU4Rec0.04010.06720.01970.02660.06040.08670.03450.04110.03200.04750.01720.0214
GRU4Rec +SRSUPM0.05200.08410.02380.03390.07720.10090.04520.05240.03880.06730.02110.0273
SASRec0.06400.09080.04020.04740.08600.12040.04190.05130.05010.07060.02340.0278
SASRec +SRSUPM0.07810.11320.04690.05720.10420.13850.05170.06250.05830.08450.02920.0380
Caser0.03720.05570.01860.02350.05030.07780.02540.03420.02920.04510.01360.0176
Caser +SRSUPM0.04070.06360.02310.02760.05910.08950.03130.03940.03070.05200.01590.0207
Bert4Rec0.03680.05540.01910.02470.05240.07910.03220.03810.03040.04680.01470.0185
Bert4Rec +SRSUPM0.04110.06330.02360.02850.06140.09150.03590.04280.03270.05390.01710.0216
LightSANs0.06450.09140.04050.04790.08720.12170.04430.05260.05180.07200.02490.0292
LightSANs +SRSUPM0.07740.10950.04720.05740.10350.13880.05120.06190.05750.08340.02820.0369
  • SRSUPM は Yelp、Beauty、Sports のデータセットで GRU4Rec、SASRec、Caser、Bert4Rec、LightSANs などのバックボーンモデルを一貫して改善。
  • SRSUPM を組み込むとほとんどの設定で最良または次点の結果となり、特に Beauty の Recall@20 および NDCG@20 で顕著な改善。
  • アブレーションにより PMSID(分解)と PMSIM(マッチング)の両方が性能に寄与し、PMSID が特に影響力が大きいことが多い。
  • SRSUPM の推論オーバーヘッドは控えめで、バックボーンを越えて安定、最近のシフト意識型・コントラスト学習法と競合。
  • ハイパーパラメータ分析では、V は約 5 が最適(粒度とノイズのバランス)、gamma1 と gamma2 のバランス設定で意味のある改善を示す。
  • 定性的分析では PMSA がシフトレベルと整合し、シフト駆動の表現が動機レベルごとにクラスタ化することを示す。
Figure 2: Overview of SRSUPM with SASRec backbone and $V{=}5$ . PMSA assesses the psychological motivation shift level $b{=}4$ between the input sequence and target item using multi-label categories. Shift Information Construction generates $V$ transformation vectors, selects the corresponding shift
Figure 2: Overview of SRSUPM with SASRec backbone and $V{=}5$ . PMSA assesses the psychological motivation shift level $b{=}4$ between the input sequence and target item using multi-label categories. Shift Information Construction generates $V$ transformation vectors, selects the corresponding shift

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。