Graph neural network (GNN), an emerging type of neural network on graph data, has achieved great success on various graph-based tasks and widely used in various scenarios, such as CV, NLP, and recommender systems.
This repository summarizes the related works on GNN and GNN-based recommendation.
- [IEEE TNNLS 2020] A Comprehensive Survey on Graph Neural Networks. paper
- [IEEE TKDE 2020] Deep Learning on Graphs: A Survey. paper
- [AI Open] Graph Neural Networks: A Review of Methods and Applications. paper
- [ICLR 2017] Semi-Supervised Classification with Graph Convolutional Networks (GCN). paper
- [NeurIPS 2017] Inductive representation learning on large graphs (GraphSAGE). paper
- [ICLR 2018] Graph attention networks (GAT). paper
---read more---
- [ICLR 2014] Spectral Networks and Deep Locally Connected Networks on Graphs. paper
- [NeurIPS 2016] Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering. paper
- [PMLR 2017] Neural message passing for quantum chemistry (MPNN). paper
- [ICLR 2018] Fastgcn: fast learning with graph convolutional networks via importance sampling (FsatGCN). paper
- [KDD 2018] Large-scale learnable graph convolutional networks (LGCN). paper
- [ICLR 2019] How powerful are graph neural networks? (GIN). paper
- [PMLR 2019] Simplifying graph convolutional networks (SGC). paper
- [arXiv 2020] Graph neural networks in recommender systems: a survey. paper
- [arXiv 2021] Graph learning based recommender systems: A review. paper
- [KDD 2018] Graph Convolutional Matrix Completion (GC-MC). paper
- [KDD 2018] Graph convolutional neural networks for web-scale recommender systems (PinSage). paper
- [RecSys 2018] Spectral collaborative fltering (SpectralCF). paper
- [SIGIR 2019] Neural graph collaborative filtering (NGCF). paper
- [SIGIR 2020] Lightgcn: Simplifying and powering graph convolution network for recommendation (LightGCN). paper
- [SIGIR 2019] A neural influence diffusion model for social recommendation (DiffNet). paper
- [WWW 2019] Graph neural networks for social recommendation (GraphRec). paper
- [WWW 2019] Dual graph attention networks for deep latent representation of multifaceted social effects in recommender systems (DANSER). paper
- [RecSys 2019] Deep social collaborative filtering (DSCF). paper
- [IJCAI 2019] Deep adversarial social recommendation (DASO). paper
- [IEEE TKDE 2020] A Survey on Knowledge Graph-Based Recommender Systems. paper
- [Information 2021] A Comprehensive Survey of Knowledge Graph-Based Recommender Systems: Technologies, Development, and Contributions. paper
- [WWW 2019] Knowledge graph convolutional networks for recommender systems (KGCN). paper
- [KDD 2019] Knowledge-aware graph neural networks with label smoothness regularization for recommender systems (KGNN-LS). paper
- [KDD 2019] Kgat: Knowledge graph attention network for recommendation (KGAT). paper
- [KDD 2019] Intentgc: a scalable graph convolution framework fusing heterogeneous information for recommendation (IntentGC). paper
(waiting...)
other ralated papers:
- [arXiv 2021] Graph Learning: A Survey. paper
- [IEEE Signal Processing Magazine 2017] Geometric deep learning: going beyond euclidean data. paper
other related repositories: