Key-Value Memory Networks for Directly Reading Documents
Alexander Miller, Adam Fisch, Jesse Dodge, Amir-Hossein Karimi,, Antoine Bordes, Jason Weston

TL;DR
This paper introduces Key-Value Memory Networks, a novel approach for question answering directly from documents, which bridges the gap between knowledge bases and raw text, achieving state-of-the-art results on benchmarks.
Contribution
The paper presents Key-Value Memory Networks that utilize different encodings for addressing and output, enabling effective reading of documents for question answering.
Findings
Achieves state-of-the-art on WikiQA benchmark.
Reduces gap between KB, extraction, and document-based QA.
Introduces WikiMovies dataset for analysis.
Abstract
Directly reading documents and being able to answer questions from them is an unsolved challenge. To avoid its inherent difficulty, question answering (QA) has been directed towards using Knowledge Bases (KBs) instead, which has proven effective. Unfortunately KBs often suffer from being too restrictive, as the schema cannot support certain types of answers, and too sparse, e.g. Wikipedia contains much more information than Freebase. In this work we introduce a new method, Key-Value Memory Networks, that makes reading documents more viable by utilizing different encodings in the addressing and output stages of the memory read operation. To compare using KBs, information extraction or Wikipedia documents directly in a single framework we construct an analysis tool, WikiMovies, a QA dataset that contains raw text alongside a preprocessed KB, in the domain of movies. Our method reduces the…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
