StevenTang commited on
Commit
cf88c30
1 Parent(s): 46ff89e

Add datasets

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ multilinguality:
5
+ - monolingual
6
+ task_categories:
7
+ - conversational
8
+ - dialog-response-generation
9
+ - task-dialogue
10
+ task_ids:
11
+ - conversational
12
+ - dialog-response-generation
13
+ - task-dialogue
14
+ ---
15
+
16
+ This is the task dialogue datasets collected by TextBox, including:
17
+ - MultiWOZ 2.0 (multiwoz)
18
+ - MetaLWOZ (metalwoz)
19
+ - KVRET (kvret)
20
+ - WOZ (woz)
21
+ - CamRest676 (camres676)
22
+ - Frames (frames)
23
+ - TaskMaster (taskmaster)
24
+ - Schema-Guided (schema)
25
+ - MSR-E2E (e2e_msr).
26
+
27
+ The detail and leaderboard of each dataset can be found in [TextBox page](https://github.com/RUCAIBox/TextBox#dataset).