Multitask prompted finetuning (MTF) has been shown to help large language models generalize to new tasks in a zero-shot setting, but so far explorations of MTF have focused on English data and models. We apply MTF to the pretrained multilingual BLOOM and mT5 model families to produce finetuned variants called BLOOMZ and mT0. We find finetuning large multilingual language models on English tasks with English prompts allows for task generalization to non-English languages that appear only in the pretraining corpus. Finetuning on multilingual tasks with English prompts further improves performance on English and non-English tasks leading to various state-of-the-art zero-shot results. We also investigate finetuning on multilingual tasks with prompts that have been machine-translated from English to match the language of each dataset. We find training on these machine-translated prompts leads to better performance on human-written prompts in the respective languages. Surprisingly, we find models are capable of zero-shot generalization to tasks in languages they have never intentionally seen. We conjecture that the models are learning higher-level capabilities that are both task- and language-agnostic. In addition, we introduce xP3, a composite of supervised datasets in 46 languages with English and machine-translated prompts. Our code, datasets and models are freely available at https://github.com/bigscience-workshop/xmtf.

PDF Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Question Answering StoryCloze BLOOMZ Accuracy 96.3 # 1
Cross-Lingual Transfer XCOPA mT0-13B Accuracy 84.45 # 2
Cross-Lingual Transfer XCOPA BLOOMZ Accuracy 75.5 # 4
Coreference Resolution XWinograd EN BLOOMZ Accuracy 69.08 # 2
Coreference Resolution XWinograd EN mT0-13B Accuracy 81.29 # 1
Coreference Resolution XWinograd FR mT0-13B Accuracy 78.31 # 1
Coreference Resolution XWinograd FR BLOOMZ Accuracy 68.67 # 2

Methods