pith. machine review for the scientific record. sign in

arxiv: 1606.03126 · v2 · submitted 2016-06-09 · 💻 cs.CL

Recognition: unknown

Key-Value Memory Networks for Directly Reading Documents

Adam Fisch, Alexander Miller, Amir-Hossein Karimi, Antoine Bordes, Jason Weston, Jesse Dodge

Authors on Pith no claims yet
classification 💻 cs.CL
keywords documentsdirectlymemoryreadingcontainsinformationkey-valuemethod
0
0 comments X
read the original 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 gap between all three settings. It also achieves state-of-the-art results on the existing WikiQA benchmark.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Online Learning-to-Defer with Varying Experts

    stat.ML 2026-05 unverdicted novelty 8.0

    Presents the first online learning-to-defer algorithm with regret bounds O((n + n_e) T^{2/3}) generally and O((n + n_e) sqrt(T)) under low noise for multiclass classification with varying experts.

  2. TRACE: An Experiential Framework for Coherent Multi-hop Knowledge Graph Question Answering

    cs.CL 2026-04 unverdicted novelty 6.0

    TRACE is a framework that improves multi-hop KGQA by maintaining semantic continuity through path narratives and reusable experiential priors combined via dual-feedback re-ranking.