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
08c1003
1 Parent(s): 4cf3b03

Add implicature_quantifiers data files

Browse files
README.md CHANGED
@@ -254,10 +254,10 @@ dataset_info:
254
  dtype: string
255
  splits:
256
  - name: quantifiers
257
- num_bytes: 176814
258
  num_examples: 1200
259
- download_size: 335088
260
- dataset_size: 176814
261
  - config_name: presupposition_all_n_presupposition
262
  features:
263
  - name: premise
@@ -580,6 +580,10 @@ configs:
580
  data_files:
581
  - split: numerals_2_3
582
  path: implicature_numerals_2_3/numerals_2_3-*
 
 
 
 
583
  - config_name: presupposition_all_n_presupposition
584
  data_files:
585
  - split: all_n_presupposition
 
254
  dtype: string
255
  splits:
256
  - name: quantifiers
257
+ num_bytes: 176790
258
  num_examples: 1200
259
+ download_size: 21017
260
+ dataset_size: 176790
261
  - config_name: presupposition_all_n_presupposition
262
  features:
263
  - name: premise
 
580
  data_files:
581
  - split: numerals_2_3
582
  path: implicature_numerals_2_3/numerals_2_3-*
583
+ - config_name: implicature_quantifiers
584
+ data_files:
585
+ - split: quantifiers
586
+ path: implicature_quantifiers/quantifiers-*
587
  - config_name: presupposition_all_n_presupposition
588
  data_files:
589
  - split: all_n_presupposition
dataset_infos.json CHANGED
@@ -1063,64 +1063,50 @@
1063
  "features": {
1064
  "premise": {
1065
  "dtype": "string",
1066
- "id": null,
1067
  "_type": "Value"
1068
  },
1069
  "hypothesis": {
1070
  "dtype": "string",
1071
- "id": null,
1072
  "_type": "Value"
1073
  },
1074
  "gold_label_log": {
1075
- "num_classes": 3,
1076
  "names": [
1077
  "entailment",
1078
  "neutral",
1079
  "contradiction"
1080
  ],
1081
- "names_file": null,
1082
- "id": null,
1083
  "_type": "ClassLabel"
1084
  },
1085
  "gold_label_prag": {
1086
- "num_classes": 3,
1087
  "names": [
1088
  "entailment",
1089
  "neutral",
1090
  "contradiction"
1091
  ],
1092
- "names_file": null,
1093
- "id": null,
1094
  "_type": "ClassLabel"
1095
  },
1096
  "spec_relation": {
1097
  "dtype": "string",
1098
- "id": null,
1099
  "_type": "Value"
1100
  },
1101
  "item_type": {
1102
  "dtype": "string",
1103
- "id": null,
1104
  "_type": "Value"
1105
  },
1106
  "trigger": {
1107
  "dtype": "string",
1108
- "id": null,
1109
  "_type": "Value"
1110
  },
1111
  "lexemes": {
1112
  "dtype": "string",
1113
- "id": null,
1114
  "_type": "Value"
1115
  }
1116
  },
1117
- "post_processed": null,
1118
- "supervised_keys": null,
1119
- "builder_name": "imppres",
1120
  "config_name": "implicature_quantifiers",
1121
  "version": {
1122
  "version_str": "1.1.0",
1123
- "description": null,
1124
  "major": 1,
1125
  "minor": 1,
1126
  "patch": 0
@@ -1128,20 +1114,13 @@
1128
  "splits": {
1129
  "quantifiers": {
1130
  "name": "quantifiers",
1131
- "num_bytes": 176814,
1132
  "num_examples": 1200,
1133
- "dataset_name": "imppres"
1134
- }
1135
- },
1136
- "download_checksums": {
1137
- "https://github.com/facebookresearch/Imppres/blob/master/dataset/IMPPRES.zip?raw=true": {
1138
- "num_bytes": 335088,
1139
- "checksum": "f1f4ab03aec2248dcfbcb00b80e6099c592751cca2b542b208c6cf46f2926937"
1140
  }
1141
  },
1142
- "download_size": 335088,
1143
- "post_processing_size": null,
1144
- "dataset_size": 176814,
1145
- "size_in_bytes": 511902
1146
  }
1147
  }
 
1063
  "features": {
1064
  "premise": {
1065
  "dtype": "string",
 
1066
  "_type": "Value"
1067
  },
1068
  "hypothesis": {
1069
  "dtype": "string",
 
1070
  "_type": "Value"
1071
  },
1072
  "gold_label_log": {
 
1073
  "names": [
1074
  "entailment",
1075
  "neutral",
1076
  "contradiction"
1077
  ],
 
 
1078
  "_type": "ClassLabel"
1079
  },
1080
  "gold_label_prag": {
 
1081
  "names": [
1082
  "entailment",
1083
  "neutral",
1084
  "contradiction"
1085
  ],
 
 
1086
  "_type": "ClassLabel"
1087
  },
1088
  "spec_relation": {
1089
  "dtype": "string",
 
1090
  "_type": "Value"
1091
  },
1092
  "item_type": {
1093
  "dtype": "string",
 
1094
  "_type": "Value"
1095
  },
1096
  "trigger": {
1097
  "dtype": "string",
 
1098
  "_type": "Value"
1099
  },
1100
  "lexemes": {
1101
  "dtype": "string",
 
1102
  "_type": "Value"
1103
  }
1104
  },
1105
+ "builder_name": "parquet",
1106
+ "dataset_name": "imppres",
 
1107
  "config_name": "implicature_quantifiers",
1108
  "version": {
1109
  "version_str": "1.1.0",
 
1110
  "major": 1,
1111
  "minor": 1,
1112
  "patch": 0
 
1114
  "splits": {
1115
  "quantifiers": {
1116
  "name": "quantifiers",
1117
+ "num_bytes": 176790,
1118
  "num_examples": 1200,
1119
+ "dataset_name": null
 
 
 
 
 
 
1120
  }
1121
  },
1122
+ "download_size": 21017,
1123
+ "dataset_size": 176790,
1124
+ "size_in_bytes": 197807
 
1125
  }
1126
  }
implicature_quantifiers/quantifiers-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7530f406d6ee49cf2c171803ccdfc69a97ad12fe15c7f4eab6e381161482e16d
3
+ size 21017