Narrativeqa

This repository contains the NarrativeQA dataset. It includes the list of documents with Wikipedia summaries, links to full stories, and questions and answers.
Alternatives To Narrativeqa
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Gensim Data492
5 years ago14lgpl-2.1Python
Data repository for pretrained NLP models and NLP corpora.
Narrativeqa362
3 years agoapache-2.0Shell
This repository contains the NarrativeQA dataset. It includes the list of documents with Wikipedia summaries, links to full stories, and questions and answers.
Chakin313
14 years ago7March 27, 20198mitPython
Simple downloader for pre-trained word vectors
Wikitables27931a year ago14August 26, 20214mitPython
Import tables from any Wikipedia article as a dataset in Python
Qb160
a year ago7mitPython
QANTA Quiz Bowl AI
Datasets160
3 months ago3
Interesting datasets you could use with Algolia
Dl4ir Query Reformulator144
5 years ago5bsd-3-clausePython
Ambigqa86
a year agoPython
An original implementation of EMNLP 2020, "AmbigQA: Answering Ambiguous Open-domain Questions"
Legislator84
21 hours ago1April 24, 20201R
Interface to the Comparative Legislators Database
Awesome Wikipedia74
5 months ago2cc0-1.0
A curated list of awesome Wikipedia-related frameworks, libraries, software, datasets and references.
Alternatives To Narrativeqa
Select To Compare


Alternative Project Comparisons
Readme

The NarrativeQA Reading Comprehension Challenge Dataset

This repository contains the NarrativeQA dataset. It includes the list of documents with Wikipedia summaries, links to full stories, and questions and answers.

For a detailed description of this see the paper The NarrativeQA Reading Comprehension Challenge. Please cite the paper if you use this corpus in your work.

Files

  • documents.csv - contains document_id, set, kind, story_url, story_file_size, wiki_url, wiki_title, story_word_count, story_start, story_end. The word count is approximate after some basic cleanup and tokenization.
  • third_party/wikipedia/summaries.csv - contains document_id, set, summary, summary_tokenized. The summaries are from Wikipedia.
  • qaps.csv - contains document_id, set, question, answer1, answer2, question_tokenized, answer1_tokenized, answer2_tokenized.
  • download_stories.sh - script to download the stories.
  • compare.sh - compare downloaded story's file size to the document size we had. (At the time of publication, all stories have <3.5% file difference (except one), likely due to punctuation encoding.)

Bibtex

@article{narrativeqa,
author = {Tom\'a\v s Ko\v cisk\'y and Jonathan Schwarz and Phil Blunsom and
          Chris Dyer and Karl Moritz Hermann and G\'abor Melis and
          Edward Grefenstette},
title = {The {NarrativeQA} Reading Comprehension Challenge},
journal = {Transactions of the Association for Computational Linguistics},
url = {https://TBD},
volume = {TBD},
year = {2018},
pages = {TBD},
}

Dataset Metadata

The following table is necessary for this dataset to be indexed by search engines such as Google Dataset Search.

property value
name The NarrativeQA Reading Comprehension Challenge Dataset
alternateName NarrativeQA
url
sameAs https://github.com/deepmind/narrativeqa
description This repository contains the NarrativeQA dataset. It includes the list of documents with Wikipedia summaries, links to full stories, and questions and answers.
provider
property value
name DeepMind
sameAs https://en.wikipedia.org/wiki/DeepMind
license
property value
name Apache License, Version 2.0
url
citation https://identifiers.org/arxiv:1712.07040
Popular Wikipedia Projects
Popular Dataset Projects
Popular Companies Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Dataset
Wikipedia