Curated LLM: Synergy of LLMs and Data Curation for tabular augmentation in low-data regimes
Nabeel Seedat, Nicolas Huynh, Boris van Breugel, Mihaela van der Schaar
TL;DR
The paper tackles data scarcity in tabular ML by introducing Curated LLM (CLLM), a framework that couples LLM-based generation with a learning-dynamics–driven curation step to augment small labeled datasets. It generates a large synthetic set $D_{syn}$ from a tiny $D_{train}$ using a frozen LLM with in-context demonstrations, then selects a high-quality subset $D_{curated}$ via confidence and aleatoric-uncertainty metrics computed over learning dynamics in a downstream model. Across seven real-world datasets, especially for $n<100$, CLLM with GPT-4 (and a curation step) achieves superior downstream AUC compared to traditional tabular generators, approaching the oracle upper bound $D_{oracle}$ and exhibiting notable gains for underrepresented subgroups. The work advances data-centric AI by showing how careful generation plus principled curation improves utility in low-data regimes, while also discussing biases, prompting strategies, and the practical implications for LMICs and sensitive domains.
Abstract
Machine Learning (ML) in low-data settings remains an underappreciated yet crucial problem. Hence, data augmentation methods to increase the sample size of datasets needed for ML are key to unlocking the transformative potential of ML in data-deprived regions and domains. Unfortunately, the limited training set constrains traditional tabular synthetic data generators in their ability to generate a large and diverse augmented dataset needed for ML tasks. To address this challenge, we introduce CLLM, which leverages the prior knowledge of Large Language Models (LLMs) for data augmentation in the low-data regime. However, not all the data generated by LLMs will improve downstream utility, as for any generative model. Consequently, we introduce a principled curation mechanism, leveraging learning dynamics, coupled with confidence and uncertainty metrics, to obtain a high-quality dataset. Empirically, on multiple real-world datasets, we demonstrate the superior performance of CLLM in the low-data regime compared to conventional generators. Additionally, we provide insights into the LLM generation and curation mechanism, shedding light on the features that enable them to output high-quality augmented datasets.
