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

Graph Neural Networks for Social Recommendation

About

In recent years, Graph Neural Networks (GNNs), which can naturally integrate node information and topological structure, have been demonstrated to be powerful in learning on graph data. These advantages of GNNs provide great potential to advance social recommendation since data in social recommender systems can be represented as user-user social graph and user-item graph; and learning latent factors of users and items is the key. However, building social recommender systems based on GNNs faces challenges. For example, the user-item graph encodes both interactions and their associated opinions; social relations have heterogeneous strengths; users involve in two graphs (e.g., the user-user social graph and the user-item graph). To address the three aforementioned challenges simultaneously, in this paper, we present a novel graph neural network framework (GraphRec) for social recommendations. In particular, we provide a principled approach to jointly capture interactions and opinions in the user-item graph and propose the framework GraphRec, which coherently models two graphs and heterogeneous strengths. Extensive experiments on two real-world datasets demonstrate the effectiveness of the proposed framework GraphRec. Our code is available at \url{https://github.com/wenqifan03/GraphRec-WWW19}

Wenqi Fan, Yao Ma, Qing Li, Yuan He, Eric Zhao, Jiliang Tang, Dawei Yin• 2019

Related benchmarks

TaskDatasetResultRank
RecommendationGowalla
Recall@200.0579
100
Graph feature imputationCiao (test)
RMSE1.062
14
Graph feature imputationCora (test)
RMSE0.437
14
Graph feature imputationAmaphoto (test)
RMSE0.417
14
Graph feature imputationAmacomp (test)
RMSE0.417
14
RecommendationMovieLens
Recall@2025.13
14
RecommendationYelp 2018
Recall@2015.7
14
Graph feature imputationDouban (test)
RMSE0.754
13
Graph feature imputationCiteseer (test)
RMSE0.425
13
Rating PredictionCiao (60% train)
MAE0.754
9
Showing 10 of 15 rows

Other info

Code

Follow for update