paper-with-me

Papers

Does TabPFN Understand Causal Structures?

2025-11-10 · Omar Swelam, Lennart Purucker, Jake Robertson, Hanne Raum, Joschka Boedecker, Frank Hutter arxiv

Causal discovery is fundamental for multiple scientific domains, yet extracting causal information from real world data remains a significant challenge. Given the recent success on real data, we investigate whether TabPFN, a transformer-based tabular foundation model pre-trained on synthetic datasets generated from structural causal models, encodes causal information in its internal representations. We develop an adapter framework using a learnable decoder and causal tokens that extract causal signals from TabPFN's frozen embeddings and decode them into adjacency matrices for causal discovery. Our evaluations demonstrate that TabPFN's embeddings contain causal information, outperforming several traditional causal discovery algorithms, with such causal information being concentrated in mid-range layers. These findings establish a new direction for interpretable and adaptable foundation models and demonstrate the potential for leveraging pre-trained tabular models for causal discovery.

📄 PDF Abstract BibTeX arXiv:2511.07236

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TabPFN: A Transformer That Solves Small Tabular Classification Problems in a Second

2022-07-05 · Noah Hollmann, Samuel Müller, Katharina Eggensperger, Frank Hutter

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 with state-of-the-art classification meth…

AutoMLBayesian InferenceGeneral ClassificationGPU+4

A Causal Foundation Model for Structure and Outcome Prediction

2026-06-25 · Max Zhu, Martino Mansoldo, Ching-Hao Wang, Stefan Groha arxiv

We introduce TabPFN-CFM, a causal foundation model that can handle multiple causal problems. TabPFN-CFM predicts both causal structure and outcomes from observational data, supports queries on all three levels of Pearl's…

Causal Pre-training Under the Fairness Lens: An Empirical Study of TabPFN

2026-01-25 · Qinyi Liu, Mohammad Khalil, Naman Goel arxiv

Foundation models for tabular data, such as the Tabular Prior-data Fitted Network (TabPFN), are pre-trained on a massive number of synthetic datasets generated by structural causal models (SCM). They leverage in-context …

Improving TabPFN's Synthetic Data Generation by Integrating Causal Structure

2026-03-10 · Davide Tugnoli, Andrea De Lorenzo, Marco Virgolin, Giovanni Cinà arxiv

Synthetic tabular data generation addresses data scarcity and privacy constraints in a variety of domains. Tabular Prior-Data Fitted Network (TabPFN), a recent foundation model for tabular data, has been shown capable of…

Synthetic Data GenerationTabular Data Generation

Entangled by Design: Spurious Intra-Variable Signal Routing in Tabular In-Context Learners

2026-07-28 · Athanasios Vlontzos, Giorgos Papanastasiou, Bernhard Kainz, Sotirios Tsaftaris arxiv

Consider a model trained at a single hospital to predict patient recovery, where the measured feature $X$ bundles the patient's true health signal ($C$) with a systematic artefact from that hospital's equipment ($S$). Wi…