Explain by Evidence: An Explainable Memory-based Neural Network for Question Answering
Quan Tran, Nhan Dam, Tuan Lai, Franck Dernoncourt, Trung Le, Nham Le, and Dinh Phung

TL;DR
This paper introduces an explainable memory network for question answering that explicitly links current questions to relevant past examples, improving interpretability and achieving state-of-the-art results.
Contribution
The paper proposes a novel evidence-based memory network architecture that enhances interpretability by explicitly connecting questions with supporting evidence from the dataset.
Findings
Achieves state-of-the-art performance on TrecQA and WikiQA datasets.
Can trace errors back to training instances, aiding dataset quality improvement.
Provides a more transparent decision-making process in question answering models.
Abstract
Interpretability and explainability of deep neural networks are challenging due to their scale, complexity, and the agreeable notions on which the explaining process rests. Previous work, in particular, has focused on representing internal components of neural networks through human-friendly visuals and concepts. On the other hand, in real life, when making a decision, human tends to rely on similar situations and/or associations in the past. Hence arguably, a promising approach to make the model transparent is to design it in a way such that the model explicitly connects the current sample with the seen ones, and bases its decision on these samples. Grounded on that principle, we propose in this paper an explainable, evidence-based memory network architecture, which learns to summarize the dataset and extract supporting evidences to make its decision. Our model achieves…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Explainable Artificial Intelligence (XAI) · Multimodal Machine Learning Applications
MethodsMemory Network
