Contextualized End-to-End Neural Entity Linking (2020.aacl-main)

Copied to clipboard

Challenge: a proposed entity linking model that disjointly applies MD and ED from the same contextualized BERT embeddings is able to generalize better.
Approach: They propose an entity linking (EL) model that jointly learns mention detection (MD) and entity disambiguation (ED) they propose to use task-specific heads on top of shared BERT contextualized embeddings to learn MD and ED.
Outcome: The proposed model achieves state-of-the-art results across a standard EL dataset and under a setting where hand-crafted candidate sets are not available.

Similar Papers

Joint Learning of Named Entity Recognition and Entity Linking (P19-2)

Copied to clipboard

Challenge: Named entity recognition and entity linking are two fundamentally related tasks . most approaches focus on the mention detection part, assuming the correct mentions have been detected .
Approach: They perform joint learning of named entity recognition and entity linking to leverage their relatedness.
Outcome: The proposed model achieves competitive results with the state-of-the-art in both NER and EL tasks.
LNN-EL: A Neuro-Symbolic Approach to Short-text Entity Linking (2021.acl-long)

Copied to clipboard

Challenge: Existing work deals with EL in the context of longer text, such as a sentence.
Approach: They propose a neuro-symbolic approach that uses interpretable rules based on first-order logic to achieve better performance with black-box neural approaches.
Outcome: The proposed approach achieves better performance than heuristics-based approaches on short-text EL . it can easily blend existing rule templates with multiple types of features, and even with scores resulting from previous EL methods.
Towards Consistent Document-level Entity Linking: Joint Models for Entity Linking and Coreference Resolution (2022.acl-short)

Copied to clipboard

Challenge: Existing approaches to solve entity linking (EL) jointly with coreference resolution (coref) a coreferenced cluster can only be linked to a single entity or NIL (i.e., a nonlinkable entity)
Approach: They propose to join entity linking and coreference resolution in a single structured prediction task over directed trees and use a globally normalized model to solve it.
Outcome: The proposed model improves on two datasets with a +5% boost in accuracy compared to standalone models . the proposed model is based on current models that predict a single antecedent for each span to resolve .
Fine-Grained Evaluation for Entity Linking (D19-1)

Copied to clipboard

Challenge: Entity Linking (EL) is an Information Extraction task that identifies entity mentions in a text corpus and associates them with an unambiguous identifier in KBs such as Wikipedia, BabelNet, DBpedia, Wikidata and YAGO.
Approach: They propose a fine-grained categorization of different types of entity mentions and links and propose 'fuzzy recall' metric to address the lack of consensus and compare a selection of online EL systems.
Outcome: The proposed task offers a bridge between unstructured text and structured KBs, where EL has applications for semantic search, document classification, relation extraction, and more.
Entity Embedding Completion for Wide-Coverage Entity Disambiguation (2022.findings-emnlp)

Copied to clipboard

Challenge: Existing state-of-the-art ED models do not address out-of vocabulary entities that are absent from training data.
Approach: They propose to extend a state-of-the-art ED model by dynamically computing embeddings of out-ofvocabulary entities by using entity descriptions and mention contexts.
Outcome: The proposed model performs comparable to existing models whose embeddings are trained for all candidate entities as well as embedd-free models.
AELC: Adaptive Entity Linking with LLM-Driven Contextualization (2025.findings-emnlp)

Copied to clipboard

Challenge: Entity linking (EL) focuses on associating ambiguous mentions in text with corresponding entities in a knowledge graph.
Approach: Entity linking (EL) focuses on associating ambiguous mentions in text with corresponding entities in a knowledge graph.
Outcome: Experiments on four public benchmark datasets show that AELC achieves state-of-the-art performance.
Contextual Augmentation for Entity Linking using Large Language Models (2025.coling-main)

Copied to clipboard

Challenge: Entity Linking involves detecting and linking entity mentions in natural language texts to a knowledge graph.
Approach: They propose a fine-tuned model that integrates entity recognition and disambiguation in a unified framework.
Outcome: The proposed model achieves state-of-the-art on out-of domain datasets and compares with baselines.
Improving Entity Linking by Modeling Latent Relations between Mentions (P18-1)

Copied to clipboard

Challenge: Entity linking systems often exploit relations between textual mentions to decide if the linking decisions are compatible.
Approach: They treat relations as latent variables while optimizing the neural entity-linking model without supervision.
Outcome: The proposed model outperforms its relation-agnostic version and significantly outperformed its relational version.
Named Entity Recognition for Entity Linking: What Works and What’s Next (2021.findings-emnlp)

Copied to clipboard

Challenge: Entity Linking (EL) systems have achieved impressive results on standard benchmarks thanks to the contextualized representations provided by recent pretrained language models.
Approach: They propose to exploit Named Entity Recognition (NER) to narrow the gap between EL systems trained on high and low amounts of labeled data.
Outcome: The proposed model can be exploited to narrow the gap between EL systems trained on high and low amounts of labeled data.
Improving Neural Entity Disambiguation with Graph Embeddings (P19-2)

Copied to clipboard

Challenge: Entity Disambiguation (ED) is the task of linking an ambiguous entity mention to a corresponding entry in a knowledge base.
Approach: They propose a method that integrates structured information from the knowledge base with unstructured information from text-based representations.
Outcome: The proposed method improves on a graph of hyperlinks between Wikipedia articles and a state-of-the-art neural ED model.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations