Improving Entity Linking by Modeling Latent Relations between Mentions
About
Entity linking involves aligning textual mentions of named entities to their corresponding entries in a knowledge base. Entity linking systems often exploit relations between textual mentions in a document (e.g., coreference) to decide if the linking decisions are compatible. Unlike previous approaches, which relied on supervised systems or heuristics to predict these relations, we treat relations as latent variables in our neural entity-linking model. We induce the relations without any supervision while optimizing the entity-linking system in an end-to-end fashion. Our multi-relational model achieves the best reported scores on the standard benchmark (AIDA-CoNLL) and substantially outperforms its relation-agnostic version. Its training also converges much faster, suggesting that the injected structural bias helps to explain regularities in the training data.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Entity Linking | MSNBC | Micro F193.9 | 36 | |
| Entity Disambiguation | AIDA CoNLL (test) | In-KB Accuracy93.1 | 36 | |
| Entity Linking | ACE2004 (test) | Micro F1 Score89.9 | 27 | |
| Entity Linking | Wiki (test) | Micro F178 | 27 | |
| Entity Linking | AQUAINT (test) | Micro F1 Score88.3 | 27 | |
| Entity Linking | CWEB (test) | Micro F177.5 | 26 | |
| Entity Disambiguation | Wiki (test) | Micro F178 | 24 | |
| Entity Disambiguation | AIDA-CoNLL B (test) | In-KB Accuracy93.07 | 21 | |
| Entity Disambiguation | AQUAINT (AQ) (test) | Micro F188.3 | 20 | |
| Entity Disambiguation | ACE 2004 (test) | Micro F189.9 | 20 |