paper-with-me

홈 › Papers

XSemPLR: Cross-Lingual Semantic Parsing in Multiple Natural Languages and Meaning Representations

2023-06-07 · Yusen Zhang, Jun Wang, Zhiguo Wang, Rui Zhang

Cross-Lingual Semantic Parsing (CLSP) aims to translate queries in multiple natural languages (NLs) into meaning representations (MRs) such as SQL, lambda calculus, and logic forms. However, existing CLSP models are separately proposed and evaluated on datasets of limited tasks and applications, impeding a comprehensive and unified evaluation of CLSP on a diverse range of NLs and MRs. To this end, we present XSemPLR, a unified benchmark for cross-lingual semantic parsing featured with 22 natural languages and 8 meaning representations by examining and selecting 9 existing datasets to cover 5 tasks and 164 domains. We use XSemPLR to conduct a comprehensive benchmark study on a wide range of multilingual language models including encoder-based models (mBERT, XLM-R), encoder-decoder models (mBART, mT5), and decoder-based models (Codex, BLOOM). We design 6 experiment settings covering various lingual combinations (monolingual, multilingual, cross-lingual) and numbers of learning samples (full dataset, few-shot, and zero-shot). Our experiments show that encoder-decoder models (mT5) achieve the highest performance compared with other popular models, and multilingual training can further improve the average performance. Notably, multilingual large language models (e.g., BLOOM) are still inadequate to perform CLSP tasks. We also find that the performance gap between monolingual training and cross-lingual transfer learning is still significant for multilingual models, though it can be mitigated by cross-lingual few-shot training. Our dataset and code are available at https://github.com/psunlpgroup/XSemPLR.

📄 PDF Abstract BibTeX arXiv:2306.04085

Code (1)

psunlpgroup/xsemplr 공식 구현 pytorch

Tasks

Cross-Lingual TransferDecoderSemantic ParsingTransfer LearningXLM-R

Similar Papers 제목 키워드 기반

Cross-lingual Back-Parsing: Utterance Synthesis from Meaning Representation for Zero-Resource Semantic Parsing

2024-10-01 · Deokhyung Kang, Seonjeong Hwang, Yunsu Kim, Gary Geunbae Lee

Recent efforts have aimed to utilize multilingual pretrained language models (mPLMs) to extend semantic parsing (SP) across multiple languages without requiring extensive annotations. However, achieving zero-shot cross-l…

Cross-Lingual TransferData AugmentationSemantic ParsingZero-Shot Cross-Lingual Transfer

Neural Architectures for Multilingual Semantic Parsing

2017-07-01 · ACL 2017 7 · Raymond Hendy Susanto, Wei Lu

In this paper, we address semantic parsing in a multilingual context. We train one multilingual model that is capable of parsing natural language sentences from multiple different languages into their corresponding forma…

DecoderMachine TranslationMulti-Task LearningSemantic Parsing

Multilingual Semantic Parsing : Parsing Multiple Languages into Semantic Representations

2014-08-01 · COLING 2014 8 · Zhanming Jie, Wei Lu
Semantic Parsing

CUNY-PKU Parser at SemEval-2019 Task 1: Cross-Lingual Semantic Parsing with UCCA

2019-06-01 · SEMEVAL 2019 6 · Weimin Lyu, Sheng Huang, Abdul Rafae Khan, Shengqiang Zhang 외

This paper describes the systems of the CUNY-PKU team in SemEval 2019 Task 1: Cross-lingual Semantic Parsing with UCCA. We introduce a novel model by applying a cascaded MLP and BiLSTM model. Then, we ensemble multiple s…

Semantic Parsing

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