akomma commited on
Commit
3a8f953
1 Parent(s): e9a0028

Update readme with basic metadata

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -1,3 +1,34 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - text-classification
5
+ - zero-shot-classification
6
+ - conversational
7
+ language:
8
+ - en
9
+ pretty_name: uss-dialog-ratings
10
+ size_categories:
11
+ - 10K<n<100K
12
  ---
13
+
14
+ ## Dataset Description
15
+
16
+ - **Homepage:** https://github.com/sunnweiwei/user-satisfaction-simulation
17
+ - **Repository:** https://github.com/sunnweiwei/user-satisfaction-simulation
18
+ - **Paper:** https://arxiv.org/pdf/2105.03748.pdf
19
+
20
+ ### Dataset Summary
21
+
22
+ - Dialogs Quality Dataset
23
+ - With both turn-level and dialog-level ratings provided on a scale of 1 to 5 by human annotators.
24
+ - Each task has been annotated by multiple annotators.
25
+ - Contains annotated dialogs from 4 different datasets (SGD, MultiWoz, ReDial, CCPE)
26
+ - Total 34358 turns from 3500 dialogs
27
+
28
+
29
+ |Dataset|Dialogs|Turns |
30
+ |-------|------:|-----:|
31
+ |SGD | 1000 | 11833|
32
+ |MWOZ | 1000 | 10553|
33
+ |Redial | 1000 | 6792 |
34
+ |CCPE | 500 | 5180 |