On The Role of Prompt Construction In Enhancing Efficacy and Efficiency of LLM-Based Tabular Data Generation
Banooqa Banday, Kowshik Thopalli, Tanzima Z. Islam, Jayaraman J. Thiagarajan
TL;DR
The study tackles the semantically weak feature-name problem in LLM-based tabular data generation by introducing context-enriched prompt construction protocols. It presents three strategies—Expert-guided, LLM-guided, and Novel-Mapping—and shows that enriched prompts improve both data quality (MLE-related performance) and training efficiency, with gains persisting under LoRA parameter-efficient fine-tuning. Across four real-world datasets and two LLMs, semantic prompting yields notable improvements (e.g., up to several percentage points in accuracy and significant MSE reductions), and Novel-Mapping proves particularly effective when feature names offer little to no semantic context. These findings have practical significance for scalable synthetic data generation in domains with varying levels of feature-name interpretability, enabling more reliable data augmentation and privacy-preserving analytics.
Abstract
LLM-based data generation for real-world tabular data can be challenged by the lack of sufficient semantic context in feature names used to describe columns. We hypothesize that enriching prompts with domain-specific insights can improve both the quality and efficiency of data generation. To test this hypothesis, we explore three prompt construction protocols: Expert-guided, LLM-guided, and Novel-Mapping. Through empirical studies with the recently proposed GReaT framework, we find that context-enriched prompts lead to significantly improved data generation quality and training efficiency.
