parquet-converter commited on
Commit
84059cf
1 Parent(s): 5125969

Update parquet files

Browse files
Files changed (5) hide show
  1. .gitattributes +0 -27
  2. README.md +0 -342
  3. casino.py +0 -192
  4. dataset_infos.json +0 -1
  5. default/casino-train.parquet +3 -0
.gitattributes DELETED
@@ -1,27 +0,0 @@
1
- *.7z filter=lfs diff=lfs merge=lfs -text
2
- *.arrow filter=lfs diff=lfs merge=lfs -text
3
- *.bin filter=lfs diff=lfs merge=lfs -text
4
- *.bin.* filter=lfs diff=lfs merge=lfs -text
5
- *.bz2 filter=lfs diff=lfs merge=lfs -text
6
- *.ftz filter=lfs diff=lfs merge=lfs -text
7
- *.gz filter=lfs diff=lfs merge=lfs -text
8
- *.h5 filter=lfs diff=lfs merge=lfs -text
9
- *.joblib filter=lfs diff=lfs merge=lfs -text
10
- *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
- *.model filter=lfs diff=lfs merge=lfs -text
12
- *.msgpack filter=lfs diff=lfs merge=lfs -text
13
- *.onnx filter=lfs diff=lfs merge=lfs -text
14
- *.ot filter=lfs diff=lfs merge=lfs -text
15
- *.parquet filter=lfs diff=lfs merge=lfs -text
16
- *.pb filter=lfs diff=lfs merge=lfs -text
17
- *.pt filter=lfs diff=lfs merge=lfs -text
18
- *.pth filter=lfs diff=lfs merge=lfs -text
19
- *.rar filter=lfs diff=lfs merge=lfs -text
20
- saved_model/**/* filter=lfs diff=lfs merge=lfs -text
21
- *.tar.* filter=lfs diff=lfs merge=lfs -text
22
- *.tflite filter=lfs diff=lfs merge=lfs -text
23
- *.tgz filter=lfs diff=lfs merge=lfs -text
24
- *.xz filter=lfs diff=lfs merge=lfs -text
25
- *.zip filter=lfs diff=lfs merge=lfs -text
26
- *.zstandard filter=lfs diff=lfs merge=lfs -text
27
- *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
README.md DELETED
@@ -1,342 +0,0 @@
1
- ---
2
- annotations_creators:
3
- - expert-generated
4
- language_creators:
5
- - crowdsourced
6
- language:
7
- - en
8
- license:
9
- - cc-by-4.0
10
- multilinguality:
11
- - monolingual
12
- size_categories:
13
- - 1K<n<10K
14
- source_datasets:
15
- - original
16
- task_categories:
17
- - conversational
18
- - text-generation
19
- - fill-mask
20
- task_ids:
21
- - dialogue-modeling
22
- pretty_name: Campsite Negotiation Dialogues
23
- paperswithcode_id: casino
24
- dataset_info:
25
- features:
26
- - name: chat_logs
27
- list:
28
- - name: text
29
- dtype: string
30
- - name: task_data
31
- struct:
32
- - name: data
33
- dtype: string
34
- - name: issue2youget
35
- struct:
36
- - name: Firewood
37
- dtype: string
38
- - name: Water
39
- dtype: string
40
- - name: Food
41
- dtype: string
42
- - name: issue2theyget
43
- struct:
44
- - name: Firewood
45
- dtype: string
46
- - name: Water
47
- dtype: string
48
- - name: Food
49
- dtype: string
50
- - name: id
51
- dtype: string
52
- - name: participant_info
53
- struct:
54
- - name: mturk_agent_1
55
- struct:
56
- - name: value2issue
57
- struct:
58
- - name: Low
59
- dtype: string
60
- - name: Medium
61
- dtype: string
62
- - name: High
63
- dtype: string
64
- - name: value2reason
65
- struct:
66
- - name: Low
67
- dtype: string
68
- - name: Medium
69
- dtype: string
70
- - name: High
71
- dtype: string
72
- - name: outcomes
73
- struct:
74
- - name: points_scored
75
- dtype: int32
76
- - name: satisfaction
77
- dtype: string
78
- - name: opponent_likeness
79
- dtype: string
80
- - name: demographics
81
- struct:
82
- - name: age
83
- dtype: int32
84
- - name: gender
85
- dtype: string
86
- - name: ethnicity
87
- dtype: string
88
- - name: education
89
- dtype: string
90
- - name: personality
91
- struct:
92
- - name: svo
93
- dtype: string
94
- - name: big-five
95
- struct:
96
- - name: extraversion
97
- dtype: float32
98
- - name: agreeableness
99
- dtype: float32
100
- - name: conscientiousness
101
- dtype: float32
102
- - name: emotional-stability
103
- dtype: float32
104
- - name: openness-to-experiences
105
- dtype: float32
106
- - name: mturk_agent_2
107
- struct:
108
- - name: value2issue
109
- struct:
110
- - name: Low
111
- dtype: string
112
- - name: Medium
113
- dtype: string
114
- - name: High
115
- dtype: string
116
- - name: value2reason
117
- struct:
118
- - name: Low
119
- dtype: string
120
- - name: Medium
121
- dtype: string
122
- - name: High
123
- dtype: string
124
- - name: outcomes
125
- struct:
126
- - name: points_scored
127
- dtype: int32
128
- - name: satisfaction
129
- dtype: string
130
- - name: opponent_likeness
131
- dtype: string
132
- - name: demographics
133
- struct:
134
- - name: age
135
- dtype: int32
136
- - name: gender
137
- dtype: string
138
- - name: ethnicity
139
- dtype: string
140
- - name: education
141
- dtype: string
142
- - name: personality
143
- struct:
144
- - name: svo
145
- dtype: string
146
- - name: big-five
147
- struct:
148
- - name: extraversion
149
- dtype: float32
150
- - name: agreeableness
151
- dtype: float32
152
- - name: conscientiousness
153
- dtype: float32
154
- - name: emotional-stability
155
- dtype: float32
156
- - name: openness-to-experiences
157
- dtype: float32
158
- - name: annotations
159
- list:
160
- list: string
161
- splits:
162
- - name: train
163
- num_bytes: 3211555
164
- num_examples: 1030
165
- download_size: 4300019
166
- dataset_size: 3211555
167
- ---
168
-
169
-
170
- # Dataset Card for Casino
171
-
172
- ## Table of Contents
173
- - [Dataset Description](#dataset-description)
174
- - [Dataset Summary](#dataset-summary)
175
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
176
- - [Languages](#languages)
177
- - [Dataset Structure](#dataset-structure)
178
- - [Data Instances](#data-instances)
179
- - [Data Fields](#data-fields)
180
- - [Data Splits](#data-splits)
181
- - [Dataset Creation](#dataset-creation)
182
- - [Curation Rationale](#curation-rationale)
183
- - [Source Data](#source-data)
184
- - [Annotations](#annotations)
185
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
186
- - [Considerations for Using the Data](#considerations-for-using-the-data)
187
- - [Social Impact of Dataset](#social-impact-of-dataset)
188
- - [Discussion of Biases](#discussion-of-biases)
189
- - [Other Known Limitations](#other-known-limitations)
190
- - [Additional Information](#additional-information)
191
- - [Dataset Curators](#dataset-curators)
192
- - [Licensing Information](#licensing-information)
193
- - [Citation Information](#citation-information)
194
- - [Contributions](#contributions)
195
-
196
- ## Dataset Description
197
-
198
- - **Repository:** [Github: Kushal Chawla CaSiNo](https://github.com/kushalchawla/CaSiNo)
199
- - **Paper:** [CaSiNo: A Corpus of Campsite Negotiation Dialogues for Automatic Negotiation Systems](https://aclanthology.org/2021.naacl-main.254.pdf)
200
- - **Point of Contact:** [Kushal Chawla]([email protected])
201
-
202
- ### Dataset Summary
203
-
204
- We provide a novel dataset (referred to as CaSiNo) of 1030 negotiation dialogues. Two participants take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. This design keeps the task tractable, while still facilitating linguistically rich and personal conversations. This helps to overcome the limitations of prior negotiation datasets such as Deal or No Deal and Craigslist Bargain. Each dialogue consists of rich meta-data including participant demographics, personality, and their subjective evaluation of the negotiation in terms of satisfaction and opponent likeness.
205
-
206
- ### Supported Tasks and Leaderboards
207
-
208
- Train end-to-end models for negotiation
209
-
210
- ### Languages
211
-
212
- English
213
-
214
- ## Dataset Structure
215
-
216
- ### Data Instances
217
-
218
- ```
219
- {
220
- "chat_logs": [
221
- {
222
- "text": "Hello! \ud83d\ude42 Let's work together on a deal for these packages, shall we? What are you most interested in?",
223
- "task_data": {},
224
- "id": "mturk_agent_1"
225
- },
226
- ...
227
- ],
228
- "participant_info": {
229
- "mturk_agent_1":
230
- {
231
- "value2issue": ...
232
- "value2reason": ...
233
- "outcomes": ...
234
- "demographics": ...
235
- "personality": ...
236
- },
237
- "mturk_agent_2": ...
238
- },
239
- "annotations": [
240
- ["Hello! \ud83d\ude42 Let's work together on a deal for these packages, shall we? What are you most interested in?", "promote-coordination,elicit-pref"],
241
- ...
242
- ]
243
- }
244
- ```
245
-
246
- ### Data Fields
247
-
248
- - `chat_logs`: The negotiation dialogue between two participants
249
- - `text`: The dialogue utterance
250
- - `task_data`: Meta-data associated with the utterance such as the deal submitted by a participant
251
- - `id`: The ID of the participant who typed this utterance
252
- - `participant_info`: Meta-data about the two participants in this conversation
253
- - `mturk_agent_1`: For the first participant (Note that 'first' is just for reference. There is no order between the participants and any participant can start the conversation)
254
- - `value2issue`: The priority order of this participant among Food, Water, Firewood
255
- - `value2reason`: The personal arguments given by the participants themselves, consistent with the above preference order. This preference order and these arguments were submitted before the negotiation began.
256
- - `outcomes`: The negotiation outcomes for this participant including objective and subjective assessment.
257
- - `demographics`: Demographic attributes of the participant in terms of age, gender, ethnicity, and education.
258
- - `personality`: Personality attributes for this participant, in terms of Big-5 and Social Value Orientation
259
- - `mturk_agent_2`: For the second participant; follows the same structure as above
260
- - `annotations`: Strategy annotations for each utterance in the dialogue, wherever available. The first element represents the utterance and the second represents a comma-separated list of all strategies present in that utterance.
261
-
262
- ### Data Splits
263
-
264
- No default data split has been provided. Hence, all 1030 data points are under the 'train' split.
265
-
266
- | | Train |
267
- | ----- | ----- |
268
- | total dialogues | 1030 |
269
- | annotated dialogues | 396 |
270
-
271
- ## Dataset Creation
272
-
273
- ### Curation Rationale
274
-
275
- The dataset was collected to address the limitations in prior negotiation datasets from the perspective of downstream applications in pedagogy and conversational AI. Please refer to the original paper published at NAACL 2021 for details about the rationale and data curation steps ([source paper](https://aclanthology.org/2021.naacl-main.254.pdf)).
276
-
277
- ### Source Data
278
-
279
- #### Initial Data Collection and Normalization
280
-
281
- The dialogues were crowdsourced on Amazon Mechanical Turk. The strategy annotations were performed by expert annotators (first three authors of the paper). Please refer to the original dataset paper published at NAACL 2021 for more details ([source paper](https://aclanthology.org/2021.naacl-main.254.pdf)).
282
-
283
- #### Who are the source language producers?
284
-
285
- The primary producers are Turkers on Amazon Mechanical Turk platform. Two turkers were randomly paired with each other to engage in a negotiation via a chat interface. Please refer to the original dataset paper published at NAACL 2021 for more details ([source paper](https://aclanthology.org/2021.naacl-main.254.pdf)).
286
-
287
- ### Annotations
288
-
289
- #### Annotation process
290
-
291
- From the [source paper](https://aclanthology.org/2021.naacl-main.254.pdf) for this dataset:
292
-
293
- >Three expert annotators independently annotated 396 dialogues containing 4615 utterances. The annotation guidelines were iterated over a subset of 5 dialogues, while the reliability scores were computed on a different subset of 10 dialogues. We use the nominal form of Krippendorff’s alpha (Krippendorff, 2018) to measure the inter-annotator agreement. We provide the annotation statistics in Table 2. Although we release all the annotations, we skip Coordination and Empathy for our analysis in this work, due to higher subjectivity resulting in relatively lower reliability scores.
294
-
295
- #### Who are the annotators?
296
-
297
- Three expert annotators (first three authors of the paper).
298
-
299
- ### Personal and Sensitive Information
300
-
301
- All personally identifiable information about the participants such as MTurk Ids or HIT Ids was removed before releasing the data.
302
-
303
- ## Considerations for Using the Data
304
-
305
- ### Social Impact of Dataset
306
-
307
- Please refer to Section 8.2 in the [source paper](https://aclanthology.org/2021.naacl-main.254.pdf).
308
-
309
- ### Discussion of Biases
310
-
311
- Please refer to Section 8.2 in the [source paper](https://aclanthology.org/2021.naacl-main.254.pdf).
312
-
313
- ### Other Known Limitations
314
-
315
- Please refer to Section 7 in the [source paper](https://aclanthology.org/2021.naacl-main.254.pdf).
316
-
317
- ## Additional Information
318
-
319
- ### Dataset Curators
320
-
321
- Corresponding Author: Kushal Chawla (`[email protected]`)\
322
- Affiliation: University of Southern California\
323
- Please refer to the [source paper](https://aclanthology.org/2021.naacl-main.254.pdf) for the complete author list.
324
-
325
- ### Licensing Information
326
-
327
- The project is licensed under CC-by-4.0
328
-
329
- ### Citation Information
330
- ```
331
- @inproceedings{chawla2021casino,
332
- title={CaSiNo: A Corpus of Campsite Negotiation Dialogues for Automatic Negotiation Systems},
333
- author={Chawla, Kushal and Ramirez, Jaysa and Clever, Rene and Lucas, Gale and May, Jonathan and Gratch, Jonathan},
334
- booktitle={Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
335
- pages={3167--3185},
336
- year={2021}
337
- }
338
- ```
339
-
340
- ### Contributions
341
-
342
- Thanks to [Kushal Chawla](https://kushalchawla.github.io/) for adding this dataset.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
casino.py DELETED
@@ -1,192 +0,0 @@
1
- # coding=utf-8
2
- # Copyright 2020 The HuggingFace Datasets Authors and the current dataset script contributor.
3
- #
4
- # Licensed under the Apache License, Version 2.0 (the "License");
5
- # you may not use this file except in compliance with the License.
6
- # You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
- """Campsite Negotiation Dialogues"""
16
-
17
- import json
18
-
19
- import datasets
20
-
21
-
22
- _CITATION = """\
23
- @inproceedings{chawla2021casino,
24
- title={CaSiNo: A Corpus of Campsite Negotiation Dialogues for Automatic Negotiation Systems},
25
- author={Chawla, Kushal and Ramirez, Jaysa and Clever, Rene and Lucas, Gale and May, Jonathan and Gratch, Jonathan},
26
- booktitle={Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},
27
- pages={3167--3185},
28
- year={2021}
29
- }
30
- """
31
-
32
- _DESCRIPTION = """\
33
- We provide a novel dataset (referred to as CaSiNo) of 1030 negotiation dialogues. Two participants take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. This design keeps the task tractable, while still facilitating linguistically rich and personal conversations. This helps to overcome the limitations of prior negotiation datasets such as Deal or No Deal and Craigslist Bargain. Each dialogue consists of rich meta-data including participant demographics, personality, and their subjective evaluation of the negotiation in terms of satisfaction and opponent likeness.
34
- """
35
-
36
- _HOMEPAGE = "https://github.com/kushalchawla/CaSiNo"
37
-
38
- _LICENSE = "The project is licensed under CC-BY-4.0"
39
-
40
- _URLs = {
41
- "train": "https://raw.githubusercontent.com/kushalchawla/CaSiNo/main/data/casino.json",
42
- }
43
-
44
-
45
- class Casino(datasets.GeneratorBasedBuilder):
46
- """Campsite Negotiation Dialogues"""
47
-
48
- VERSION = datasets.Version("1.1.0")
49
-
50
- def _info(self):
51
-
52
- features = datasets.Features(
53
- {
54
- "chat_logs": [
55
- {
56
- "text": datasets.Value("string"),
57
- "task_data": {
58
- "data": datasets.Value("string"),
59
- "issue2youget": {
60
- "Firewood": datasets.Value("string"),
61
- "Water": datasets.Value("string"),
62
- "Food": datasets.Value("string"),
63
- },
64
- "issue2theyget": {
65
- "Firewood": datasets.Value("string"),
66
- "Water": datasets.Value("string"),
67
- "Food": datasets.Value("string"),
68
- },
69
- },
70
- "id": datasets.Value("string"),
71
- },
72
- ],
73
- "participant_info": {
74
- "mturk_agent_1": {
75
- "value2issue": {
76
- "Low": datasets.Value("string"),
77
- "Medium": datasets.Value("string"),
78
- "High": datasets.Value("string"),
79
- },
80
- "value2reason": {
81
- "Low": datasets.Value("string"),
82
- "Medium": datasets.Value("string"),
83
- "High": datasets.Value("string"),
84
- },
85
- "outcomes": {
86
- "points_scored": datasets.Value("int32"),
87
- "satisfaction": datasets.Value("string"),
88
- "opponent_likeness": datasets.Value("string"),
89
- },
90
- "demographics": {
91
- "age": datasets.Value("int32"),
92
- "gender": datasets.Value("string"),
93
- "ethnicity": datasets.Value("string"),
94
- "education": datasets.Value("string"),
95
- },
96
- "personality": {
97
- "svo": datasets.Value("string"),
98
- "big-five": {
99
- "extraversion": datasets.Value("float"),
100
- "agreeableness": datasets.Value("float"),
101
- "conscientiousness": datasets.Value("float"),
102
- "emotional-stability": datasets.Value("float"),
103
- "openness-to-experiences": datasets.Value("float"),
104
- },
105
- },
106
- },
107
- "mturk_agent_2": {
108
- "value2issue": {
109
- "Low": datasets.Value("string"),
110
- "Medium": datasets.Value("string"),
111
- "High": datasets.Value("string"),
112
- },
113
- "value2reason": {
114
- "Low": datasets.Value("string"),
115
- "Medium": datasets.Value("string"),
116
- "High": datasets.Value("string"),
117
- },
118
- "outcomes": {
119
- "points_scored": datasets.Value("int32"),
120
- "satisfaction": datasets.Value("string"),
121
- "opponent_likeness": datasets.Value("string"),
122
- },
123
- "demographics": {
124
- "age": datasets.Value("int32"),
125
- "gender": datasets.Value("string"),
126
- "ethnicity": datasets.Value("string"),
127
- "education": datasets.Value("string"),
128
- },
129
- "personality": {
130
- "svo": datasets.Value("string"),
131
- "big-five": {
132
- "extraversion": datasets.Value("float"),
133
- "agreeableness": datasets.Value("float"),
134
- "conscientiousness": datasets.Value("float"),
135
- "emotional-stability": datasets.Value("float"),
136
- "openness-to-experiences": datasets.Value("float"),
137
- },
138
- },
139
- },
140
- },
141
- "annotations": [[datasets.Value("string")]],
142
- }
143
- )
144
-
145
- return datasets.DatasetInfo(
146
- description=_DESCRIPTION,
147
- features=features,
148
- supervised_keys=None,
149
- homepage=_HOMEPAGE,
150
- license=_LICENSE,
151
- citation=_CITATION,
152
- )
153
-
154
- def _split_generators(self, dl_manager):
155
- """Returns SplitGenerators."""
156
- path = dl_manager.download_and_extract(_URLs["train"])
157
- return [
158
- datasets.SplitGenerator(
159
- name=datasets.Split.TRAIN,
160
- gen_kwargs={
161
- "filepath": path,
162
- "split": "train",
163
- },
164
- ),
165
- ]
166
-
167
- def _generate_examples(self, filepath, split="train"):
168
- """Yields examples."""
169
-
170
- with open(filepath, encoding="utf-8") as f:
171
- all_data = json.load(f)
172
-
173
- for idx, item in enumerate(all_data):
174
-
175
- for chat_item in item["chat_logs"]:
176
- if "data" not in chat_item["task_data"]:
177
- chat_item["task_data"]["data"] = ""
178
- if "issue2youget" not in chat_item["task_data"]:
179
- chat_item["task_data"]["issue2youget"] = {
180
- "Food": "",
181
- "Firewood": "",
182
- "Water": "",
183
- }
184
- if "issue2theyget" not in chat_item["task_data"]:
185
- chat_item["task_data"]["issue2theyget"] = {
186
- "Food": "",
187
- "Firewood": "",
188
- "Water": "",
189
- }
190
-
191
- item.pop("dialogue_id")
192
- yield idx, item
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dataset_infos.json DELETED
@@ -1 +0,0 @@
1
- {"default": {"description": "We provide a novel dataset (referred to as CaSiNo) of 1030 negotiation dialogues. Two participants take the role of campsite neighbors and negotiate for Food, Water, and Firewood packages, based on their individual preferences and requirements. This design keeps the task tractable, while still facilitating linguistically rich and personal conversations. This helps to overcome the limitations of prior negotiation datasets such as Deal or No Deal and Craigslist Bargain. Each dialogue consists of rich meta-data including participant demographics, personality, and their subjective evaluation of the negotiation in terms of satisfaction and opponent likeness.\n", "citation": "@inproceedings{chawla2021casino,\n title={CaSiNo: A Corpus of Campsite Negotiation Dialogues for Automatic Negotiation Systems},\n author={Chawla, Kushal and Ramirez, Jaysa and Clever, Rene and Lucas, Gale and May, Jonathan and Gratch, Jonathan},\n booktitle={Proceedings of the 2021 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies},\n pages={3167--3185},\n year={2021}\n}\n", "homepage": "https://github.com/kushalchawla/CaSiNo", "license": "The project is licensed under CC-BY-4.0", "features": {"chat_logs": [{"text": {"dtype": "string", "id": null, "_type": "Value"}, "task_data": {"data": {"dtype": "string", "id": null, "_type": "Value"}, "issue2youget": {"Firewood": {"dtype": "string", "id": null, "_type": "Value"}, "Water": {"dtype": "string", "id": null, "_type": "Value"}, "Food": {"dtype": "string", "id": null, "_type": "Value"}}, "issue2theyget": {"Firewood": {"dtype": "string", "id": null, "_type": "Value"}, "Water": {"dtype": "string", "id": null, "_type": "Value"}, "Food": {"dtype": "string", "id": null, "_type": "Value"}}}, "id": {"dtype": "string", "id": null, "_type": "Value"}}], "participant_info": {"mturk_agent_1": {"value2issue": {"Low": {"dtype": "string", "id": null, "_type": "Value"}, "Medium": {"dtype": "string", "id": null, "_type": "Value"}, "High": {"dtype": "string", "id": null, "_type": "Value"}}, "value2reason": {"Low": {"dtype": "string", "id": null, "_type": "Value"}, "Medium": {"dtype": "string", "id": null, "_type": "Value"}, "High": {"dtype": "string", "id": null, "_type": "Value"}}, "outcomes": {"points_scored": {"dtype": "int32", "id": null, "_type": "Value"}, "satisfaction": {"dtype": "string", "id": null, "_type": "Value"}, "opponent_likeness": {"dtype": "string", "id": null, "_type": "Value"}}, "demographics": {"age": {"dtype": "int32", "id": null, "_type": "Value"}, "gender": {"dtype": "string", "id": null, "_type": "Value"}, "ethnicity": {"dtype": "string", "id": null, "_type": "Value"}, "education": {"dtype": "string", "id": null, "_type": "Value"}}, "personality": {"svo": {"dtype": "string", "id": null, "_type": "Value"}, "big-five": {"extraversion": {"dtype": "float32", "id": null, "_type": "Value"}, "agreeableness": {"dtype": "float32", "id": null, "_type": "Value"}, "conscientiousness": {"dtype": "float32", "id": null, "_type": "Value"}, "emotional-stability": {"dtype": "float32", "id": null, "_type": "Value"}, "openness-to-experiences": {"dtype": "float32", "id": null, "_type": "Value"}}}}, "mturk_agent_2": {"value2issue": {"Low": {"dtype": "string", "id": null, "_type": "Value"}, "Medium": {"dtype": "string", "id": null, "_type": "Value"}, "High": {"dtype": "string", "id": null, "_type": "Value"}}, "value2reason": {"Low": {"dtype": "string", "id": null, "_type": "Value"}, "Medium": {"dtype": "string", "id": null, "_type": "Value"}, "High": {"dtype": "string", "id": null, "_type": "Value"}}, "outcomes": {"points_scored": {"dtype": "int32", "id": null, "_type": "Value"}, "satisfaction": {"dtype": "string", "id": null, "_type": "Value"}, "opponent_likeness": {"dtype": "string", "id": null, "_type": "Value"}}, "demographics": {"age": {"dtype": "int32", "id": null, "_type": "Value"}, "gender": {"dtype": "string", "id": null, "_type": "Value"}, "ethnicity": {"dtype": "string", "id": null, "_type": "Value"}, "education": {"dtype": "string", "id": null, "_type": "Value"}}, "personality": {"svo": {"dtype": "string", "id": null, "_type": "Value"}, "big-five": {"extraversion": {"dtype": "float32", "id": null, "_type": "Value"}, "agreeableness": {"dtype": "float32", "id": null, "_type": "Value"}, "conscientiousness": {"dtype": "float32", "id": null, "_type": "Value"}, "emotional-stability": {"dtype": "float32", "id": null, "_type": "Value"}, "openness-to-experiences": {"dtype": "float32", "id": null, "_type": "Value"}}}}}, "annotations": [[{"dtype": "string", "id": null, "_type": "Value"}]]}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "casino", "config_name": "default", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 3211555, "num_examples": 1030, "dataset_name": "casino"}}, "download_checksums": {"https://raw.githubusercontent.com/kushalchawla/CaSiNo/main/data/casino.json": {"num_bytes": 4300019, "checksum": "4f2c4560a0070906ed018c3f0766e35f8f8f31b36274ebf35b608621915744ab"}}, "download_size": 4300019, "post_processing_size": null, "dataset_size": 3211555, "size_in_bytes": 7511574}}
 
 
default/casino-train.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff2f7182b18984069f46f9177dea32f57131f521f409d16f6a9b26b926a48a00
3
+ size 1247367