Contrastive Cross-Domain Sequential Recommendation
About
Cross-Domain Sequential Recommendation (CDSR) aims to predict future interactions based on user's historical sequential interactions from multiple domains. Generally, a key challenge of CDSR is how to mine precise cross-domain user preference based on the intra-sequence and inter-sequence item interactions. Existing works first learn single-domain user preference only with intra-sequence item interactions, and then build a transferring module to obtain cross-domain user preference. However, such a pipeline and implicit solution can be severely limited by the bottleneck of the designed transferring module, and ignores to consider inter-sequence item relationships. In this paper, we propose C^2DSR to tackle the above problems to capture precise user preferences. The main idea is to simultaneously leverage the intra- and inter- sequence item relationships, and jointly learn the single- and cross- domain user preferences. Specifically, we first utilize a graph neural network to mine inter-sequence item collaborative relationship, and then exploit sequential attentive encoder to capture intra-sequence item sequential relationship. Based on them, we devise two different sequential training objectives to obtain user single-domain and cross-domain representations. Furthermore, we present a novel contrastive cross-domain infomax objective to enhance the correlation between single- and cross- domain user representations by maximizing their mutual information. To validate the effectiveness of C^2DSR, we first re-split four e-comerce datasets, and then conduct extensive experiments to demonstrate the effectiveness of our approach C^2DSR.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Cross-domain Sequential Recommendation | Amazon Electronic (test) | H@1045.59 | 11 | |
| Cross-domain Sequential Recommendation | Amazon Movie-Book (test) | HR@56.32 | 11 | |
| Cross-domain Sequential Recommendation | Amazon Movie-Music Movie (test) | HR@50.0594 | 11 | |
| Cross-domain Sequential Recommendation | Douban Movie-Book Movie (test) | HR@59.07 | 11 | |
| Cross-domain Sequential Recommendation | Amazon Food (test) | H@1034.16 | 11 | |
| Cross-domain Sequential Recommendation | Amazon Kitchen (test) | Hit Rate@1044.24 | 11 | |
| Cross-domain Sequential Recommendation | Amazon Cloth (test) | Hit Rate @1071.66 | 11 | |
| Cross-domain Sequential Recommendation | Amazon Sport (test) | Hit Rate@1059.48 | 11 | |
| Cross-domain Sequential Recommendation | Amazon Cell Phone (test) | H@1028.19 | 11 | |
| Sequential Recommendation | Food Kitchen | N@513.81 | 9 |