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

Add presupposition_cleft_uniqueness data files

Browse files
README.md CHANGED
@@ -419,10 +419,10 @@ dataset_info:
419
  dtype: int16
420
  splits:
421
  - name: cleft_uniqueness
422
- num_bytes: 388779
423
  num_examples: 1900
424
- download_size: 335088
425
- dataset_size: 388779
426
  - config_name: presupposition_only_presupposition
427
  features:
428
  - name: premise
@@ -572,6 +572,10 @@ configs:
572
  data_files:
573
  - split: cleft_existence
574
  path: presupposition_cleft_existence/cleft_existence-*
 
 
 
 
575
  ---
576
 
577
  # Dataset Card for IMPPRES
 
419
  dtype: int16
420
  splits:
421
  - name: cleft_uniqueness
422
+ num_bytes: 388747
423
  num_examples: 1900
424
+ download_size: 38279
425
+ dataset_size: 388747
426
  - config_name: presupposition_only_presupposition
427
  features:
428
  - name: premise
 
572
  data_files:
573
  - split: cleft_existence
574
  path: presupposition_cleft_existence/cleft_existence-*
575
+ - config_name: presupposition_cleft_uniqueness
576
+ data_files:
577
+ - split: cleft_uniqueness
578
+ path: presupposition_cleft_uniqueness/cleft_uniqueness-*
579
  ---
580
 
581
  # Dataset Card for IMPPRES
dataset_infos.json CHANGED
@@ -295,68 +295,54 @@
295
  "features": {
296
  "premise": {
297
  "dtype": "string",
298
- "id": null,
299
  "_type": "Value"
300
  },
301
  "hypothesis": {
302
  "dtype": "string",
303
- "id": null,
304
  "_type": "Value"
305
  },
306
  "trigger": {
307
  "dtype": "string",
308
- "id": null,
309
  "_type": "Value"
310
  },
311
  "trigger1": {
312
  "dtype": "string",
313
- "id": null,
314
  "_type": "Value"
315
  },
316
  "trigger2": {
317
  "dtype": "string",
318
- "id": null,
319
  "_type": "Value"
320
  },
321
  "presupposition": {
322
  "dtype": "string",
323
- "id": null,
324
  "_type": "Value"
325
  },
326
  "gold_label": {
327
- "num_classes": 3,
328
  "names": [
329
  "entailment",
330
  "neutral",
331
  "contradiction"
332
  ],
333
- "names_file": null,
334
- "id": null,
335
  "_type": "ClassLabel"
336
  },
337
  "UID": {
338
  "dtype": "string",
339
- "id": null,
340
  "_type": "Value"
341
  },
342
  "pairID": {
343
  "dtype": "string",
344
- "id": null,
345
  "_type": "Value"
346
  },
347
  "paradigmID": {
348
  "dtype": "int16",
349
- "id": null,
350
  "_type": "Value"
351
  }
352
  },
353
- "post_processed": null,
354
- "supervised_keys": null,
355
- "builder_name": "imppres",
356
  "config_name": "presupposition_cleft_uniqueness",
357
  "version": {
358
  "version_str": "1.1.0",
359
- "description": null,
360
  "major": 1,
361
  "minor": 1,
362
  "patch": 0
@@ -364,21 +350,14 @@
364
  "splits": {
365
  "cleft_uniqueness": {
366
  "name": "cleft_uniqueness",
367
- "num_bytes": 388779,
368
  "num_examples": 1900,
369
- "dataset_name": "imppres"
370
- }
371
- },
372
- "download_checksums": {
373
- "https://github.com/facebookresearch/Imppres/blob/master/dataset/IMPPRES.zip?raw=true": {
374
- "num_bytes": 335088,
375
- "checksum": "f1f4ab03aec2248dcfbcb00b80e6099c592751cca2b542b208c6cf46f2926937"
376
  }
377
  },
378
- "download_size": 335088,
379
- "post_processing_size": null,
380
- "dataset_size": 388779,
381
- "size_in_bytes": 723867
382
  },
383
  "presupposition_only_presupposition": {
384
  "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.",
 
295
  "features": {
296
  "premise": {
297
  "dtype": "string",
 
298
  "_type": "Value"
299
  },
300
  "hypothesis": {
301
  "dtype": "string",
 
302
  "_type": "Value"
303
  },
304
  "trigger": {
305
  "dtype": "string",
 
306
  "_type": "Value"
307
  },
308
  "trigger1": {
309
  "dtype": "string",
 
310
  "_type": "Value"
311
  },
312
  "trigger2": {
313
  "dtype": "string",
 
314
  "_type": "Value"
315
  },
316
  "presupposition": {
317
  "dtype": "string",
 
318
  "_type": "Value"
319
  },
320
  "gold_label": {
 
321
  "names": [
322
  "entailment",
323
  "neutral",
324
  "contradiction"
325
  ],
 
 
326
  "_type": "ClassLabel"
327
  },
328
  "UID": {
329
  "dtype": "string",
 
330
  "_type": "Value"
331
  },
332
  "pairID": {
333
  "dtype": "string",
 
334
  "_type": "Value"
335
  },
336
  "paradigmID": {
337
  "dtype": "int16",
 
338
  "_type": "Value"
339
  }
340
  },
341
+ "builder_name": "parquet",
342
+ "dataset_name": "imppres",
 
343
  "config_name": "presupposition_cleft_uniqueness",
344
  "version": {
345
  "version_str": "1.1.0",
 
346
  "major": 1,
347
  "minor": 1,
348
  "patch": 0
 
350
  "splits": {
351
  "cleft_uniqueness": {
352
  "name": "cleft_uniqueness",
353
+ "num_bytes": 388747,
354
  "num_examples": 1900,
355
+ "dataset_name": null
 
 
 
 
 
 
356
  }
357
  },
358
+ "download_size": 38279,
359
+ "dataset_size": 388747,
360
+ "size_in_bytes": 427026
 
361
  },
362
  "presupposition_only_presupposition": {
363
  "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_uniqueness/cleft_uniqueness-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cfffe6d01c4de4532a2d9f6bd7a279266d1039aafc2072eb0ed6e5ae4eee86b
3
+ size 38279