paper-with-me

Papers

Explaining Classes through Word Attribution

2021-08-31 · Samuel Rönnqvist, Amanda Myntti, Aki-Juhani Kyröläinen, Sampo Pyysalo, Veronika Laippala, Filip Ginter

In recent years, several methods have been proposed for explaining individual predictions of deep learning models, yet there has been little study of how to aggregate these predictions to explain how such models view classes as a whole in text classification tasks. In this work, we propose a method for explaining classes using deep learning models and the Integrated Gradients feature attribution technique by aggregating explanations of individual examples in text classification to general descriptions of the classes. We demonstrate the approach on Web register (genre) classification using the XML-R model and the Corpus of Online Registers of English (CORE), finding that the method identifies plausible and discriminative keywords characterizing all but the smallest class.

📄 PDF Abstract BibTeX arXiv:2108.13653

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDeep LearningGenre classificationtext-classificationText Classification

Similar Papers 제목 키워드 기반

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

Towards Aggregating Weighted Feature Attributions

2019-01-20 · Umang Bhatt, Pradeep Ravikumar, Jose M. F. Moura

Current approaches for explaining machine learning models fall into two distinct classes: antecedent event influence and value attribution. The former leverages training instances to describe how much influence a trainin…

Attribute

Visual Summary of Value-level Feature Attribution in Prediction Classes with Recurrent Neural Networks

2020-01-23 · Chuan Wang, Xumeng Wang, Kwan-Liu Ma

Deep Recurrent Neural Networks (RNN) is increasingly used in decision-making with temporal sequences. However, understanding how RNN models produce final predictions remains a major challenge. Existing work on interpreti…

Decision MakingTemporal Sequences

TVE: Learning Meta-attribution for Transferable Vision Explainer

2023-12-23 · Guanchu Wang, Yu-Neng Chuang, Fan Yang, Mengnan Du 외

Explainable machine learning significantly improves the transparency of deep neural networks. However, existing work is constrained to explaining the behavior of individual model predictions, and lacks the ability to tra…

Discretized Integrated Gradients for Explaining Language Models

2021-08-31 · EMNLP 2021 11 · Soumya Sanyal, Xiang Ren

As a prominent attribution-based explanation algorithm, Integrated Gradients (IG) is widely adopted due to its desirable explanation axioms and the ease of gradient computation. It measures feature importance by averagin…

Feature ImportanceSentiment AnalysisSentiment Classification