TL;DR
This paper introduces TiDA-GCN, a graph neural network that leverages explicit cross-domain graph structures and time interval information to improve shared-account cross-domain sequential recommendation, addressing limitations of RNN-based models.
Contribution
The paper proposes a novel graph-based model, TiDA-GCN, incorporating time intervals and attention mechanisms for enhanced cross-domain sequential recommendation with shared accounts.
Findings
TiDA-GCN outperforms existing methods in recommendation accuracy.
Incorporating time intervals improves representation learning.
Graph structure and attention mechanisms enhance model expressiveness.
Abstract
Shared-account Cross-domain Sequential Recommendation (SCSR) task aims to recommend the next item via leveraging the mixed user behaviors in multiple domains. It is gaining immense research attention as more and more users tend to sign up on different platforms and share accounts with others to access domain-specific services. Existing works on SCSR mainly rely on mining sequential patterns via Recurrent Neural Network (RNN)-based models, which suffer from the following limitations: 1) RNN-based methods overwhelmingly target discovering sequential dependencies in single-user behaviors. They are not expressive enough to capture the relationships among multiple entities in SCSR. 2) All existing methods bridge two domains via knowledge transfer in the latent space, and ignore the explicit cross-domain graph structure. 3) None existing studies consider the time interval information among…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsConvolution
