CLJan 13, 2022

Grow-and-Clip: Informative-yet-Concise Evidence Distillation for Answer Explanation

arXiv:2201.05088v224 citations
AI Analysis

This addresses the lack of interpretability in QA models for applications like healthcare and education, though it is incremental as it builds on existing evidence extraction methods.

The paper tackles the problem of interpreting QA model predictions by defining evidence as informative, concise, and readable supporting facts, and proposes the GCED algorithm to extract such evidence, with experiments showing it achieves human-like quality on SQuAD and TriviaQA datasets.

Interpreting the predictions of existing Question Answering (QA) models is critical to many real-world intelligent applications, such as QA systems for healthcare, education, and finance. However, existing QA models lack interpretability and provide no feedback or explanation for end-users to help them understand why a specific prediction is the answer to a question. In this research, we argue that the evidences of an answer is critical to enhancing the interpretability of QA models. Unlike previous research that simply extracts several sentence(s) in the context as evidence, we are the first to explicitly define the concept of evidence as the supporting facts in a context which are informative, concise, and readable. Besides, we provide effective strategies to quantitatively measure the informativeness, conciseness and readability of evidence. Furthermore, we propose Grow-and-Clip Evidence Distillation (GCED) algorithm to extract evidences from the contexts by trade-off informativeness, conciseness, and readability. We conduct extensive experiments on the SQuAD and TriviaQA datasets with several baseline models to evaluate the effect of GCED on interpreting answers to questions. Human evaluation are also carried out to check the quality of distilled evidences. Experimental results show that automatic distilled evidences have human-like informativeness, conciseness and readability, which can enhance the interpretability of the answers to questions.

Foundations

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

Your Notes