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

A Novel Embedding Model for Knowledge Base Completion Based on Convolutional Neural Network

About

In this paper, we propose a novel embedding model, named ConvKB, for knowledge base completion. Our model ConvKB advances state-of-the-art models by employing a convolutional neural network, so that it can capture global relationships and transitional characteristics between entities and relations in knowledge bases. In ConvKB, each triple (head entity, relation, tail entity) is represented as a 3-column matrix where each column vector represents a triple element. This 3-column matrix is then fed to a convolution layer where multiple filters are operated on the matrix to generate different feature maps. These feature maps are then concatenated into a single feature vector representing the input triple. The feature vector is multiplied with a weight vector via a dot product to return a score. This score is then used to predict whether the triple is valid or not. Experiments show that ConvKB achieves better link prediction performance than previous state-of-the-art embedding models on two benchmark datasets WN18RR and FB15k-237.

Dai Quoc Nguyen, Tu Dinh Nguyen, Dat Quoc Nguyen, Dinh Phung• 2017

Related benchmarks

TaskDatasetResultRank
Link PredictionFB15k-237 (test)
Hits@1052.5
419
Link PredictionWN18RR (test)
Hits@1055.8
380
Link PredictionFB15k-237
MRR24.3
280
Knowledge Graph CompletionFB15k-237 (test)
MRR0.418
179
Knowledge Graph CompletionWN18RR (test)
MRR0.253
177
Link PredictionWN18RR
Hits@1052.4
175
Link PredictionYAGO3-10 (test)
MRR46
127
Link PredictionFB15k-237 filtered (test)
Hits@100.421
60
Link PredictionWN18RR filtered (test)
Hits@100.524
57
Triple classificationWN11 (test)
Accuracy87.6
55
Showing 10 of 19 rows

Other info

Code

Follow for update