paper-with-me

Papers

Fine-tuned In-Context Learning Transformers are Excellent Tabular Data Classifiers

2024-05-22 · Felix den Breejen, Sangmin Bae, Stephen Cha, Se-Young Yun

The recently introduced TabPFN pretrains an In-Context Learning (ICL) transformer on synthetic data to perform tabular data classification. In this work, we extend TabPFN to the fine-tuning setting, resulting in a significant performance boost. We also discover that fine-tuning enables ICL-transformers to create complex decision boundaries, a property regular neural networks do not have. Based on this observation, we propose to pretrain ICL-transformers on a new forest dataset generator which creates datasets that are unrealistic, but have complex decision boundaries. TabForest, the ICL-transformer pretrained on this dataset generator, shows better fine-tuning performance when pretrained on more complex datasets. Additionally, TabForest outperforms TabPFN on some real-world datasets when fine-tuning, despite having lower zero-shot performance due to the unrealistic nature of the pretraining datasets. By combining both dataset generators, we create TabForestPFN, an ICL-transformer that achieves excellent fine-tuning performance and good zero-shot performance.

📄 PDF Abstract BibTeX arXiv:2405.13396

Code (1)

felixdenbreejen/tabforestpfn 공식 구현 pytorch

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 제목 키워드 기반

Discrete Tokenization Unlocks Transformers for Calibrated Tabular Forecasting

2026-03-08 · Yael S. Elmatad arxiv

Gradient boosting still dominates Transformers on tabular benchmarks. Our tokenizer uses a deliberately simplistic discretized vocabulary so we can highlight how even basic tokenization unlocks the power of attention on …

Challenging Gradient Boosted Decision Trees with Tabular Transformers for Fraud Detection at Booking.com

2024-05-22 · Sergei Krutikov, Bulat Khaertdinov, Rodion Kiriukhin, Shubham Agrawal 외

Transformer-based neural networks, empowered by Self-Supervised Learning (SSL), have demonstrated unprecedented performance across various domains. However, related literature suggests that tabular Transformers may strug…

Fraud DetectionSelection biasSelf-Supervised Learning

DETQUS: Decomposition-Enhanced Transformers for QUery-focused Summarization

2025-03-07 · Yasir Khan, Xinlei Wu, Sangpil Youm, Justin Ho 외

Query-focused tabular summarization is an emerging task in table-to-text generation that synthesizes a summary response from tabular data based on user queries. Traditional transformer-based approaches face challenges du…

DecoderLanguage ModelingLanguage ModellingLarge Language Model+3

Transformers Boost the Performance of Decision Trees on Tabular Data across Sample Sizes

2025-02-04 · Mayuka Jayawardhana, Renbo, Samuel Dooley, Valeriia Cherepanova 외

Large language models (LLMs) perform remarkably well on tabular datasets in zero- and few-shot settings, since they can extract meaning from natural language column headers that describe features and labels. Similarly, T…

In-Context LearningNatural Language Understanding

DP-2Stage: Adapting Language Models as Differentially Private Tabular Data Generators

2024-12-03 · Tejumade Afonja, Hui-Po Wang, Raouf Kerkouche, Mario Fritz

Generating tabular data under differential privacy (DP) protection ensures theoretical privacy guarantees but poses challenges for training machine learning models, primarily due to the need to capture complex structures…

Tabular Data Generation