paper-with-me

홈 › Papers

Evaluating Saliency Methods for Neural Language Models

2021-04-12 · NAACL 2021 4 · Shuoyang Ding, Philipp Koehn

Saliency methods are widely used to interpret neural network predictions, but different variants of saliency methods often disagree even on the interpretations of the same prediction made by the same model. In these cases, how do we identify when are these interpretations trustworthy enough to be used in analyses? To address this question, we conduct a comprehensive and quantitative evaluation of saliency methods on a fundamental category of NLP models: neural language models. We evaluate the quality of prediction interpretations from two perspectives that each represents a desirable property of these interpretations: plausibility and faithfulness. Our evaluation is conducted on four different datasets constructed from the existing human annotation of syntactic and semantic agreements, on both sentence-level and document-level. Through our evaluation, we identified various ways saliency methods could yield interpretations of low quality. We recommend that future work deploying such methods to neural language models should carefully validate their interpretations before drawing insights.

📄 PDF Abstract BibTeX arXiv:2104.05824

Code (1)

shuoyangd/tarsius 공식 구현

Tasks

Sentence

Similar Papers 제목 키워드 기반

Decoding Layer Saliency in Language Transformers

2023-08-09 · Elizabeth M. Hou, Gregory Castanon

In this paper, we introduce a strategy for identifying textual saliency in large-scale language models applied to classification tasks. In visual networks where saliency is more well-studied, saliency is naturally locali…

Evaluating Input Perturbation Methods for Interpreting CNNs and Saliency Map Comparison

2021-01-26 · Lukas Brunke, Prateek Agrawal, Nikhil George

Input perturbation methods occlude parts of an input to a function and measure the change in the function's output. Recently, input perturbation methods have been applied to generate and evaluate saliency maps from convo…

Evaluating the Faithfulness of Saliency-based Explanations for Deep Learning Models for Temporal Colour Constancy

2022-11-15 · Matteo Rizzo, Cristina Conati, Daesik Jang, Hui Hu

The opacity of deep learning models constrains their debugging and improvement. Augmenting deep models with saliency-based strategies, such as attention, has been claimed to help get a better understanding of the decisio…

Decision Making

MASE: Interpretable NLP Models via Model-Agnostic Saliency Estimation

2025-12-04 · Zhou Yang, Shunyan Luo, Jiazhen Zhu, Fang Jin arxiv

Deep neural networks (DNNs) have made significant strides in Natural Language Processing (NLP), yet their interpretability remains elusive, particularly when evaluating their intricate decision-making processes. Traditio…

Easy to Decide, Hard to Agree: Reducing Disagreements Between Saliency Methods

2022-11-15 · Josip Jukić, Martin Tutek, Jan Šnajder

A popular approach to unveiling the black box of neural NLP models is to leverage saliency methods, which assign scalar importance scores to each input component. A common practice for evaluating whether an interpretabil…

Diagnostic