paper-with-me

Papers

Shapley Chains: Extending Shapley Values to Classifier Chains

2023-03-30 · Célia Wafa Ayad, Thomas Bonnier, Benjamin Bosch, Jesse Read

In spite of increased attention on explainable machine learning models, explaining multi-output predictions has not yet been extensively addressed. Methods that use Shapley values to attribute feature contributions to the decision making are one of the most popular approaches to explain local individual and global predictions. By considering each output separately in multi-output tasks, these methods fail to provide complete feature explanations. We propose Shapley Chains to overcome this issue by including label interdependencies in the explanation design process. Shapley Chains assign Shapley values as feature importance scores in multi-output classification using classifier chains, by separating the direct and indirect influence of these feature scores. Compared to existing methods, this approach allows to attribute a more complete feature contribution to the predictions of multi-output classification tasks. We provide a mechanism to distribute the hidden contributions of the outputs with respect to a given chaining order of these outputs. Moreover, we show how our approach can reveal indirect feature contributions missed by existing approaches. Shapley Chains help to emphasize the real learning factors in multi-output applications and allows a better understanding of the flow of information through output interdependencies in synthetic and real-world datasets.

📄 PDF Abstract BibTeX arXiv:2303.17243

Code (1)

cwayad/shapleychains 공식 구현

Tasks

AttributeDecision MakingFeature Importance

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Multicollinearity Correction and Combined Feature Effect in Shapley Values

2020-11-03 · Indranil Basu, Subhadip Maji

Model interpretability is one of the most intriguing problems in most of the Machine Learning models, particularly for those that are mathematically sophisticated. Computing Shapley Values are arguably the best approach …

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 fo…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

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

Data Selection for Fine-tuning Large Language Models Using Transferred Shapley Values

2023-06-16 · Stephanie Schoch, Ritwick Mishra, Yangfeng Ji

Although Shapley values have been shown to be highly effective for identifying harmful training instances, dataset size and model complexity constraints limit the ability to apply Shapley-based data valuation to fine-tun…

Data ValuationLanguage ModelingLanguage ModellingNatural Language Understanding

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