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

Self-Supervised Hypergraph Convolutional Networks for Session-based Recommendation

About

Session-based recommendation (SBR) focuses on next-item prediction at a certain time point. As user profiles are generally not available in this scenario, capturing the user intent lying in the item transitions plays a pivotal role. Recent graph neural networks (GNNs) based SBR methods regard the item transitions as pairwise relations, which neglect the complex high-order information among items. Hypergraph provides a natural way to capture beyond-pairwise relations, while its potential for SBR has remained unexplored. In this paper, we fill this gap by modeling session-based data as a hypergraph and then propose a hypergraph convolutional network to improve SBR. Moreover, to enhance hypergraph modeling, we devise another graph convolutional network which is based on the line graph of the hypergraph and then integrate self-supervised learning into the training of the networks by maximizing mutual information between the session representations learned via the two networks, serving as an auxiliary task to improve the recommendation task. Since the two types of networks both are based on hypergraph, which can be seen as two channels for hypergraph modeling, we name our model \textbf{DHCN} (Dual Channel Hypergraph Convolutional Networks). Extensive experiments on three benchmark datasets demonstrate the superiority of our model over the SOTA methods, and the results validate the effectiveness of hypergraph modeling and self-supervised task. The implementation of our model is available at https://github.com/xiaxin1998/DHCN

Xin Xia, Hongzhi Yin, Junliang Yu, Qinyong Wang, Lizhen Cui, Xiangliang Zhang• 2020

Related benchmarks

TaskDatasetResultRank
Node ClassificationCiteseer (test)
Accuracy0.6249
729
Node ClassificationCora (test)
Mean Accuracy68.24
687
Node ClassificationPubMed (test)
Accuracy84.38
500
Next-item predictionTmall (test)
Hits@100.22
28
Next-item predictionBooks Industrial dataset (test)
Hits@104.69
22
Vertex ClassificationZoo (test)
Accuracy (%)57.35
21
Vertex ClassificationCora-CA (test)
Mean Accuracy0.7274
20
Vertex ClassificationDBLP-CA (test)
Mean Accuracy89.51
20
Vertex ClassificationMushroom (test)
Accuracy95.83
20
Next-item predictionDIGINETICA
Hits@1030.76
14
Showing 10 of 23 rows

Other info

Follow for update