English

TabRet: Pre-training Transformer-based Tabular Models for Unseen Columns

Machine Learning 2023-04-18 v4 Artificial Intelligence

Abstract

We present \emph{TabRet}, a pre-trainable Transformer-based model for tabular data. TabRet is designed to work on a downstream task that contains columns not seen in pre-training. Unlike other methods, TabRet has an extra learning step before fine-tuning called \emph{retokenizing}, which calibrates feature embeddings based on the masked autoencoding loss. In experiments, we pre-trained TabRet with a large collection of public health surveys and fine-tuned it on classification tasks in healthcare, and TabRet achieved the best AUC performance on four datasets. In addition, an ablation study shows retokenizing and random shuffle augmentation of columns during pre-training contributed to performance gains. The code is available at https://github.com/pfnet-research/tabret .

Keywords

Cite

@article{arxiv.2303.15747,
  title  = {TabRet: Pre-training Transformer-based Tabular Models for Unseen Columns},
  author = {Soma Onishi and Kenta Oono and Kohei Hayashi},
  journal= {arXiv preprint arXiv:2303.15747},
  year   = {2023}
}

Comments

Accepted at the Workshop on Understanding Foundation Models at ICLR 2023

R2 v1 2026-06-28T09:37:16.311Z