SOTAVerified

Canonical Tensor Decomposition for Knowledge Base Completion

2018-06-19ICML 2018Code Available1· sign in to hype

Timothée Lacroix, Nicolas Usunier, Guillaume Obozinski

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

The problem of Knowledge Base Completion can be framed as a 3rd-order binary tensor completion problem. In this light, the Canonical Tensor Decomposition (CP) (Hitchcock, 1927) seems like a natural solution; however, current implementations of CP on standard Knowledge Base Completion benchmarks are lagging behind their competitors. In this work, we attempt to understand the limits of CP for knowledge base completion. First, we motivate and test a novel regularizer, based on tensor nuclear p-norms. Then, we present a reformulation of the problem that makes it invariant to arbitrary choices in the inclusion of predicates or their reciprocals in the dataset. These two methods combined allow us to beat the current state of the art on several datasets with a CP decomposition, and obtain even better results using the more advanced ComplEx model.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
FB15kComplEx-N3 (reciprocal)MRR0.86Unverified
WN18ComplEx-N3 (reciprocal)Hits@100.96Unverified
WN18RRComplEx-N3 (reciprocal)Hits@100.57Unverified
YAGO3-10ComplEx-N3 (large model, reciprocal)Hits@100.71Unverified
YAGO3-10ComplEx-N3 (reciprocal)MRR0.58Unverified

Reproductions