copyrightBooks / README.md
kqwang's picture
update
beb0656
---
license: mit
language:
- en
size_categories:
- 10K<n<100K
configs:
- config_name: forget01
data_files: "forget01.json"
- config_name: forget05
data_files: "forget05.json"
- config_name: forget10
data_files: "forget10.json"
- config_name: retain99
data_files: "retain99.json"
- config_name: retain95
data_files: "retain95.json"
- config_name: retain90
data_files: "retain90.json"
- config_name: full
data_files: "full.json"
---
# ForgetRetainBooks
This dataset is derived from the NarrativeQA dataset, created by Kocisky et al. (2018). NarrativeQA is a dataset for evaluating reading comprehension and narrative understanding.
This dataset is an extraction of the book content from the original NarrativeQA dataset.
## Citation
If you want to use this dataset, please also cite the original NarrativeQA dataset.
```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},
}
```