Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
machine-generated
Annotations Creators:
machine-generated
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
c520417
1 Parent(s): 006f647

Add presupposition_change_of_state data files

Browse files
README.md CHANGED
@@ -353,10 +353,10 @@ dataset_info:
353
  dtype: int16
354
  splits:
355
  - name: change_of_state
356
- num_bytes: 308627
357
  num_examples: 1900
358
- download_size: 335088
359
- dataset_size: 308627
360
  - config_name: presupposition_cleft_existence
361
  features:
362
  - name: premise
@@ -564,6 +564,10 @@ configs:
564
  data_files:
565
  - split: both_presupposition
566
  path: presupposition_both_presupposition/both_presupposition-*
 
 
 
 
567
  ---
568
 
569
  # Dataset Card for IMPPRES
 
353
  dtype: int16
354
  splits:
355
  - name: change_of_state
356
+ num_bytes: 308595
357
  num_examples: 1900
358
+ download_size: 35814
359
+ dataset_size: 308595
360
  - config_name: presupposition_cleft_existence
361
  features:
362
  - name: premise
 
564
  data_files:
565
  - split: both_presupposition
566
  path: presupposition_both_presupposition/both_presupposition-*
567
+ - config_name: presupposition_change_of_state
568
+ data_files:
569
+ - split: change_of_state
570
+ path: presupposition_change_of_state/change_of_state-*
571
  ---
572
 
573
  # Dataset Card for IMPPRES
dataset_infos.json CHANGED
@@ -151,68 +151,54 @@
151
  "features": {
152
  "premise": {
153
  "dtype": "string",
154
- "id": null,
155
  "_type": "Value"
156
  },
157
  "hypothesis": {
158
  "dtype": "string",
159
- "id": null,
160
  "_type": "Value"
161
  },
162
  "trigger": {
163
  "dtype": "string",
164
- "id": null,
165
  "_type": "Value"
166
  },
167
  "trigger1": {
168
  "dtype": "string",
169
- "id": null,
170
  "_type": "Value"
171
  },
172
  "trigger2": {
173
  "dtype": "string",
174
- "id": null,
175
  "_type": "Value"
176
  },
177
  "presupposition": {
178
  "dtype": "string",
179
- "id": null,
180
  "_type": "Value"
181
  },
182
  "gold_label": {
183
- "num_classes": 3,
184
  "names": [
185
  "entailment",
186
  "neutral",
187
  "contradiction"
188
  ],
189
- "names_file": null,
190
- "id": null,
191
  "_type": "ClassLabel"
192
  },
193
  "UID": {
194
  "dtype": "string",
195
- "id": null,
196
  "_type": "Value"
197
  },
198
  "pairID": {
199
  "dtype": "string",
200
- "id": null,
201
  "_type": "Value"
202
  },
203
  "paradigmID": {
204
  "dtype": "int16",
205
- "id": null,
206
  "_type": "Value"
207
  }
208
  },
209
- "post_processed": null,
210
- "supervised_keys": null,
211
- "builder_name": "imppres",
212
  "config_name": "presupposition_change_of_state",
213
  "version": {
214
  "version_str": "1.1.0",
215
- "description": null,
216
  "major": 1,
217
  "minor": 1,
218
  "patch": 0
@@ -220,21 +206,14 @@
220
  "splits": {
221
  "change_of_state": {
222
  "name": "change_of_state",
223
- "num_bytes": 308627,
224
  "num_examples": 1900,
225
- "dataset_name": "imppres"
226
- }
227
- },
228
- "download_checksums": {
229
- "https://github.com/facebookresearch/Imppres/blob/master/dataset/IMPPRES.zip?raw=true": {
230
- "num_bytes": 335088,
231
- "checksum": "f1f4ab03aec2248dcfbcb00b80e6099c592751cca2b542b208c6cf46f2926937"
232
  }
233
  },
234
- "download_size": 335088,
235
- "post_processing_size": null,
236
- "dataset_size": 308627,
237
- "size_in_bytes": 643715
238
  },
239
  "presupposition_cleft_existence": {
240
  "description": "Over >25k semiautomatically generated sentence pairs illustrating well-studied pragmatic inference types. IMPPRES is an NLI dataset following the format of SNLI (Bowman et al., 2015), MultiNLI (Williams et al., 2018) and XNLI (Conneau et al., 2018), which was created to evaluate how well trained NLI models recognize several classes of presuppositions and scalar implicatures.",
 
151
  "features": {
152
  "premise": {
153
  "dtype": "string",
 
154
  "_type": "Value"
155
  },
156
  "hypothesis": {
157
  "dtype": "string",
 
158
  "_type": "Value"
159
  },
160
  "trigger": {
161
  "dtype": "string",
 
162
  "_type": "Value"
163
  },
164
  "trigger1": {
165
  "dtype": "string",
 
166
  "_type": "Value"
167
  },
168
  "trigger2": {
169
  "dtype": "string",
 
170
  "_type": "Value"
171
  },
172
  "presupposition": {
173
  "dtype": "string",
 
174
  "_type": "Value"
175
  },
176
  "gold_label": {
 
177
  "names": [
178
  "entailment",
179
  "neutral",
180
  "contradiction"
181
  ],
 
 
182
  "_type": "ClassLabel"
183
  },
184
  "UID": {
185
  "dtype": "string",
 
186
  "_type": "Value"
187
  },
188
  "pairID": {
189
  "dtype": "string",
 
190
  "_type": "Value"
191
  },
192
  "paradigmID": {
193
  "dtype": "int16",
 
194
  "_type": "Value"
195
  }
196
  },
197
+ "builder_name": "parquet",
198
+ "dataset_name": "imppres",
 
199
  "config_name": "presupposition_change_of_state",
200
  "version": {
201
  "version_str": "1.1.0",
 
202
  "major": 1,
203
  "minor": 1,
204
  "patch": 0
 
206
  "splits": {
207
  "change_of_state": {
208
  "name": "change_of_state",
209
+ "num_bytes": 308595,
210
  "num_examples": 1900,
211
+ "dataset_name": null
 
 
 
 
 
 
212
  }
213
  },
214
+ "download_size": 35814,
215
+ "dataset_size": 308595,
216
+ "size_in_bytes": 344409
 
217
  },
218
  "presupposition_cleft_existence": {
219
  "description": "Over >25k semiautomatically generated sentence pairs illustrating well-studied pragmatic inference types. IMPPRES is an NLI dataset following the format of SNLI (Bowman et al., 2015), MultiNLI (Williams et al., 2018) and XNLI (Conneau et al., 2018), which was created to evaluate how well trained NLI models recognize several classes of presuppositions and scalar implicatures.",
presupposition_change_of_state/change_of_state-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68e3a61af82f43b12004c20721fd77b41f6d6aef0493675d1f28f0cf84d2f04d
3
+ size 35814