A probability-driven prompting method, where an LLM estimates conditional categorical distributions and rows are sampled from them, outperforms table-wide and cell-by-cell generation on a California demographics dataset.
AIGT: AI Generative Table Based on Prompt
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Tabular data, which accounts for over 80% of enterprise data assets, is vital in various fields. With growing concerns about privacy protection and data-sharing restrictions, generating high-quality synthetic tabular data has become essential. Recent advancements show that large language models (LLMs) can effectively gener-ate realistic tabular data by leveraging semantic information and overcoming the challenges of high-dimensional data that arise from one-hot encoding. However, current methods do not fully utilize the rich information available in tables. To address this, we introduce AI Generative Table (AIGT) based on prompt enhancement, a novel approach that utilizes meta data information, such as table descriptions and schemas, as prompts to generate ultra-high quality synthetic data. To overcome the token limit constraints of LLMs, we propose long-token partitioning algorithms that enable AIGT to model tables of any scale. AIGT achieves state-of-the-art performance on 14 out of 20 public datasets and two real industry datasets within the Alipay risk control system.
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
A Note on Statistically Accurate Tabular Data Generation Using Large Language Models
A probability-driven prompting method, where an LLM estimates conditional categorical distributions and rows are sampled from them, outperforms table-wide and cell-by-cell generation on a California demographics dataset.