paper-with-me

Papers

Can I Trust the Explainer? Verifying Post-hoc Explanatory Methods

2019-10-04 · Oana-Maria Camburu, Eleonora Giunchiglia, Jakob Foerster, Thomas Lukasiewicz, Phil Blunsom

For AI systems to garner widespread public acceptance, we must develop methods capable of explaining the decisions of black-box models such as neural networks. In this work, we identify two issues of current explanatory methods. First, we show that two prevalent perspectives on explanations --- feature-additivity and feature-selection --- lead to fundamentally different instance-wise explanations. In the literature, explainers from different perspectives are currently being directly compared, despite their distinct explanation goals. The second issue is that current post-hoc explainers are either validated under simplistic scenarios (on simple models such as linear regression, or on models trained on syntactic datasets), or, when applied to real-world neural networks, explainers are commonly validated under the assumption that the learned models behave reasonably. However, neural networks often rely on unreasonable correlations, even when producing correct decisions. We introduce a verification framework for explanatory methods under the feature-selection perspective. Our framework is based on a non-trivial neural network architecture trained on a real-world task, and for which we are able to provide guarantees on its inner workings. We validate the efficacy of our evaluation by showing the failure modes of current explainers. We aim for this framework to provide a publicly available, off-the-shelf evaluation when the feature-selection perspective on explanations is needed.

📄 PDF Abstract BibTeX arXiv:1910.02065

Code (2)

OanaMariaCamburu/CanITrustTheExplainer 공식 구현
OanaMariaCamburu/e-SNLI pytorch

Tasks

feature selection

Similar Papers 제목 키워드 기반

Interpretability in Symbolic Regression: a benchmark of Explanatory Methods using the Feynman data set

2024-04-08 · Guilherme Seidyo Imai Aldeia, Fabricio Olivetti de Franca

In some situations, the interpretability of the machine learning models plays a role as important as the model accuracy. Interpretability comes from the need to trust the prediction model, verify some of its properties, …

FairnessregressionSymbolic Regression

SAEExplainer: Interpreting SAE Features with Activation-Guided Preference Optimization

2026-06-07 · Jingyi He, Haiyan Zhao, Ruxue Shi, Yanguang Liu 외 arxiv

Although Sparse Autoencoders (SAEs) have mitigated the opacity of large language models (LLMs) by decomposing dense representations into sparse features, explaining these features still remains a central challenge. Curre…

A novel post-hoc explanation comparison metric and applications

2023-11-17 · Shreyan Mitra, Leilani Gilpin

Explanatory systems make the behavior of machine learning models more transparent, but are often inconsistent. To quantify the differences between explanatory systems, this paper presents the Shreyan Distance, a novel me…

Feature Importance

GISExplainer: On Explainability of Graph Neural Networks via Game-theoretic Interaction Subgraphs

2024-09-24 · Xingping Xian, Jianlu Liu, Chao Wang, Tao Wu 외

Explainability is crucial for the application of black-box Graph Neural Networks (GNNs) in critical fields such as healthcare, finance, cybersecurity, and more. Various feature attribution methods, especially the perturb…

Computational EfficiencyNode Classification

ARM-Explainer -- Explaining and improving graph neural network predictions for the maximum clique problem using node features and association rule mining

2025-11-28 · Bharat Sharman, Elkafi Hassini arxiv

Numerous graph neural network (GNN)-based algorithms have been proposed to solve graph-based combinatorial optimization problems (COPs), but methods to explain their predictions remain largely undeveloped. We introduce A…

Graph Neural Network