paper-with-me

Papers

Multilingual Autoregressive Entity Linking

2021-03-23 · Nicola De Cao, Ledell Wu, Kashyap Popat, Mikel Artetxe, Naman Goyal, Mikhail Plekhanov, Luke Zettlemoyer, Nicola Cancedda, Sebastian Riedel, Fabio Petroni

We present mGENRE, a sequence-to-sequence system for the Multilingual Entity Linking (MEL) problem -- the task of resolving language-specific mentions to a multilingual Knowledge Base (KB). For a mention in a given language, mGENRE predicts the name of the target entity left-to-right, token-by-token in an autoregressive fashion. The autoregressive formulation allows us to effectively cross-encode mention string and entity names to capture more interactions than the standard dot product between mention and entity vectors. It also enables fast search within a large KB even for mentions that do not appear in mention tables and with no need for large-scale vector indices. While prior MEL works use a single representation for each entity, we match against entity names of as many languages as possible, which allows exploiting language connections between source input and target name. Moreover, in a zero-shot setting on languages with no training data at all, mGENRE treats the target language as a latent variable that is marginalized at prediction time. This leads to over 50% improvements in average accuracy. We show the efficacy of our approach through extensive evaluation including experiments on three popular MEL benchmarks where mGENRE establishes new state-of-the-art results. Code and pre-trained models at https://github.com/facebookresearch/GENRE.

📄 PDF Abstract BibTeX arXiv:2103.12528

Code (1)

facebookresearch/GENRE 공식 구현 pytorch

Tasks

Entity DisambiguationEntity Linking

Similar Papers 제목 키워드 기반

Where on Earth Do Users Say They Are?: Geo-Entity Linking for Noisy Multilingual User Input

2024-04-29 · Tessa Masis, Brendan O'Connor

Geo-entity linking is the task of linking a location mention to the real-world geographic location. In this paper we explore the challenging task of geo-entity linking for noisy, multilingual social media data. There are…

Entity Linking

Multilingual End to End Entity Linking

2023-06-15 · Mikhail Plekhanov, Nora Kassner, Kashyap Popat, Louis Martin 외

Entity Linking is one of the most common Natural Language Processing tasks in practical applications, but so far efficient end-to-end solutions with multilingual coverage have been lacking, leading to complex model stack…

Entity Linking

MERLIN: A Testbed for Multilingual Multimodal Entity Recognition and Linking

2025-10-16 · Sathyanarayanan Ramamoorthy, Vishwa Shah, Simran Khanuja, Zaid Sheikh 외 arxiv

This paper introduces MERLIN, a novel testbed system for the task of Multilingual Multimodal Entity Linking. The created dataset includes BBC news article titles, paired with corresponding images, in five languages: Hind…

Entity Linking

Zero-shot Cross-Language Transfer of Monolingual Entity Linking Models

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Most entity linking systems, whether mono or multilingual, link mentions to a single English knowledge base. Few have considered linking non-English text to a non-English KB, and therefore, transferring an English entity…

Cross-Lingual TransferEntity LinkingZero-Shot Cross-Lingual Transfer

MELO: An Evaluation Benchmark for Multilingual Entity Linking of Occupations

2024-10-10 · Federico Retyk, Luis Gasco, Casimiro Pio Carrino, Daniel Deniz 외

We present the Multilingual Entity Linking of Occupations (MELO) Benchmark, a new collection of 48 datasets for evaluating the linking of entity mentions in 21 languages to the ESCO Occupations multilingual taxonomy. MEL…

Entity LinkingSentence