paper-with-me

Papers

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

2025-02-08 · Jingang Qu, David Holzmüller, Gaël Varoquaux, Marine Le Morvan

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 the very recent TabPFNv2 foundation model (2025) 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 56 datasets with over 10K samples, TabICL surpasses both TabPFNv2 and CatBoost, demonstrating the potential of ICL for large data.

📄 PDF Abstract BibTeX arXiv:2502.05564

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Localized TabICLv2: Scaling Tabular In-Context Learning through k-NN

2026-08-17 · Beimnet Bekele Guta arxiv

Foundational models for tabular data have made significant progress in recent years, with TabICLv2 reporting state-of-the-art performance on several tabular classification tasks. However, full-context tabular ICL still s…

TabICLv2: A better, faster, scalable, and open tabular foundation model

2026-02-11 · Jingang Qu, David Holzmüller, Gaël Varoquaux, Marine Le Morvan arxiv

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 Ta…

Synthetic Data Generation

Scalable In-Context Learning on Tabular Data via Retrieval-Augmented Large Language Models

2025-02-05 · Xumeng Wen, Shun Zheng, Zhen Xu, Yiming Sun 외

Recent studies have shown that large language models (LLMs), when customized with post-training on tabular data, can acquire general tabular in-context learning (TabICL) capabilities. These models are able to transfer ef…

In-Context LearningRetrieval

TFM-Retouche: A Lightweight Input-Space Adapter for Tabular Foundation Models

2026-05-07 · Duong Nguyen, Mohammed Jawhar, Nicolas Chesneau arxiv

Tabular foundation models (TFMs), such as TabPFN-2.6, TabICLv2, ConTextTab, Mitra, LimiX, and TabDPT, achieve strong zero-shot performance through in-context learning, but their inductive biases remain fixed at inference…

Binary Classification

Mind the Gap? A Distributional Comparison of Real and Synthetic Priors for Tabular Foundation Models

2026-05-07 · Alex O. Davies, Telmo de Menezes e Silva Filho, Nirav Ajmeri arxiv

Tabular foundation models are pre-trained on one of three classes of corpus: curated datasets drawn from benchmark repositories, tables harvested at scale from the web, or synthetic tables sampled from a parametric gener…