SOTAVerified

End-to-End Entity Linking and Disambiguation leveraging Word and Knowledge Graph Embeddings

2020-02-25Unverified0· sign in to hype

Rostislav Nedelchev, Debanjan Chaudhuri, Jens Lehmann, Asja Fischer

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Entity linking - connecting entity mentions in a natural language utterance to knowledge graph (KG) entities is a crucial step for question answering over KGs. It is often based on measuring the string similarity between the entity label and its mention in the question. The relation referred to in the question can help to disambiguate between entities with the same label. This can be misleading if an incorrect relation has been identified in the relation linking step. However, an incorrect relation may still be semantically similar to the relation in which the correct entity forms a triple within the KG; which could be captured by the similarity of their KG embeddings. Based on this idea, we propose the first end-to-end neural network approach that employs KG as well as word embeddings to perform joint relation and entity classification of simple questions while implicitly performing entity disambiguation with the help of a novel gating mechanism. An empirical evaluation shows that the proposed approach achieves a performance comparable to state-of-the-art entity linking while requiring less post-processing.

Tasks

Reproductions