Challenge: Entity linking is a task of assigning entity mentions to referent entities in a knowledge base.
Approach: They propose to use ultra-fine-grained type information to improve the generalization ability of EL models by utilizing a low-level task to extract ultra-finish entity type information.
Outcome: The proposed model achieves state-of-the-art in the zero-shot entity linking task .

Similar Papers

Improving Fine-grained Entity Typing with Entity Linking (D19-1)

Copied to clipboard

Challenge: Existing methods for fine-grained entity typing require a large tag set and knowledge of the context.
Approach: They propose a deep neural model that uses context and information from entity linking to improve fine-grained entity typing.
Outcome: The proposed model achieves 5% absolute strict accuracy improvement over the state of the art on two datasets.
Selecting Key Views for Zero-Shot Entity Linking (2023.findings-emnlp)

Copied to clipboard

Challenge: Entity linking is a task of assigning ambiguous mentions in textual input to entities in knowledge bases.
Approach: They propose a framework to align mentions in text to entities in knowledge bases . they use unsupervised clustering to select key views from descriptions .
Outcome: The proposed framework achieves state-of-the-art on the zero-shot entity linking dataset.
A Read-and-Select Framework for Zero-shot Entity Linking (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing methods focus on the candidate retrieval stage and ignore the essential candidate ranking stage, which disambiguates among entities and makes the final linking prediction.
Approach: They propose a read-and-select framework that models the main components of entity disambiguation . they use mention context to output mention-aware entity representations .
Outcome: The proposed framework achieves state-of-the-art performance on established zero-shot entity linking dataset ZESHEL with 2.55% micro-average accuracy gain, with no need for laborious multi-phase pre-training used in most of the previous work.
Zero-Shot Entity Linking by Reading Entity Descriptions (P19-1)

Copied to clipboard

Challenge: Existing approaches to link entities to unseen entities require in-domain labeled data.
Approach: They propose a zero-shot entity linking task where mentions must be linked to unseen entities without in-domain labeled data.
Outcome: The proposed task can generalize to unseen entities without metadata or alias tables . the proposed system improves over baselines, including BERT, on a new dataset .
Scalable Zero-shot Entity Linking with Dense Entity Retrieval (2020.emnlp-main)

Copied to clipboard

Challenge: Existing methods for entity linking use manually curated mention tables and incoming Wikipedia link popularity.
Approach: They propose a BERT-based entity linking model with a bi-encoder that embeds the mention context and the entity descriptions and then re-ranked the candidate with . they also evaluate the accuracy-speed trade-off inherent to large pre-trained models.
Outcome: The proposed model is state-of-the-art on recent zero-shot benchmarks and established non-zero-shot evaluations.
Description-Based Zero-shot Fine-Grained Entity Typing (N19-1)

Copied to clipboard

Challenge: Existing systems consider a small set of coarse types, but fine-grained Entity Typing can be used for a variety of tasks.
Approach: They propose a zero-shot entity typing approach that utilizes the type description available from Wikipedia to build a distributed semantic representation of the types.
Outcome: The proposed method is able to recognize novel types without additional training on a public benchmark dataset.
Linking Entities to Unseen Knowledge Bases with Arbitrary Schemas (2021.naacl-main)

Copied to clipboard

Challenge: Existing work on entity linking relies on a knowledge base that is not known at training time.
Approach: They propose a method to flexibly convert entities with several attribute-value pairs from arbitrary KBs into flat strings and use it to generalize the model.
Outcome: The proposed model is 12% more accurate than baseline models on English datasets.
Entity Linking via Explicit Mention-Mention Coreference Modeling (2022.naacl-main)

Copied to clipboard

Challenge: Using a learning approach for entity mentions is a key component of modern entity linking systems for both candidate generation and making linking predictions.
Approach: They propose a training approach that builds minimum spanning arborescences over mentions and entities to explicitly model mention coreference relationships.
Outcome: The proposed approach improves candidate generation recall and link accuracy on the biomedical dataset and on MedMentions, setting a new SOTA result in linking accuracy.
ReFinED: An Efficient Zero-shot-capable Approach to End-to-End Entity Linking (2022.naacl-industry)

Copied to clipboard

Challenge: Entity linking is the task of recognising mentions of entities in unstructured text documents and linking them to the corresponding entities in a Knowledge Base (KB) the largest public EL dataset is Wikipedia, which covers just 3% of the entities in Wikidata.
Approach: They propose a model which performs mention detection, fine-grained entity typing, and entity disambiguation for all mentions within a document in a single forward pass.
Outcome: The proposed model outperforms state-of-the-art methods on standard datasets by an average of 3.7 F1 and can generalise to large-scale knowledge bases such as Wikidata and zero-shot entity linking.
Improving Candidate Generation for Low-resource Cross-lingual Entity Linking (2020.tacl-1)

Copied to clipboard

Challenge: Existing approaches to cross-lingual entity linking (XEL) do not extend well to low-resource languages with few Wikipedia pages.
Approach: They propose to improve the model by combining Wikipedia references with a list of plausible candidate entities.
Outcome: The proposed method yields 16.9% in Top-30 gold candidate recall compared with state-of-the-art models.

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