Language Models are Few-shot Multilingual Learners

TL;DR

Language models without further finetuning can perform multilingual tasks..

Abstract

General-purpose language models have demonstrated impressive capabilities, performing on par with state-of-the-art approaches on a range of downstream natural language processing (NLP) tasks and benchmarks when inferring instructions from very few examples. Here, we evaluate the multilingual skills of the GPT and T5 models in conducting multi-class classification on non-English languages without any parameter updates. We show that, given a few English examples as context, pre-trained language models can predict not only English test samples but also non-English ones. Finally, we find the in-context few-shot cross-lingual prediction results of language models are significantly better than random prediction, and they are competitive compared to the existing state-of-the-art cross-lingual models.

Venue
In Workshop on Multilingual Representation Learning, EMNLP 2021
BibTeX
@article{winata2021language,
  title={Language Models are Few-shot Multilingual Learners},
  author={Genta Indra Winata and Andrea Madotto and Zhaojiang Lin and Rosanne Liu and Jason Yosinski and Pascale Fung},
  year={2021},
  eprint={2109.07684},
  archivePrefix={arXiv},
  primaryClass={cs.CL}
}
Date