Capturing Semantic Similarity for Entity Linking with Convolutional Neural Networks
About
A key challenge in entity linking is making effective use of contextual information to disambiguate mentions that might refer to different entities in different contexts. We present a model that uses convolutional neural networks to capture semantic correspondence between a mention's context and a proposed target entity. These convolutional networks operate at multiple granularities to exploit various kinds of topic information, and their rich parameterization gives them the capacity to learn which n-grams characterize different topics. We combine these networks with a sparse linear model to achieve state-of-the-art performance on multiple entity linking datasets, outperforming the prior systems of Durrett and Klein (2014) and Nguyen et al. (2014).
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Entity Linking | ACE2004 (test) | Micro F1 Score0.8732 | 27 | |
| Entity Linking | AQUAINT (test) | Micro F1 Score80.55 | 27 | |
| Entity Linking | Wiki (test) | Micro F160.27 | 27 | |
| Entity Linking | CWEB (test) | Micro F167.97 | 26 | |
| Entity Disambiguation | AIDA-CoNLL B (test) | In-KB Accuracy84.21 | 21 | |
| Entity Linking | MSBNC (test) | Micro F189.05 | 13 |