Joint Learning of Named Entity Recognition and Entity Linking

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.

PDF Abstract ACL 2019 PDF ACL 2019 Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Named Entity Recognition (NER) CoNLL 2003 (English) Stack LSTM F1 92.43 # 38

Results from Other Papers


Task Dataset Model Metric Name Metric Value Rank Source Paper Compare
Entity Linking AIDA-CoNLL Martins et al. (2019) Micro-F1 strong 81.9 # 10

Methods


No methods listed for this paper. Add relevant methods here