paper-with-me

Papers

Generative Table Pre-training Empowers Models for Tabular Prediction

2023-05-16 · Tianping Zhang, Shaowen Wang, Shuicheng Yan, Jian Li, Qian Liu

Recently, the topic of table pre-training has attracted considerable research interest. However, how to employ table pre-training to boost the performance of tabular prediction remains an open challenge. In this paper, we propose TapTap, the first attempt that leverages table pre-training to empower models for tabular prediction. After pre-training on a large corpus of real-world tabular data, TapTap can generate high-quality synthetic tables to support various applications on tabular data, including privacy protection, low resource regime, missing value imputation, and imbalanced classification. Extensive experiments on 12 datasets demonstrate that TapTap outperforms a total of 16 baselines in different scenarios. Meanwhile, it can be easily combined with various backbone models, including LightGBM, Multilayer Perceptron (MLP) and Transformer. Moreover, with the aid of table pre-training, models trained using synthetic data generated by TapTap can even compete with models using the original dataset on half of the experimental datasets, marking a milestone in the development of synthetic tabular data generation. The codes are available at https://github.com/ZhangTP1996/TapTap.

📄 PDF Abstract BibTeX arXiv:2305.09696

Code (1)

zhangtp1996/taptap 공식 구현 pytorch

Tasks

imbalanced classificationImputationPredictionTabular Data Generation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

TableGPT: Towards Unifying Tables, Nature Language and Commands into One GPT

2023-07-17 · Liangyu Zha, Junlin Zhou, Liyao Li, Rui Wang 외

Tables are prevalent in real-world databases, requiring significant time and effort for humans to analyze and manipulate. The advancements in large language models (LLMs) have made it possible to interact with tables usi…

Data VisualizationQuestion Answering

Enabling Few-Shot Alzheimer's Disease Diagnosis on Biomarker Data with Tabular LLMs

2025-07-31 · Sophie Kearney, Shu Yang, Zixuan Wen, Bojian Hou 외 arxiv

Early and accurate diagnosis of Alzheimer's disease (AD), a complex neurodegenerative disorder, requires analysis of heterogeneous biomarkers (e.g., neuroimaging, genetic risk factors, cognitive tests, and cerebrospinal …

Binary Classification

Cross-Table Pretraining towards a Universal Function Space for Heterogeneous Tabular Data

2024-06-01 · Jintai Chen, Zhen Lin, Qiyuan Chen, Jimeng Sun

Tabular data from different tables exhibit significant diversity due to varied definitions and types of features, as well as complex inter-feature and feature-target relationships. Cross-dataset pretraining, which learns…

Generating tabular datasets under differential privacy

2023-08-28 · Gianluca Truda

Machine Learning (ML) is accelerating progress across fields and industries, but relies on accessible and high-quality training data. Some of the most important datasets are found in biomedical and financial domains in t…

Synthetic Data Generation

LaTable: Towards Large Tabular Models

2024-06-25 · Boris van Breugel, Jonathan Crabbé, Rob Davis, Mihaela van der Schaar

Tabular data is one of the most ubiquitous modalities, yet the literature on tabular generative foundation models is lagging far behind its text and vision counterparts. Creating such a model is hard, due to the heteroge…