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
42b8ffb
1 Parent(s): 1f35490

Add presupposition_only_presupposition data files

Browse files
README.md CHANGED
@@ -452,10 +452,10 @@ dataset_info:
452
  dtype: int16
453
  splits:
454
  - name: only_presupposition
455
- num_bytes: 349018
456
  num_examples: 1900
457
- download_size: 335088
458
- dataset_size: 349018
459
  - config_name: presupposition_possessed_definites_existence
460
  features:
461
  - name: premise
@@ -576,6 +576,10 @@ configs:
576
  data_files:
577
  - split: cleft_uniqueness
578
  path: presupposition_cleft_uniqueness/cleft_uniqueness-*
 
 
 
 
579
  ---
580
 
581
  # Dataset Card for IMPPRES
 
452
  dtype: int16
453
  splits:
454
  - name: only_presupposition
455
+ num_bytes: 348986
456
  num_examples: 1900
457
+ download_size: 38126
458
+ dataset_size: 348986
459
  - config_name: presupposition_possessed_definites_existence
460
  features:
461
  - name: premise
 
576
  data_files:
577
  - split: cleft_uniqueness
578
  path: presupposition_cleft_uniqueness/cleft_uniqueness-*
579
+ - config_name: presupposition_only_presupposition
580
+ data_files:
581
+ - split: only_presupposition
582
+ path: presupposition_only_presupposition/only_presupposition-*
583
  ---
584
 
585
  # Dataset Card for IMPPRES
dataset_infos.json CHANGED
@@ -367,68 +367,54 @@
367
  "features": {
368
  "premise": {
369
  "dtype": "string",
370
- "id": null,
371
  "_type": "Value"
372
  },
373
  "hypothesis": {
374
  "dtype": "string",
375
- "id": null,
376
  "_type": "Value"
377
  },
378
  "trigger": {
379
  "dtype": "string",
380
- "id": null,
381
  "_type": "Value"
382
  },
383
  "trigger1": {
384
  "dtype": "string",
385
- "id": null,
386
  "_type": "Value"
387
  },
388
  "trigger2": {
389
  "dtype": "string",
390
- "id": null,
391
  "_type": "Value"
392
  },
393
  "presupposition": {
394
  "dtype": "string",
395
- "id": null,
396
  "_type": "Value"
397
  },
398
  "gold_label": {
399
- "num_classes": 3,
400
  "names": [
401
  "entailment",
402
  "neutral",
403
  "contradiction"
404
  ],
405
- "names_file": null,
406
- "id": null,
407
  "_type": "ClassLabel"
408
  },
409
  "UID": {
410
  "dtype": "string",
411
- "id": null,
412
  "_type": "Value"
413
  },
414
  "pairID": {
415
  "dtype": "string",
416
- "id": null,
417
  "_type": "Value"
418
  },
419
  "paradigmID": {
420
  "dtype": "int16",
421
- "id": null,
422
  "_type": "Value"
423
  }
424
  },
425
- "post_processed": null,
426
- "supervised_keys": null,
427
- "builder_name": "imppres",
428
  "config_name": "presupposition_only_presupposition",
429
  "version": {
430
  "version_str": "1.1.0",
431
- "description": null,
432
  "major": 1,
433
  "minor": 1,
434
  "patch": 0
@@ -436,21 +422,14 @@
436
  "splits": {
437
  "only_presupposition": {
438
  "name": "only_presupposition",
439
- "num_bytes": 349018,
440
  "num_examples": 1900,
441
- "dataset_name": "imppres"
442
- }
443
- },
444
- "download_checksums": {
445
- "https://github.com/facebookresearch/Imppres/blob/master/dataset/IMPPRES.zip?raw=true": {
446
- "num_bytes": 335088,
447
- "checksum": "f1f4ab03aec2248dcfbcb00b80e6099c592751cca2b542b208c6cf46f2926937"
448
  }
449
  },
450
- "download_size": 335088,
451
- "post_processing_size": null,
452
- "dataset_size": 349018,
453
- "size_in_bytes": 684106
454
  },
455
  "presupposition_possessed_definites_existence": {
456
  "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.",
 
367
  "features": {
368
  "premise": {
369
  "dtype": "string",
 
370
  "_type": "Value"
371
  },
372
  "hypothesis": {
373
  "dtype": "string",
 
374
  "_type": "Value"
375
  },
376
  "trigger": {
377
  "dtype": "string",
 
378
  "_type": "Value"
379
  },
380
  "trigger1": {
381
  "dtype": "string",
 
382
  "_type": "Value"
383
  },
384
  "trigger2": {
385
  "dtype": "string",
 
386
  "_type": "Value"
387
  },
388
  "presupposition": {
389
  "dtype": "string",
 
390
  "_type": "Value"
391
  },
392
  "gold_label": {
 
393
  "names": [
394
  "entailment",
395
  "neutral",
396
  "contradiction"
397
  ],
 
 
398
  "_type": "ClassLabel"
399
  },
400
  "UID": {
401
  "dtype": "string",
 
402
  "_type": "Value"
403
  },
404
  "pairID": {
405
  "dtype": "string",
 
406
  "_type": "Value"
407
  },
408
  "paradigmID": {
409
  "dtype": "int16",
 
410
  "_type": "Value"
411
  }
412
  },
413
+ "builder_name": "parquet",
414
+ "dataset_name": "imppres",
 
415
  "config_name": "presupposition_only_presupposition",
416
  "version": {
417
  "version_str": "1.1.0",
 
418
  "major": 1,
419
  "minor": 1,
420
  "patch": 0
 
422
  "splits": {
423
  "only_presupposition": {
424
  "name": "only_presupposition",
425
+ "num_bytes": 348986,
426
  "num_examples": 1900,
427
+ "dataset_name": null
 
 
 
 
 
 
428
  }
429
  },
430
+ "download_size": 38126,
431
+ "dataset_size": 348986,
432
+ "size_in_bytes": 387112
 
433
  },
434
  "presupposition_possessed_definites_existence": {
435
  "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_only_presupposition/only_presupposition-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ec7e3112aba19e2285878aa582e275374276d305a27df6b220a1d1f455047ea
3
+ size 38126