CLAIOct 9, 2021

A Framework for Rationale Extraction for Deep QA models

arXiv:2110.04620v1
Originality Synthesis-oriented
AI Analysis

This work addresses the need for interpretability in complex QA models, though it is incremental as it adapts an existing method to a specific domain.

The authors tackled the problem of extracting rationales from deep QA models by applying Integrated Gradients to state-of-the-art models in Reading Comprehension QA, finding that extracted rationales had 40-80% precision but only 6-19% recall compared to human rationales.

As neural-network-based QA models become deeper and more complex, there is a demand for robust frameworks which can access a model's rationale for its prediction. Current techniques that provide insights on a model's working are either dependent on adversarial datasets or are proposing models with explicit explanation generation components. These techniques are time-consuming and challenging to extend to existing models and new datasets. In this work, we use `Integrated Gradients' to extract rationale for existing state-of-the-art models in the task of Reading Comprehension based Question Answering (RCQA). On detailed analysis and comparison with collected human rationales, we find that though ~40-80% words of extracted rationale coincide with the human rationale (precision), only 6-19% of human rationale is present in the extracted rationale (recall).

Foundations

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

Your Notes