Share your thoughts, 1 month free Claude Pro on usSee more
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
342
Graph ClassificationMutag (test)
Accuracy89
224
Link PredictionWN18RR
Hits@1057.65
219
Knowledge Graph CompletionFB15k-237 (test)
MRR0.355
195
Knowledge Graph CompletionWN18RR (test)
MRR0.479
194
Knowledge Graph CompletionWN18RR
Hits@144.3
179
Knowledge Graph CompletionFB15k-237
Hits@100.535
122
Knowledge Base CompletionYAGO3-10 (test)
MRR0.2843
84
Showing 10 of 48 rows

Other info

Code

Follow for update