HCAIMay 17, 2024

Evaluating Saliency Explanations in NLP by Crowdsourcing

arXiv:2405.10767v181 citationsh-index: 4Has CodeLREC
Originality Incremental advance
AI Analysis

This work addresses the reliability of deep learning models for NLP practitioners by providing a human-centric evaluation method, though it is incremental as it builds on existing evaluation frameworks.

The authors tackled the problem of evaluating saliency explanation methods in NLP by proposing a crowdsourcing approach, recruiting 800 workers to assess seven methods on two datasets, revealing differences between NLP and computer vision fields.

Deep learning models have performed well on many NLP tasks. However, their internal mechanisms are typically difficult for humans to understand. The development of methods to explain models has become a key issue in the reliability of deep learning models in many important applications. Various saliency explanation methods, which give each feature of input a score proportional to the contribution of output, have been proposed to determine the part of the input which a model values most. Despite a considerable body of work on the evaluation of saliency methods, whether the results of various evaluation metrics agree with human cognition remains an open question. In this study, we propose a new human-based method to evaluate saliency methods in NLP by crowdsourcing. We recruited 800 crowd workers and empirically evaluated seven saliency methods on two datasets with the proposed method. We analyzed the performance of saliency methods, compared our results with existing automated evaluation methods, and identified notable differences between NLP and computer vision (CV) fields when using saliency methods. The instance-level data of our crowdsourced experiments and the code to reproduce the explanations are available at https://github.com/xtlu/lreccoling_evaluation.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes