StevenTang
commited on
Commit
•
3ad507a
1
Parent(s):
e9fddc6
Add datasets
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
multilinguality:
|
5 |
+
- monolingual
|
6 |
+
task_categories:
|
7 |
+
- story-generation
|
8 |
+
task_ids:
|
9 |
+
- story-generation
|
10 |
+
---
|
11 |
+
|
12 |
+
This is the story generation datasets collected by TextBox, including:
|
13 |
+
- ROCStories (roc)
|
14 |
+
- WritingPrompts (wp)
|
15 |
+
- Hippocorpus (hc)
|
16 |
+
- WikiPlots (wikip)
|
17 |
+
- ChangeMyView (cmv).
|
18 |
+
|
19 |
+
The detail and leaderboard of each dataset can be found in [TextBox page](https://github.com/RUCAIBox/TextBox#dataset).
|