paper-with-me

홈 › Papers

Towards Faithful Explanations for Text Classification with Robustness Improvement and Explanation Guided Training

2023-12-29 · Dongfang Li, Baotian Hu, Qingcai Chen, Shan He

Feature attribution methods highlight the important input tokens as explanations to model predictions, which have been widely applied to deep neural networks towards trustworthy AI. However, recent works show that explanations provided by these methods face challenges of being faithful and robust. In this paper, we propose a method with Robustness improvement and Explanation Guided training towards more faithful EXplanations (REGEX) for text classification. First, we improve model robustness by input gradient regularization technique and virtual adversarial training. Secondly, we use salient ranking to mask noisy tokens and maximize the similarity between model attention and feature attribution, which can be seen as a self-training procedure without importing other external information. We conduct extensive experiments on six datasets with five attribution methods, and also evaluate the faithfulness in the out-of-domain setting. The results show that REGEX improves fidelity metrics of explanations in all settings and further achieves consistent gains based on two randomization tests. Moreover, we show that using highlight explanations produced by REGEX to train select-then-predict models results in comparable task performance to the end-to-end method.

📄 PDF Abstract BibTeX arXiv:2312.17591

Code (0)

등록된 구현이 없습니다.

Tasks

text-classificationText Classification

Similar Papers 제목 키워드 기반

Investigating Training and Generalization in Faithful Self-Explanations of Large Language Models

2025-12-08 · Tomoki Doi, Masaru Isonuma, Hitomi Yanaka arxiv

Large language models have the potential to generate explanations for their own predictions in a variety of styles based on user instructions. Recent research has examined whether these self-explanations faithfully refle…

Continual Learning

Improving the Faithfulness of Attention-based Explanations with Task-specific Information for Text Classification

2021-05-06 · ACL 2021 5 · George Chrysostomou, Nikolaos Aletras

Neural network architectures in natural language processing often use attention mechanisms to produce probability distributions over input token representations. Attention has empirically been demonstrated to improve per…

text-classificationText Classification

When Do Explanations Help In-Context Learning? A Comparative Study of Natural Language Explanation Types and Faithfulness

2026-08-17 · Mahdi Dhaini, Adam Dejl, Juraj Vladika, Volkan Özer 외 arxiv

Natural language explanations (NLEs) are increasingly used as inputs, for example, as few-shot rationales that influence model behavior in in-context learning (ICL). However, it remains unclear how different types of NLE…

Estimating the Adversarial Robustness of Attributions in Text with Transformers

2022-12-18 · Adam Ivankay, Mattia Rigotti, Ivan Girardi, Chiara Marchiori 외

Explanations are crucial parts of deep neural network (DNN) classifiers. In high stakes applications, faithful and robust explanations are important to understand and gain trust in DNN classifiers. However, recent work h…

Adversarial Robustnesstext-classificationText Classificationtext similarity

A Necessary Step toward Faithfulness: Measuring and Improving Consistency in Free-Text Explanations

2025-05-25 · Lingjun Zhao, Hal Daumé III

Faithful free-text explanations are important to ensure transparency in high-stakes AI decision-making contexts, but they are challenging to generate by language models and assess by humans. In this paper, we present a m…

Decision Making