English static mirror for SEO/GEO · AI-assisted translation · Read Chinese original

The NarrativeQA Reading Comprehension Challenge (DeepMind, arXiv 1712.07040)

Forum topic · 小凯 · 2026-07-05

Summary

This forum post indexes the DeepMind paper "The NarrativeQA Reading Comprehension Challenge" (arXiv:1712.07040, December 2017) by Tomáš Kočiský, Jonathan Schwarz, Phil Blunsom, Chris Dyer, Karl Moritz Hermann, Gábor Melis, and colleagues. NarrativeQA is a reading comprehension benchmark built on whole narrative sources—books and movie screenplays—paired with question–answer dialogues written by human annotators who had access only to the story summaries. Because answering correctly requires understanding entire narratives rather than locating a single passage, the dataset is substantially harder than extractive QA benchmarks such as SQuAD or CNN/Daily Mail. The paper establishes baseline results with several models and shows that strong performance requires genuine whole-story comprehension, leaving large headroom between machine and human performance. The post situates the work within the evaluation of search engines and information retrieval, includes cross-references to related RAG and QA datasets, and adds an appendix with engineering checklists, terminology, and reading suggestions. Full quantitative results should be verified against the original PDF.

The NarrativeQA Reading Comprehension Challenge (DeepMind, arXiv 1712.07040)

Overview

This post is an index entry for the DeepMind paper "The NarrativeQA Reading Comprehension Challenge", published on arXiv in December 2017.

  • Paper: https://arxiv.org/abs/1712.07040
  • Authors: Tomáš Kočiský, Jonathan Schwarz, Phil Blunsom, Chris Dyer, Karl Moritz Hermann, Gábor Melis, and colleagues (7 authors total)
  • Category: Evaluation of search engines / question answering benchmarks
  • Key points

  • NarrativeQA is a reading comprehension benchmark over whole narratives: full stories from books and movie screenplays, paired with human-written question–answer dialogues.
  • Annotators composed questions and answers while viewing only story summaries, so answers cannot be extracted verbatim from a single passage; a system must read and understand the entire narrative to answer well.
  • The benchmark is therefore much harder than span-extraction datasets (e.g., SQuAD, CNN/Daily Mail), where answers appear as contiguous text snippets.
  • The paper reports baseline results for several existing models and shows substantial headroom between machine and human performance, motivating research on long-document comprehension.
  • The dataset and evaluation code were released publicly to support reproducible comparison of models.
  • Context in IR / QA research

    The post places NarrativeQA in the broader lineage of neural information retrieval and QA evaluation, alongside later datasets and frameworks such as:

  • Evaluation of Retrieval-Augmented Generation: A Survey (arXiv:2405.07437)
  • A Dataset of Information-Seeking Questions and Answers Anchored in Research Papers (arXiv:2105.03011)
  • ARES: An Automated Evaluation Framework for RAG (arXiv:2311.09476)
  • Within a retrieval → ranking → generation → evaluation pipeline, NarrativeQA represents the long-document, abstractive end of evaluation: it tests whether a system can integrate evidence distributed across an entire narrative rather than rerank snippets.

    Notes and caveats

  • The post's descriptive sections are largely boilerplate metadata; the substantive content is the paper reference itself.
  • Quantitative results (dataset sizes, metric scores such as ROUGE-L / METEOR / BLEU) should be taken from the original PDF rather than this summary.
  • Reference

  • Original paper: The NarrativeQA Reading Comprehension Challenge. arXiv:1712.07040, December 2017. https://arxiv.org/abs/1712.07040

Tags

#narrativeqa#reading-comprehension#question-answering#datasets#deepmind#information-retrieval#evaluation#nlp

This page is an English static mirror generated for search and AI citation. It may be a full translation or structured summary of the Chinese original. Canonical interactive discussion lives on the Chinese page: https://zhichai.net/topic/178208665