ExplainerPFN: Towards tabular foundation models for model-free zero-shot feature importance estimations
Joao Fonseca, Julia Stoyanovich

TL;DR
ExplainerPFN is a novel zero-shot approach that predicts feature importance in tabular data without model access, using a foundation model trained on synthetic datasets to provide accurate Shapley value attributions.
Contribution
It introduces ExplainerPFN, the first zero-shot method for estimating Shapley values in tabular data without needing model access or reference explanations.
Findings
Few-shot explainers achieve high SHAP fidelity with minimal reference observations.
ExplainerPFN performs competitively with few-shot explainers relying on multiple SHAP examples.
The method is open-source and validated on real and synthetic datasets.
Abstract
Computing the importance of features in supervised classification tasks is critical for model interpretability. Shapley values are a widely used approach for explaining model predictions, but require direct access to the underlying model, an assumption frequently violated in real-world deployments. We investigate whether meaningful feature attributions can be obtained in a zero-shot setting, using only the input data distribution and no evaluations of the target model. Because multiple models can produce identical predictions yet yield different Shapley decompositions, the mapping from data to attributions is not uniquely identifiable. We therefore target attributions that are "true to the data" rather than "true to the model", learning a posterior mean attribution under a meta-training prior. To this end, we introduce ExplainerPFN, a tabular foundation model built on TabPFN, pretrained…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Multimodal Machine Learning Applications · Advanced Graph Neural Networks
