Revisiting Self-attention for Cross-domain Sequential Recommendation
Clark Mingxuan Ju, Leonardo Neves, Bhuvesh Kumar, Liam Collins, Tong Zhao, Yuwei Qiu, Qing Dou, Sohail Nizam, Sen Yang, Neil Shah

TL;DR
This paper proposes a novel self-attention enhancement for cross-domain sequential recommendation, improving transfer learning and recommendation accuracy with minimal additional complexity.
Contribution
It introduces a Pareto-optimal self-attention mechanism formulated as a multi-objective problem, enabling automated and effective knowledge transfer in CDSR.
Findings
AutoCDSR improves Recall@10 by 9.8% and 16.0% for SASRec and Bert4Rec.
AutoCDSR+ further enhances performance with slight additional cost.
The method is easy to implement and plug into existing transformers.
Abstract
Sequential recommendation is a popular paradigm in modern recommender systems. In particular, one challenging problem in this space is cross-domain sequential recommendation (CDSR), which aims to predict future behaviors given user interactions across multiple domains. Existing CDSR frameworks are mostly built on the self-attention transformer and seek to improve by explicitly injecting additional domain-specific components (e.g. domain-aware module blocks). While these additional components help, we argue they overlook the core self-attention module already present in the transformer, a naturally powerful tool to learn correlations among behaviors. In this work, we aim to improve the CDSR performance for simple models from a novel perspective of enhancing the self-attention. Specifically, we introduce a Pareto-optimal self-attention and formulate the cross-domain learning as a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Explainable Artificial Intelligence (XAI)
