paper-with-me

홈 › Papers

Learning to Explain: Generating Stable Explanations Fast

2021-08-01 · ACL 2021 5 · Xuelin Situ, Ingrid Zukerman, Cecile Paris, Sameen Maruf, Gholamreza Haffari

The importance of explaining the outcome of a machine learning model, especially a black-box model, is widely acknowledged. Recent approaches explain an outcome by identifying the contributions of input features to this outcome. In environments involving large black-box models or complex inputs, this leads to computationally demanding algorithms. Further, these algorithms often suffer from low stability, with explanations varying significantly across similar examples. In this paper, we propose a Learning to Explain (L2E) approach that learns the behaviour of an underlying explanation algorithm simultaneously from all training examples. Once the explanation algorithm is distilled into an explainer network, it can be used to explain new instances. Our experiments on three classification tasks, which compare our approach to six explanation algorithms, show that L2E is between 5 and 7.5{\mbox{$\times$}}10{\^{}}4 times faster than these algorithms, while generating more stable explanations, and having comparable faithfulness to the black-box model.

📄 PDF Abstract BibTeX

Code (1)

situsnow/l2e 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Reliable Post hoc Explanations: Modeling Uncertainty in Explainability

2020-08-11 · NeurIPS 2021 12 · Dylan Slack, Sophie Hilgard, Sameer Singh, Himabindu Lakkaraju

As black box explanations are increasingly being employed to establish model credibility in high-stakes settings, it is important to ensure that these explanations are accurate and reliable. However, prior work demonstra…

Feature Importance

How Reliable and Stable are Explanations of XAI Methods?

2024-07-03 · José Ribeiro, Lucas Cardoso, Vitor Santos, Eduardo Carvalho 외

Black box models are increasingly being used in the daily lives of human beings living in society. Along with this increase, there has been the emergence of Explainable Artificial Intelligence (XAI) methods aimed at gene…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Explaining Classes through Stable Word Attributions

2022-05-01 · Findings (ACL) 2022 5 · Samuel Rönnqvist, Aki-Juhani Kyröläinen, Amanda Myntti, Filip Ginter 외

Input saliency methods have recently become a popular tool for explaining predictions of deep learning models in NLP. Nevertheless, there has been little work investigating methods for aggregating prediction-level explan…

text-classificationText ClassificationXLM-R

Identifying Drivers of Predictive Aleatoric Uncertainty

2023-12-12 · Pascal Iversen, Simon Witzke, Katharina Baum, Bernhard Y. Renard

Explainability and uncertainty quantification are key to trustable artificial intelligence. However, the reasoning behind uncertainty estimates is generally left unexplained. Identifying the drivers of uncertainty comple…

Explainable Artificial Intelligence (XAI)Uncertainty Quantification

Generating Token-Level Explanations for Natural Language Inference

2019-04-24 · NAACL 2019 6 · James Thorne, Andreas Vlachos, Christos Christodoulopoulos, Arpit Mittal

The task of Natural Language Inference (NLI) is widely modeled as supervised sentence pair classification. While there has been a lot of work recently on generating explanations of the predictions of classifiers on a sin…

Multiple Instance LearningNatural Language InferenceSentenceSentence-Pair Classification