Stay organized with collections
Save and categorize content based on your preferences.
Description:
WikiHow is a new large-scale dataset using the online WikiHow
(http://www.wikihow.com/) knowledge base.
There are two features: - text: wikihow answers texts. - headline: bold lines as
summary.
There are two separate versions: - all: consisting of the concatenation of all
paragraphs as the articles and the bold lines as the reference summaries. - sep:
consisting of each paragraph and its summary.
Manual download instructions: This dataset requires you to
download the source data manually into download_config.manual_dir
(defaults to ~/tensorflow_datasets/downloads/manual/):
Links to files can be found on https://github.com/mahnazkoupaee/WikiHow-Dataset
Please download both wikihowAll.csv and wikihowSep.csv.
[null,null,["Last updated 2022-12-06 UTC."],[],[],null,["# wikihow\n\n\u003cbr /\u003e\n\n| **Warning:** Manual download required. See instructions below.\n\n- **Description**:\n\nWikiHow is a new large-scale dataset using the online WikiHow\n(\u003chttp://www.wikihow.com/\u003e) knowledge base.\n\nThere are two features: - text: wikihow answers texts. - headline: bold lines as\nsummary.\n\nThere are two separate versions: - all: consisting of the concatenation of all\nparagraphs as the articles and the bold lines as the reference summaries. - sep:\nconsisting of each paragraph and its summary.\n\nDownload \"wikihowAll.csv\" and \"wikihowSep.csv\" from\n\u003chttps://github.com/mahnazkoupaee/WikiHow-Dataset\u003e and place them in manual folder\n\u003chttps://www.tensorflow.org/datasets/api_docs/python/tfds/download/DownloadConfig\u003e\nTrain/validation/test splits are provided by the authors. Preprocessing is\napplied to remove short articles (abstract length \\\u003c 0.75 article length) and\nclean up extra commas.\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/wikihow)\n\n- **Homepage** :\n \u003chttps://github.com/mahnazkoupaee/WikiHow-Dataset\u003e\n\n- **Source code** :\n [`tfds.summarization.Wikihow`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/summarization/wikihow.py)\n\n- **Versions**:\n\n - **`1.2.0`** (default): No release notes.\n- **Download size** : `5.21 MiB`\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 Links to files can be found on \u003chttps://github.com/mahnazkoupaee/WikiHow-Dataset\u003e\n Please download both wikihowAll.csv and wikihowSep.csv.\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('text', 'headline')`\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 @misc{koupaee2018wikihow,\n title={WikiHow: A Large Scale Text Summarization Dataset},\n author={Mahnaz Koupaee and William Yang Wang},\n year={2018},\n eprint={1810.09305},\n archivePrefix={arXiv},\n primaryClass={cs.CL}\n }\n\nwikihow/all (default config)\n----------------------------\n\n- **Config description**: Use the concatenation of all paragraphs as the\n articles and the bold lines as the reference summaries\n\n- **Dataset size** : `531.56 MiB`\n\n- **Splits**:\n\n| Split | Examples |\n|----------------|----------|\n| `'test'` | 5,577 |\n| `'train'` | 157,252 |\n| `'validation'` | 5,599 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'headline': Text(shape=(), dtype=string),\n 'text': Text(shape=(), dtype=string),\n 'title': Text(shape=(), dtype=string),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|----------|--------------|-------|--------|-------------|\n| | FeaturesDict | | | |\n| headline | Text | | string | |\n| text | Text | | string | |\n| title | Text | | string | |\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\nwikihow/sep\n-----------\n\n- **Config description**: use each paragraph and its summary.\n\n- **Dataset size** : `1.07 GiB`\n\n- **Splits**:\n\n| Split | Examples |\n|----------------|-----------|\n| `'test'` | 37,800 |\n| `'train'` | 1,060,732 |\n| `'validation'` | 37,932 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'headline': Text(shape=(), dtype=string),\n 'overview': Text(shape=(), dtype=string),\n 'sectionLabel': Text(shape=(), dtype=string),\n 'text': Text(shape=(), dtype=string),\n 'title': Text(shape=(), dtype=string),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|--------------|--------------|-------|--------|-------------|\n| | FeaturesDict | | | |\n| headline | Text | | string | |\n| overview | Text | | string | |\n| sectionLabel | Text | | string | |\n| text | Text | | string | |\n| title | Text | | string | |\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples..."]]