paper-with-me

Papers

AmericasNLI: Evaluating Zero-shot Natural Language Understanding of Pretrained Multilingual Models in Truly Low-resource Languages

2021-04-18 · ACL 2022 5 · Abteen Ebrahimi, Manuel Mager, Arturo Oncevay, Vishrav Chaudhary, Luis Chiruzzo, Angela Fan, John Ortega, Ricardo Ramos, Annette Rios, Ivan Meza-Ruiz, Gustavo A. Giménez-Lugo, Elisabeth Mager, Graham Neubig, Alexis Palmer, Rolando Coto-Solano, Ngoc Thang Vu, Katharina Kann

Pretrained multilingual models are able to perform cross-lingual transfer in a zero-shot setting, even for languages unseen during pretraining. However, prior work evaluating performance on unseen languages has largely been limited to low-level, syntactic tasks, and it remains unclear if zero-shot learning of high-level, semantic tasks is possible for unseen languages. To explore this question, we present AmericasNLI, an extension of XNLI (Conneau et al., 2018) to 10 indigenous languages of the Americas. We conduct experiments with XLM-R, testing multiple zero-shot and translation-based approaches. Additionally, we explore model adaptation via continued pretraining and provide an analysis of the dataset by considering hypothesis-only models. We find that XLM-R's zero-shot performance is poor for all 10 languages, with an average performance of 38.62%. Continued pretraining offers improvements, with an average accuracy of 44.05%. Surprisingly, training on poorly translated data by far outperforms all other methods with an accuracy of 48.72%.

📄 PDF Abstract BibTeX arXiv:2104.08726

Code (1)

abteen/americasnli 공식 구현

Tasks

Cross-Lingual TransferNatural Language UnderstandingTranslationXLM-RZero-Shot Learning

Methods 이 논문이 사용한 방법론

XLM-R XLM-R

Similar Papers 제목 키워드 기반

DeFTX: Denoised Sparse Fine-Tuning for Zero-Shot Cross-Lingual Transfer

2025-05-21 · Sona Elza Simon, Preethi Jyothi

Effective cross-lingual transfer remains a critical challenge in scaling the benefits of large language models from high-resource to low-resource languages. Towards this goal, prior studies have explored many approaches …

Cross-Lingual TransferNatural Language InferenceSentiment AnalysisSentiment Classification+1

Is ChatGPT a General-Purpose Natural Language Processing Task Solver?

2023-02-08 · Chengwei Qin, Aston Zhang, Zhuosheng Zhang, Jiaao Chen 외

Spurred by advancements in scale, large language models (LLMs) have demonstrated the ability to perform a variety of natural language processing (NLP) tasks zero-shot -- i.e., without adaptation on downstream data. Recen…

Arithmetic ReasoningZero-Shot Learning

Composable Sparse Fine-Tuning for Cross-Lingual Transfer

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Fine-tuning the entire set of parameters of a large pretrained model has become the mainstream approach for transfer learning. To increase its efficiency and prevent catastrophic forgetting and interference, techniques l…

Cross-Lingual TransferLanguage ModelingLanguage ModellingMasked Language Modeling+2

W-PCA Based Gradient-Free Proxy for Efficient Search of Lightweight Language Models

2025-04-22 · Shang Wang

The demand for efficient natural language processing (NLP) systems has led to the development of lightweight language models. Previous work in this area has primarily focused on manual design or training-based neural arc…

Neural Architecture Search

Evaluating Prompts Across Multiple Choice Tasks In a Zero-Shot Setting

2022-03-29 · Gabriel Orlanski

Large language models have shown that impressive zero-shot performance can be achieved through natural language prompts (Radford et al., 2019; Brown et al., 2020; Sanh et al., 2021). Creating an effective prompt, however…

Multiple-choice