paper-with-me

Papers

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

2022-10-17 · Thomas Effland, Michael Collins

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.

📄 PDF Abstract BibTeX arXiv:2210.09428

Code (1)

teffland/expected-statistic-regularization 공식 구현 pytorch

Tasks

Cross-Lingual TransferDependency ParsingPOSPOS Tagging

Similar Papers 제목 키워드 기반

Parsing in the absence of related languages: Evaluating low-resource dependency parsers on Tagalog

2020-12-01 · UDW (COLING) 2020 12 · Angelina Aquino, Franz de Leon

Cross-lingual and multilingual methods have been widely suggested as options for dependency parsing of low-resource languages; however, these typically require the use of annotated data in related high-resource languages…

Dependency Parsing

Don't Parse, Insert: Multilingual Semantic Parsing with Insertion Based Decoding

2020-10-08 · CONLL 2020 · Qile Zhu, Haidar Khan, Saleh Soltan, Stephen Rawls 외

Semantic parsing is one of the key components of natural language understanding systems. A successful parse transforms an input utterance to an action that is easily understood by the system. Many algorithms have been pr…

Cross-Lingual TransferNatural Language UnderstandingSemantic Parsingslot-filling+3

Optimal Transport Posterior Alignment for Cross-lingual Semantic Parsing

2023-07-09 · Tom Sherborne, Tom Hosking, Mirella Lapata

Cross-lingual semantic parsing transfers parsing capability from a high-resource language (e.g., English) to low-resource languages with scarce training data. Previous work has primarily considered silver-standard data a…

Data AugmentationSemantic Parsing

Low-Resource Parsing with Crosslingual Contextualized Representations

2019-09-19 · CONLL 2019 11 · Phoebe Mulcaire, Jungo Kasai, Noah A. Smith

Despite advances in dependency parsing, languages with small treebanks still present challenges. We assess recent approaches to multilingual contextual word representations (CWRs), and compare them for crosslingual trans…

Dependency Parsing

Multilingual Projection for Parsing Truly Low-Resource Languages

2016-01-01 · TACL 2016 1 · {\v{Z}}eljko Agi{\'c}, Anders Johannsen, Barbara Plank, H{\'e}ctor Mart{\'\i}nez Alonso 외

We propose a novel approach to cross-lingual part-of-speech tagging and dependency parsing for truly low-resource languages. Our annotation projection-based approach yields tagging and parsing models for over 100 languag…

Cross-Lingual TransferDependency ParsingPart-Of-Speech TaggingTransfer Learning