Graph Neural Networks for Social Recommendation
Wenqi Fan, Yao Ma, Qing Li, Yuan He, Eric Zhao, Jiliang Tang, Dawei, Yin

TL;DR
This paper introduces GraphRec, a novel GNN framework designed to improve social recommendation systems by jointly modeling user-user social graphs and user-item interaction graphs, addressing heterogeneity and interaction challenges.
Contribution
The paper proposes a new GNN framework, GraphRec, that effectively captures interactions, opinions, and heterogeneous social relations for enhanced social recommendation.
Findings
GraphRec outperforms existing methods on real-world datasets.
The framework effectively models multiple types of social and interaction data.
Experimental results demonstrate significant improvements in recommendation accuracy.
Abstract
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…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Recommender Systems and Techniques · Topic Modeling
MethodsGraph Neural Network
