Update README.md
Browse files
README.md
CHANGED
@@ -28,11 +28,26 @@ task_ids:
|
|
28 |
[![CC BY-NC 4.0][cc-by-nc-shield]][cc-by-nc]
|
29 |
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
This is the repo for the paper ["Grounding Conversations with Improvised Dialogues"](https://aclanthology.org/2020.acl-main.218/) (ACL2020).
|
32 |
The _Selected Pairs of Learnable ImprovisatioN_ (SPOLIN) corpus is a collection of more than 68,000 "Yes, and" type dialogue pairs extracted from the Spontaneanation podcast by Paul F. Tompkins, the Cornell Movie-Dialogs Corpus, and the SubTle corpus. For more information, refer to our [paper](https://arxiv.org/abs/2004.09544) or our [project page](https://justin-cho.com/spolin).
|
33 |
|
34 |
|
35 |
-
### Available SPOLIN
|
36 |
The core dataset that was used for the experiments in the paper only includes _yes-ands_ and non-_yes-ands_ from Spontaneanation and most of what is provided in those extracted from the Cornell Movie-Dialogs Corpus. After the submitting the paper, we continued our iterative data augmentation process, repeating another iteration with the Cornell Movie-Dialogs Corpus and extracting from the SubTle corpus. This expanded version is also included in this repository [here](/data). This latest version of SPOLIN was used to train the model used in our [demo](https://spolin.isi.edu).
|
37 |
|
38 |
|
@@ -40,14 +55,16 @@ In the `data` folder, we provide two versions of the SPOLIN training set:
|
|
40 |
1. Version used for experiments in the ACL paper: `data/spolin-train-acl.csv`
|
41 |
2. Expanded version: `data/spolin-train.csv`
|
42 |
|
43 |
-
### Relevant
|
44 |
|
45 |
* Project page: https://justin-cho.com/spolin
|
46 |
* Github repo: https://github.com/wise-east/spolin
|
47 |
* SpolinBot Demo: https://spolin.isi.edu
|
48 |
* ACL2020 Paper: https://aclanthology.org/2020.acl-main.218/
|
49 |
|
50 |
-
|
|
|
|
|
51 |
* `id`: unique identifier
|
52 |
* `prompt`: first utterance in utterance pair
|
53 |
* `response`: second utterance in utterance pair
|
@@ -55,7 +72,7 @@ In the `data` folder, we provide two versions of the SPOLIN training set:
|
|
55 |
* `source`: the source for the sample
|
56 |
* `split`: whether the sample belongs to the training set or the validation set
|
57 |
|
58 |
-
|
59 |
|
60 |
##### `spolin-train.csv`:
|
61 |
|| yesands| non-yesands|
|
@@ -84,12 +101,14 @@ In the `data` folder, we provide two versions of the SPOLIN training set:
|
|
84 |
|
85 |
\*Artificially collected by mix & matching positive Spontaneanation samples to balance dataset for training classifier
|
86 |
|
|
|
|
|
87 |
### ACL Presentation
|
88 |
|
89 |
[Video recording](https://slideslive.com/38928948/grounding-conversations-with-improvised-dialogues)
|
90 |
|
91 |
|
92 |
-
### Citation
|
93 |
|
94 |
If you use our data for your work, please cite our ACL2020 paper:
|
95 |
```
|
@@ -104,7 +123,7 @@ If you use our data for your work, please cite our ACL2020 paper:
|
|
104 |
```
|
105 |
|
106 |
|
107 |
-
###
|
108 |
|
109 |
|
110 |
This work is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License][cc-by-nc].
|
|
|
28 |
[![CC BY-NC 4.0][cc-by-nc-shield]][cc-by-nc]
|
29 |
|
30 |
|
31 |
+
## Table of Contents
|
32 |
+
- [Dataset Description](#dataset-description)
|
33 |
+
- [Dataset Summary](#dataset-summary)
|
34 |
+
- [Available SPOLIN Versions](#available_spolin_versions)
|
35 |
+
- [Relevant Links](#relevant-links)
|
36 |
+
- [Dataset Structure](#dataset-structure)
|
37 |
+
- [Dataset Statistics](#dataset-statistics)
|
38 |
+
- [Other Information](#other-information)
|
39 |
+
- [ACL Presentation](#acl-presentation)
|
40 |
+
- [Licensing Information](#licensing-information)
|
41 |
+
- [Citation Information](#citation-information)
|
42 |
+
|
43 |
+
## Dataset Description
|
44 |
+
|
45 |
+
### Dataset Summary
|
46 |
This is the repo for the paper ["Grounding Conversations with Improvised Dialogues"](https://aclanthology.org/2020.acl-main.218/) (ACL2020).
|
47 |
The _Selected Pairs of Learnable ImprovisatioN_ (SPOLIN) corpus is a collection of more than 68,000 "Yes, and" type dialogue pairs extracted from the Spontaneanation podcast by Paul F. Tompkins, the Cornell Movie-Dialogs Corpus, and the SubTle corpus. For more information, refer to our [paper](https://arxiv.org/abs/2004.09544) or our [project page](https://justin-cho.com/spolin).
|
48 |
|
49 |
|
50 |
+
### Available SPOLIN Versions:
|
51 |
The core dataset that was used for the experiments in the paper only includes _yes-ands_ and non-_yes-ands_ from Spontaneanation and most of what is provided in those extracted from the Cornell Movie-Dialogs Corpus. After the submitting the paper, we continued our iterative data augmentation process, repeating another iteration with the Cornell Movie-Dialogs Corpus and extracting from the SubTle corpus. This expanded version is also included in this repository [here](/data). This latest version of SPOLIN was used to train the model used in our [demo](https://spolin.isi.edu).
|
52 |
|
53 |
|
|
|
55 |
1. Version used for experiments in the ACL paper: `data/spolin-train-acl.csv`
|
56 |
2. Expanded version: `data/spolin-train.csv`
|
57 |
|
58 |
+
### Relevant Links:
|
59 |
|
60 |
* Project page: https://justin-cho.com/spolin
|
61 |
* Github repo: https://github.com/wise-east/spolin
|
62 |
* SpolinBot Demo: https://spolin.isi.edu
|
63 |
* ACL2020 Paper: https://aclanthology.org/2020.acl-main.218/
|
64 |
|
65 |
+
|
66 |
+
## Dataset Structure
|
67 |
+
**Fields**
|
68 |
* `id`: unique identifier
|
69 |
* `prompt`: first utterance in utterance pair
|
70 |
* `response`: second utterance in utterance pair
|
|
|
72 |
* `source`: the source for the sample
|
73 |
* `split`: whether the sample belongs to the training set or the validation set
|
74 |
|
75 |
+
## Dataset Statistics
|
76 |
|
77 |
##### `spolin-train.csv`:
|
78 |
|| yesands| non-yesands|
|
|
|
101 |
|
102 |
\*Artificially collected by mix & matching positive Spontaneanation samples to balance dataset for training classifier
|
103 |
|
104 |
+
## Other Information
|
105 |
+
|
106 |
### ACL Presentation
|
107 |
|
108 |
[Video recording](https://slideslive.com/38928948/grounding-conversations-with-improvised-dialogues)
|
109 |
|
110 |
|
111 |
+
### Citation Information
|
112 |
|
113 |
If you use our data for your work, please cite our ACL2020 paper:
|
114 |
```
|
|
|
123 |
```
|
124 |
|
125 |
|
126 |
+
### Licensing Information
|
127 |
|
128 |
|
129 |
This work is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License][cc-by-nc].
|