paper-with-me

Papers

Improving Candidate Generation for Low-resource Cross-lingual Entity Linking

2020-03-03 · TACL 2020 1 · Shuyan Zhou, Shruti Rijhawani, John Wieting, Jaime Carbonell, Graham Neubig

Cross-lingual entity linking (XEL) is the task of finding referents in a target-language knowledge base (KB) for mentions extracted from source-language texts. The first step of (X)EL is candidate generation, which retrieves a list of plausible candidate entities from the target-language KB for each mention. Approaches based on resources from Wikipedia have proven successful in the realm of relatively high-resource languages (HRL), but these do not extend well to low-resource languages (LRL) with few, if any, Wikipedia pages. Recently, transfer learning methods have been shown to reduce the demand for resources in the LRL by utilizing resources in closely-related languages, but the performance still lags far behind their high-resource counterparts. In this paper, we first assess the problems faced by current entity candidate generation methods for low-resource XEL, then propose three improvements that (1) reduce the disconnect between entity mentions and KB entries, and (2) improve the robustness of the model to low-resource scenarios. The methods are simple, but effective: we experiment with our approach on seven XEL datasets and find that they yield an average gain of 16.9% in Top-30 gold candidate recall, compared to state-of-the-art baselines. Our improved model also yields an average gain of 7.9% in in-KB accuracy of end-to-end XEL.

📄 PDF Abstract BibTeX arXiv:2003.01343

Code (1)

shuyanzhou/pbel_plus 공식 구현 pytorch

Tasks

Cross-Lingual Entity LinkingEntity LinkingTransfer Learning

Similar Papers 제목 키워드 기반

Towards Zero-resource Cross-lingual Entity Linking

2019-09-29 · WS 2019 11 · Shuyan Zhou, Shruti Rijhwani, Graham Neubig

Cross-lingual entity linking (XEL) grounds named entities in a source language to an English Knowledge Base (KB), such as Wikipedia. XEL is challenging for most languages because of limited availability of requisite reso…

Cross-Lingual Entity LinkingEntity Linking

Efficient Entity Candidate Generation for Low-Resource Languages

2022-06-30 · LREC 2022 6 · Alberto García-Durán, Akhil Arora, Robert West

Candidate generation is a crucial module in entity linking. It also plays a key role in multiple NLP tasks that have been proven to beneficially leverage knowledge bases. Nevertheless, it has often been overlooked in the…

Cross-Lingual Entity LinkingEntity LinkingTransfer Learning

xMEN: A Modular Toolkit for Cross-Lingual Medical Entity Normalization

2023-10-17 · Florian Borchert, Ignacio Llorca, Roland Roller, Bert Arnrich 외

Objective: To improve performance of medical entity normalization across many languages, especially when fewer language resources are available compared to English. Materials and Methods: We introduce xMEN, a modular sys…

Revisiting Projection-based Data Transfer for Cross-Lingual Named Entity Recognition in Low-Resource Languages

2025-01-30 · Andrei Politov, Oleh Shkalikov, René Jäkel, Michael Färber

Cross-lingual Named Entity Recognition (NER) leverages knowledge transfer between languages to identify and classify named entities, making it particularly useful for low-resource languages. We show that the data-based c…

Cross-Lingual NERCross-Lingual Transfernamed-entity-recognitionNamed Entity Recognition+3

Design Challenges in Low-resource Cross-lingual Entity Linking

2020-05-02 · EMNLP 2020 11 · Xingyu Fu, Weijia Shi, Xiaodong Yu, Zian Zhao 외

Cross-lingual Entity Linking (XEL), the problem of grounding mentions of entities in a foreign language text into an English knowledge base such as Wikipedia, has seen a lot of research in recent years, with a range of p…

Cross-Lingual Entity LinkingEntity Linking