arXiv:2512.21915cs.LGcs.DB2025-12被引 1

用大模型生成多样化表格数据,提升小样本学习效果

Exploring the Heterogeneity of Tabular Data: A Diversity-aware Data Generator via LLMs

  • 分区域生成多样数据集,结合决策树反馈优化生成质量
  • 仅用100条生成数据就降低23.75%误差率
  • 适合需要高质量小样本数据的机器学习场景

表格数据生成对构建稳健的机器学习应用至关重要,需大规模高质量数据。现有方法虽能学习原始数据分布,但真实数据天然异构,难以建立通用生成模型。为此,我们提出多样性感知表格数据生成框架DATE:(i)通过有效划分异构数据为多个差异子集,准备用于上下文学习的高质量、分布各异样本;(ii)利用大语言模型(LLMs)结合决策树推理反馈,探索各子集多样性,生成高质量标注数据。然而,大量生成数据在多样性和质量间存在权衡。现有方法贪婪选择验证最优数据,但我们证明在异构场景下此策略不满足贪心选择性质,因此设计基于多臂赌博机的采样算法,平衡多样性与质量。在表格分类与回归基准上的大量实验表明,DATE持续优于最先进的基于GAN和基于LLM的方法。平均而言,仅用100条生成数据即实现23.75%的误差率下降。实证显示,DATE生成的数据可提升直接偏好优化(DPO)的准确率,并增强大模型在目标数据上的推理能力。代码已开源。

原文摘要 · Abstract (English)

Tabular data generation has become increasingly essential for enabling robust machine learning applications, which require large-scale, high-quality data. Existing solutions leverage generative models to learn original data distributions. However, real-world data are naturally heterogeneous with diverse distributions, making it challenging to obtain a universally good model for diverse data generation. To address this limitation, we introduce Diversity-Aware Tabular data gEnerator (DATE), a framework that (i) prepares high-quality and distributionally distinct examples for in-context learning by effectively partitioning the original heterogeneous data into multiple diverse subsets; (ii) harnesses Large Language Models (LLMs) to explore the diversity of the partitioned distribution with decision tree reasoning as feedback, generating high-quality labeled data for each subset. However, the massive generated data inherently involves a trade-off between diversity and quality. To integrate this issue, existing solutions greedily select the validation-best data. However, we prove that the selection in heterogeneous settings does not possess the greedy-choice property, and design a Multi-Arm Bandit-based sampling algorithm that balances the diversity and quality of generated data. Extensive experiments on tabular classification and regression benchmarks demonstrate that DATE consistently outperforms state-of-the-art GAN-based and LLM-based methods. On average, DATE achieves a 23.75% reduction in error rate with just 100 generated data. Empirically, we demonstrate that data generated by DATE can improve the accuracy of Direct Preference Optimization (DPO) and enhance the reasoning capability of LLMs on the target data. Code is available at https://github.com/windblow32/DATE.

表格生成大模型数据合成多样性

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。