Add dataset card
Browse files
README.md
CHANGED
|
@@ -5,15 +5,24 @@ dataset_info:
|
|
| 5 |
dtype: string
|
| 6 |
- name: story
|
| 7 |
dtype: string
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
dtype: string
|
| 6 |
- name: story
|
| 7 |
dtype: string
|
| 8 |
+
num_rows: 303358
|
| 9 |
+
task_categories:
|
| 10 |
+
- text-generation
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
+
tags:
|
| 14 |
+
- writing
|
| 15 |
+
- prompts
|
| 16 |
+
- creative-writing
|
| 17 |
+
- story-generation
|
| 18 |
+
- hierarchical-generation
|
| 19 |
+
size_categories:
|
| 20 |
+
- 100K<n<1M
|
| 21 |
+
license: mit
|
| 22 |
---
|
| 23 |
+
|
| 24 |
+
# WritingPrompts Merged Dataset
|
| 25 |
+
|
| 26 |
+
This dataset contains the writing prompts and corresponding stories from [euclaise/writingprompts](https://huggingface.co/datasets/euclaise/writingprompts) with all original train/validation/test splits merged into a single unified dataset.
|
| 27 |
+
|
| 28 |
+
This version is based on the dataset used in the paper ["Hierarchical Neural Story Generation"](https://arxiv.org/pdf/1805.04833.pdf) by Fan et al. (2018).
|