HyperAIHyperAI

Command Palette

Search for a command to run...

5 months ago

Modeling Relational Data with Graph Convolutional Networks

Michael Schlichtkrull; Thomas N. Kipf; Peter Bloem; Rianne van den Berg; Ivan Titov; Max Welling

Modeling Relational Data with Graph Convolutional Networks

Abstract

Knowledge graphs enable a wide variety of applications, including question answering and information retrieval. Despite the great effort invested in their creation and maintenance, even the largest (e.g., Yago, DBPedia or Wikidata) remain incomplete. We introduce Relational Graph Convolutional Networks (R-GCNs) and apply them to two standard knowledge base completion tasks: Link prediction (recovery of missing facts, i.e. subject-predicate-object triples) and entity classification (recovery of missing entity attributes). R-GCNs are related to a recent class of neural networks operating on graphs, and are developed specifically to deal with the highly multi-relational data characteristic of realistic knowledge bases. We demonstrate the effectiveness of R-GCNs as a stand-alone model for entity classification. We further show that factorization models for link prediction such as DistMult can be significantly improved by enriching them with an encoder model to accumulate evidence over multiple inference steps in the relational graph, demonstrating a large improvement of 29.8% on FB15k-237 over a decoder-only baseline.

Code Repositories

INK-USC/MHGRN
pytorch
Mentioned in GitHub
shijx12/kqapro_baselines
pytorch
Mentioned in GitHub
susurrant/flow-imputation
tf
Mentioned in GitHub
MichSchli/RelationPrediction
tf
Mentioned in GitHub
toooooodo/rgcn-linkprediction
pytorch
Mentioned in GitHub
giuseppefutia/semi
pytorch
Mentioned in GitHub
guillaumejaume/tuto-dl-on-graphs
pytorch
Mentioned in GitHub
predict-idlab/RR-GCN
pytorch
Mentioned in GitHub
dglai/wsdm2022-challenge
pytorch
Mentioned in GitHub
thiviyanT/torch-rgcn
pytorch
Mentioned in GitHub
tkipf/relational-gcn
Official
tf
Mentioned in GitHub
anilakash/indkgc
pytorch
Mentioned in GitHub
QustKcz/relational-GCN
tf
Mentioned in GitHub
berlincho/RGCN-pytorch
pytorch
Mentioned in GitHub
parkererickson/crunchBaseGraph
pytorch
Mentioned in GitHub
INK-USC/RE-Net
pytorch
Mentioned in GitHub
tkipf/gae
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
heterogeneous-node-classification-on-acmRGCN
Macro-F1: 91.55
Micro-F1: 91.41
heterogeneous-node-classification-on-dblp-2RGCN
Macro-F1: 91.52
Micro-F1: 92.07
heterogeneous-node-classification-on-freebaseRGCN
Macro-F1: 46.78
Micro-F1: 58.33
heterogeneous-node-classification-on-imdbRGCN
Macro-F1: 58.85
Micro-F1: 62.05
heterogeneous-node-classification-on-oagRGCN
MRR: 31.51
NDCG: 48.93
heterogeneous-node-classification-on-oag-l1RGCN
MRR: 84.92
NDCG: 85.91
node-classification-on-aifbR-GCN
Accuracy: 95.83
node-classification-on-amR-GCN
Accuracy: 89.29
node-classification-on-bgsR-GCN
Accuracy: 83.10
node-classification-on-mutagR-GCN
Accuracy: 73.23

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Modeling Relational Data with Graph Convolutional Networks | Papers | HyperAI