CLMar 24, 2020

Cross-Lingual Adaptation Using Universal Dependencies

arXiv:2003.10816v22 citations
AI Analysis

This addresses the problem of low-resource languages lacking labeled data for NLP tasks, though it is incremental as it builds on existing UD parsing methods.

The paper tackles cross-lingual adaptation for NLP tasks by using Universal Dependencies parse trees to train models on English data that classify data in other languages like French, Farsi, and Arabic, achieving correct classification in tasks such as paraphrase identification and semantic relation extraction.

We describe a cross-lingual adaptation method based on syntactic parse trees obtained from the Universal Dependencies (UD), which are consistent across languages, to develop classifiers in low-resource languages. The idea of UD parsing is to capture similarities as well as idiosyncrasies among typologically different languages. In this paper, we show that models trained using UD parse trees for complex NLP tasks can characterize very different languages. We study two tasks of paraphrase identification and semantic relation extraction as case studies. Based on UD parse trees, we develop several models using tree kernels and show that these models trained on the English dataset can correctly classify data of other languages e.g. French, Farsi, and Arabic. The proposed approach opens up avenues for exploiting UD parsing in solving similar cross-lingual tasks, which is very useful for languages that no labeled data is available for them.

Foundations

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

Your Notes