CLJul 18, 2019

Joint Learning of Named Entity Recognition and Entity Linking

arXiv:1907.08243v11110 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of integrating mention detection and entity linking for more accurate NLP systems, though it appears incremental as it builds on existing multi-task learning approaches.

The paper tackles the problem of jointly learning named entity recognition (NER) and entity linking (EL) to improve robustness and generalizability, achieving competitive state-of-the-art results in both tasks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes