May 13–17, 2019, San Francisco, CA, USA | Wenqi Fan, Yao Ma, Qing Li, Yuan He, Eric Zhao, Jiliang Tang, Dawei Yin
The paper "Graph Neural Networks for Social Recommendation" by Wenqi Fan et al. explores the application of Graph Neural Networks (GNNs) in social recommendation systems. GNNs are powerful tools for learning representations from graph data, which is particularly useful in social recommendation systems where user interactions and social networks play crucial roles. The authors address three main challenges in building social recommender systems based on GNNs: combining user-item and social graphs, capturing both interactions and opinions in the user-item graph, and considering heterogeneous strengths of social relations.
To tackle these challenges, the paper introduces a novel GNN framework called GraphRec. This framework jointly models the user-item graph and the social graph, and incorporates attention mechanisms to handle heterogeneous strengths of social relations. The model learns latent factors for users and items by aggregating information from both graphs and then predicts ratings using these latent factors.
Experiments on two real-world datasets, Ciao and Epinions, demonstrate the effectiveness of the proposed GraphRec framework. The results show that GraphRec outperforms several state-of-the-art baselines, including traditional recommender systems and deep neural network-based models. The paper also provides insights into the importance of social network information and user opinions in recommendation tasks, as well as the benefits of attention mechanisms in capturing heterogeneous strengths of social relations.
The authors conclude by discussing future directions, including the integration of additional side information and the development of dynamic graph neural networks for handling dynamic rating and social information.The paper "Graph Neural Networks for Social Recommendation" by Wenqi Fan et al. explores the application of Graph Neural Networks (GNNs) in social recommendation systems. GNNs are powerful tools for learning representations from graph data, which is particularly useful in social recommendation systems where user interactions and social networks play crucial roles. The authors address three main challenges in building social recommender systems based on GNNs: combining user-item and social graphs, capturing both interactions and opinions in the user-item graph, and considering heterogeneous strengths of social relations.
To tackle these challenges, the paper introduces a novel GNN framework called GraphRec. This framework jointly models the user-item graph and the social graph, and incorporates attention mechanisms to handle heterogeneous strengths of social relations. The model learns latent factors for users and items by aggregating information from both graphs and then predicts ratings using these latent factors.
Experiments on two real-world datasets, Ciao and Epinions, demonstrate the effectiveness of the proposed GraphRec framework. The results show that GraphRec outperforms several state-of-the-art baselines, including traditional recommender systems and deep neural network-based models. The paper also provides insights into the importance of social network information and user opinions in recommendation tasks, as well as the benefits of attention mechanisms in capturing heterogeneous strengths of social relations.
The authors conclude by discussing future directions, including the integration of additional side information and the development of dynamic graph neural networks for handling dynamic rating and social information.