paper-with-me

홈 › Papers

A Closer Look at TabPFN v2: Strength, Limitation, and Extension

2025-02-24 · Han-Jia Ye, Si-Yang Liu, Wei-Lun Chao

Tabular datasets are inherently heterogeneous, posing significant challenges for developing pre-trained foundation models. The recently introduced transformer-based Tabular Prior-data Fitted Network v2 (TabPFN v2) achieves unprecedented in-context learning accuracy across multiple tabular datasets, marking a pivotal advancement in tabular foundation models. In this paper, we comprehensively evaluate TabPFN v2 on over 300 datasets, confirming its exceptional generalization capabilities on small- to medium-scale tasks. Our analysis identifies randomized feature tokens as a key factor behind TabPFN v2's success, as they unify heterogeneous datasets into a fixed-dimensional representation, enabling more effective training and inference. To further understand TabPFN v2's predictions, we propose a leave-one-fold-out approach, transforming TabPFN v2 into a feature extractor and revealing its capability to simplify data distributions and boost accuracy. Lastly, to address TabPFN v2's limitations in high-dimensional, large-scale, and many-category tasks, we introduce a divide-and-conquer mechanism inspired by Chain-of-Thought prompting, enabling scalable inference. By uncovering the mechanisms behind TabPFN v2's success and introducing strategies to expand its applicability, this study provides key insights into the future of tabular foundation models.

📄 PDF Abstract BibTeX arXiv:2502.17361

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context Learning

Methods 이 논문이 사용한 방법론

TABPFN We present TabPFN, a trained Transformer that can do supervised classification for small tabular datasets in less than a second, needs no hyperparameter tuning and is competitive…

Similar Papers 제목 키워드 기반

Realistic Evaluation of TabPFN v2 in Open Environments

2025-05-22 · Zi-Jian Cheng, Zi-Yi Jia, Zhi Zhou, Yu-Feng Li 외

Tabular data, owing to its ubiquitous presence in real-world domains, has garnered significant attention in machine learning research. While tree-based models have long dominated tabular machine learning tasks, the recen…

TabPFN-2.5: Advancing the State of the Art in Tabular Foundation Models

2025-11-11 · Léo Grinsztajn, Klemens Flöge, Oscar Key, Felix Birkel 외 arxiv

The first tabular foundation model, TabPFN, and its successor TabPFNv2 have impacted tabular AI substantially, with dozens of methods building on it and hundreds of applications across different use cases. This report in…

TabPFN Extensions for Interpretable Geotechnical Modelling

2026-03-22 · Taiga Saito, Yu Otake, Daijiro Mizutani, Stephen Wu arxiv

Geotechnical site characterisation relies on sparse, heterogeneous borehole data, where uncertainty quantification and interpretability matter as much as predictive accuracy. We evaluate TabPFN~\citep{Hollmann2025}, a ta…

Towards Pretraining Text Encoders for TabPFN

2026-06-03 · Mustafa Tajjar, Alexander Pfefferle, Lennart Purucker, Frank Hutter arxiv

Tabular foundation models, such as TabPFN, achieve strong performance on tabular datasets with numerical and categorical data, but do not natively handle high-cardinality text features. Standard pipelines, therefore, emb…

Mitigating Label Shift in Tabular In-Context Learning via Test-Time Posterior Adjustment

2026-05-06 · Seunghan Lee arxiv

TabPFN has recently gained attention as a foundation model for tabular datasets, achieving strong performance by leveraging in-context learning on synthetic data. However, we find that TabPFN is vulnerable to label shift…