Cascading: Association Augmented Sequential Recommendation
Xu Chen, Kenan Cui, Ya Zhang, Yanfeng Wang

TL;DR
This paper introduces a unified sequential recommendation model that combines item association and sequential behavior modeling, leading to improved accuracy over existing methods.
Contribution
It proposes a novel end-to-end cascading network that integrates graph embedding of item associations with RNN-based sequential modeling for recommendation.
Findings
Outperforms state-of-the-art methods on three real-world datasets
Demonstrates the effectiveness of incorporating item association in sequential recommendation
Provides qualitative analysis to understand the role of item associations
Abstract
Recently, recommendation according to sequential user behaviors has shown promising results in many application scenarios. Generally speaking, real-world sequential user behaviors usually reflect a hybrid of sequential influences and association relationships. However, most existing sequential recommendation methods mainly concentrate on sequential relationships while ignoring association relationships. In this paper, we propose a unified method that incorporates item association and sequential relationships for sequential recommendation. Specifically, we encode the item association as relations in item co-occurrence graph and mine it through graph embedding by GCNs. In the meanwhile, we model the sequential relationships through a widely used RNNs based sequential recommendation method named GRU4Rec. The two parts are connected into an end-to-end network with cascading style, which…
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 · Topic Modeling · Advanced Graph Neural Networks
