Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Scalable Zero-shot Entity Linking with Dense Entity Retrieval

About

This paper introduces a conceptually simple, scalable, and highly effective BERT-based entity linking model, along with an extensive evaluation of its accuracy-speed trade-off. We present a two-stage zero-shot linking algorithm, where each entity is defined only by a short textual description. The first stage does retrieval in a dense space defined by a bi-encoder that independently embeds the mention context and the entity descriptions. Each candidate is then re-ranked with a cross-encoder, that concatenates the mention and entity text. Experiments demonstrate that this approach is state of the art on recent zero-shot benchmarks (6 point absolute gains) and also on more established non-zero-shot evaluations (e.g. TACKBP-2010), despite its relative simplicity (e.g. no explicit entity embeddings or manually engineered mention tables). We also show that bi-encoder linking is very fast with nearest neighbour search (e.g. linking with 5.9 million candidates in 2 milliseconds), and that much of the accuracy gain from the more expensive cross-encoder can be transferred to the bi-encoder via knowledge distillation. Our code and models are available at https://github.com/facebookresearch/BLINK.

Ledell Wu, Fabio Petroni, Martin Josifoski, Sebastian Riedel, Luke Zettlemoyer• 2019

Related benchmarks

TaskDatasetResultRank
Entity DisambiguationZELDA Benchmark (test)
AIDA-B84.2
35
Named Entity DisambiguationAIDA (test)
Micro InKB F179.6
25
Entity DisambiguationWiki (test)--
24
Named Entity DisambiguationMSNBC out-of-domain (test)
Micro F1 (InKB)80
18
Multimodal Entity LinkingWikiDiverse (test)
Hit@157.14
17
Multimodal Entity LinkingWikiMEL (test)
Hit@174.66
17
Entity LinkingTAC-KBP 2010 (test)
Accuracy94
16
Entity LinkingWikilinksNED Unseen Mentions
Accuracy76.8
15
Entity LinkingZESHEL (test)
Macro Accuracy77.15
15
Multimodal Entity LinkingRichpediaMEL (test)
Hit@158.47
15
Showing 10 of 38 rows

Other info

Follow for update