paper-with-me

Papers

Refutation of Shapley Values for XAI -- Additional Evidence

2023-09-30 · Xuanxiang Huang, Joao Marques-Silva

Recent work demonstrated the inadequacy of Shapley values for explainable artificial intelligence (XAI). Although to disprove a theory a single counterexample suffices, a possible criticism of earlier work is that the focus was solely on Boolean classifiers. To address such possible criticism, this paper demonstrates the inadequacy of Shapley values for families of classifiers where features are not boolean, but also for families of classifiers for which multiple classes can be picked. Furthermore, the paper shows that the features changed in any minimal $l_0$ distance adversarial examples do not include irrelevant features, thus offering further arguments regarding the inadequacy of Shapley values for XAI.

📄 PDF Abstract BibTeX arXiv:2310.00416

Code (0)

등록된 구현이 없습니다.

Tasks

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

A Refutation of Shapley Values for Explainability

2023-09-06 · Xuanxiang Huang, Joao Marques-Silva

Recent work demonstrated the existence of Boolean functions for which Shapley values provide misleading information about the relative importance of features in rule-based explanations. Such misleading information was br…

Game-theoretic Counterfactual Explanation for Graph Neural Networks

2024-02-08 · Chirag Chhablani, Sarthak Jain, Akshay Channesh, Ian A. Kash 외

Graph Neural Networks (GNNs) have been a powerful tool for node classification tasks in complex networks. However, their decision-making processes remain a black-box to users, making it challenging to understand the reas…

counterfactualCounterfactual ExplanationDecision MakingNode Classification

Faith-Shap: The Faithful Shapley Interaction Index

2022-03-02 · Che-Ping Tsai, Chih-Kuan Yeh, Pradeep Ravikumar

Shapley values, which were originally designed to assign attributions to individual players in coalition games, have become a commonly used approach in explainable machine learning to provide attributions to input featur…

Computational Efficiency

Efficient Shapley Values Estimation by Amortization for Text Classification

2023-05-31 · Chenghao Yang, Fan Yin, He He, Kai-Wei Chang 외

Despite the popularity of Shapley Values in explaining neural text classification models, computing them is prohibitive for large pretrained models due to a large number of model evaluations. In practice, Shapley Values …

Classificationtext-classificationText Classification

An Efficient Shapley Value Computation for the Naive Bayes Classifier

2023-07-31 · Vincent Lemaire, Fabrice Clérot, Marc Boullé

Variable selection or importance measurement of input variables to a machine learning model has become the focus of much research. It is no longer enough to have a good model, one also must explain its decisions. This is…

Variable Selection