Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
acceptability-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
•
33491b0
1
Parent(s):
9a8f400
Add wh_vs_that_no_gap data files
Browse files- README.md +7 -3
- dataset_infos.json +6 -24
- wh_vs_that_no_gap/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1808,10 +1808,10 @@ dataset_info:
|
|
1808 |
dtype: int32
|
1809 |
splits:
|
1810 |
- name: train
|
1811 |
-
num_bytes:
|
1812 |
num_examples: 1000
|
1813 |
-
download_size:
|
1814 |
-
dataset_size:
|
1815 |
- config_name: wh_vs_that_no_gap_long_distance
|
1816 |
features:
|
1817 |
- name: sentence_good
|
@@ -2149,6 +2149,10 @@ configs:
|
|
2149 |
data_files:
|
2150 |
- split: train
|
2151 |
path: wh_questions_subject_gap_long_distance/train-*
|
|
|
|
|
|
|
|
|
2152 |
---
|
2153 |
|
2154 |
# Dataset Card for "blimp"
|
|
|
1808 |
dtype: int32
|
1809 |
splits:
|
1810 |
- name: train
|
1811 |
+
num_bytes: 188872
|
1812 |
num_examples: 1000
|
1813 |
+
download_size: 71710
|
1814 |
+
dataset_size: 188872
|
1815 |
- config_name: wh_vs_that_no_gap_long_distance
|
1816 |
features:
|
1817 |
- name: sentence_good
|
|
|
2149 |
data_files:
|
2150 |
- split: train
|
2151 |
path: wh_questions_subject_gap_long_distance/train-*
|
2152 |
+
- config_name: wh_vs_that_no_gap
|
2153 |
+
data_files:
|
2154 |
+
- split: train
|
2155 |
+
path: wh_vs_that_no_gap/train-*
|
2156 |
---
|
2157 |
|
2158 |
# Dataset Card for "blimp"
|
dataset_infos.json
CHANGED
@@ -4291,62 +4291,50 @@
|
|
4291 |
"features": {
|
4292 |
"sentence_good": {
|
4293 |
"dtype": "string",
|
4294 |
-
"id": null,
|
4295 |
"_type": "Value"
|
4296 |
},
|
4297 |
"sentence_bad": {
|
4298 |
"dtype": "string",
|
4299 |
-
"id": null,
|
4300 |
"_type": "Value"
|
4301 |
},
|
4302 |
"field": {
|
4303 |
"dtype": "string",
|
4304 |
-
"id": null,
|
4305 |
"_type": "Value"
|
4306 |
},
|
4307 |
"linguistics_term": {
|
4308 |
"dtype": "string",
|
4309 |
-
"id": null,
|
4310 |
"_type": "Value"
|
4311 |
},
|
4312 |
"UID": {
|
4313 |
"dtype": "string",
|
4314 |
-
"id": null,
|
4315 |
"_type": "Value"
|
4316 |
},
|
4317 |
"simple_LM_method": {
|
4318 |
"dtype": "bool",
|
4319 |
-
"id": null,
|
4320 |
"_type": "Value"
|
4321 |
},
|
4322 |
"one_prefix_method": {
|
4323 |
"dtype": "bool",
|
4324 |
-
"id": null,
|
4325 |
"_type": "Value"
|
4326 |
},
|
4327 |
"two_prefix_method": {
|
4328 |
"dtype": "bool",
|
4329 |
-
"id": null,
|
4330 |
"_type": "Value"
|
4331 |
},
|
4332 |
"lexically_identical": {
|
4333 |
"dtype": "bool",
|
4334 |
-
"id": null,
|
4335 |
"_type": "Value"
|
4336 |
},
|
4337 |
"pair_id": {
|
4338 |
"dtype": "int32",
|
4339 |
-
"id": null,
|
4340 |
"_type": "Value"
|
4341 |
}
|
4342 |
},
|
4343 |
-
"supervised_keys": null,
|
4344 |
"builder_name": "blimp",
|
|
|
4345 |
"config_name": "wh_vs_that_no_gap",
|
4346 |
"version": {
|
4347 |
"version_str": "0.1.0",
|
4348 |
-
"description": null,
|
4349 |
-
"datasets_version_to_prepare": null,
|
4350 |
"major": 0,
|
4351 |
"minor": 1,
|
4352 |
"patch": 0
|
@@ -4354,20 +4342,14 @@
|
|
4354 |
"splits": {
|
4355 |
"train": {
|
4356 |
"name": "train",
|
4357 |
-
"num_bytes":
|
4358 |
"num_examples": 1000,
|
4359 |
-
"dataset_name":
|
4360 |
-
}
|
4361 |
-
},
|
4362 |
-
"download_checksums": {
|
4363 |
-
"https://raw.githubusercontent.com/alexwarstadt/blimp/master/data/wh_vs_that_no_gap.jsonl": {
|
4364 |
-
"num_bytes": 383262,
|
4365 |
-
"checksum": "6a25d0d1499e9f522696a62ce9dba8c49f58c5446fddc6d852bf562d1016163c"
|
4366 |
}
|
4367 |
},
|
4368 |
-
"download_size":
|
4369 |
-
"dataset_size":
|
4370 |
-
"size_in_bytes":
|
4371 |
},
|
4372 |
"wh_vs_that_no_gap_long_distance": {
|
4373 |
"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",
|
|
|
4291 |
"features": {
|
4292 |
"sentence_good": {
|
4293 |
"dtype": "string",
|
|
|
4294 |
"_type": "Value"
|
4295 |
},
|
4296 |
"sentence_bad": {
|
4297 |
"dtype": "string",
|
|
|
4298 |
"_type": "Value"
|
4299 |
},
|
4300 |
"field": {
|
4301 |
"dtype": "string",
|
|
|
4302 |
"_type": "Value"
|
4303 |
},
|
4304 |
"linguistics_term": {
|
4305 |
"dtype": "string",
|
|
|
4306 |
"_type": "Value"
|
4307 |
},
|
4308 |
"UID": {
|
4309 |
"dtype": "string",
|
|
|
4310 |
"_type": "Value"
|
4311 |
},
|
4312 |
"simple_LM_method": {
|
4313 |
"dtype": "bool",
|
|
|
4314 |
"_type": "Value"
|
4315 |
},
|
4316 |
"one_prefix_method": {
|
4317 |
"dtype": "bool",
|
|
|
4318 |
"_type": "Value"
|
4319 |
},
|
4320 |
"two_prefix_method": {
|
4321 |
"dtype": "bool",
|
|
|
4322 |
"_type": "Value"
|
4323 |
},
|
4324 |
"lexically_identical": {
|
4325 |
"dtype": "bool",
|
|
|
4326 |
"_type": "Value"
|
4327 |
},
|
4328 |
"pair_id": {
|
4329 |
"dtype": "int32",
|
|
|
4330 |
"_type": "Value"
|
4331 |
}
|
4332 |
},
|
|
|
4333 |
"builder_name": "blimp",
|
4334 |
+
"dataset_name": "blimp",
|
4335 |
"config_name": "wh_vs_that_no_gap",
|
4336 |
"version": {
|
4337 |
"version_str": "0.1.0",
|
|
|
|
|
4338 |
"major": 0,
|
4339 |
"minor": 1,
|
4340 |
"patch": 0
|
|
|
4342 |
"splits": {
|
4343 |
"train": {
|
4344 |
"name": "train",
|
4345 |
+
"num_bytes": 188872,
|
4346 |
"num_examples": 1000,
|
4347 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
4348 |
}
|
4349 |
},
|
4350 |
+
"download_size": 71710,
|
4351 |
+
"dataset_size": 188872,
|
4352 |
+
"size_in_bytes": 260582
|
4353 |
},
|
4354 |
"wh_vs_that_no_gap_long_distance": {
|
4355 |
"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_vs_that_no_gap/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92fc7e67b32b10f6e94b6b4c094204c51bb1b622d48812d714e33f91b6603fe2
|
3 |
+
size 71710
|