StevenTang
commited on
Commit
•
70f2dbc
1
Parent(s):
ec705be
Add datasets
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
multilinguality:
|
5 |
+
- monolingual
|
6 |
+
task_categories:
|
7 |
+
- data-to-text
|
8 |
+
task_ids:
|
9 |
+
- data-to-text
|
10 |
+
---
|
11 |
+
|
12 |
+
This is the data-to-text generation datasets collected by TextBox, including:
|
13 |
+
- WebNLG v2.1 (webnlg)
|
14 |
+
- WebNLG v3.0 (webnlg2)
|
15 |
+
- WikiBio (wikibio)
|
16 |
+
- E2E (e2e)
|
17 |
+
- DART (dart)
|
18 |
+
- ToTTo (totto)
|
19 |
+
- ENT-DESC (ent)
|
20 |
+
- AGENDA (agenda)
|
21 |
+
- GenWiki (genwiki)
|
22 |
+
- TEKGEN (tekgen)
|
23 |
+
- LogicNLG (logicnlg)
|
24 |
+
- WikiTableT (wikit)
|
25 |
+
- WEATHERGOV (wg).
|
26 |
+
|
27 |
+
The detail and leaderboard of each dataset can be found in [TextBox page](https://github.com/RUCAIBox/TextBox#dataset).
|