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
006f647
1 Parent(s): 3faa85c

Add presupposition_both_presupposition data files

Browse files
README.md CHANGED
@@ -320,10 +320,10 @@ dataset_info:
320
  dtype: int16
321
  splits:
322
  - name: both_presupposition
323
- num_bytes: 432792
324
  num_examples: 1900
325
- download_size: 335088
326
- dataset_size: 432792
327
  - config_name: presupposition_change_of_state
328
  features:
329
  - name: premise
@@ -560,6 +560,10 @@ configs:
560
  data_files:
561
  - split: all_n_presupposition
562
  path: presupposition_all_n_presupposition/all_n_presupposition-*
 
 
 
 
563
  ---
564
 
565
  # Dataset Card for IMPPRES
 
320
  dtype: int16
321
  splits:
322
  - name: both_presupposition
323
+ num_bytes: 432760
324
  num_examples: 1900
325
+ download_size: 41142
326
+ dataset_size: 432760
327
  - config_name: presupposition_change_of_state
328
  features:
329
  - name: premise
 
560
  data_files:
561
  - split: all_n_presupposition
562
  path: presupposition_all_n_presupposition/all_n_presupposition-*
563
+ - config_name: presupposition_both_presupposition
564
+ data_files:
565
+ - split: both_presupposition
566
+ path: presupposition_both_presupposition/both_presupposition-*
567
  ---
568
 
569
  # Dataset Card for IMPPRES
dataset_infos.json CHANGED
@@ -79,68 +79,54 @@
79
  "features": {
80
  "premise": {
81
  "dtype": "string",
82
- "id": null,
83
  "_type": "Value"
84
  },
85
  "hypothesis": {
86
  "dtype": "string",
87
- "id": null,
88
  "_type": "Value"
89
  },
90
  "trigger": {
91
  "dtype": "string",
92
- "id": null,
93
  "_type": "Value"
94
  },
95
  "trigger1": {
96
  "dtype": "string",
97
- "id": null,
98
  "_type": "Value"
99
  },
100
  "trigger2": {
101
  "dtype": "string",
102
- "id": null,
103
  "_type": "Value"
104
  },
105
  "presupposition": {
106
  "dtype": "string",
107
- "id": null,
108
  "_type": "Value"
109
  },
110
  "gold_label": {
111
- "num_classes": 3,
112
  "names": [
113
  "entailment",
114
  "neutral",
115
  "contradiction"
116
  ],
117
- "names_file": null,
118
- "id": null,
119
  "_type": "ClassLabel"
120
  },
121
  "UID": {
122
  "dtype": "string",
123
- "id": null,
124
  "_type": "Value"
125
  },
126
  "pairID": {
127
  "dtype": "string",
128
- "id": null,
129
  "_type": "Value"
130
  },
131
  "paradigmID": {
132
  "dtype": "int16",
133
- "id": null,
134
  "_type": "Value"
135
  }
136
  },
137
- "post_processed": null,
138
- "supervised_keys": null,
139
- "builder_name": "imppres",
140
  "config_name": "presupposition_both_presupposition",
141
  "version": {
142
  "version_str": "1.1.0",
143
- "description": null,
144
  "major": 1,
145
  "minor": 1,
146
  "patch": 0
@@ -148,21 +134,14 @@
148
  "splits": {
149
  "both_presupposition": {
150
  "name": "both_presupposition",
151
- "num_bytes": 432792,
152
  "num_examples": 1900,
153
- "dataset_name": "imppres"
154
- }
155
- },
156
- "download_checksums": {
157
- "https://github.com/facebookresearch/Imppres/blob/master/dataset/IMPPRES.zip?raw=true": {
158
- "num_bytes": 335088,
159
- "checksum": "f1f4ab03aec2248dcfbcb00b80e6099c592751cca2b542b208c6cf46f2926937"
160
  }
161
  },
162
- "download_size": 335088,
163
- "post_processing_size": null,
164
- "dataset_size": 432792,
165
- "size_in_bytes": 767880
166
  },
167
  "presupposition_change_of_state": {
168
  "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.",
 
79
  "features": {
80
  "premise": {
81
  "dtype": "string",
 
82
  "_type": "Value"
83
  },
84
  "hypothesis": {
85
  "dtype": "string",
 
86
  "_type": "Value"
87
  },
88
  "trigger": {
89
  "dtype": "string",
 
90
  "_type": "Value"
91
  },
92
  "trigger1": {
93
  "dtype": "string",
 
94
  "_type": "Value"
95
  },
96
  "trigger2": {
97
  "dtype": "string",
 
98
  "_type": "Value"
99
  },
100
  "presupposition": {
101
  "dtype": "string",
 
102
  "_type": "Value"
103
  },
104
  "gold_label": {
 
105
  "names": [
106
  "entailment",
107
  "neutral",
108
  "contradiction"
109
  ],
 
 
110
  "_type": "ClassLabel"
111
  },
112
  "UID": {
113
  "dtype": "string",
 
114
  "_type": "Value"
115
  },
116
  "pairID": {
117
  "dtype": "string",
 
118
  "_type": "Value"
119
  },
120
  "paradigmID": {
121
  "dtype": "int16",
 
122
  "_type": "Value"
123
  }
124
  },
125
+ "builder_name": "parquet",
126
+ "dataset_name": "imppres",
 
127
  "config_name": "presupposition_both_presupposition",
128
  "version": {
129
  "version_str": "1.1.0",
 
130
  "major": 1,
131
  "minor": 1,
132
  "patch": 0
 
134
  "splits": {
135
  "both_presupposition": {
136
  "name": "both_presupposition",
137
+ "num_bytes": 432760,
138
  "num_examples": 1900,
139
+ "dataset_name": null
 
 
 
 
 
 
140
  }
141
  },
142
+ "download_size": 41142,
143
+ "dataset_size": 432760,
144
+ "size_in_bytes": 473902
 
145
  },
146
  "presupposition_change_of_state": {
147
  "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_both_presupposition/both_presupposition-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2556f0b3980aa715d292f7d2513e8473d7d63e8631064526a706259f067d2b86
3
+ size 41142