Upload README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,58 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
#### SPOLIN is provided in JSON format
|
3 |
+
[![CC BY-NC 4.0][cc-by-nc-shield]][cc-by-nc]
|
4 |
+
|
5 |
+
|
6 |
+
**First level keys:**
|
7 |
+
* `yesands`
|
8 |
+
* `non-yesands`
|
9 |
+
|
10 |
+
**Second level keys:**
|
11 |
+
* `spont`: shorthand for Spontaneanation
|
12 |
+
* `cornell`: shorthand for Cornell Movie-Dialogs Corpus
|
13 |
+
* `subtle`: (not present in `spolin-valid.json`) shorthand for SubTle Corpus
|
14 |
+
|
15 |
+
Each second level item is a list of _yes-ands_ or non-_yes-ands_. Each item contains the following:
|
16 |
+
* `id`: dataset ID
|
17 |
+
* `prompt`: Utterance that starts the dialogue turn
|
18 |
+
* `response`: Response to the prompt
|
19 |
+
|
20 |
+
|
21 |
+
##### `spolin-train.json`:
|
22 |
+
|| yesands| non-yesands|
|
23 |
+
|--|---:|---:|
|
24 |
+
|Spontaneanation|10,459|5,587*|
|
25 |
+
|Cornell|16,426|18,310|
|
26 |
+
|SubTle|40,303|19,512|
|
27 |
+
|Total|67,188|43,409|
|
28 |
+
|
29 |
+
|
30 |
+
##### `spolin-train-acl.json`:
|
31 |
+
|
32 |
+
|| yesands| non-yesands|
|
33 |
+
|--|---:|---:|
|
34 |
+
|Spontaneanation|10,459|5,587*|
|
35 |
+
|Cornell|14,976|17,851|
|
36 |
+
|Total|25,435|23,438|
|
37 |
+
|
38 |
+
##### `spolin-valid.json`:
|
39 |
+
|
40 |
+
|| yesands| non-yesands|
|
41 |
+
|--|---:|---:|
|
42 |
+
|Spontaneanation|500|500*|
|
43 |
+
|Cornell|500|500|
|
44 |
+
|Total|1,000|1,000|
|
45 |
+
|
46 |
+
\*Artificially collected by mix & matching positive Spontaneanation samples to balance dataset for training classifier
|
47 |
+
|
48 |
+
|
49 |
+
### License
|
50 |
+
|
51 |
+
|
52 |
+
This work is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License][cc-by-nc].
|
53 |
+
|
54 |
+
[![CC BY-NC 4.0][cc-by-nc-image]][cc-by-nc]
|
55 |
+
|
56 |
+
[cc-by-nc]: http://creativecommons.org/licenses/by-nc/4.0/
|
57 |
+
[cc-by-nc-image]: https://licensebuttons.net/l/by-nc/4.0/88x31.png
|
58 |
+
[cc-by-nc-shield]: https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg
|