CLFeb 12, 2021

A Little Pretraining Goes a Long Way: A Case Study on Dependency Parsing Task for Low-resource Morphologically Rich Languages

arXiv:2102.06551v2802 citationsHas Code
AI Analysis

This work addresses the bottleneck of limited labeled data for low-resource morphologically rich languages, though it is incremental as it builds on existing pretraining methods.

The paper tackled dependency parsing for low-resource morphologically rich languages by proposing simple auxiliary tasks for pretraining, resulting in average absolute gains of 2 points in UAS and 3.6 points in LAS across 10 languages.

Neural dependency parsing has achieved remarkable performance for many domains and languages. The bottleneck of massive labeled data limits the effectiveness of these approaches for low resource languages. In this work, we focus on dependency parsing for morphological rich languages (MRLs) in a low-resource setting. Although morphological information is essential for the dependency parsing task, the morphological disambiguation and lack of powerful analyzers pose challenges to get this information for MRLs. To address these challenges, we propose simple auxiliary tasks for pretraining. We perform experiments on 10 MRLs in low-resource settings to measure the efficacy of our proposed pretraining method and observe an average absolute gain of 2 points (UAS) and 3.6 points (LAS). Code and data available at: https://github.com/jivnesh/LCM

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