Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Session-based Recommendation with Graph Neural Networks

About

The problem of session-based recommendation aims to predict user actions based on anonymous sessions. Previous methods model a session as a sequence and estimate user representations besides item representations to make recommendations. Though achieved promising results, they are insufficient to obtain accurate user vectors in sessions and neglect complex transitions of items. To obtain accurate item embedding and take complex transitions of items into account, we propose a novel method, i.e. Session-based Recommendation with Graph Neural Networks, SR-GNN for brevity. In the proposed method, session sequences are modeled as graph-structured data. Based on the session graph, GNN can capture complex transitions of items, which are difficult to be revealed by previous conventional sequential methods. Each session is then represented as the composition of the global preference and the current interest of that session using an attention network. Extensive experiments conducted on two real datasets show that SR-GNN evidently outperforms the state-of-the-art session-based recommendation methods consistently.

Shu Wu, Yuyuan Tang, Yanqiao Zhu, Liang Wang, Xing Xie, Tieniu Tan• 2018

Related benchmarks

TaskDatasetResultRank
RecommendationAmazon Sports (test)
Recall@101.96
57
Session-based recommendationYOOCHOOSE 1/64
MRR@2030.94
52
Session-based recommendationDIGINETICA
MRR@2017.79
52
RecommendationAmazon Baby (test)
Recall@100.026
42
Session-based recommendationYOOCHOOSE (1/4)
MRR@2031.89
36
Next-item predictionTmall (test)
Hits@100.1821
28
Next-item predictionBooks Industrial dataset (test)
Hits@1066.55
22
Session-based recommendationYoochoose 1/64 (test)
HR@2070.87
20
Session-based recommendationDiginetica (test)
HR@2050.73
20
RecommendationAmazon Electronics (Elec) (test)
R@100.0242
15
Showing 10 of 25 rows

Other info

Code

Follow for update