CLApr 29, 2020

UDapter: Language Adaptation for Truly Universal Dependency Parsing

arXiv:2004.14327v21017 citations
AI Analysis

This addresses the problem of building a truly universal parser for NLP researchers and practitioners, though it is incremental as it builds on existing multilingual parsing methods.

The paper tackled cross-language interference and limited model capacity in multilingual dependency parsing by proposing UDapter, a novel adaptation approach using contextual parameter generation and adapter modules, which outperformed strong baselines on most high-resource and low-resource languages.

Recent advances in multilingual dependency parsing have brought the idea of a truly universal parser closer to reality. However, cross-language interference and restrained model capacity remain major obstacles. To address this, we propose a novel multilingual task adaptation approach based on contextual parameter generation and adapter modules. This approach enables to learn adapters via language embeddings while sharing model parameters across languages. It also allows for an easy but effective integration of existing linguistic typology features into the parsing network. The resulting parser, UDapter, outperforms strong monolingual and multilingual baselines on the majority of both high-resource and low-resource (zero-shot) languages, showing the success of the proposed adaptation approach. Our in-depth analyses show that soft parameter sharing via typological features is key to this success.

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