paper-with-me

Papers

Cross-Domain Neural Entity Linking

2022-09-28 · Hassan Soliman

Entity Linking is the task of matching a mention to an entity in a given knowledge base (KB). It contributes to annotating a massive amount of documents existing on the Web to harness new facts about their matched entities. However, existing Entity Linking systems focus on developing models that are typically domain-dependent and robust only to a particular knowledge base on which they have been trained. The performance is not as adequate when being evaluated on documents and knowledge bases from different domains. Approaches based on pre-trained language models, such as Wu et al. (2020), attempt to solve the problem using a zero-shot setup, illustrating some potential when evaluated on a general-domain KB. Nevertheless, the performance is not equivalent when evaluated on a domain-specific KB. To allow for more accurate Entity Linking across different domains, we propose our framework: Cross-Domain Neural Entity Linking (CDNEL). Our objective is to have a single system that enables simultaneous linking to both the general-domain KB and the domain-specific KB. CDNEL works by learning a joint representation space for these knowledge bases from different domains. It is evaluated using the external Entity Linking dataset (Zeshel) constructed by Logeswaran et al. (2019) and the Reddit dataset collected by Botzer et al. (2021), to compare our proposed method with the state-of-the-art results. The proposed framework uses different types of datasets for fine-tuning, resulting in different model variants of CDNEL. When evaluated on four domains included in the Zeshel dataset, these variants achieve an average precision gain of 9%.

📄 PDF Abstract BibTeX arXiv:2210.15616

Code (0)

등록된 구현이 없습니다.

Tasks

Entity Linking

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

LELA: An End-to-end LLM-based Entity Linking Framework with Zero-shot Domain Adaptation

2026-05-26 · Samy Haffoudhi, Nikola Dobričić, Fabian Suchanek, Nils Holzenberger arxiv

Entity linking is a key component of many downstream NLP systems, yet existing approaches are often tied to the specific target knowledge bases and domains, limiting their real world application. In this paper, we extend…

Entity DisambiguationDomain AdaptationEntity Linking

A Study on Entity Linking Across Domains”:" Which Data is Best for Fine-Tuning?

2022-05-01 · RepL4NLP (ACL) 2022 5 · Hassan Soliman, Heike Adel, Mohamed H. Gad-Elrab, Dragan Milchevski 외

Entity linking disambiguates mentions by mapping them to entities in a knowledge graph (KG). One important question in today’s research is how to extend neural entity linking systems to new domains. In this paper, we aim…

Entity Linking

Entity Linking via Joint Encoding of Types, Descriptions, and Context

2017-09-01 · EMNLP 2017 9 · Nitish Gupta, Sameer Singh, Dan Roth

For accurate entity linking, we need to capture various information aspects of an entity, such as its description in a KB, contexts in which it is mentioned, and structured knowledge. Additionally, a linking system shoul…

Entity Linking

OpenEL: An Annotated Corpus for Entity Linking and Discourse in Open Domain Dialogue

2022-06-01 · LREC 2022 6 · Wen Cui, Leanne Rolston, Marilyn Walker, Beth Ann Hockey

Entity linking in dialogue is the task of mapping entity mentions in utterances to a target knowledge base. Prior work on entity linking has mainly focused on well-written articles such as Wikipedia, annotated newswire, …

Articlescoreference-resolutionCoreference ResolutionEntity Linking

Entity Linking with people entity on Wikipedia

2017-05-02 · Weiqian Yan, Kanchan Khurad

This paper introduces a new model that uses named entity recognition, coreference resolution, and entity linking techniques, to approach the task of linking people entities on Wikipedia people pages to their correspondin…

coreference-resolutionCoreference ResolutionEntity Linkingnamed-entity-recognition+2