paper-with-me

홈 › Papers

Explainable Deep Modeling of Tabular Data using TableGraphNet

2020-02-12 · Gabriel Terejanu, Jawad Chowdhury, Rezaur Rashid, Asif Chowdhury

The vast majority of research on explainability focuses on post-explainability rather than explainable modeling. Namely, an explanation model is derived to explain a complex black box model built with the sole purpose of achieving the highest performance possible. In part, this trend might be driven by the misconception that there is a trade-off between explainability and accuracy. Furthermore, the consequential work on Shapely values, grounded in game theory, has also contributed to a new wave of post-explainability research on better approximations for various machine learning models, including deep learning models. We propose a new architecture that inherently produces explainable predictions in the form of additive feature attributions. Our approach learns a graph representation for each record in the dataset. Attribute centric features are then derived from the graph and fed into a contribution deep set model to produce the final predictions. We show that our explainable model attains the same level of performance as black box models. Finally, we provide an augmented model training approach that leverages the missingness property and yields high levels of consistency (as required for the Shapely values) without loss of accuracy.

📄 PDF Abstract BibTeX arXiv:2002.05205

Code (0)

등록된 구현이 없습니다.

Tasks

Attribute

Similar Papers 제목 키워드 기반

TabReason: A Reinforcement Learning-Enhanced Reasoning LLM for Explainable Tabular Data Prediction

2025-05-27 · Tommy Xu, Zhitian Zhang, Xiangyu Sun, Lauren Kelly Zung 외

Predictive modeling on tabular data is the cornerstone of many real-world applications. Although gradient boosting machines and some recent deep models achieve strong performance on tabular data, they often lack interpre…

Interpretable Mesomorphic Networks for Tabular Data

2023-05-22 · Arlind Kadra, Sebastian Pineda Arango, Josif Grabocka

Even though neural networks have been long deployed in applications involving tabular data, still existing neural architectures are not explainable by design. In this paper, we propose a new class of interpretable neural…

Deep Learning

TABCF: Counterfactual Explanations for Tabular Data Using a Transformer-Based VAE

2024-10-14 · Emmanouil Panagiotou, Manuel Heurich, Tim Landgraf, Eirini Ntoutsi

In the field of Explainable AI (XAI), counterfactual (CF) explanations are one prominent method to interpret a black-box model by suggesting changes to the input that would alter a prediction. In real-world applications,…

counterfactual

Developing a Fidelity Evaluation Approach for Interpretable Machine Learning

2021-06-16 · Mythreyi Velmurugan, Chun Ouyang, Catarina Moreira, Renuka Sindhgatta

Although modern machine learning and deep learning methods allow for complex and in-depth data analytics, the predictive models generated by these methods are often highly complex, and lack transparency. Explainable AI (…

BIG-bench Machine LearningExplainable Artificial Intelligence (XAI)Explanation Fidelity EvaluationInterpretable Machine Learning

XRL-Bench: A Benchmark for Evaluating and Comparing Explainable Reinforcement Learning Techniques

2024-02-20 · Yu Xiong, Zhipeng Hu, Ye Huang, Runze Wu 외

Reinforcement Learning (RL) has demonstrated substantial potential across diverse fields, yet understanding its decision-making process, especially in real-world scenarios where rationality and safety are paramount, is a…

Decision MakingReinforcement Learning (RL)