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

Add presupposition_possessed_definites_uniqueness data files

Browse files
README.md CHANGED
@@ -518,10 +518,10 @@ dataset_info:
518
  dtype: int16
519
  splits:
520
  - name: possessed_definites_uniqueness
521
- num_bytes: 459403
522
  num_examples: 1900
523
- download_size: 335088
524
- dataset_size: 459403
525
  - config_name: presupposition_question_presupposition
526
  features:
527
  - name: premise
@@ -584,6 +584,10 @@ configs:
584
  data_files:
585
  - split: possessed_definites_existence
586
  path: presupposition_possessed_definites_existence/possessed_definites_existence-*
 
 
 
 
587
  ---
588
 
589
  # Dataset Card for IMPPRES
 
518
  dtype: int16
519
  splits:
520
  - name: possessed_definites_uniqueness
521
+ num_bytes: 459371
522
  num_examples: 1900
523
+ download_size: 42068
524
+ dataset_size: 459371
525
  - config_name: presupposition_question_presupposition
526
  features:
527
  - name: premise
 
584
  data_files:
585
  - split: possessed_definites_existence
586
  path: presupposition_possessed_definites_existence/possessed_definites_existence-*
587
+ - config_name: presupposition_possessed_definites_uniqueness
588
+ data_files:
589
+ - split: possessed_definites_uniqueness
590
+ path: presupposition_possessed_definites_uniqueness/possessed_definites_uniqueness-*
591
  ---
592
 
593
  # Dataset Card for IMPPRES
dataset_infos.json CHANGED
@@ -511,68 +511,54 @@
511
  "features": {
512
  "premise": {
513
  "dtype": "string",
514
- "id": null,
515
  "_type": "Value"
516
  },
517
  "hypothesis": {
518
  "dtype": "string",
519
- "id": null,
520
  "_type": "Value"
521
  },
522
  "trigger": {
523
  "dtype": "string",
524
- "id": null,
525
  "_type": "Value"
526
  },
527
  "trigger1": {
528
  "dtype": "string",
529
- "id": null,
530
  "_type": "Value"
531
  },
532
  "trigger2": {
533
  "dtype": "string",
534
- "id": null,
535
  "_type": "Value"
536
  },
537
  "presupposition": {
538
  "dtype": "string",
539
- "id": null,
540
  "_type": "Value"
541
  },
542
  "gold_label": {
543
- "num_classes": 3,
544
  "names": [
545
  "entailment",
546
  "neutral",
547
  "contradiction"
548
  ],
549
- "names_file": null,
550
- "id": null,
551
  "_type": "ClassLabel"
552
  },
553
  "UID": {
554
  "dtype": "string",
555
- "id": null,
556
  "_type": "Value"
557
  },
558
  "pairID": {
559
  "dtype": "string",
560
- "id": null,
561
  "_type": "Value"
562
  },
563
  "paradigmID": {
564
  "dtype": "int16",
565
- "id": null,
566
  "_type": "Value"
567
  }
568
  },
569
- "post_processed": null,
570
- "supervised_keys": null,
571
- "builder_name": "imppres",
572
  "config_name": "presupposition_possessed_definites_uniqueness",
573
  "version": {
574
  "version_str": "1.1.0",
575
- "description": null,
576
  "major": 1,
577
  "minor": 1,
578
  "patch": 0
@@ -580,21 +566,14 @@
580
  "splits": {
581
  "possessed_definites_uniqueness": {
582
  "name": "possessed_definites_uniqueness",
583
- "num_bytes": 459403,
584
  "num_examples": 1900,
585
- "dataset_name": "imppres"
586
- }
587
- },
588
- "download_checksums": {
589
- "https://github.com/facebookresearch/Imppres/blob/master/dataset/IMPPRES.zip?raw=true": {
590
- "num_bytes": 335088,
591
- "checksum": "f1f4ab03aec2248dcfbcb00b80e6099c592751cca2b542b208c6cf46f2926937"
592
  }
593
  },
594
- "download_size": 335088,
595
- "post_processing_size": null,
596
- "dataset_size": 459403,
597
- "size_in_bytes": 794491
598
  },
599
  "presupposition_question_presupposition": {
600
  "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.",
 
511
  "features": {
512
  "premise": {
513
  "dtype": "string",
 
514
  "_type": "Value"
515
  },
516
  "hypothesis": {
517
  "dtype": "string",
 
518
  "_type": "Value"
519
  },
520
  "trigger": {
521
  "dtype": "string",
 
522
  "_type": "Value"
523
  },
524
  "trigger1": {
525
  "dtype": "string",
 
526
  "_type": "Value"
527
  },
528
  "trigger2": {
529
  "dtype": "string",
 
530
  "_type": "Value"
531
  },
532
  "presupposition": {
533
  "dtype": "string",
 
534
  "_type": "Value"
535
  },
536
  "gold_label": {
 
537
  "names": [
538
  "entailment",
539
  "neutral",
540
  "contradiction"
541
  ],
 
 
542
  "_type": "ClassLabel"
543
  },
544
  "UID": {
545
  "dtype": "string",
 
546
  "_type": "Value"
547
  },
548
  "pairID": {
549
  "dtype": "string",
 
550
  "_type": "Value"
551
  },
552
  "paradigmID": {
553
  "dtype": "int16",
 
554
  "_type": "Value"
555
  }
556
  },
557
+ "builder_name": "parquet",
558
+ "dataset_name": "imppres",
 
559
  "config_name": "presupposition_possessed_definites_uniqueness",
560
  "version": {
561
  "version_str": "1.1.0",
 
562
  "major": 1,
563
  "minor": 1,
564
  "patch": 0
 
566
  "splits": {
567
  "possessed_definites_uniqueness": {
568
  "name": "possessed_definites_uniqueness",
569
+ "num_bytes": 459371,
570
  "num_examples": 1900,
571
+ "dataset_name": null
 
 
 
 
 
 
572
  }
573
  },
574
+ "download_size": 42068,
575
+ "dataset_size": 459371,
576
+ "size_in_bytes": 501439
 
577
  },
578
  "presupposition_question_presupposition": {
579
  "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_uniqueness/possessed_definites_uniqueness-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6b2ee13a4e2605d1aaf33dd282a06c84f99b7a9261ce297871d48e4b9f48a1e
3
+ size 42068