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

Add presupposition_possessed_definites_existence data files

Browse files
README.md CHANGED
@@ -485,10 +485,10 @@ dataset_info:
485
  dtype: int16
486
  splits:
487
  - name: possessed_definites_existence
488
- num_bytes: 362334
489
  num_examples: 1900
490
- download_size: 335088
491
- dataset_size: 362334
492
  - config_name: presupposition_possessed_definites_uniqueness
493
  features:
494
  - name: premise
@@ -580,6 +580,10 @@ configs:
580
  data_files:
581
  - split: only_presupposition
582
  path: presupposition_only_presupposition/only_presupposition-*
 
 
 
 
583
  ---
584
 
585
  # Dataset Card for IMPPRES
 
485
  dtype: int16
486
  splits:
487
  - name: possessed_definites_existence
488
+ num_bytes: 362302
489
  num_examples: 1900
490
+ download_size: 38712
491
+ dataset_size: 362302
492
  - config_name: presupposition_possessed_definites_uniqueness
493
  features:
494
  - name: premise
 
580
  data_files:
581
  - split: only_presupposition
582
  path: presupposition_only_presupposition/only_presupposition-*
583
+ - config_name: presupposition_possessed_definites_existence
584
+ data_files:
585
+ - split: possessed_definites_existence
586
+ path: presupposition_possessed_definites_existence/possessed_definites_existence-*
587
  ---
588
 
589
  # Dataset Card for IMPPRES
dataset_infos.json CHANGED
@@ -439,68 +439,54 @@
439
  "features": {
440
  "premise": {
441
  "dtype": "string",
442
- "id": null,
443
  "_type": "Value"
444
  },
445
  "hypothesis": {
446
  "dtype": "string",
447
- "id": null,
448
  "_type": "Value"
449
  },
450
  "trigger": {
451
  "dtype": "string",
452
- "id": null,
453
  "_type": "Value"
454
  },
455
  "trigger1": {
456
  "dtype": "string",
457
- "id": null,
458
  "_type": "Value"
459
  },
460
  "trigger2": {
461
  "dtype": "string",
462
- "id": null,
463
  "_type": "Value"
464
  },
465
  "presupposition": {
466
  "dtype": "string",
467
- "id": null,
468
  "_type": "Value"
469
  },
470
  "gold_label": {
471
- "num_classes": 3,
472
  "names": [
473
  "entailment",
474
  "neutral",
475
  "contradiction"
476
  ],
477
- "names_file": null,
478
- "id": null,
479
  "_type": "ClassLabel"
480
  },
481
  "UID": {
482
  "dtype": "string",
483
- "id": null,
484
  "_type": "Value"
485
  },
486
  "pairID": {
487
  "dtype": "string",
488
- "id": null,
489
  "_type": "Value"
490
  },
491
  "paradigmID": {
492
  "dtype": "int16",
493
- "id": null,
494
  "_type": "Value"
495
  }
496
  },
497
- "post_processed": null,
498
- "supervised_keys": null,
499
- "builder_name": "imppres",
500
  "config_name": "presupposition_possessed_definites_existence",
501
  "version": {
502
  "version_str": "1.1.0",
503
- "description": null,
504
  "major": 1,
505
  "minor": 1,
506
  "patch": 0
@@ -508,21 +494,14 @@
508
  "splits": {
509
  "possessed_definites_existence": {
510
  "name": "possessed_definites_existence",
511
- "num_bytes": 362334,
512
  "num_examples": 1900,
513
- "dataset_name": "imppres"
514
- }
515
- },
516
- "download_checksums": {
517
- "https://github.com/facebookresearch/Imppres/blob/master/dataset/IMPPRES.zip?raw=true": {
518
- "num_bytes": 335088,
519
- "checksum": "f1f4ab03aec2248dcfbcb00b80e6099c592751cca2b542b208c6cf46f2926937"
520
  }
521
  },
522
- "download_size": 335088,
523
- "post_processing_size": null,
524
- "dataset_size": 362334,
525
- "size_in_bytes": 697422
526
  },
527
  "presupposition_possessed_definites_uniqueness": {
528
  "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.",
 
439
  "features": {
440
  "premise": {
441
  "dtype": "string",
 
442
  "_type": "Value"
443
  },
444
  "hypothesis": {
445
  "dtype": "string",
 
446
  "_type": "Value"
447
  },
448
  "trigger": {
449
  "dtype": "string",
 
450
  "_type": "Value"
451
  },
452
  "trigger1": {
453
  "dtype": "string",
 
454
  "_type": "Value"
455
  },
456
  "trigger2": {
457
  "dtype": "string",
 
458
  "_type": "Value"
459
  },
460
  "presupposition": {
461
  "dtype": "string",
 
462
  "_type": "Value"
463
  },
464
  "gold_label": {
 
465
  "names": [
466
  "entailment",
467
  "neutral",
468
  "contradiction"
469
  ],
 
 
470
  "_type": "ClassLabel"
471
  },
472
  "UID": {
473
  "dtype": "string",
 
474
  "_type": "Value"
475
  },
476
  "pairID": {
477
  "dtype": "string",
 
478
  "_type": "Value"
479
  },
480
  "paradigmID": {
481
  "dtype": "int16",
 
482
  "_type": "Value"
483
  }
484
  },
485
+ "builder_name": "parquet",
486
+ "dataset_name": "imppres",
 
487
  "config_name": "presupposition_possessed_definites_existence",
488
  "version": {
489
  "version_str": "1.1.0",
 
490
  "major": 1,
491
  "minor": 1,
492
  "patch": 0
 
494
  "splits": {
495
  "possessed_definites_existence": {
496
  "name": "possessed_definites_existence",
497
+ "num_bytes": 362302,
498
  "num_examples": 1900,
499
+ "dataset_name": null
 
 
 
 
 
 
500
  }
501
  },
502
+ "download_size": 38712,
503
+ "dataset_size": 362302,
504
+ "size_in_bytes": 401014
 
505
  },
506
  "presupposition_possessed_definites_uniqueness": {
507
  "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_possessed_definites_existence/possessed_definites_existence-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:567496b59e5a13a2492d5edf9967c00a8e6c8ad51c12b3ab3929123aeaa5875e
3
+ size 38712