LGCLApr 22

TabSHAP

arXiv:2604.2112011.4h-index: 19
Predicted impact top 80% in LG · last 90 daysOriginality Incremental advance
AI Analysis

Provides faithful local interpretability for LLM-based tabular classifiers, which is critical for high-stakes domains where existing methods fail to capture probabilistic uncertainty.

TabSHAP introduces a model-agnostic interpretability framework for LLM-based tabular classifiers that uses Shapley-style sampling with Jensen-Shannon divergence to measure feature importance via distributional impact. Experiments on Adult Income and Heart Disease benchmarks show it achieves higher faithfulness than random baselines and XGBoost proxies.

Large Language Models (LLMs) fine-tuned on serialized tabular data are emerging as powerful alternatives to traditional tree-based models, particularly for heterogeneous or context-rich datasets. However, their deployment in high-stakes domains is hindered by a lack of faithful interpretability; existing methods often rely on global linear proxies or scalar probability shifts that fail to capture the model's full probabilistic uncertainty. In this work, we introduce TabSHAP, a model-agnostic interpretability framework designed to directly attribute local query decision logic in LLM-based tabular classifiers. By adapting a Shapley-style sampled-coalition estimator with Jensen-Shannon divergence between full-input and masked-input class distributions, TabSHAP quantifies the distributional impact of each feature rather than simple prediction flips. To align with tabular semantics, we mask at the level of serialized key:value fields (atomic in the prompt string), not individual subword tokens. Experimental validation on the Adult Income and Heart Disease benchmarks demonstrates that TabSHAP isolates critical diagnostic features, achieving significantly higher faithfulness than random baselines and XGBoost proxies. We further run a distance-metric ablation on the same test instances and TabSHAP settings: attributions are recomputed with KL or L1 replacing JSD in the similarity step (results cached per metric), and we compare deletion faithfulness across all three.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes