A Dual Perspective Framework of Knowledge-correlation for Cross-domain Recommendation

Yuhan Wang,Qing Xie,Mengzi Tang,Lin Li,Jingling Yuan,Yongjian Liu
DOI: https://doi.org/10.1145/3652520
IF: 4.157
2024-03-18
ACM Transactions on Knowledge Discovery from Data
Abstract:Recommender System provides users with online services in a personalized way. The performance of traditional recommender systems may deteriorate because of problems such as cold-start and data sparsity. Cross-domain Recommendation System utilizes the richer information from auxiliary domains to guide the task in the target domain. However, direct knowledge transfer may lead to a negative impact due to data heterogeneity and feature mismatch between domains. In this paper, we innovatively explore the cross-domain correlation from the perspectives of content semanticity and structural connectivity to fully exploit the information of Knowledge Graph. First, we adopt domain adaptation that automatically extracts transferable features to capture cross-domain semantic relations. Second, we devise a knowledge-aware graph neural network to explicitly model the high-order connectivity across domains. Third, we develop feature fusion strategies to combine the advantages of semantic and structural information. By simulating the cold-start scenario on two real-world datasets, the experimental results show that our proposed method has superior performance in accuracy and diversity compared with the SOTA methods. It demonstrates that our method can accurately predict users’ expressed preferences while exploring their potential diverse interests.
computer science, information systems, software engineering
What problem does this paper attempt to address?
The problem that this paper attempts to solve is how to effectively utilize knowledge from different domains to improve recommendation performance in cross - domain recommendation systems. Specifically, traditional recommendation systems perform poorly when dealing with cold - start and data sparsity problems, while cross - domain recommendation systems can improve these problems by obtaining richer information from auxiliary domains to guide tasks in the target domain. However, direct knowledge transfer may lead to negative impacts due to data heterogeneity and feature mismatch. Therefore, this paper innovatively explores cross - domain correlations from the dual perspectives of content semantics and structural connectivity to fully utilize the information in the knowledge graph, aiming to improve the accuracy and diversity of the recommendation system while exploring users' latent interests.