Datasets:
Maarten Van Segbroeck
commited on
Commit
·
3c9ba98
1
Parent(s):
62c76cc
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,80 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Commonsense-Dialogues Dataset
|
2 |
+
|
3 |
+
We present Commonsense-Dialogues, a crowdsourced dataset of ~11K dialogues grounded in social contexts involving utilization of commonsense. The social contexts used were sourced from the **train** split of the [SocialIQA](https://leaderboard.allenai.org/socialiqa/submissions/get-started) dataset, a multiple-choice question-answering based social commonsense reasoning benchmark.
|
4 |
+
|
5 |
+
For the collection of the Commonsense-Dialogues dataset, each Turker was presented a social context and asked to write a dialogue of 4-6 turns between two people based on the event(s) described in the context. The Turker was asked to alternate between the roles of an individual referenced in the context and a 3rd party friend. See the following dialogues as examples:
|
6 |
+
|
7 |
+
```
|
8 |
+
"1": { # dialogue_id
|
9 |
+
"context": "Sydney met Carson's mother for the first time last week. He liked her.", # multiple individuals in the context: Sydney and Carson
|
10 |
+
"speaker": "Sydney", # role 1 = Sydney, role 2 = a third-person friend of Sydney
|
11 |
+
"turns": [
|
12 |
+
"I met Carson's mother last week for the first time.",
|
13 |
+
"How was she?",
|
14 |
+
"She turned out to be really nice. I like her.",
|
15 |
+
"That's good to hear.",
|
16 |
+
"It is, especially since Carson and I are getting serious.",
|
17 |
+
"Well, at least you'll like your in-law if you guys get married."
|
18 |
+
]
|
19 |
+
}
|
20 |
+
|
21 |
+
"2": {
|
22 |
+
"context": "Kendall had a party at Jordan's house but was found out to not have asked and just broke in.",
|
23 |
+
"speaker": "Kendall",
|
24 |
+
"turns": [
|
25 |
+
"Did you hear about my party this weekend at Jordan\u2019s house?",
|
26 |
+
"I heard it was amazing, but that you broke in.",
|
27 |
+
"That was a misunderstanding, I had permission to be there.",
|
28 |
+
"Who gave you permission?",
|
29 |
+
"I talked to Jordan about it months ago before he left town to go to school, but he forgot to tell his roommates about it.",
|
30 |
+
"Ok cool, I hope everything gets resolved."
|
31 |
+
]
|
32 |
+
}
|
33 |
+
|
34 |
+
```
|
35 |
+
|
36 |
+
The data can be found in the `/data` directory of this repo. `train.json` has ~9K dialogues, `valid.json` and `test.json` have ~1K dialogues each. Since all the contexts were sourced from the **train** split of SocialIQA, it is imperative to note that any form of **multi-task** training and evaluation with Commonsense-Dialogues and SocialIQA must be done with caution to ensure fair and accurate conclusions.
|
37 |
+
|
38 |
+
Some statistics about the data are provided below:
|
39 |
+
|
40 |
+
| Stat | Train | Valid | Test |
|
41 |
+
| ---- | ---- | ---- | ---- |
|
42 |
+
|# of dialogues | 9058 | 1157 | 1158 |
|
43 |
+
|average # of turns in a dialogue | 5.72 | 5.72 | 5.71 |
|
44 |
+
|average # of words in a turn | 12.4 | 12.4 | 12.2 |
|
45 |
+
|# of distinct SocialIQA contexts used | 3672 | 483 | 473 |
|
46 |
+
|average # of dialogues for a SocialIQA context| 2.46 | 2.395 | 2.45 |
|
47 |
+
|
48 |
+
|
49 |
+
## Security
|
50 |
+
|
51 |
+
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
|
52 |
+
|
53 |
+
## License
|
54 |
+
|
55 |
+
This repository is licensed under the CC-BY-NC 4.0 License.
|
56 |
+
|
57 |
+
## Citation
|
58 |
+
|
59 |
+
If you use this dataset, please cite the following paper:
|
60 |
+
|
61 |
+
```
|
62 |
+
@inproceedings{zhou-etal-2021-commonsense,
|
63 |
+
title = "Commonsense-Focused Dialogues for Response Generation: An Empirical Study",
|
64 |
+
author = "Zhou, Pei and
|
65 |
+
Gopalakrishnan, Karthik and
|
66 |
+
Hedayatnia, Behnam and
|
67 |
+
Kim, Seokhwan and
|
68 |
+
Pujara, Jay and
|
69 |
+
Ren, Xiang and
|
70 |
+
Liu, Yang and
|
71 |
+
Hakkani-Tur, Dilek",
|
72 |
+
booktitle = "Proceedings of the 22nd Annual Meeting of the Special Interest Group on Discourse and Dialogue",
|
73 |
+
year = "2021",
|
74 |
+
address = "Singapore and Online",
|
75 |
+
publisher = "Association for Computational Linguistics",
|
76 |
+
url = "https://arxiv.org/abs/2109.06427"
|
77 |
+
}
|
78 |
+
```
|
79 |
+
|
80 |
+
Note that the paper uses newly collected dialogues as well as those that were filtered from existing datasets. This repo contains our newly collected dialogues alone.
|