CLNov 10, 2019

Scalable Zero-shot Entity Linking with Dense Entity Retrieval

arXiv:1911.03814v31108 citationsHas Code
Originality Highly original
AI Analysis

This work addresses entity linking for natural language processing applications, offering a scalable and effective solution with significant performance improvements.

The paper tackles zero-shot entity linking by proposing a two-stage BERT-based model that retrieves candidates with a bi-encoder and re-ranks them with a cross-encoder, achieving state-of-the-art results with 6-point absolute gains on benchmarks and fast retrieval in 2 milliseconds for 5.9 million candidates.

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.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes