English

Efficiently Estimating Data Efficiency for Language Model Fine-tuning

Machine Learning 2026-01-01 v1

Abstract

While large language models (LLMs) demonstrate reasonable zero-shot capability across many downstream tasks, fine-tuning is a common practice to improve their performance. However, a task's data efficiency--i.e., the number of fine-tuning examples needed to achieve a desired level of performance--is often unknown, resulting in costly cycles of incremental annotation and retraining. Indeed, we demonstrate across a curated set of 30 specialized tasks that performant LLMs may struggle zero-shot but can attain stronger performance after fine-tuning. This motivates the need for methods to predict a task's data efficiency without requiring incremental annotation. After introducing a concrete metric that quantifies a task's data efficiency, we propose using the gradient cosine similarity of low-confidence examples to predict data efficiency based on a small number of labeled samples. We validate our approach on a diverse set of tasks with varying data efficiencies, attaining 8.6% error in overall data efficiency prediction and typically eliminating hundreds of unnecessary annotations on each task. Our experiment results and implementation code are available on GitHub.

Keywords

Cite

@article{arxiv.2512.24991,
  title  = {Efficiently Estimating Data Efficiency for Language Model Fine-tuning},
  author = {Gyung Hyun Je and Colin Raffel},
  journal= {arXiv preprint arXiv:2512.24991},
  year   = {2026}
}
R2 v1 2026-07-01T08:47:08.854Z