Local Explanation of Dialogue Response Generation
Yi-Lin Tuan, Connor Pryor, Wenhu Chen, Lise Getoor, William Yang Wang

TL;DR
This paper introduces LERG, a model-agnostic method for explaining dialogue response generation by analyzing input-output segment interactions, improving interpretability and aligning with desired explanation properties.
Contribution
We propose LERG, a novel explanation method for dialogue response generation that captures segment interactions and improves interpretability over existing methods.
Findings
LERG outperforms other methods by 4.4-12.8% on automatic and human metrics.
LERG effectively identifies explicit and implicit input-output relations.
The method adheres to properties like unbiased approximation, consistency, and cause identification.
Abstract
In comparison to the interpretation of classification models, the explanation of sequence generation models is also an important problem, however it has seen little attention. In this work, we study model-agnostic explanations of a representative text generation task -- dialogue response generation. Dialog response generation is challenging with its open-ended sentences and multiple acceptable responses. To gain insights into the reasoning process of a generation model, we propose a new method, local explanation of response generation (LERG) that regards the explanations as the mutual interaction of segments in input and output sentences. LERG views the sequence prediction as uncertainty estimation of a human response and then creates explanations by perturbing the input and calculating the certainty change over the human response. We show that LERG adheres to desired properties of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Explainable Artificial Intelligence (XAI) · Natural Language Processing Techniques
