paper-with-me

Papers

Incorporating Attribution Importance for Improving Faithfulness Metrics

2023-05-17 · Zhixue Zhao, Nikolaos Aletras

Feature attribution methods (FAs) are popular approaches for providing insights into the model reasoning process of making predictions. The more faithful a FA is, the more accurately it reflects which parts of the input are more important for the prediction. Widely used faithfulness metrics, such as sufficiency and comprehensiveness use a hard erasure criterion, i.e. entirely removing or retaining the top most important tokens ranked by a given FA and observing the changes in predictive likelihood. However, this hard criterion ignores the importance of each individual token, treating them all equally for computing sufficiency and comprehensiveness. In this paper, we propose a simple yet effective soft erasure criterion. Instead of entirely removing or retaining tokens from the input, we randomly mask parts of the token vector representations proportionately to their FA importance. Extensive experiments across various natural language processing tasks and different FAs show that our soft-sufficiency and soft-comprehensiveness metrics consistently prefer more faithful explanations compared to hard sufficiency and comprehensiveness. Our code: https://github.com/casszhao/SoftFaith

📄 PDF Abstract BibTeX arXiv:2305.10496

Code (1)

casszhao/softfaith 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

FA 설명 없음

Similar Papers 제목 키워드 기반

Faithfulness Evaluation for Decoder-only LLM Attributions with Controlled Retained Information

2026-01-06 · Xin Huang, Antoni B. Chan arxiv

Large Language Models (LLMs) are increasingly evaluated with input attribution methods, yet comparing such explanations remains challenging. Existing soft-perturbation faithfulness metrics, such as Soft-NC and Soft-NS, c…

Towards Long-Horizon Interpretability: Efficient and Faithful Multi-Token Attribution for Reasoning LLMs

2026-02-02 · Wenbo Pan, Zhichao Liu, Xianlong Wang, Haining Yu 외 arxiv

Token attribution methods provide intuitive explanations for language model outputs by identifying causally important input tokens. However, as modern LLMs increasingly rely on extended reasoning chains, existing schemes…

Accurate estimation of feature importance faithfulness for tree models

2024-04-04 · Mateusz Gajewski, Adam Karczmarz, Mateusz Rapicki, Piotr Sankowski

In this paper, we consider a perturbation-based metric of predictive faithfulness of feature rankings (or attributions) that we call PGI squared. When applied to decision tree-based regression models, the metric can be c…

Feature Importance

A Dual-Perspective Approach to Evaluating Feature Attribution Methods

2023-08-17 · Yawei Li, Yang Zhang, Kenji Kawaguchi, Ashkan Khakzar 외

Feature attribution methods attempt to explain neural network predictions by identifying relevant features. However, establishing a cohesive framework for assessing feature attribution remains a challenge. There are seve…

Sum-of-Parts: Faithful Attributions for Groups of Features

2023-10-25 · Weiqiu You, Helen Qu, Marco Gatti, Bhuvnesh Jain 외

Feature attributions explain machine learning predictions by assigning importance scores to input features. While faithful attributions accurately reflect feature contributions to the model's prediction, unfaithful ones …

Decision Makingscientific discovery