paper-with-me

Papers

On Finetuning Tabular Foundation Models

2025-06-10 · Ivan Rubachev, Akim Kotelnikov, Nikolay Kartashev, Artem Babenko

Foundation models are an emerging research direction in tabular deep learning. Notably, TabPFNv2 recently claimed superior performance over traditional GBDT-based methods on small-scale datasets using an in-context learning paradigm, which does not adapt model parameters to target datasets. However, the optimal finetuning approach for adapting tabular foundational models, and how this adaptation reshapes their internal mechanisms, remains underexplored. While prior works studied finetuning for earlier foundational models, inconsistent findings and TabPFNv2's unique architecture necessitate fresh investigation. To address these questions, we first systematically evaluate various finetuning strategies on diverse datasets. Our findings establish full finetuning as the most practical solution for TabPFNv2 in terms of time-efficiency and effectiveness. We then investigate how finetuning alters TabPFNv2's inner mechanisms, drawing an analogy to retrieval-augmented models. We reveal that the success of finetuning stems from the fact that after gradient-based adaptation, the dot products of the query-representations of test objects and the key-representations of in-context training objects more accurately reflect their target similarity. This improved similarity allows finetuned TabPFNv2 to better approximate target dependency by appropriately weighting relevant in-context samples, improving the retrieval-based prediction logic. From the practical perspective, we managed to finetune TabPFNv2 on datasets with up to 50K objects, observing performance improvements on almost all tasks. More precisely, on academic datasets with I.I.D. splits, finetuning allows TabPFNv2 to achieve state-of-the-art results, while on datasets with gradual temporal shifts and rich feature sets, TabPFNv2 is less stable and prior methods remain better.

📄 PDF Abstract BibTeX arXiv:2506.08982

Code (1)

yandex-research/tabpfn-finetuning 공식 구현 pytorch

Tasks

In-Context LearningRetrieval

Similar Papers 제목 키워드 기반

LaTable: Towards Large Tabular Models

2024-06-25 · Boris van Breugel, Jonathan Crabbé, Rob Davis, Mihaela van der Schaar

Tabular data is one of the most ubiquitous modalities, yet the literature on tabular generative foundation models is lagging far behind its text and vision counterparts. Creating such a model is hard, due to the heteroge…

Turning Tabular Foundation Models into Graph Foundation Models

2025-08-28 · Dmitry Eremeev, Gleb Bazhenov, Oleg Platonov, Artem Babenko 외 arxiv

While foundation models have revolutionized fields such as natural language processing and computer vision, their potential in graph machine learning remains largely unexplored. One of the key challenges in designing gra…

Early Stopping Tabular In-Context Learning

2025-06-26 · Jaris Küken, Lennart Purucker, Frank Hutter

Tabular foundation models have shown strong performance across various tabular learning tasks via in-context learning, offering robust generalization without any downstream finetuning. However, their inference-time costs…

DecoderIn-Context Learning

Is API Access to LLMs Useful for Generating Private Synthetic Tabular Data?

2025-02-10 · Marika Swanberg, Ryan McKenna, Edo Roth, Albert Cheu 외

Differentially private (DP) synthetic data is a versatile tool for enabling the analysis of private data. Recent advancements in large language models (LLMs) have inspired a number of algorithm techniques for improving D…

Synthetic Data Generation

Transfer Learning of Tabular Data by Finetuning Large Language Models

2025-01-12 · Shourav B. Rabbani, Ibna Kowsar, Manar D. Samad

Despite the artificial intelligence (AI) revolution, deep learning has yet to achieve much success with tabular data due to heterogeneous feature space and limited sample sizes without viable transfer learning. The new e…

Deep LearningTransfer Learning