TabICLv2: A better, faster, scalable, and open tabular foundation model
About
Tabular foundation models, such as TabPFNv2 and TabICL, have recently dethroned gradient-boosted trees at the top of predictive benchmarks, demonstrating the value of in-context learning for tabular data. We introduce TabICLv2, a new state-of-the-art foundation model for regression and classification built on three pillars: (1) a novel synthetic data generation engine designed for high pretraining diversity; (2) various architectural innovations, including a new scalable softmax in attention improving generalization to larger datasets without prohibitive long-sequence pretraining; and (3) optimized pretraining protocols, notably replacing AdamW with the Muon optimizer. On the TabArena and TALENT benchmarks, TabICLv2 without any tuning surpasses the performance of the current state of the art, RealTabPFN-2.5 (hyperparameter-tuned, ensembled, and fine-tuned on real data). With only moderate pretraining compute, TabICLv2 generalizes effectively to million-scale datasets under 50GB GPU memory while being markedly faster than RealTabPFN-2.5. We provide extensive ablation studies to quantify these contributions and commit to open research by first releasing inference code and model weights at https://github.com/soda-inria/tabicl, with synthetic data engine and pretraining code to follow.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Binary Classification | TabArena | Elo Rating1.59e+3 | 74 | |
| Multiclass Classification | TabArena Lite | Elo Rating1.60e+3 | 63 | |
| Tabular Learning | TabArena | Elo1.60e+3 | 54 | |
| Molecular property prediction | Polaris & MoleculeACE Aggregate (58 tasks) | Win Count25 | 52 | |
| Chemical Property Prediction | Polymers (5-fold cross-val) | Eea R2 Score0.9 | 50 | |
| Chemical Property Prediction | Fuels (10-fold cross-val) | -- | 48 | |
| Polymer-Solvent Interaction Prediction | PolySolv (10-fold cross-validation) | R2 Score (χ)0.87 | 46 | |
| Tabular Prediction | TabArena all 51 datasets | Elo Rating1.60e+3 | 38 | |
| Multiclass Classification | Multiclass panel 3 healthcare datasets v1.0 (test) | Macro AUC78.8 | 31 | |
| Binary Classification | binary health datasets avg (test) | AUC0.873 | 29 |