Joint Learning of Named Entity Recognition and Entity Linking
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Named Entity Recognition | CoNLL 2003 (test) | F1 Score92.43 | 539 | |
| Entity Linking | AIDA (testb) | Micro F181.9 | 28 | |
| Entity Linking | AIDA (testa) | Micro F185.2 | 23 | |
| Entity Linking | GERBIL | InKB Micro F1 (AIDA-B)81.9 | 15 | |
| Entity Linking | AIDA and Out-of-domain (MSNBC, Derczynski, KORE50, N3-Reuters-128, N3-RSS-500, OKE-15, OKE-16) (test) | AIDA Performance81.9 | 12 | |
| Entity Linking | AIDA (test) | Micro F181.9 | 8 | |
| End-to-end Entity Linking | AIDA CoNLL (test) | Micro F181.9 | 4 | |
| End-to-end Entity Linking | AIDA CoNLL (val) | Macro F10.828 | 3 |