CLAIIRLGOct 16, 2020

Cross-Lingual Relation Extraction with Transformers

arXiv:2010.08652v17 citations
AI Analysis

This enables relation extraction for low-resource languages without additional data, addressing a bottleneck in multilingual NLP applications.

The paper tackles cross-lingual relation extraction by proposing Transformer-based models that require no human annotation or cross-lingual resources in target languages, achieving state-of-the-art performance with 68-89% accuracy compared to supervised models.

Relation extraction (RE) is one of the most important tasks in information extraction, as it provides essential information for many NLP applications. In this paper, we propose a cross-lingual RE approach that does not require any human annotation in a target language or any cross-lingual resources. Building upon unsupervised cross-lingual representation learning frameworks, we develop several deep Transformer based RE models with a novel encoding scheme that can effectively encode both entity location and entity type information. Our RE models, when trained with English data, outperform several deep neural network based English RE models. More importantly, our models can be applied to perform zero-shot cross-lingual RE, achieving the state-of-the-art cross-lingual RE performance on two datasets (68-89% of the accuracy of the supervised target-language RE model). The high cross-lingual transfer efficiency without requiring additional training data or cross-lingual resources shows that our RE models are especially useful for low-resource languages.

Foundations

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

Your Notes