Evaluation of Few-Shot Learning for Classification Tasks in the Polish Language
Tsimur Hadeliya, Dariusz Kajtoch
TL;DR
The paper benchmarks few-shot classification for native Polish across 7 datasets, evaluating fine-tuning, linear probing, SetFit, and in-context learning. It demonstrates that in-context learning with commercial LLMs yields the best performance in both zero- and few-shot settings, though a sizable gap remains compared to full-data fine-tuning of HerBERT-large. SetFit and linear probing provide robust, data-efficient alternatives, while non-linear fine-tuning proves unstable. The authors release 71 handcrafted ICL templates to support reproducibility and highlight the benefits of continual pre-training on Polish data for zero-shot performance, offering practical guidance for Polish NLP deployment under limited labeled data.
Abstract
We introduce a few-shot benchmark consisting of 7 different classification tasks native to the Polish language. We conducted an empirical comparison with 0 and 16 shots between fine-tuning, linear probing, SetFit, and in-context learning (ICL) using various pre-trained commercial and open-source models. Our findings reveal that ICL achieves the best performance, with commercial models like GPT-3.5 and GPT-4 attaining the best performance. However, there remains a significant 14 percentage points gap between our best few-shot learning score and the performance of HerBERT-large fine-tuned on the entire training dataset. Among the techniques, SetFit emerges as the second-best approach, closely followed by linear probing. We observed the worst and most unstable performance with non-linear head fine-tuning. Results for ICL indicate that continual pre-training of models like Mistral-7b or Llama-2-13b on Polish corpora is beneficial. This is confirmed by the improved performances of Bielik-7b and Trurl-13b, respectively. To further support experiments in few-shot learning for Polish, we are releasing handcrafted templates for the ICL.
