CLMay 4, 2023

Are Human Explanations Always Helpful? Towards Objective Evaluation of Human Natural Language Explanations

arXiv:2305.03117v2228 citations
AI Analysis

This addresses the challenge of subjective human explanations in training explainable NLP models, which is incremental as it builds on existing evaluation methods.

The paper tackles the problem of evaluating the quality of human-annotated natural language explanations by proposing a new metric based on their helpfulness to model performance, showing it objectively outperforms the commonly used Simulatability score across five datasets and two model architectures.

Human-annotated labels and explanations are critical for training explainable NLP models. However, unlike human-annotated labels whose quality is easier to calibrate (e.g., with a majority vote), human-crafted free-form explanations can be quite subjective. Before blindly using them as ground truth to train ML models, a vital question needs to be asked: How do we evaluate a human-annotated explanation's quality? In this paper, we build on the view that the quality of a human-annotated explanation can be measured based on its helpfulness (or impairment) to the ML models' performance for the desired NLP tasks for which the annotations were collected. In comparison to the commonly used Simulatability score, we define a new metric that can take into consideration the helpfulness of an explanation for model performance at both fine-tuning and inference. With the help of a unified dataset format, we evaluated the proposed metric on five datasets (e.g., e-SNLI) against two model architectures (T5 and BART), and the results show that our proposed metric can objectively evaluate the quality of human-annotated explanations, while Simulatability falls short.

Foundations

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

Your Notes