paper-with-me

홈 › Papers

Contrastive Cross-Domain Sequential Recommendation

2023-04-08 · Jiangxia Cao, Xin Cong, Jiawei Sheng, Tingwen Liu, Bin Wang

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.

📄 PDF Abstract BibTeX arXiv:2304.03891

Code (1)

cjx96/c2dsr 공식 구현 pytorch

Tasks

Graph Neural NetworkSequential Recommendation

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

AdaptiveRec: Adaptively Construct Pairs for Contrastive Learning in Sequential Recommendation

2023-07-07 · Jaeheyoung Jeon, Jung Hyun Ryu, Jewoong Cho, Myungjoo Kang

This paper presents a solution to the challenges faced by contrastive learning in sequential recommendation systems. In particular, it addresses the issue of false negative, which limits the effectiveness of recommendati…

Contrastive LearningRecommendation SystemsSequential Recommendation

Towards Open-world Cross-Domain Sequential Recommendation: A Model-Agnostic Contrastive Denoising Approach

2023-11-08 · Wujiang Xu, Xuying Ning, Wenfang Lin, Mingming Ha 외

Cross-domain sequential recommendation (CDSR) aims to address the data sparsity problems that exist in traditional sequential recommendation (SR) systems. The existing approaches aim to design a specific cross-domain uni…

DenoisingRecommendation SystemsSequential Recommendation

Cracking the Code of Negative Transfer: A Cooperative Game Theoretic Approach for Cross-Domain Sequential Recommendation

2023-11-22 · Chung Park, Taesan Kim, Taekyoon Choi, Junui Hong 외

This paper investigates Cross-Domain Sequential Recommendation (CDSR), a promising method that uses information from multiple domains (more than three) to generate accurate and diverse recommendations, and takes into acc…

Contrastive LearningSequential Recommendation

Fisher-Weighted Merge of Contrastive Learning Models in Sequential Recommendation

2023-07-05 · Jung Hyun Ryu, Jaeheyoung Jeon, Jewoong Cho, Myungjoo Kang 1

Along with the exponential growth of online platforms and services, recommendation systems have become essential for identifying relevant items based on user preferences. The domain of sequential recommendation aims to c…

Contrastive LearningRecommendation SystemsSequential Recommendation

FedDCSR: Federated Cross-domain Sequential Recommendation via Disentangled Representation Learning

2023-09-15 · Hongyu Zhang, Dongyi Zheng, Xu Yang, Jiyuan Feng 외

Cross-domain Sequential Recommendation (CSR) which leverages user sequence data from multiple domains has received extensive attention in recent years. However, the existing CSR methods require sharing origin user data a…

Data AugmentationDisentanglementFederated LearningPrivacy Preserving+3