Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Modeling Relational Data with Graph Convolutional Networks

About

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.

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

Related benchmarks

TaskDatasetResultRank
Graph ClassificationPROTEINS
Accuracy69.518
742
Graph ClassificationMUTAG
Accuracy81.5
697
Link PredictionFB15k-237 (test)
Hits@1041.7
419
Link PredictionWN18RR (test)
Hits@1020.7
380
Graph ClassificationCOLLAB
Accuracy33.602
329
Graph ClassificationENZYMES
Accuracy28.6
305
Link PredictionFB15k-237
MRR24.9
280
Graph ClassificationMutag (test)
Accuracy82.3
217
Graph ClassificationMUTAG (10-fold cross-validation)
Accuracy81.5
206
Node ClassificationIMDB
Macro F1 Score0.613
179
Showing 10 of 192 rows
...

Other info

Follow for update