EntQA: Entity Linking as Question Answering
About
A conventional approach to entity linking is to first find mentions in a given document and then infer their underlying entities in the knowledge base. A well-known limitation of this approach is that it requires finding mentions without knowing their entities, which is unnatural and difficult. We present a new model that does not suffer from this limitation called EntQA, which stands for Entity linking as Question Answering. EntQA first proposes candidate entities with a fast retrieval module, and then scrutinizes the document to find mentions of each candidate with a powerful reader module. Our approach combines progress in entity linking with that in open-domain question answering and capitalizes on pretrained models for dense entity retrieval and reading comprehension. Unlike in previous works, we do not rely on a mention-candidates dictionary or large-scale weak supervision. EntQA achieves strong results on the GERBIL benchmarking platform.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Entity Linking | OKE 2016 | -- | 31 | |
| Word Sense Disambiguation | SemEval Task 7 (S7-T7) 2007 (test) | F1 Score69.5 | 29 | |
| Entity Linking | AIDA (testb) | Micro F185.8 | 28 | |
| Entity Linking | OKE 2015 | -- | 26 | |
| Entity Linking | Derczynski | -- | 25 | |
| Named Entity Disambiguation | MSNBC out-of-domain (test) | Micro F1 (InKB)72.1 | 18 | |
| Entity Linking | GERBIL | InKB Micro F1 (AIDA-B)85.8 | 15 | |
| Entity Linking | AIDA and Out-of-domain (MSNBC, Derczynski, KORE50, N3-Reuters-128, N3-RSS-500, OKE-15, OKE-16) (test) | AIDA Performance85.8 | 12 | |
| Entity Linking | N3-Reuters-128 (out-of-domain) | InKB micro F154.1 | 11 | |
| Entity Linking | N3-RSS-500 (out-of-domain) | InKB micro F141.9 | 11 |