CLLGSep 25, 2019

Multi-Dimensional Explanation of Target Variables from Documents

arXiv:1909.11386v45 citations
Originality Incremental advance
AI Analysis

This addresses the need for better interpretability in AI systems for users who rely on explanations, though it is incremental as it builds on existing rationale methods.

The paper tackled the problem of generating interpretable explanations for automated predictions from documents, particularly for multiple target variables, by proposing the Multi-Target Masker (MTM) with a soft multi-dimensional mask and regularizers, resulting in more accurate and coherent masks that achieved the highest F1 scores for all target variables simultaneously.

Automated predictions require explanations to be interpretable by humans. Past work used attention and rationale mechanisms to find words that predict the target variable of a document. Often though, they result in a tradeoff between noisy explanations or a drop in accuracy. Furthermore, rationale methods cannot capture the multi-faceted nature of justifications for multiple targets, because of the non-probabilistic nature of the mask. In this paper, we propose the Multi-Target Masker (MTM) to address these shortcomings. The novelty lies in the soft multi-dimensional mask that models a relevance probability distribution over the set of target variables to handle ambiguities. Additionally, two regularizers guide MTM to induce long, meaningful explanations. We evaluate MTM on two datasets and show, using standard metrics and human annotations, that the resulting masks are more accurate and coherent than those generated by the state-of-the-art methods. Moreover, MTM is the first to also achieve the highest F1 scores for all the target variables simultaneously.

Foundations

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

Your Notes