Zero-Shot Dependency Parsing with Worst-Case Aware Automated Curriculum Learning
2022-03-16ACL 2022Code Available0· sign in to hype
Miryam de Lhoneux, Sheng Zhang, Anders Søgaard
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/mdelhoneux/machamp-worst_case_aclOfficialIn paperpytorch★ 2
Abstract
Large multilingual pretrained language models such as mBERT and XLM-RoBERTa have been found to be surprisingly effective for cross-lingual transfer of syntactic parsing models (Wu and Dredze 2019), but only between related languages. However, source and training languages are rarely related, when parsing truly low-resource languages. To close this gap, we adopt a method from multi-task learning, which relies on automated curriculum learning, to dynamically optimize for parsing performance on outlier languages. We show that this approach is significantly better than uniform and size-proportional sampling in the zero-shot setting.