CLOct 17, 2022

Improving Low-Resource Cross-lingual Parsing with Expected Statistic Regularization

arXiv:2210.09428v1222 citationsh-index: 21
Originality Incremental advance
AI Analysis

This work addresses the challenge of syntactic analysis for low-resource languages, offering a complementary approach to existing model-transfer methods, though it appears incremental as it builds on cross-lingual transfer techniques.

The paper tackles the problem of low-resource cross-lingual parsing by introducing Expected Statistic Regularization (ESR), a novel regularization technique that uses low-order multi-task structural statistics to improve model performance in semi-supervised settings, resulting in average improvements of +7.0 for POS tagging and +8.5 for labeled attachment score (LAS) on 5 diverse target languages.

We present Expected Statistic Regularization (ESR), a novel regularization technique that utilizes low-order multi-task structural statistics to shape model distributions for semi-supervised learning on low-resource datasets. We study ESR in the context of cross-lingual transfer for syntactic analysis (POS tagging and labeled dependency parsing) and present several classes of low-order statistic functions that bear on model behavior. Experimentally, we evaluate the proposed statistics with ESR for unsupervised transfer on 5 diverse target languages and show that all statistics, when estimated accurately, yield improvements to both POS and LAS, with the best statistic improving POS by +7.0 and LAS by +8.5 on average. We also present semi-supervised transfer and learning curve experiments that show ESR provides significant gains over strong cross-lingual-transfer-plus-fine-tuning baselines for modest amounts of label data. These results indicate that ESR is a promising and complementary approach to model-transfer approaches for cross-lingual parsing.

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