Relational Graph Convolutional Networks: A Closer Look
Thiviyan Thanapalasingam, Lucas van Berkel, Peter Bloem, Paul Groth

TL;DR
This paper reproduces and explains the Relational Graph Convolutional Network (RGCN), validating its correctness on benchmark datasets, and introduces two more parameter-efficient configurations for improved performance.
Contribution
It provides a detailed reproduction and explanation of RGCN, along with two novel, more efficient configurations of the model.
Findings
Empirically validated RGCN correctness on benchmark datasets.
Provided a clear understanding of RGCN components.
Introduced two new parameter-efficient RGCN configurations.
Abstract
In this paper, we describe a reproduction of the Relational Graph Convolutional Network (RGCN). Using our reproduction, we explain the intuition behind the model. Our reproduction results empirically validate the correctness of our implementations using benchmark Knowledge Graph datasets on node classification and link prediction tasks. Our explanation provides a friendly understanding of the different components of the RGCN for both users and researchers extending the RGCN approach. Furthermore, we introduce two new configurations of the RGCN that are more parameter efficient. The code and datasets are available at https://github.com/thiviyanT/torch-rgcn.
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 · Bioinformatics and Genomic Networks · Functional Brain Connectivity Studies
MethodsRelational Graph Convolution Network
