lhoestq HF staff commited on
Commit
5125969
1 Parent(s): c7c671d

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +143 -0
README.md CHANGED
@@ -21,6 +21,149 @@ task_ids:
21
  - dialogue-modeling
22
  pretty_name: Campsite Negotiation Dialogues
23
  paperswithcode_id: casino
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
 
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