ExtEnD: Extractive Entity Disambiguation (2022.acl-long)

Copied to clipboard

Challenge: Entity disambiguation (ED) is a task in natural language processing that requires a large pre-trained language model to perform.
Approach: They propose a local formulation for Entity Disambiguation (ED) that frames this task as a text extraction problem and propose two Transformer-based architectures that implement it.
Outcome: The proposed model outperforms all its competitors in terms of data efficiency and raw performance on 4 out of 4 benchmarks.

Similar Papers

Entity Disambiguation with Entity Definitions (2023.eacl-main)

Copied to clipboard

Challenge: Entity Disambiguation (ED) is a crucial problem in Natural Language Processing (NLP).
Approach: They propose to use Wikipedia titles as the textual representation of each candidate to improve the generalization capability over unseen patterns.
Outcome: The proposed model improves on 2 out of 6 benchmarks and is generalized over unseen patterns.
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.
ZELDA: A Comprehensive Benchmark for Supervised Entity Disambiguation (2023.eacl-main)

Copied to clipboard

Challenge: Entity disambiguation (ED) is the task of disambiguating named entity mentions in text to unique entries in a knowledge base.
Approach: They propose a benchmark for entity disambiguation that includes a unified training data set, entity vocabulary, candidate lists and challenging evaluation splits covering 8 different domains.
Outcome: The proposed benchmark is based on a unified training data set, entity vocabulary, candidate lists and evaluation splits covering 8 different domains.
Entity Disambiguation via Fusion Entity Decoding (2024.naacl-long)

Copied to clipboard

Challenge: Existing generative approaches demonstrate improved accuracy compared to classification approaches under the standardized ZELDA benchmark.
Approach: They propose an encoder-decoder model to disambiguate entities with more detailed entity descriptions.
Outcome: The proposed model outperforms existing classification models on the ZELDA benchmark and on retrieval/reader frameworks.
Entity or Relation Embeddings? An Analysis of Encoding Strategies for Relation Extraction (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to relation extraction use concatenating embeddings of head and tail entities . however, such representations capture the types of the entities involved, leading to false positives and confusion between relations involving entities of the same type.
Approach: They propose a model which combines [MASK] embeddings with entity embedds to learn relation embeddations.
Outcome: The proposed model outperforms the state-of-the-art on several benchmarks . it uses a self-supervised pre-training strategy which further improves the results.
Improving Entity Disambiguation by Reasoning over a Knowledge Base (2022.naacl-main)

Copied to clipboard

Challenge: Recent work in entity disambiguation relies on a limited subset of KB facts to link entities . less common entities are prone to missing or inconsistent KB information, which is problematic for models which rely on 'one source'
Approach: They propose an ED model which links entities by reasoning over a symbolic knowledge base in a fully differentiable fashion.
Outcome: The proposed model outperforms state-of-the-art models on six well-established datasets by 1.3 F1 on average.
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.
An Analysis of Simple Data Augmentation for Named Entity Recognition (2020.coling-main)

Copied to clipboard

Challenge: Recent studies have focused on using data augmentation techniques on sentence-level and sentence-pair natural language processing tasks such as text classification.
Approach: They propose to use data augmentation techniques for named entity recognition to increase model performance.
Outcome: The proposed techniques boost performance for both recurrent and transformer-based models, especially for small training sets.
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.
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.

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