CLJan 27, 2021

PPT: Parsimonious Parser Transfer for Unsupervised Cross-Lingual Adaptation

arXiv:2101.11216v1803 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of parsing low-resource languages without labeled data, offering a flexible and resource-efficient approach, though it is incremental as it builds on existing transfer techniques.

The paper tackles unsupervised cross-lingual dependency parsing by using self-training on unlabeled target language text, improving over direct transfer methods with significant gains on both distant and nearby languages.

Cross-lingual transfer is a leading technique for parsing low-resource languages in the absence of explicit supervision. Simple `direct transfer' of a learned model based on a multilingual input encoding has provided a strong benchmark. This paper presents a method for unsupervised cross-lingual transfer that improves over direct transfer systems by using their output as implicit supervision as part of self-training on unlabelled text in the target language. The method assumes minimal resources and provides maximal flexibility by (a) accepting any pre-trained arc-factored dependency parser; (b) assuming no access to source language data; (c) supporting both projective and non-projective parsing; and (d) supporting multi-source transfer. With English as the source language, we show significant improvements over state-of-the-art transfer models on both distant and nearby languages, despite our conceptually simpler approach. We provide analyses of the choice of source languages for multi-source transfer, and the advantage of non-projective parsing. Our code is available online.

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