Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
acceptability-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
·
5b76995
1
Parent(s):
acf1a13
Add wh_questions_subject_gap data files
Browse files- README.md +7 -3
- dataset_infos.json +6 -24
- wh_questions_subject_gap/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1752,10 +1752,10 @@ dataset_info:
|
|
| 1752 |
dtype: int32
|
| 1753 |
splits:
|
| 1754 |
- name: train
|
| 1755 |
-
num_bytes:
|
| 1756 |
num_examples: 1000
|
| 1757 |
-
download_size:
|
| 1758 |
-
dataset_size:
|
| 1759 |
- config_name: wh_questions_subject_gap_long_distance
|
| 1760 |
features:
|
| 1761 |
- name: sentence_good
|
|
@@ -2141,6 +2141,10 @@ configs:
|
|
| 2141 |
data_files:
|
| 2142 |
- split: train
|
| 2143 |
path: wh_questions_object_gap/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2144 |
---
|
| 2145 |
|
| 2146 |
# Dataset Card for "blimp"
|
|
|
|
| 1752 |
dtype: int32
|
| 1753 |
splits:
|
| 1754 |
- name: train
|
| 1755 |
+
num_bytes: 195593
|
| 1756 |
num_examples: 1000
|
| 1757 |
+
download_size: 71632
|
| 1758 |
+
dataset_size: 195593
|
| 1759 |
- config_name: wh_questions_subject_gap_long_distance
|
| 1760 |
features:
|
| 1761 |
- name: sentence_good
|
|
|
|
| 2141 |
data_files:
|
| 2142 |
- split: train
|
| 2143 |
path: wh_questions_object_gap/train-*
|
| 2144 |
+
- config_name: wh_questions_subject_gap
|
| 2145 |
+
data_files:
|
| 2146 |
+
- split: train
|
| 2147 |
+
path: wh_questions_subject_gap/train-*
|
| 2148 |
---
|
| 2149 |
|
| 2150 |
# Dataset Card for "blimp"
|
dataset_infos.json
CHANGED
|
@@ -4155,62 +4155,50 @@
|
|
| 4155 |
"features": {
|
| 4156 |
"sentence_good": {
|
| 4157 |
"dtype": "string",
|
| 4158 |
-
"id": null,
|
| 4159 |
"_type": "Value"
|
| 4160 |
},
|
| 4161 |
"sentence_bad": {
|
| 4162 |
"dtype": "string",
|
| 4163 |
-
"id": null,
|
| 4164 |
"_type": "Value"
|
| 4165 |
},
|
| 4166 |
"field": {
|
| 4167 |
"dtype": "string",
|
| 4168 |
-
"id": null,
|
| 4169 |
"_type": "Value"
|
| 4170 |
},
|
| 4171 |
"linguistics_term": {
|
| 4172 |
"dtype": "string",
|
| 4173 |
-
"id": null,
|
| 4174 |
"_type": "Value"
|
| 4175 |
},
|
| 4176 |
"UID": {
|
| 4177 |
"dtype": "string",
|
| 4178 |
-
"id": null,
|
| 4179 |
"_type": "Value"
|
| 4180 |
},
|
| 4181 |
"simple_LM_method": {
|
| 4182 |
"dtype": "bool",
|
| 4183 |
-
"id": null,
|
| 4184 |
"_type": "Value"
|
| 4185 |
},
|
| 4186 |
"one_prefix_method": {
|
| 4187 |
"dtype": "bool",
|
| 4188 |
-
"id": null,
|
| 4189 |
"_type": "Value"
|
| 4190 |
},
|
| 4191 |
"two_prefix_method": {
|
| 4192 |
"dtype": "bool",
|
| 4193 |
-
"id": null,
|
| 4194 |
"_type": "Value"
|
| 4195 |
},
|
| 4196 |
"lexically_identical": {
|
| 4197 |
"dtype": "bool",
|
| 4198 |
-
"id": null,
|
| 4199 |
"_type": "Value"
|
| 4200 |
},
|
| 4201 |
"pair_id": {
|
| 4202 |
"dtype": "int32",
|
| 4203 |
-
"id": null,
|
| 4204 |
"_type": "Value"
|
| 4205 |
}
|
| 4206 |
},
|
| 4207 |
-
"supervised_keys": null,
|
| 4208 |
"builder_name": "blimp",
|
|
|
|
| 4209 |
"config_name": "wh_questions_subject_gap",
|
| 4210 |
"version": {
|
| 4211 |
"version_str": "0.1.0",
|
| 4212 |
-
"description": null,
|
| 4213 |
-
"datasets_version_to_prepare": null,
|
| 4214 |
"major": 0,
|
| 4215 |
"minor": 1,
|
| 4216 |
"patch": 0
|
|
@@ -4218,20 +4206,14 @@
|
|
| 4218 |
"splits": {
|
| 4219 |
"train": {
|
| 4220 |
"name": "train",
|
| 4221 |
-
"num_bytes":
|
| 4222 |
"num_examples": 1000,
|
| 4223 |
-
"dataset_name":
|
| 4224 |
-
}
|
| 4225 |
-
},
|
| 4226 |
-
"download_checksums": {
|
| 4227 |
-
"https://raw.githubusercontent.com/alexwarstadt/blimp/master/data/wh_questions_subject_gap.jsonl": {
|
| 4228 |
-
"num_bytes": 389983,
|
| 4229 |
-
"checksum": "3c33e4efc7182824211ff3288694cf010f4ce84f85c8df67410d784139c722b3"
|
| 4230 |
}
|
| 4231 |
},
|
| 4232 |
-
"download_size":
|
| 4233 |
-
"dataset_size":
|
| 4234 |
-
"size_in_bytes":
|
| 4235 |
},
|
| 4236 |
"wh_questions_subject_gap_long_distance": {
|
| 4237 |
"description": "\nBLiMP is a challenge set for evaluating what language models (LMs) know about\nmajor grammatical phenomena in English. BLiMP consists of 67 sub-datasets, each\ncontaining 1000 minimal pairs isolating specific contrasts in syntax,\nmorphology, or semantics. The data is automatically generated according to\nexpert-crafted grammars.\n",
|
|
|
|
| 4155 |
"features": {
|
| 4156 |
"sentence_good": {
|
| 4157 |
"dtype": "string",
|
|
|
|
| 4158 |
"_type": "Value"
|
| 4159 |
},
|
| 4160 |
"sentence_bad": {
|
| 4161 |
"dtype": "string",
|
|
|
|
| 4162 |
"_type": "Value"
|
| 4163 |
},
|
| 4164 |
"field": {
|
| 4165 |
"dtype": "string",
|
|
|
|
| 4166 |
"_type": "Value"
|
| 4167 |
},
|
| 4168 |
"linguistics_term": {
|
| 4169 |
"dtype": "string",
|
|
|
|
| 4170 |
"_type": "Value"
|
| 4171 |
},
|
| 4172 |
"UID": {
|
| 4173 |
"dtype": "string",
|
|
|
|
| 4174 |
"_type": "Value"
|
| 4175 |
},
|
| 4176 |
"simple_LM_method": {
|
| 4177 |
"dtype": "bool",
|
|
|
|
| 4178 |
"_type": "Value"
|
| 4179 |
},
|
| 4180 |
"one_prefix_method": {
|
| 4181 |
"dtype": "bool",
|
|
|
|
| 4182 |
"_type": "Value"
|
| 4183 |
},
|
| 4184 |
"two_prefix_method": {
|
| 4185 |
"dtype": "bool",
|
|
|
|
| 4186 |
"_type": "Value"
|
| 4187 |
},
|
| 4188 |
"lexically_identical": {
|
| 4189 |
"dtype": "bool",
|
|
|
|
| 4190 |
"_type": "Value"
|
| 4191 |
},
|
| 4192 |
"pair_id": {
|
| 4193 |
"dtype": "int32",
|
|
|
|
| 4194 |
"_type": "Value"
|
| 4195 |
}
|
| 4196 |
},
|
|
|
|
| 4197 |
"builder_name": "blimp",
|
| 4198 |
+
"dataset_name": "blimp",
|
| 4199 |
"config_name": "wh_questions_subject_gap",
|
| 4200 |
"version": {
|
| 4201 |
"version_str": "0.1.0",
|
|
|
|
|
|
|
| 4202 |
"major": 0,
|
| 4203 |
"minor": 1,
|
| 4204 |
"patch": 0
|
|
|
|
| 4206 |
"splits": {
|
| 4207 |
"train": {
|
| 4208 |
"name": "train",
|
| 4209 |
+
"num_bytes": 195593,
|
| 4210 |
"num_examples": 1000,
|
| 4211 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4212 |
}
|
| 4213 |
},
|
| 4214 |
+
"download_size": 71632,
|
| 4215 |
+
"dataset_size": 195593,
|
| 4216 |
+
"size_in_bytes": 267225
|
| 4217 |
},
|
| 4218 |
"wh_questions_subject_gap_long_distance": {
|
| 4219 |
"description": "\nBLiMP is a challenge set for evaluating what language models (LMs) know about\nmajor grammatical phenomena in English. BLiMP consists of 67 sub-datasets, each\ncontaining 1000 minimal pairs isolating specific contrasts in syntax,\nmorphology, or semantics. The data is automatically generated according to\nexpert-crafted grammars.\n",
|
wh_questions_subject_gap/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a58be1f30174106b6934ca13a7d89716e380a8f2ccd051f6bc20e85ba19904a4
|
| 3 |
+
size 71632
|