Democratizing LLMs for Low-Resource Languages by Leveraging their English Dominant Abilities with Linguistically-Diverse Prompts
Xuan-Phi Nguyen, Sharifah Mahani Aljunied, Shafiq Joty, Lidong Bing
TL;DR
This paper addresses the challenge of enabling LLMs to perform well in very low-resource languages by exploiting their English-dominant abilities through Linguistically-Diverse Prompting (LDP). LDP constructs in-context prompts from a diverse set of high-resource languages to drive cross-lingual translation (X→E, E→X, X→Y) and intra-lingual tasks, using synthetic exemplars and back-translation, with optional unsupervised fine-tuning. Across translations, non-English translations, zero-shot summarization, QA, and instruction-following, LDP achieves performance on par with or surpassing supervised prompting and conventional English pivoting, and even enables smaller models to approach the capabilities of much larger ones. The work demonstrates practical, data-efficient improvements for 34 low-resource languages and highlights ablations that guide effective prompt design and language-tag usage, while acknowledging limitations and ethical considerations.
Abstract
Large language models (LLMs) are known to effectively perform tasks by simply observing few exemplars. However, in low-resource languages, obtaining such hand-picked exemplars can still be challenging, where unsupervised techniques may be necessary. Moreover, competent generative capabilities of LLMs are observed only in high-resource languages, while their performances among under-represented languages fall behind due to pre-training data imbalance. To elicit LLMs' ability onto low-resource languages without any supervised data, we propose to assemble synthetic exemplars from a diverse set of high-resource languages to prompt the LLMs to translate from any language into English. These prompts are then used to create intra-lingual exemplars to perform tasks in the target languages. Our unsupervised prompting method performs on par with supervised few-shot learning in LLMs of different sizes for translations between English and 13 Indic and 21 African low-resource languages. We also show that fine-tuning a 7B model on data generated from our method helps it perform competitively with a 175B model. In non-English translation tasks, our method even outperforms supervised prompting by up to 3 chrF++ in many low-resource languages. When evaluated on zero-shot multilingual summarization, our method surpasses other English-pivoting baselines by up to 4 ROUGE-L and is also favored by GPT-4.
