XL-AMR: Enabling Cross-Lingual AMR Parsing with Transfer Learning Techniques
Abstract Meaning Representation (AMR) is a popular formalism of natural language that represents the meaning of a sentence as a semantic graph. It is agnostic about how to derive meanings from strings and for this reason it lends itself well to the encoding of semantics across languages. However, cross-lingual AMR parsing is a hard task, because training data are scarce in languages other than English and the existing English AMR parsers are not directly suited to being used in a cross-lingual setting. In this work we tackle these two problems so as to enable cross-lingual AMR parsing: we explore different transfer learning techniques for producing automatic AMR annotations across languages and develop a cross-lingual AMR parser, XL-AMR. This can be trained on the produced data and does not rely on AMR aligners or source-copy mechanisms as is commonly the case in English AMR parsing. The results of XL-AMR significantly surpass those previously reported in Chinese, German, Italian and Spanish. Finally we provide a qualitative analysis which sheds light on the suitability of AMR across languages. We release XL-AMR at github.com/SapienzaNLP/xl-amr.
Code (1)
Tasks
Abstract Meaning RepresentationAMR ParsingSentenceTransfer LearningSimilar Papers 제목 키워드 기반
Multi-Source Cross-Lingual Constituency Parsing
Pretrained multilingual language models have become a key part of cross-lingual transfer for many natural language processing tasks, even those without bilingual information. This work further investigates the cross-ling…
Constituency ParsingCross-Lingual TransferDiversityPretrained Multilingual Language ModelsMeta-Learning for Fast Cross-Lingual Adaptation in Dependency Parsing
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-LearningCross-lingual Dependency Parsing with Unlabeled Auxiliary Languages
Cross-lingual transfer learning has become an important weapon to battle the unavailability of annotated resources for low-resource languages. One of the fundamental techniques to transfer across languages is learning \e…
Cross-Lingual TransferDependency ParsingTransfer LearningWord EmbeddingsCross-lingual Constituency Parsing with Linguistic Typology Knowledge
Cross-lingual Transfer learning (CLT) has successfully been applied to the dependency parsing task. This is the first work that evaluates a CLT based approach to the Constituency parsing task. Furthermore, we utilized th…
Constituency ParsingCross-Lingual TransferDependency ParsingTransfer LearningProject-then-Transfer: Effective Two-stage Cross-lingual Transfer for Semantic Dependency Parsing
This paper describes the first report on cross-lingual transfer for semantic dependency parsing. We present the insight that there are twodifferent kinds of cross-linguality, namely sur-face level and mantic level, and t…
Cross-Lingual TransferDependency ParsingSemantic Dependency Parsing