Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

TabICL: A Tabular Foundation Model for In-Context Learning on Large Data

About

The long-standing dominance of gradient-boosted decision trees on tabular data is currently challenged by tabular foundation models using In-Context Learning (ICL): setting the training data as context for the test data and predicting in a single forward pass without parameter updates. While TabPFNv2 foundation model excels on tables with up to 10K samples, its alternating column- and row-wise attentions make handling large training sets computationally prohibitive. So, can ICL be effectively scaled and deliver a benefit for larger tables? We introduce TabICL, a tabular foundation model for classification, pretrained on synthetic datasets with up to 60K samples and capable of handling 500K samples on affordable resources. This is enabled by a novel two-stage architecture: a column-then-row attention mechanism to build fixed-dimensional embeddings of rows, followed by a transformer for efficient ICL. Across 200 classification datasets from the TALENT benchmark, TabICL is on par with TabPFNv2 while being systematically faster (up to 10 times), and significantly outperforms all other approaches. On 53 datasets with over 10K samples, TabICL surpasses both TabPFNv2 and CatBoost, demonstrating the potential of ICL for large data. Pretraining code, inference code, and pre-trained models are available at https://github.com/soda-inria/tabicl.

Jingang Qu, David Holzm\"uller, Ga\"el Varoquaux, Marine Le Morvan• 2025

Related benchmarks

TaskDatasetResultRank
Binary ClassificationTALENT (test)
Top-1 Accuracy80.9
113
User Clicks Predictionrel-avito
ROC-AUC60.51
84
User Engagement Predictionrel-stack
ROC-AUC84.38
69
Item Churn Predictionrel-amazon
ROC-AUC77.27
54
Driver DNF Predictionrel-f1
ROC-AUC0.7155
54
Driver Top 3 Predictionrel-f1
ROC-AUC80.56
54
User Churn PredictionAmazon Rel
ROC-AUC0.6212
54
User Churn Predictionrel-hm
ROC-AUC64.73
52
Study Outcome Predictionrel (trial)
ROC-AUC0.5842
52
User Ignore PredictionRel Event
ROC-AUC0.8145
50
Showing 10 of 58 rows

Other info

Follow for update