paper-with-me

Papers

Should Cross-Lingual AMR Parsing go Meta? An Empirical Assessment of Meta-Learning and Joint Learning AMR Parsing

2024-10-04 · Jeongwoo Kang, Maximin Coavoux, Cédric Lopez, Didier Schwab

Cross-lingual AMR parsing is the task of predicting AMR graphs in a target language when training data is available only in a source language. Due to the small size of AMR training data and evaluation data, cross-lingual AMR parsing has only been explored in a small set of languages such as English, Spanish, German, Chinese, and Italian. Taking inspiration from Langedijk et al. (2022), who apply meta-learning to tackle cross-lingual syntactic parsing, we investigate the use of meta-learning for cross-lingual AMR parsing. We evaluate our models in $k$-shot scenarios (including 0-shot) and assess their effectiveness in Croatian, Farsi, Korean, Chinese, and French. Notably, Korean and Croatian test sets are developed as part of our work, based on the existing The Little Prince English AMR corpus, and made publicly available. We empirically study our method by comparing it to classical joint learning. Our findings suggest that while the meta-learning model performs slightly better in 0-shot evaluation for certain languages, the performance gain is minimal or absent when $k$ is higher than 0.

📄 PDF Abstract BibTeX arXiv:2410.03357

Code (1)

Emvista/Meta-XAMR-2024 공식 구현 pytorch

Tasks

AMR ParsingMeta-Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Meta-Learning for Fast Cross-Lingual Adaptation in Dependency Parsing

2021-04-10 · ACL 2022 5 · Anna Langedijk, Verna Dankers, Phillip Lippe, Sander Bos 외

Meta-learning, or learning to learn, is a technique that can help to overcome resource scarcity in cross-lingual NLP problems, by enabling fast adaptation to new tasks. We apply model-agnostic meta-learning (MAML) to the…

Dependency ParsingFew-Shot LearningMeta-Learning

A rule-based system for cross-lingual parsing of Romance languages with Universal Dependencies

2017-08-01 · CONLL 2017 8 · Marcos Garcia, Pablo Gamallo

This article describes MetaRomance, a rule-based cross-lingual parser for Romance languages submitted to CoNLL 2017 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies. The system is an almost delex…

Dependency ParsingPOSTAG

Meta-Learning a Cross-lingual Manifold for Semantic Parsing

2022-09-26 · Tom Sherborne, Mirella Lapata

Localizing a semantic parser to support new languages requires effective cross-lingual generalization. Recent work has found success with machine-translation or zero-shot methods although these approaches can struggle to…

Cross-Lingual TransferMachine TranslationMeta-LearningSemantic Parsing

Cross-lingual Universal Dependency Parsing Only from One Monolingual Treebank

2020-12-24 · Kailai Sun, Zuchao Li, Hai Zhao

Syntactic parsing is a highly linguistic processing task whose parser requires training on treebanks from the expensive human annotation. As it is unlikely to obtain a treebank for every human language, in this work, we …

Cross-Lingual TransferDependency ParsingDomain AdaptationLanguage Modeling+2

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