LGAISep 4, 2025

TAGAL: Tabular Data Generation using Agentic LLM Methods

arXiv:2509.04152v14 citationsh-index: 2
Originality Incremental advance
AI Analysis

This addresses the need for efficient synthetic data generation in tabular domains, offering a novel, training-free approach that could benefit data augmentation and model training tasks, though it appears incremental as it builds on existing LLM-based methods.

The paper tackles the problem of generating synthetic tabular data to improve machine learning performance, presenting TAGAL, a method that uses an agentic workflow with Large Language Models (LLMs) to iteratively generate data without training the LLMs, and shows it performs on par with state-of-the-art approaches that require LLM training and generally outperforms other training-free methods.

The generation of data is a common approach to improve the performance of machine learning tasks, among which is the training of models for classification. In this paper, we present TAGAL, a collection of methods able to generate synthetic tabular data using an agentic workflow. The methods leverage Large Language Models (LLMs) for an automatic and iterative process that uses feedback to improve the generated data without any further LLM training. The use of LLMs also allows for the addition of external knowledge in the generation process. We evaluate TAGAL across diverse datasets and different aspects of quality for the generated data. We look at the utility of downstream ML models, both by training classifiers on synthetic data only and by combining real and synthetic data. Moreover, we compare the similarities between the real and the generated data. We show that TAGAL is able to perform on par with state-of-the-art approaches that require LLM training and generally outperforms other training-free approaches. These findings highlight the potential of agentic workflow and open new directions for LLM-based data generation methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes