2022
DOI: 10.7717/peerj-cs.1073
|View full text |Cite
|
Sign up to set email alerts
|

Relational graph convolutional networks: a closer look

Abstract: In this article, 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 introduc… Show more

Help me understand this report
View preprint versions

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
5
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
5
3
1

Relationship

0
9

Authors

Journals

citations
Cited by 14 publications
(8 citation statements)
references
References 30 publications
0
5
0
Order By: Relevance
“…In this paper, Relational Graph Convolutional Network (RGCN) [35] is selected as a neural network model for dealing with graph data with complex relationships. There are many advantages to using RGCN for OSNs processing.…”
Section: E-botrgcn Model Architecturementioning
confidence: 99%
“…In this paper, Relational Graph Convolutional Network (RGCN) [35] is selected as a neural network model for dealing with graph data with complex relationships. There are many advantages to using RGCN for OSNs processing.…”
Section: E-botrgcn Model Architecturementioning
confidence: 99%
“…Firstly, for the Bipartite Graph Convolutional Network Algorithm, the main complexity comes from the update of node embeddings at each layer ( Thanapalasingam et al, 2022 ). Specifically, each layer’s embedding update involves the multiplication of the propagation matrix and the embedding matrix, with a time complexity of , where L is the network depth, is the number of nodes, and is the node feature dimension.…”
Section: Algorithm Descriptionmentioning
confidence: 99%
“…Code description and source code graphs can be transformed into directed and labeled multi-graphs. We use Relational Graph Convolutional Network (RGCN) 58,59 . RGCN is a kind of GNN to learn the node embedding from directed and labeled multi-graphs.…”
Section: /19mentioning
confidence: 99%