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

End-to-end Structure-Aware Convolutional Networks for Knowledge Base Completion

About

Knowledge graph embedding has been an active research topic for knowledge base completion, with progressive improvement from the initial TransE, TransH, DistMult et al to the current state-of-the-art ConvE. ConvE uses 2D convolution over embeddings and multiple layers of nonlinear features to model knowledge graphs. The model can be efficiently trained and scalable to large knowledge graphs. However, there is no structure enforcement in the embedding space of ConvE. The recent graph convolutional network (GCN) provides another way of learning graph node embedding by successfully utilizing graph connectivity structure. In this work, we propose a novel end-to-end Structure-Aware Convolutional Network (SACN) that takes the benefit of GCN and ConvE together. SACN consists of an encoder of a weighted graph convolutional network (WGCN), and a decoder of a convolutional network called Conv-TransE. WGCN utilizes knowledge graph node structure, node attributes and edge relation types. It has learnable weights that adapt the amount of information from neighbors used in local aggregation, leading to more accurate embeddings of graph nodes. Node attributes in the graph are represented as additional nodes in the WGCN. The decoder Conv-TransE enables the state-of-the-art ConvE to be translational between entities and relations while keeps the same link prediction performance as ConvE. We demonstrate the effectiveness of the proposed SACN on standard FB15k-237 and WN18RR datasets, and it gives about 10% relative improvement over the state-of-the-art ConvE in terms of HITS@1, HITS@3 and HITS@10.

Chao Shang, Yun Tang, Jing Huang, Jinbo Bi, Xiaodong He, Bowen Zhou• 2018

Related benchmarks

TaskDatasetResultRank
Link PredictionFB15k-237 (test)
Hits@1054
419
Link PredictionWN18RR (test)
Hits@1054
380
Link PredictionFB15k-237
MRR35
280
Graph ClassificationMutag (test)
Accuracy78.9
217
Knowledge Graph CompletionFB15k-237 (test)
MRR0.35
179
Knowledge Graph CompletionWN18RR (test)
MRR0.47
177
Link PredictionWN18RR
Hits@1054
175
Knowledge Graph CompletionFB15k-237
Hits@100.51
108
Link PredictionFB15k-237 filtered (test)
Hits@100.54
60
Link PredictionWN18RR filtered (test)
Hits@1054
57
Showing 10 of 20 rows

Other info

Code

Follow for update