Manual download instructions: This dataset requires you to
download the source data manually into download_config.manual_dir
(defaults to ~/tensorflow_datasets/downloads/manual/):
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-12-06 UTC."],[],[],null,["# booksum\n\n\u003cbr /\u003e\n\n| **Warning:** Manual download required. See instructions below.\n\n- **Description**:\n\nBookSum: A Collection of Datasets for Long-form Narrative Summarization\n\nThis implementation currently only supports book and chapter summaries.\n\nGitHub: \u003chttps://github.com/salesforce/booksum\u003e\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/booksum)\n\n- **Homepage** :\n \u003chttps://github.com/salesforce/booksum\u003e\n\n- **Source code** :\n [`tfds.datasets.booksum.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/booksum/booksum_dataset_builder.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): Initial release.\n- **Download size** : `Unknown size`\n\n- **Manual download instructions** : This dataset requires you to\n download the source data manually into `download_config.manual_dir`\n (defaults to `~/tensorflow_datasets/downloads/manual/`): \n\n 1) Go to \u003chttps://github.com/salesforce/booksum,\u003e and run steps 1-3. Place the\n whole `booksum` git project in the manual folder.\n 2) Download the chapterized books from \u003chttps://storage.cloud.google.com/sfr-books-dataset-chapters-research/all_chapterized_books.zip\u003e\n and unzip to the manual folder.\n\nThe manual folder should contain the following directories: \n\n - `booksum/`\n - `all_chapterized_books/`\n\n| **Note:** Because the BookSum dataset is based on the availability of web-scraped data and may be incomplete, the `_generate_examples` method will automatically skip missing entries.\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes (test, validation), Only when `shuffle_files=False` (train)\n\n- **Feature structure**:\n\n FeaturesDict({\n 'document': Text(shape=(), dtype=string),\n 'summary': Text(shape=(), dtype=string),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|----------|--------------|-------|--------|-------------|\n| | FeaturesDict | | | |\n| document | Text | | string | |\n| summary | Text | | string | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('document', 'summary')`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Citation**:\n\n @article{kryscinski2021booksum,\n title={BookSum: A Collection of Datasets for Long-form Narrative Summarization},\n author={Wojciech Kry{\\'s}ci{\\'n}ski and Nazneen Rajani and Divyansh Agarwal and Caiming Xiong and Dragomir Radev},\n year={2021},\n eprint={2105.08209},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n }\n\nbooksum/book (default config)\n-----------------------------\n\n- **Config description**: Book-level summarization\n\n- **Dataset size** : `208.81 MiB`\n\n- **Splits**:\n\n| Split | Examples |\n|----------------|----------|\n| `'test'` | 46 |\n| `'train'` | 312 |\n| `'validation'` | 45 |\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\nbooksum/chapter\n---------------\n\n- **Config description**: chapter-level summarization\n\n- **Dataset size** : `216.71 MiB`\n\n- **Splits**:\n\n| Split | Examples |\n|----------------|----------|\n| `'test'` | 1,083 |\n| `'train'` | 6,524 |\n| `'validation'` | 891 |\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples..."]]