SOTAVerified

Joint Learning of Named Entity Recognition and Entity Linking

2019-07-18ACL 2019Unverified0· sign in to hype

Pedro Henrique Martins, Zita Marinho, André F. T. Martins

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Named entity recognition (NER) and entity linking (EL) are two fundamentally related tasks, since in order to perform EL, first the mentions to entities have to be detected. However, most entity linking approaches disregard the mention detection part, assuming that the correct mentions have been previously detected. In this paper, we perform joint learning of NER and EL to leverage their relatedness and obtain a more robust and generalisable system. For that, we introduce a model inspired by the Stack-LSTM approach (Dyer et al., 2015). We observe that, in fact, doing multi-task learning of NER and EL improves the performance in both tasks when comparing with models trained with individual objectives. Furthermore, we achieve results competitive with the state-of-the-art in both NER and EL.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
AIDA-CoNLLMartins et al. (2019)Micro-F1 strong81.9Unverified

Reproductions