Analyzing and Adapting Large Language Models for Few-Shot Multilingual NLU: Are We There Yet?
Evgeniia Razumovskaia, Ivan Vulić, Anna Korhonen
TL;DR
The paper systematically compares SFT, SIT, and ICL for few-shot multilingual NLU across high- and low-resource languages and tasks (intent detection, value extraction, and NLI), evaluating both performance and practical costs. It finds that supervised approaches (SFT/SIT) generally outperform ICL in accuracy while also being more cost-efficient, with SIT offering the best overall trade-off. The work further analyzes target-language adaptation of LLMs, showing generation fluency improves after adaptation but actual NLU gains remain limited, especially for low-resource languages. Overall, the study highlights the critical role of multilingual pretraining and instruction-tuning while underscoring the need for improved language-adaptation strategies and more multilingual, multitask pretraining to bridge the gap beyond English-centric models.
Abstract
Supervised fine-tuning (SFT), supervised instruction tuning (SIT) and in-context learning (ICL) are three alternative, de facto standard approaches to few-shot learning. ICL has gained popularity recently with the advent of LLMs due to its simplicity and sample efficiency. Prior research has conducted only limited investigation into how these approaches work for multilingual few-shot learning, and the focus so far has been mostly on their performance. In this work, we present an extensive and systematic comparison of the three approaches, testing them on 6 high- and low-resource languages, three different NLU tasks, and a myriad of language and domain setups. Importantly, performance is only one aspect of the comparison, where we also analyse the approaches through the optics of their computational, inference and financial costs. Our observations show that supervised instruction tuning has the best trade-off between performance and resource requirements. As another contribution, we analyse the impact of target language adaptation of pretrained LLMs and find that the standard adaptation approaches can (superficially) improve target language generation capabilities, but language understanding elicited through ICL does not improve and remains limited, with low scores especially for low-resource languages.
