Entity Linking via Dual and Cross-Attention Encoders
Oshin Agarwal, Daniel M. Bikel

TL;DR
This paper introduces a dual and cross-attention encoder approach for entity linking that improves candidate generation and reranking, achieving state-of-the-art accuracy on benchmark datasets.
Contribution
It combines a dual-encoder retrieval system with a cross-attention reranker to enhance entity linking performance and contextual representation.
Findings
Achieves 92.05% accuracy on TACKBP-2010 dataset.
State-of-the-art results with improved contextual features.
Model generalizes well across datasets.
Abstract
Entity Linking has two main open areas of research: 1) generate candidate entities without using alias tables and 2) generate more contextual representations for both mentions and entities. Recently, a solution has been proposed for the former as a dual-encoder entity retrieval system (Gillick et al., 2019) that learns mention and entity representations in the same space, and performs linking by selecting the nearest entity to the mention in this space. In this work, we use this retrieval system solely for generating candidate entities. We then rerank the entities by using a cross-attention encoder over the target mention and each of the candidate entities. Whereas a dual encoder approach forces all information to be contained in the small, fixed set of vector dimensions used to represent mentions and entities, a crossattention model allows for the use of detailed information (read:…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Data Quality and Management · Natural Language Processing Techniques
