Knowledge-aware Coupled Graph Neural Network for Social Recommendation
Chao Huang, Huance Xu, Yong Xu, Peng Dai, Lianghao Xia, Mengyin Lu,, Liefeng Bo, Hao Xing, Xiaoping Lai, Yanfang Ye

TL;DR
This paper introduces KCGN, a graph neural network model that incorporates inter-dependent knowledge across items and users, capturing dynamic multi-typed interactions to improve social recommendation accuracy.
Contribution
The work proposes a novel knowledge-aware coupled GNN that jointly models item and user knowledge, addressing interaction heterogeneity and dynamics in social recommendation.
Findings
KCGN outperforms strong baselines on real-world datasets.
Effectively captures high-order user-item relations.
Handles dynamic multi-typed interactions.
Abstract
Social recommendation task aims to predict users' preferences over items with the incorporation of social connections among users, so as to alleviate the sparse issue of collaborative filtering. While many recent efforts show the effectiveness of neural network-based social recommender systems, several important challenges have not been well addressed yet: (i) The majority of models only consider users' social connections, while ignoring the inter-dependent knowledge across items; (ii) Most of existing solutions are designed for singular type of user-item interactions, making them infeasible to capture the interaction heterogeneity; (iii) The dynamic nature of user-item interactions has been less explored in many social-aware recommendation techniques. To tackle the above challenges, this work proposes a Knowledge-aware Coupled Graph Neural Network (KCGN) that jointly injects the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Topic Modeling
MethodsGraph Neural Network
