Inductive Entity Representations from Text via Link Prediction

7 Oct 2020  ยท  Daniel Daza, Michael Cochez, Paul Groth ยท

Knowledge Graphs (KG) are of vital importance for multiple applications on the web, including information retrieval, recommender systems, and metadata annotation. Regardless of whether they are built manually by domain experts or with automatic pipelines, KGs are often incomplete. Recent work has begun to explore the use of textual descriptions available in knowledge graphs to learn vector representations of entities in order to preform link prediction. However, the extent to which these representations learned for link prediction generalize to other tasks is unclear. This is important given the cost of learning such representations. Ideally, we would prefer representations that do not need to be trained again when transferring to a different task, while retaining reasonable performance. In this work, we propose a holistic evaluation protocol for entity representations learned via a link prediction objective. We consider the inductive link prediction and entity classification tasks, which involve entities not seen during training. We also consider an information retrieval task for entity-oriented search. We evaluate an architecture based on a pretrained language model, that exhibits strong generalization to entities not observed during training, and outperforms related state-of-the-art methods (22% MRR improvement in link prediction on average). We further provide evidence that the learned representations transfer well to other tasks without fine-tuning. In the entity classification task we obtain an average improvement of 16% in accuracy compared with baselines that also employ pre-trained models. In the information retrieval task, we obtain significant improvements of up to 8.8% in NDCG@10 for natural language queries. We thus show that the learned representations are not limited KG-specific tasks, and have greater generalization properties than evaluated in previous work.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Inductive knowledge graph completion FB15k-237-ind BLP-TransE MRR 0.195 # 1
Hit@1 0.113 # 1
Hits@3 0.213 # 1
Hits@10 0.363 # 1
Inductive knowledge graph completion Wikidata5m-ind BLP-SimplE MRR 0.493 # 1
Hits@1 0.289 # 1
Inductive knowledge graph completion Wikidata5m-ind BLP-ComplEx Hits@10 0.877 # 1
Hits@3 0.664 # 1
Inductive knowledge graph completion WN18RR-ind BLP-TransE MRR 0.285 # 1
Hits@3 0.361 # 1
Hit@10 0.58 # 1
Inductive knowledge graph completion WN18RR-ind BLP-ComplEx Hits@1 0.156 # 1

Methods


No methods listed for this paper. Add relevant methods here