LLMs vs Established Text Augmentation Techniques for Classification: When do the Benefits Outweight the Costs?
Jan Cegin, Jakub Simko, Peter Brusilovsky
TL;DR
This study systematically compares LLM-based text augmentation with established methods for downstream text classification across six English datasets, three classifier architectures, and two fine-tuning strategies, totaling 267,300 fine-tunings. It finds that LLM-based paraphrasing can outperform established methods primarily when the seed count per label is very small (5–20), but benefits diminish as seeds increase and costs (time, money, and emissions) rise markedly. Established methods, especially contextual insertion, often match or exceed LLM-based gains in accuracy at a fraction of the cost, making them preferable in typical resource settings. The work provides practical guidance: reserve LLM-based augmentation for low-resource scenarios, and rely on cheaper established techniques for broader use, while acknowledging limitations and potential future extensions (prompt design, broader LLM coverage, multilingual scenarios).
Abstract
The generative large language models (LLMs) are increasingly being used for data augmentation tasks, where text samples are LLM-paraphrased and then used for classifier fine-tuning. However, a research that would confirm a clear cost-benefit advantage of LLMs over more established augmentation methods is largely missing. To study if (and when) is the LLM-based augmentation advantageous, we compared the effects of recent LLM augmentation methods with established ones on 6 datasets, 3 classifiers and 2 fine-tuning methods. We also varied the number of seeds and collected samples to better explore the downstream model accuracy space. Finally, we performed a cost-benefit analysis and show that LLM-based methods are worthy of deployment only when very small number of seeds is used. Moreover, in many cases, established methods lead to similar or better model accuracies.
