StevenTang
commited on
Commit
•
c5a856c
1
Parent(s):
b5c0b52
Add datasets
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
multilinguality:
|
5 |
+
- monolingual
|
6 |
+
task_categories:
|
7 |
+
- conversational
|
8 |
+
- dialog-response-generation
|
9 |
+
- open-dialogue
|
10 |
+
task_ids:
|
11 |
+
- conversational
|
12 |
+
- dialog-response-generation
|
13 |
+
- open-dialogue
|
14 |
+
---
|
15 |
+
|
16 |
+
This is the open dialogue datasets collected by TextBox, including:
|
17 |
+
- PersonaChat (pc)
|
18 |
+
- DailyDialog (dd)
|
19 |
+
- DSTC7-AVSD (da)
|
20 |
+
- SGD (sgd)
|
21 |
+
- Topical-Chat (tc)
|
22 |
+
- Wizard of Wikipedia (wow)
|
23 |
+
- Movie Dialog (md)
|
24 |
+
- Cleaned OpenSubtitles Dialogs (cos)
|
25 |
+
- Empathetic Dialogues (ed)
|
26 |
+
- Curiosity (curio)
|
27 |
+
- CMU Document Grounded Conversations (cmudog)
|
28 |
+
- MuTual (mutual)
|
29 |
+
- OpenDialKG (odkg)
|
30 |
+
- DREAM (dream).
|
31 |
+
|
32 |
+
The detail and leaderboard of each dataset can be found in [TextBox page](https://github.com/RUCAIBox/TextBox#dataset).
|