CLSep 20, 2019

Cross-lingual Dependency Parsing with Unlabeled Auxiliary Languages

arXiv:1909.09265v11005 citations
Originality Incremental advance
AI Analysis

This addresses the problem of limited annotated resources for low-resource languages in NLP, offering an incremental improvement over existing cross-lingual transfer methods.

The paper tackled cross-lingual dependency parsing by leveraging unannotated auxiliary languages to learn language-agnostic representations through adversarial training, resulting in significant improvements in transfer performance across 28 target languages.

Cross-lingual transfer learning has become an important weapon to battle the unavailability of annotated resources for low-resource languages. One of the fundamental techniques to transfer across languages is learning \emph{language-agnostic} representations, in the form of word embeddings or contextual encodings. In this work, we propose to leverage unannotated sentences from auxiliary languages to help learning language-agnostic representations. Specifically, we explore adversarial training for learning contextual encoders that produce invariant representations across languages to facilitate cross-lingual transfer. We conduct experiments on cross-lingual dependency parsing where we train a dependency parser on a source language and transfer it to a wide range of target languages. Experiments on 28 target languages demonstrate that adversarial training significantly improves the overall transfer performances under several different settings. We conduct a careful analysis to evaluate the language-agnostic representations resulted from adversarial training.

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