CLDec 19, 2022

Explanation Regeneration via Information Bottleneck

arXiv:2212.09603v2230 citationsh-index: 39
Originality Incremental advance
AI Analysis

This addresses the need for better interpretability in NLP models by improving explanation quality, though it is incremental as it builds on existing prompting methods.

The paper tackles the problem of generating insufficient and verbose free-text explanations from black-box NLP models by proposing an information bottleneck method (EIB) that refines single-pass prompt outputs to be more sufficient and concise, with effectiveness verified on two out-of-domain tasks through automatic and human evaluations.

Explaining the black-box predictions of NLP models naturally and accurately is an important open problem in natural language generation. These free-text explanations are expected to contain sufficient and carefully-selected evidence to form supportive arguments for predictions. Due to the superior generative capacity of large pretrained language models, recent work built on prompt engineering enables explanation generation without specific training. However, explanation generated through single-pass prompting often lacks sufficiency and conciseness. To address this problem, we develop an information bottleneck method EIB to produce refined explanations that are sufficient and concise. Our approach regenerates the free-text explanation by polishing the single-pass output from the pretrained language model but retaining the information that supports the contents being explained. Experiments on two out-of-domain tasks verify the effectiveness of EIB through automatic evaluation and thoroughly-conducted human 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