paper-with-me

Papers

Improving Zero-Shot Entity Linking Candidate Generation with Ultra-Fine Entity Type Information

2022-10-01 · COLING 2022 10 · Xuhui Sui, Ying Zhang, Kehui Song, Baohang Zhou, Guoqing Zhao, Xin Wei, Xiaojie Yuan

Entity linking, which aims at aligning ambiguous entity mentions to their referent entities in a knowledge base, plays a key role in multiple natural language processing tasks. Recently, zero-shot entity linking task has become a research hotspot, which links mentions to unseen entities to challenge the generalization ability. For this task, the training set and test set are from different domains, and thus entity linking models tend to be overfitting due to the tendency of memorizing the properties of entities that appear frequently in the training set. We argue that general ultra-fine-grained type information can help the linking models to learn contextual commonality and improve their generalization ability to tackle the overfitting problem. However, in the zero-shot entity linking setting, any type information is not available and entities are only identified by textual descriptions. Thus, we first extract the ultra-fine entity type information from the entity textual descriptions. Then, we propose a hierarchical multi-task model to improve the high-level zero-shot entity linking candidate generation task by utilizing the entity typing task as an auxiliary low-level task, which introduces extracted ultra-fine type information into the candidate generation task. Experimental results demonstrate the effectiveness of utilizing the ultra-fine entity type information and our proposed method achieves state-of-the-art performance.

📄 PDF Abstract BibTeX

Code (1)

suixuhui/etzel 공식 구현 pytorch

Tasks

Entity LinkingEntity TypingVocal Bursts Type Prediction

Similar Papers 제목 키워드 기반

Entity Linking via Explicit Mention-Mention Coreference Modeling

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Learning representations of entity mentions is a core component of modern entity linking systems for both candidate generation and making linking predictions. In this paper, we present and empirically analyze a novel tra…

Entity LinkingRe-Ranking

Entity Linking via Explicit Mention-Mention Coreference Modeling

2022-07-01 · NAACL 2022 7 · Dhruv Agarwal, Rico Angell, Nicholas Monath, Andrew McCallum

Learning representations of entity mentions is a core component of modern entity linking systems for both candidate generation and making linking predictions. In this paper, we present and empirically analyze a novel tra…

Entity LinkingRe-Ranking

Improving Few-shot and Zero-shot Entity Linking with Coarse-to-Fine Lexicon-based Retriever

2023-08-07 · Shijue Huang, Bingbing Wang, Libo Qin, Qin Zhao 외

Few-shot and zero-shot entity linking focus on the tail and emerging entities, which are more challenging but closer to real-world scenarios. The mainstream method is the ''retrieve and rerank'' two-stage framework. In t…

Entity LinkingRetrieval

A Read-and-Select Framework for Zero-shot Entity Linking

2023-10-19 · Zhenran Xu, Yulin Chen, Baotian Hu, Min Zhang

Zero-shot entity linking (EL) aims at aligning entity mentions to unseen entities to challenge the generalization ability. Previous methods largely focus on the candidate retrieval stage and ignore the essential candidat…

Entity DisambiguationEntity LinkingRetrieval

Increasing Entity Linking upper bound through a more effective Candidate Generation System

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Entity Linking (EL) aligns entity mentions in text to entries in a knowledge base. It usually comprises of two phases: candidate generation and candidate ranking. While most methods focus on the latter phase, it is candi…

Entity Linking