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
0f4557b
1 Parent(s): c520417

Add presupposition_cleft_existence data files

Browse files
README.md CHANGED
@@ -386,10 +386,10 @@ dataset_info:
386
  dtype: int16
387
  splits:
388
  - name: cleft_existence
389
- num_bytes: 363238
390
  num_examples: 1900
391
- download_size: 335088
392
- dataset_size: 363238
393
  - config_name: presupposition_cleft_uniqueness
394
  features:
395
  - name: premise
@@ -568,6 +568,10 @@ configs:
568
  data_files:
569
  - split: change_of_state
570
  path: presupposition_change_of_state/change_of_state-*
 
 
 
 
571
  ---
572
 
573
  # Dataset Card for IMPPRES
 
386
  dtype: int16
387
  splits:
388
  - name: cleft_existence
389
+ num_bytes: 363206
390
  num_examples: 1900
391
+ download_size: 37597
392
+ dataset_size: 363206
393
  - config_name: presupposition_cleft_uniqueness
394
  features:
395
  - name: premise
 
568
  data_files:
569
  - split: change_of_state
570
  path: presupposition_change_of_state/change_of_state-*
571
+ - config_name: presupposition_cleft_existence
572
+ data_files:
573
+ - split: cleft_existence
574
+ path: presupposition_cleft_existence/cleft_existence-*
575
  ---
576
 
577
  # Dataset Card for IMPPRES
dataset_infos.json CHANGED
@@ -223,68 +223,54 @@
223
  "features": {
224
  "premise": {
225
  "dtype": "string",
226
- "id": null,
227
  "_type": "Value"
228
  },
229
  "hypothesis": {
230
  "dtype": "string",
231
- "id": null,
232
  "_type": "Value"
233
  },
234
  "trigger": {
235
  "dtype": "string",
236
- "id": null,
237
  "_type": "Value"
238
  },
239
  "trigger1": {
240
  "dtype": "string",
241
- "id": null,
242
  "_type": "Value"
243
  },
244
  "trigger2": {
245
  "dtype": "string",
246
- "id": null,
247
  "_type": "Value"
248
  },
249
  "presupposition": {
250
  "dtype": "string",
251
- "id": null,
252
  "_type": "Value"
253
  },
254
  "gold_label": {
255
- "num_classes": 3,
256
  "names": [
257
  "entailment",
258
  "neutral",
259
  "contradiction"
260
  ],
261
- "names_file": null,
262
- "id": null,
263
  "_type": "ClassLabel"
264
  },
265
  "UID": {
266
  "dtype": "string",
267
- "id": null,
268
  "_type": "Value"
269
  },
270
  "pairID": {
271
  "dtype": "string",
272
- "id": null,
273
  "_type": "Value"
274
  },
275
  "paradigmID": {
276
  "dtype": "int16",
277
- "id": null,
278
  "_type": "Value"
279
  }
280
  },
281
- "post_processed": null,
282
- "supervised_keys": null,
283
- "builder_name": "imppres",
284
  "config_name": "presupposition_cleft_existence",
285
  "version": {
286
  "version_str": "1.1.0",
287
- "description": null,
288
  "major": 1,
289
  "minor": 1,
290
  "patch": 0
@@ -292,21 +278,14 @@
292
  "splits": {
293
  "cleft_existence": {
294
  "name": "cleft_existence",
295
- "num_bytes": 363238,
296
  "num_examples": 1900,
297
- "dataset_name": "imppres"
298
- }
299
- },
300
- "download_checksums": {
301
- "https://github.com/facebookresearch/Imppres/blob/master/dataset/IMPPRES.zip?raw=true": {
302
- "num_bytes": 335088,
303
- "checksum": "f1f4ab03aec2248dcfbcb00b80e6099c592751cca2b542b208c6cf46f2926937"
304
  }
305
  },
306
- "download_size": 335088,
307
- "post_processing_size": null,
308
- "dataset_size": 363238,
309
- "size_in_bytes": 698326
310
  },
311
  "presupposition_cleft_uniqueness": {
312
  "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.",
 
223
  "features": {
224
  "premise": {
225
  "dtype": "string",
 
226
  "_type": "Value"
227
  },
228
  "hypothesis": {
229
  "dtype": "string",
 
230
  "_type": "Value"
231
  },
232
  "trigger": {
233
  "dtype": "string",
 
234
  "_type": "Value"
235
  },
236
  "trigger1": {
237
  "dtype": "string",
 
238
  "_type": "Value"
239
  },
240
  "trigger2": {
241
  "dtype": "string",
 
242
  "_type": "Value"
243
  },
244
  "presupposition": {
245
  "dtype": "string",
 
246
  "_type": "Value"
247
  },
248
  "gold_label": {
 
249
  "names": [
250
  "entailment",
251
  "neutral",
252
  "contradiction"
253
  ],
 
 
254
  "_type": "ClassLabel"
255
  },
256
  "UID": {
257
  "dtype": "string",
 
258
  "_type": "Value"
259
  },
260
  "pairID": {
261
  "dtype": "string",
 
262
  "_type": "Value"
263
  },
264
  "paradigmID": {
265
  "dtype": "int16",
 
266
  "_type": "Value"
267
  }
268
  },
269
+ "builder_name": "parquet",
270
+ "dataset_name": "imppres",
 
271
  "config_name": "presupposition_cleft_existence",
272
  "version": {
273
  "version_str": "1.1.0",
 
274
  "major": 1,
275
  "minor": 1,
276
  "patch": 0
 
278
  "splits": {
279
  "cleft_existence": {
280
  "name": "cleft_existence",
281
+ "num_bytes": 363206,
282
  "num_examples": 1900,
283
+ "dataset_name": null
 
 
 
 
 
 
284
  }
285
  },
286
+ "download_size": 37597,
287
+ "dataset_size": 363206,
288
+ "size_in_bytes": 400803
 
289
  },
290
  "presupposition_cleft_uniqueness": {
291
  "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_cleft_existence/cleft_existence-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cfc0beca3d51dd94e975e6c97863e2c563f8cbe8ba65f90fc03f9a7326ffbcf
3
+ size 37597