A collection of graph embedding, deep learning, recommendation, knowledge graph, heterogeneous graph papers with reference implementations
You need to zoom in on this image to view this picture.
Table of Contents
-
Explainable Reasoning over Knowledge Graphs for Recommendation
-
Explainable Recommendation Through Attentive Multi-View Learning (AAAI 2018)
-
RippleNet : Propagating User Preferences on the Knowledge Graph for Recommender Systems (CIKM 2018)
-
Min Zhang website (aim at explainable recommender system)
-
Exploiting Relational Information in Social Networks using Geometric Deep Learning on Hypergraphs
Other implement resource:
- gated-graph-neural-network-samples
- Graph-neural-networks jupyter tutorial
- Deep Graph Library (DGL) Python package
- pitafall: gnn model collection
- pytorch_geometric
- alimama euler framework
- Liaojunjie: gnn model collection
- node embedding from deepwalk to struc2vec
- spektral
Other reading materials:
Title | Conference | Author | Attachment |
---|---|---|---|
Survey | |||
Recent Advances in Autoencoder-Based Representation Learning | NIPS 2018 | Michael Tschannen, Olivier Bachem, Mario Lucic |
-
PubMed Diabetes
- The Pubmed Diabetes dataset consists of 19717 scientific publications from PubMed database pertaining to diabetes classified into one of three classes. The citation network consists of 44338 links. Each publication in the dataset is described by a TF/IDF weighted word vector from a dictionary which consists of 500 unique words. The README file in the dataset provides more details.
- Download Link:
- Related Papers:
- Galileo Namata, et. al. "Query-driven Active Surveying for Collective Classification." MLG. 2012.
-
Cora
- The Cora dataset consists of 2708 scientific publications classified into one of seven classes. The citation network consists of 5429 links. Each publication in the dataset is described by a 0/1-valued word vector indicating the absence/presence of the corresponding word from the dictionary. The dictionary consists of 1433 unique words. The README file in the dataset provides more details.
- Download Link:
- Related Papers:
- Qing Lu, and Lise Getoor. "Link-based classification." ICML, 2003.
- Prithviraj Sen, et al. "Collective classification in network data." AI Magazine, 2008.
other useful datasets link:
- citation dataset
- IMDB Datasets
- MovieLens Latest Dataset which consists of 33,000 movies. And it contains four types of nodes: movie, director, actor and actress, connected by two types of relations/link: directed link and actor/actress staring link. Each movie is assigned with a set of class labels, indicating generes of the movie. For each movie, we extract a bag of words vector of all the plot summary about the movie as local features, which include 1000 words.
- Download Link:
- Related Papers:
- T. Pham, et al. "Column networks for collective classification." In AAAI, 2017.
- Zhang, Yizhou et al. "Deep Collective Classification in Heterogeneous Information Networks" In WWW, 2018.
other useful dataset links