paper-with-me

홈 › Papers

Entity Linking in the Job Market Domain

2024-01-31 · Mike Zhang, Rob van der Goot, Barbara Plank

In Natural Language Processing, entity linking (EL) has centered around Wikipedia, but yet remains underexplored for the job market domain. Disambiguating skill mentions can help us get insight into the current labor market demands. In this work, we are the first to explore EL in this domain, specifically targeting the linkage of occupational skills to the ESCO taxonomy (le Vrang et al., 2014). Previous efforts linked coarse-grained (full) sentences to a corresponding ESCO skill. In this work, we link more fine-grained span-level mentions of skills. We tune two high-performing neural EL models, a bi-encoder (Wu et al., 2020) and an autoregressive model (Cao et al., 2021), on a synthetically generated mention--skill pair dataset and evaluate them on a human-annotated skill-linking benchmark. Our findings reveal that both models are capable of linking implicit mentions of skills to their correct taxonomy counterparts. Empirically, BLINK outperforms GENRE in strict evaluation, but GENRE performs better in loose evaluation (accuracy@$k$).

📄 PDF Abstract BibTeX arXiv:2401.17979

Code (1)

mainlp/el_esco 공식 구현 pytorch

Tasks

Entity Linking

Similar Papers 제목 키워드 기반

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

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

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 entiti…

Entity Linking

Empirical Evaluation of Pretraining Strategies for Supervised Entity Linking

2020-05-28 · AKBC 2020 6 · Thibault Févry, Nicholas FitzGerald, Livio Baldini Soares, Tom Kwiatkowski

In this work, we present an entity linking model which combines a Transformer architecture with large scale pretraining from Wikipedia links. Our model achieves the state-of-the-art on two commonly used entity linking da…

Entity Linking