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
e62622d
1 Parent(s): f890c1e

Add implicature_modals data files

Browse files
README.md CHANGED
@@ -152,10 +152,10 @@ dataset_info:
152
  dtype: string
153
  splits:
154
  - name: modals
155
- num_bytes: 178560
156
  num_examples: 1200
157
- download_size: 335088
158
- dataset_size: 178560
159
  - config_name: implicature_numerals_10_100
160
  features:
161
  - name: premise
@@ -568,6 +568,10 @@ configs:
568
  data_files:
569
  - split: gradable_verb
570
  path: implicature_gradable_verb/gradable_verb-*
 
 
 
 
571
  - config_name: presupposition_all_n_presupposition
572
  data_files:
573
  - split: all_n_presupposition
 
152
  dtype: string
153
  splits:
154
  - name: modals
155
+ num_bytes: 178536
156
  num_examples: 1200
157
+ download_size: 21179
158
+ dataset_size: 178536
159
  - config_name: implicature_numerals_10_100
160
  features:
161
  - name: premise
 
568
  data_files:
569
  - split: gradable_verb
570
  path: implicature_gradable_verb/gradable_verb-*
571
+ - config_name: implicature_modals
572
+ data_files:
573
+ - split: modals
574
+ path: implicature_modals/modals-*
575
  - config_name: presupposition_all_n_presupposition
576
  data_files:
577
  - split: all_n_presupposition
dataset_infos.json CHANGED
@@ -859,64 +859,50 @@
859
  "features": {
860
  "premise": {
861
  "dtype": "string",
862
- "id": null,
863
  "_type": "Value"
864
  },
865
  "hypothesis": {
866
  "dtype": "string",
867
- "id": null,
868
  "_type": "Value"
869
  },
870
  "gold_label_log": {
871
- "num_classes": 3,
872
  "names": [
873
  "entailment",
874
  "neutral",
875
  "contradiction"
876
  ],
877
- "names_file": null,
878
- "id": null,
879
  "_type": "ClassLabel"
880
  },
881
  "gold_label_prag": {
882
- "num_classes": 3,
883
  "names": [
884
  "entailment",
885
  "neutral",
886
  "contradiction"
887
  ],
888
- "names_file": null,
889
- "id": null,
890
  "_type": "ClassLabel"
891
  },
892
  "spec_relation": {
893
  "dtype": "string",
894
- "id": null,
895
  "_type": "Value"
896
  },
897
  "item_type": {
898
  "dtype": "string",
899
- "id": null,
900
  "_type": "Value"
901
  },
902
  "trigger": {
903
  "dtype": "string",
904
- "id": null,
905
  "_type": "Value"
906
  },
907
  "lexemes": {
908
  "dtype": "string",
909
- "id": null,
910
  "_type": "Value"
911
  }
912
  },
913
- "post_processed": null,
914
- "supervised_keys": null,
915
- "builder_name": "imppres",
916
  "config_name": "implicature_modals",
917
  "version": {
918
  "version_str": "1.1.0",
919
- "description": null,
920
  "major": 1,
921
  "minor": 1,
922
  "patch": 0
@@ -924,21 +910,14 @@
924
  "splits": {
925
  "modals": {
926
  "name": "modals",
927
- "num_bytes": 178560,
928
  "num_examples": 1200,
929
- "dataset_name": "imppres"
930
- }
931
- },
932
- "download_checksums": {
933
- "https://github.com/facebookresearch/Imppres/blob/master/dataset/IMPPRES.zip?raw=true": {
934
- "num_bytes": 335088,
935
- "checksum": "f1f4ab03aec2248dcfbcb00b80e6099c592751cca2b542b208c6cf46f2926937"
936
  }
937
  },
938
- "download_size": 335088,
939
- "post_processing_size": null,
940
- "dataset_size": 178560,
941
- "size_in_bytes": 513648
942
  },
943
  "implicature_numerals_10_100": {
944
  "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.",
 
859
  "features": {
860
  "premise": {
861
  "dtype": "string",
 
862
  "_type": "Value"
863
  },
864
  "hypothesis": {
865
  "dtype": "string",
 
866
  "_type": "Value"
867
  },
868
  "gold_label_log": {
 
869
  "names": [
870
  "entailment",
871
  "neutral",
872
  "contradiction"
873
  ],
 
 
874
  "_type": "ClassLabel"
875
  },
876
  "gold_label_prag": {
 
877
  "names": [
878
  "entailment",
879
  "neutral",
880
  "contradiction"
881
  ],
 
 
882
  "_type": "ClassLabel"
883
  },
884
  "spec_relation": {
885
  "dtype": "string",
 
886
  "_type": "Value"
887
  },
888
  "item_type": {
889
  "dtype": "string",
 
890
  "_type": "Value"
891
  },
892
  "trigger": {
893
  "dtype": "string",
 
894
  "_type": "Value"
895
  },
896
  "lexemes": {
897
  "dtype": "string",
 
898
  "_type": "Value"
899
  }
900
  },
901
+ "builder_name": "parquet",
902
+ "dataset_name": "imppres",
 
903
  "config_name": "implicature_modals",
904
  "version": {
905
  "version_str": "1.1.0",
 
906
  "major": 1,
907
  "minor": 1,
908
  "patch": 0
 
910
  "splits": {
911
  "modals": {
912
  "name": "modals",
913
+ "num_bytes": 178536,
914
  "num_examples": 1200,
915
+ "dataset_name": null
 
 
 
 
 
 
916
  }
917
  },
918
+ "download_size": 21179,
919
+ "dataset_size": 178536,
920
+ "size_in_bytes": 199715
 
921
  },
922
  "implicature_numerals_10_100": {
923
  "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.",
implicature_modals/modals-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93cb8c075318e9d10278c9c7b04009b4ad0b30779d615bdeee9dfaffa8f86873
3
+ size 21179