Modeling Relational Data with Graph Convolutional Networks
Michael Schlichtkrull, Thomas N. Kipf, Peter Bloem, Rianne van den, Berg, Ivan Titov, Max Welling

TL;DR
This paper introduces Relational Graph Convolutional Networks (R-GCNs) for knowledge graph completion, demonstrating their effectiveness in entity classification and enhancing link prediction models with significant performance improvements.
Contribution
The paper presents R-GCNs tailored for multi-relational data, improving knowledge base completion tasks and integrating them with existing models for better inference.
Findings
R-GCNs outperform baseline models in entity classification.
Enriching factorization models with R-GCNs improves link prediction accuracy.
Achieved a 29.8% improvement on FB15k-237 dataset.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Topic Modeling · Bayesian Modeling and Causal Inference
MethodsRelational Graph Convolution Network
