For years, the default for structured data was clear: if it was a spreadsheet, you turned to gradient-boosted decision trees like XGBoost. This meant days spent on feature engineering and weeks tuning hyperparameters. But heading into 2026, a fundamental shift is underway, ushered in by Tabular Foundation Models (TFMs). Leading this charge is TabICLv2, a new model from Soda-Inria that redefines how we handle tabular data.
The Rise of Foundation Models for Tables
TabICLv2 isn't just an upgrade; it's a new paradigm. It employs a "Universal Prior" and a unique attention mechanism capable of handling millions of rows. The result? It outperforms heavily tuned industrial ensembles in a single, zero-shot pass.
From Weight Tuning to Prompting
Traditional machine learning trains models by adjusting weights on specific datasets. This is slow and inefficient. TabICLv2, however, is an In-Context Learner. Pre-trained on vast synthetic datasets, it learns by being prompted with examples, not retrained.
Instead of updating model weights, you provide context: training rows with features and labels, and a test row with features. The model then uses a single forward pass to predict the outcome, approximating the Bayesian posterior predictive distribution.
An Architecture Built for Scale
Transformer models typically struggle with large datasets due to quadratic attention costs. TabICLv2 tackles this with a three-stage modular pipeline:
