Table of Contents
Fetching ...

Fine-tuning Large Language Models with Limited Data: A Survey and Practical Guide

Marton Szep, Daniel Rueckert, Rüdiger von Eisenhart-Rothe, Florian Hinterwimmer

TL;DR

The paper tackles the practical problem of fine-tuning large language models when data and compute are scarce. It presents a structured survey of four pillars—parameter-efficient fine-tuning (PEFT), domain and cross-lingual adaptation, specialization-focused methods, and preference alignment—offering concrete guidance on method selection, data quality, and training dynamics. Key takeaways include the superiority of larger models for data efficiency, the enduring value of high-quality data over sheer volume, and the continued relevance of encoder architectures for discriminative tasks, with model merging emerging as a promising enhancement in low-resource scenarios. The work emphasizes reproducibility, cross-linguistic applicability, and actionable recommendations to practitioners deploying LLMs in real-world, data-constrained settings.

Abstract

Fine-tuning large language models (LLMs) with limited data poses a practical challenge in low-resource languages, specialized domains, and constrained deployment settings. While pre-trained LLMs provide strong foundations, effective adaptation under data scarcity requires focused and efficient fine-tuning techniques. This paper presents a structured and practical survey of recent methods for fine-tuning LLMs in data-scarce scenarios. We systematically review parameter-efficient fine-tuning techniques that lower training and deployment costs, domain and cross-lingual adaptation methods for both encoder and decoder models, and model specialization strategies. We further examine preference alignment approaches that guide model behavior using limited human or synthetic feedback, emphasizing sample and compute efficiency. Throughout, we highlight empirical trade-offs, selection criteria, and best practices for choosing suitable techniques based on task constraints, including model scaling, data scaling, and the mitigation of catastrophic forgetting. The aim is to equip researchers and practitioners with actionable insights for effectively fine-tuning LLMs when data and resources are limited.

Fine-tuning Large Language Models with Limited Data: A Survey and Practical Guide

TL;DR

The paper tackles the practical problem of fine-tuning large language models when data and compute are scarce. It presents a structured survey of four pillars—parameter-efficient fine-tuning (PEFT), domain and cross-lingual adaptation, specialization-focused methods, and preference alignment—offering concrete guidance on method selection, data quality, and training dynamics. Key takeaways include the superiority of larger models for data efficiency, the enduring value of high-quality data over sheer volume, and the continued relevance of encoder architectures for discriminative tasks, with model merging emerging as a promising enhancement in low-resource scenarios. The work emphasizes reproducibility, cross-linguistic applicability, and actionable recommendations to practitioners deploying LLMs in real-world, data-constrained settings.

Abstract

Fine-tuning large language models (LLMs) with limited data poses a practical challenge in low-resource languages, specialized domains, and constrained deployment settings. While pre-trained LLMs provide strong foundations, effective adaptation under data scarcity requires focused and efficient fine-tuning techniques. This paper presents a structured and practical survey of recent methods for fine-tuning LLMs in data-scarce scenarios. We systematically review parameter-efficient fine-tuning techniques that lower training and deployment costs, domain and cross-lingual adaptation methods for both encoder and decoder models, and model specialization strategies. We further examine preference alignment approaches that guide model behavior using limited human or synthetic feedback, emphasizing sample and compute efficiency. Throughout, we highlight empirical trade-offs, selection criteria, and best practices for choosing suitable techniques based on task constraints, including model scaling, data scaling, and the mitigation of catastrophic forgetting. The aim is to equip researchers and practitioners with actionable insights for effectively fine-tuning LLMs when data and resources are limited.

Paper Structure

This paper contains 55 sections, 4 tables.