StevenTang
commited on
Commit
•
363246f
1
Parent(s):
e43fd02
Add datasets
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- zh
|
4 |
+
multilinguality:
|
5 |
+
- monolingual
|
6 |
+
task_categories:
|
7 |
+
- text-generation
|
8 |
+
- text2text-generation
|
9 |
+
- summarization
|
10 |
+
task_ids:
|
11 |
+
- text-generation
|
12 |
+
- text2text-generation
|
13 |
+
- summarization
|
14 |
+
---
|
15 |
+
|
16 |
+
This is the Chinese generation datasets collected by TextBox, including:
|
17 |
+
- LCSTS (lcsts)
|
18 |
+
- CSL (csl)
|
19 |
+
- ADGEN (adgen).
|
20 |
+
|
21 |
+
The detail and leaderboard of each dataset can be found in [TextBox page](https://github.com/RUCAIBox/TextBox#dataset).
|