Relational Graph Convolutional Networks: A Closer Look

Thiviyan Thanapalasingam,Lucas van Berkel,Peter Bloem,Paul Groth
DOI: https://doi.org/10.7717/peerj-cs.1073
2021-07-21
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 <a class="link-external link-https" href="https://github.com/thiviyanT/torch-rgcn" rel="external noopener nofollow">this https URL</a>.
Machine Learning
What problem does this paper attempt to address?