{"default": {"description": "The Narrative QA Manual dataset is a reading comprehension dataset, in which the reader must answer questions about stories by reading entire books or movie scripts. The QA tasks are designed so that successfully answering their questions requires understanding the underlying narrative rather than relying on shallow pattern matching or salience.\\\nTHIS DATASET REQUIRES A MANUALLY DOWNLOADED FILE! Because of a script in the original repository which downloads the stories from original URLs everytime, The links are sometimes broken or invalid. Therefore, you need to manually download the stories for this dataset using the script provided by the authors (https://github.com/deepmind/narrativeqa/blob/master/download_stories.sh). Running the shell script creates a folder named \"tmp\" in the root directory and downloads the stories there. This folder containing the storiescan be used to load the dataset via `datasets.load_dataset(\"narrativeqa_manual\", data_dir=\"\")`. ", "citation": "@article{kovcisky2018narrativeqa,\n title={The narrativeqa reading comprehension challenge},\n author={Ko{\u000b{c}}isk{'y}, Tom{'a}{\u000b{s}} and Schwarz, Jonathan and Blunsom, Phil and Dyer, Chris and Hermann, Karl Moritz and Melis, G{'a}bor and Grefenstette, Edward},\n journal={Transactions of the Association for Computational Linguistics},\n volume={6},\n pages={317--328},\n year={2018},\n publisher={MIT Press}\n}\n", "homepage": "https://deepmind.com/research/publications/narrativeqa-reading-comprehension-challenge", "license": "https://github.com/deepmind/narrativeqa/blob/master/LICENSE", "features": {"document": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "kind": {"dtype": "string", "id": null, "_type": "Value"}, "url": {"dtype": "string", "id": null, "_type": "Value"}, "file_size": {"dtype": "int32", "id": null, "_type": "Value"}, "word_count": {"dtype": "int32", "id": null, "_type": "Value"}, "start": {"dtype": "string", "id": null, "_type": "Value"}, "end": {"dtype": "string", "id": null, "_type": "Value"}, "summary": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}, "url": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}}, "text": {"dtype": "string", "id": null, "_type": "Value"}}, "question": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}, "answers": [{"text": {"dtype": "string", "id": null, "_type": "Value"}, "tokens": {"feature": {"dtype": "string", "id": null, "_type": "Value"}, "length": -1, "id": null, "_type": "Sequence"}}]}, "post_processed": null, "supervised_keys": null, "builder_name": "narrativeqa_manual", "config_name": "default", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 9115940054, "num_examples": 32747, "dataset_name": "narrativeqa_manual"}, "test": {"name": "test", "num_bytes": 2911702563, "num_examples": 10557, "dataset_name": "narrativeqa_manual"}, "validation": {"name": "validation", "num_bytes": 968994186, "num_examples": 3461, "dataset_name": "narrativeqa_manual"}}, "download_checksums": {"https://raw.githubusercontent.com/deepmind/narrativeqa/master/documents.csv": {"num_bytes": 341683, "checksum": "6dffa4cc0b5c9963fe3a097c87f04aa7767da36627500cc7a0d69e2405e1144a"}, "https://raw.githubusercontent.com/deepmind/narrativeqa/master/third_party/wikipedia/summaries.csv": {"num_bytes": 10821085, "checksum": "87d12b849219015c4fe717e95c707671d802c181145e8ba2acc11dff23ea7c75"}, "https://raw.githubusercontent.com/deepmind/narrativeqa/master/qaps.csv": {"num_bytes": 11475505, "checksum": "990b02af0b5280de210f0e6b80f43b3fab80dc6de630c4d5059a1b7131c26e38"}}, "download_size": 22638273, "post_processing_size": null, "dataset_size": 12996636803, "size_in_bytes": 13019275076}}