Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
971e445
1 Parent(s): a08182e

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +188 -1
README.md CHANGED
@@ -19,6 +19,193 @@ task_ids:
19
  - multiple-choice-qa
20
  paperswithcode_id: codah
21
  pretty_name: COmmonsense Dataset Adversarially-authored by Humans
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for COmmonsense Dataset Adversarially-authored by Humans
@@ -144,4 +331,4 @@ pretty_name: COmmonsense Dataset Adversarially-authored by Humans
144
 
145
  ### Contributions
146
 
147
- Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.
 
19
  - multiple-choice-qa
20
  paperswithcode_id: codah
21
  pretty_name: COmmonsense Dataset Adversarially-authored by Humans
22
+ dataset_info:
23
+ - config_name: codah
24
+ features:
25
+ - name: id
26
+ dtype: int32
27
+ - name: question_category
28
+ dtype:
29
+ class_label:
30
+ names:
31
+ 0: Idioms
32
+ 1: Reference
33
+ 2: Polysemy
34
+ 3: Negation
35
+ 4: Quantitative
36
+ 5: Others
37
+ - name: question_propmt
38
+ dtype: string
39
+ - name: candidate_answers
40
+ sequence: string
41
+ - name: correct_answer_idx
42
+ dtype: int32
43
+ splits:
44
+ - name: train
45
+ num_bytes: 571208
46
+ num_examples: 2776
47
+ download_size: 485130
48
+ dataset_size: 571208
49
+ - config_name: fold_0
50
+ features:
51
+ - name: id
52
+ dtype: int32
53
+ - name: question_category
54
+ dtype:
55
+ class_label:
56
+ names:
57
+ 0: Idioms
58
+ 1: Reference
59
+ 2: Polysemy
60
+ 3: Negation
61
+ 4: Quantitative
62
+ 5: Others
63
+ - name: question_propmt
64
+ dtype: string
65
+ - name: candidate_answers
66
+ sequence: string
67
+ - name: correct_answer_idx
68
+ dtype: int32
69
+ splits:
70
+ - name: test
71
+ num_bytes: 112109
72
+ num_examples: 555
73
+ - name: train
74
+ num_bytes: 344912
75
+ num_examples: 1665
76
+ - name: validation
77
+ num_bytes: 114211
78
+ num_examples: 556
79
+ download_size: 485130
80
+ dataset_size: 571232
81
+ - config_name: fold_1
82
+ features:
83
+ - name: id
84
+ dtype: int32
85
+ - name: question_category
86
+ dtype:
87
+ class_label:
88
+ names:
89
+ 0: Idioms
90
+ 1: Reference
91
+ 2: Polysemy
92
+ 3: Negation
93
+ 4: Quantitative
94
+ 5: Others
95
+ - name: question_propmt
96
+ dtype: string
97
+ - name: candidate_answers
98
+ sequence: string
99
+ - name: correct_answer_idx
100
+ dtype: int32
101
+ splits:
102
+ - name: test
103
+ num_bytes: 116031
104
+ num_examples: 555
105
+ - name: train
106
+ num_bytes: 340990
107
+ num_examples: 1665
108
+ - name: validation
109
+ num_bytes: 114211
110
+ num_examples: 556
111
+ download_size: 485130
112
+ dataset_size: 571232
113
+ - config_name: fold_2
114
+ features:
115
+ - name: id
116
+ dtype: int32
117
+ - name: question_category
118
+ dtype:
119
+ class_label:
120
+ names:
121
+ 0: Idioms
122
+ 1: Reference
123
+ 2: Polysemy
124
+ 3: Negation
125
+ 4: Quantitative
126
+ 5: Others
127
+ - name: question_propmt
128
+ dtype: string
129
+ - name: candidate_answers
130
+ sequence: string
131
+ - name: correct_answer_idx
132
+ dtype: int32
133
+ splits:
134
+ - name: test
135
+ num_bytes: 114728
136
+ num_examples: 555
137
+ - name: train
138
+ num_bytes: 342293
139
+ num_examples: 1665
140
+ - name: validation
141
+ num_bytes: 114211
142
+ num_examples: 556
143
+ download_size: 485130
144
+ dataset_size: 571232
145
+ - config_name: fold_3
146
+ features:
147
+ - name: id
148
+ dtype: int32
149
+ - name: question_category
150
+ dtype:
151
+ class_label:
152
+ names:
153
+ 0: Idioms
154
+ 1: Reference
155
+ 2: Polysemy
156
+ 3: Negation
157
+ 4: Quantitative
158
+ 5: Others
159
+ - name: question_propmt
160
+ dtype: string
161
+ - name: candidate_answers
162
+ sequence: string
163
+ - name: correct_answer_idx
164
+ dtype: int32
165
+ splits:
166
+ - name: test
167
+ num_bytes: 114177
168
+ num_examples: 555
169
+ - name: train
170
+ num_bytes: 342844
171
+ num_examples: 1665
172
+ - name: validation
173
+ num_bytes: 114211
174
+ num_examples: 556
175
+ download_size: 485130
176
+ dataset_size: 571232
177
+ - config_name: fold_4
178
+ features:
179
+ - name: id
180
+ dtype: int32
181
+ - name: question_category
182
+ dtype:
183
+ class_label:
184
+ names:
185
+ 0: Idioms
186
+ 1: Reference
187
+ 2: Polysemy
188
+ 3: Negation
189
+ 4: Quantitative
190
+ 5: Others
191
+ - name: question_propmt
192
+ dtype: string
193
+ - name: candidate_answers
194
+ sequence: string
195
+ - name: correct_answer_idx
196
+ dtype: int32
197
+ splits:
198
+ - name: test
199
+ num_bytes: 114211
200
+ num_examples: 556
201
+ - name: train
202
+ num_bytes: 342844
203
+ num_examples: 1665
204
+ - name: validation
205
+ num_bytes: 114177
206
+ num_examples: 555
207
+ download_size: 485130
208
+ dataset_size: 571232
209
  ---
210
 
211
  # Dataset Card for COmmonsense Dataset Adversarially-authored by Humans
 
331
 
332
  ### Contributions
333
 
334
+ Thanks to [@patil-suraj](https://github.com/patil-suraj) for adding this dataset.