Improving Entity Linking by Modeling Latent Relations between Mentions
Phong Le, Ivan Titov

TL;DR
This paper introduces a neural entity-linking model that treats relations between mentions as latent variables, improving accuracy and training efficiency without supervision.
Contribution
It presents a multi-relational neural model for entity linking that induces relations automatically, outperforming previous methods on standard benchmarks.
Findings
Achieves state-of-the-art scores on AIDA-CoNLL
Outperforms relation-agnostic models significantly
Converges faster during training
Abstract
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.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
