CLNov 9, 2018

Zero-shot Neural Transfer for Cross-lingual Entity Linking

arXiv:1811.04154v148 citations
Originality Incremental advance
AI Analysis

This addresses entity linking for low-resource languages, which is incremental as it builds on existing methods but adapts them to a zero-shot scenario.

The paper tackles the problem of cross-lingual entity linking for low-resource languages without bilingual resources by proposing a pivot-based neural framework, achieving a 17% average accuracy improvement over baselines and up to 36% with phonological representations for different scripts.

Cross-lingual entity linking maps an entity mention in a source language to its corresponding entry in a structured knowledge base that is in a different (target) language. While previous work relies heavily on bilingual lexical resources to bridge the gap between the source and the target languages, these resources are scarce or unavailable for many low-resource languages. To address this problem, we investigate zero-shot cross-lingual entity linking, in which we assume no bilingual lexical resources are available in the source low-resource language. Specifically, we propose pivot-based entity linking, which leverages information from a high-resource "pivot" language to train character-level neural entity linking models that are transferred to the source low-resource language in a zero-shot manner. With experiments on 9 low-resource languages and transfer through a total of 54 languages, we show that our proposed pivot-based framework improves entity linking accuracy 17% (absolute) on average over the baseline systems, for the zero-shot scenario. Further, we also investigate the use of language-universal phonological representations which improves average accuracy (absolute) by 36% when transferring between languages that use different scripts.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes