InterpreTabNet: Distilling Predictive Signals from Tabular Data by Salient Feature Interpretation
Jacob Si, Wendy Yusi Cheng, Michael Cooper, Rahul G. Krishnan
TL;DR
InterpreTabNet tackles the interpretability gap in TabNet on tabular data by modeling per-step feature masks as latent variables drawn from a Gumbel-Softmax distribution and enforcing sparsity and diversity through a KL-divergence-based regularizer within a conditional variational autoencoder framework. This latent-mask formulation yields sparse, decision-step-specific feature selections that are easier to interpret, while preserving competitive predictive accuracy. The authors further augment intrinsic interpretability with post-hoc, GPT-4 driven textual explanations of learned feature interdependencies, evaluated via human and LM-based assessments. Collectively, InterpreTabNet advances interpretable deep learning for tabular domains and offers a practical toolkit for producing faithful, comprehensible insights in high-stakes settings.
Abstract
Tabular data are omnipresent in various sectors of industries. Neural networks for tabular data such as TabNet have been proposed to make predictions while leveraging the attention mechanism for interpretability. However, the inferred attention masks are often dense, making it challenging to come up with rationales about the predictive signal. To remedy this, we propose InterpreTabNet, a variant of the TabNet model that models the attention mechanism as a latent variable sampled from a Gumbel-Softmax distribution. This enables us to regularize the model to learn distinct concepts in the attention masks via a KL Divergence regularizer. It prevents overlapping feature selection by promoting sparsity which maximizes the model's efficacy and improves interpretability to determine the important features when predicting the outcome. To assist in the interpretation of feature interdependencies from our model, we employ a large language model (GPT-4) and use prompt engineering to map from the learned feature mask onto natural language text describing the learned signal. Through comprehensive experiments on real-world datasets, we demonstrate that InterpreTabNet outperforms previous methods for interpreting tabular data while attaining competitive accuracy.
