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

Composition-based Multi-Relational Graph Convolutional Networks

About

Graph Convolutional Networks (GCNs) have recently been shown to be quite successful in modeling graph-structured data. However, the primary focus has been on handling simple undirected graphs. Multi-relational graphs are a more general and prevalent form of graphs where each edge has a label and direction associated with it. Most of the existing approaches to handle such graphs suffer from over-parameterization and are restricted to learning representations of nodes only. In this paper, we propose CompGCN, a novel Graph Convolutional framework which jointly embeds both nodes and relations in a relational graph. CompGCN leverages a variety of entity-relation composition operations from Knowledge Graph Embedding techniques and scales with the number of relations. It also generalizes several of the existing multi-relational GCN methods. We evaluate our proposed method on multiple tasks such as node classification, link prediction, and graph classification, and achieve demonstrably superior results. We make the source code of CompGCN available to foster reproducible research.

Shikhar Vashishth, Soumya Sanyal, Vikram Nitin, Partha Talukdar• 2019

Related benchmarks

TaskDatasetResultRank
Link PredictionFB15k-237 (test)
Hits@1053.5
419
Link PredictionWN18RR (test)
Hits@1054.6
380
Link PredictionFB15k-237
MRR35.5
280
Graph ClassificationMutag (test)
Accuracy89
217
Knowledge Graph CompletionFB15k-237 (test)
MRR0.355
179
Knowledge Graph CompletionWN18RR (test)
MRR0.479
177
Link PredictionWN18RR
Hits@1057.65
175
Knowledge Graph CompletionWN18RR
Hits@144.3
165
Knowledge Graph CompletionFB15k-237
Hits@100.535
108
Link PredictionFB15k-237 filtered (test)
Hits@100.535
60
Showing 10 of 33 rows

Other info

Code

Follow for update