Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
acceptability-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
·
5c4d1d5
1
Parent(s):
055bdd3
Add npi_present_2 data files
Browse files- README.md +7 -3
- dataset_infos.json +6 -24
- npi_present_2/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1080,10 +1080,10 @@ dataset_info:
|
|
| 1080 |
dtype: int32
|
| 1081 |
splits:
|
| 1082 |
- name: train
|
| 1083 |
-
num_bytes:
|
| 1084 |
num_examples: 1000
|
| 1085 |
-
download_size:
|
| 1086 |
-
dataset_size:
|
| 1087 |
- config_name: only_npi_licensor_present
|
| 1088 |
features:
|
| 1089 |
- name: sentence_good
|
|
@@ -2045,6 +2045,10 @@ configs:
|
|
| 2045 |
data_files:
|
| 2046 |
- split: train
|
| 2047 |
path: npi_present_1/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2048 |
---
|
| 2049 |
|
| 2050 |
# Dataset Card for "blimp"
|
|
|
|
| 1080 |
dtype: int32
|
| 1081 |
splits:
|
| 1082 |
- name: train
|
| 1083 |
+
num_bytes: 127636
|
| 1084 |
num_examples: 1000
|
| 1085 |
+
download_size: 51661
|
| 1086 |
+
dataset_size: 127636
|
| 1087 |
- config_name: only_npi_licensor_present
|
| 1088 |
features:
|
| 1089 |
- name: sentence_good
|
|
|
|
| 2045 |
data_files:
|
| 2046 |
- split: train
|
| 2047 |
path: npi_present_1/train-*
|
| 2048 |
+
- config_name: npi_present_2
|
| 2049 |
+
data_files:
|
| 2050 |
+
- split: train
|
| 2051 |
+
path: npi_present_2/train-*
|
| 2052 |
---
|
| 2053 |
|
| 2054 |
# Dataset Card for "blimp"
|
dataset_infos.json
CHANGED
|
@@ -2523,62 +2523,50 @@
|
|
| 2523 |
"features": {
|
| 2524 |
"sentence_good": {
|
| 2525 |
"dtype": "string",
|
| 2526 |
-
"id": null,
|
| 2527 |
"_type": "Value"
|
| 2528 |
},
|
| 2529 |
"sentence_bad": {
|
| 2530 |
"dtype": "string",
|
| 2531 |
-
"id": null,
|
| 2532 |
"_type": "Value"
|
| 2533 |
},
|
| 2534 |
"field": {
|
| 2535 |
"dtype": "string",
|
| 2536 |
-
"id": null,
|
| 2537 |
"_type": "Value"
|
| 2538 |
},
|
| 2539 |
"linguistics_term": {
|
| 2540 |
"dtype": "string",
|
| 2541 |
-
"id": null,
|
| 2542 |
"_type": "Value"
|
| 2543 |
},
|
| 2544 |
"UID": {
|
| 2545 |
"dtype": "string",
|
| 2546 |
-
"id": null,
|
| 2547 |
"_type": "Value"
|
| 2548 |
},
|
| 2549 |
"simple_LM_method": {
|
| 2550 |
"dtype": "bool",
|
| 2551 |
-
"id": null,
|
| 2552 |
"_type": "Value"
|
| 2553 |
},
|
| 2554 |
"one_prefix_method": {
|
| 2555 |
"dtype": "bool",
|
| 2556 |
-
"id": null,
|
| 2557 |
"_type": "Value"
|
| 2558 |
},
|
| 2559 |
"two_prefix_method": {
|
| 2560 |
"dtype": "bool",
|
| 2561 |
-
"id": null,
|
| 2562 |
"_type": "Value"
|
| 2563 |
},
|
| 2564 |
"lexically_identical": {
|
| 2565 |
"dtype": "bool",
|
| 2566 |
-
"id": null,
|
| 2567 |
"_type": "Value"
|
| 2568 |
},
|
| 2569 |
"pair_id": {
|
| 2570 |
"dtype": "int32",
|
| 2571 |
-
"id": null,
|
| 2572 |
"_type": "Value"
|
| 2573 |
}
|
| 2574 |
},
|
| 2575 |
-
"supervised_keys": null,
|
| 2576 |
"builder_name": "blimp",
|
|
|
|
| 2577 |
"config_name": "npi_present_2",
|
| 2578 |
"version": {
|
| 2579 |
"version_str": "0.1.0",
|
| 2580 |
-
"description": null,
|
| 2581 |
-
"datasets_version_to_prepare": null,
|
| 2582 |
"major": 0,
|
| 2583 |
"minor": 1,
|
| 2584 |
"patch": 0
|
|
@@ -2586,20 +2574,14 @@
|
|
| 2586 |
"splits": {
|
| 2587 |
"train": {
|
| 2588 |
"name": "train",
|
| 2589 |
-
"num_bytes":
|
| 2590 |
"num_examples": 1000,
|
| 2591 |
-
"dataset_name":
|
| 2592 |
-
}
|
| 2593 |
-
},
|
| 2594 |
-
"download_checksums": {
|
| 2595 |
-
"https://raw.githubusercontent.com/alexwarstadt/blimp/master/data/npi_present_2.jsonl": {
|
| 2596 |
-
"num_bytes": 422136,
|
| 2597 |
-
"checksum": "52fcfa230a40ae27998273cc08ecd062aad17025c92389df3404a85ed519909b"
|
| 2598 |
}
|
| 2599 |
},
|
| 2600 |
-
"download_size":
|
| 2601 |
-
"dataset_size":
|
| 2602 |
-
"size_in_bytes":
|
| 2603 |
},
|
| 2604 |
"only_npi_licensor_present": {
|
| 2605 |
"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",
|
|
|
|
| 2523 |
"features": {
|
| 2524 |
"sentence_good": {
|
| 2525 |
"dtype": "string",
|
|
|
|
| 2526 |
"_type": "Value"
|
| 2527 |
},
|
| 2528 |
"sentence_bad": {
|
| 2529 |
"dtype": "string",
|
|
|
|
| 2530 |
"_type": "Value"
|
| 2531 |
},
|
| 2532 |
"field": {
|
| 2533 |
"dtype": "string",
|
|
|
|
| 2534 |
"_type": "Value"
|
| 2535 |
},
|
| 2536 |
"linguistics_term": {
|
| 2537 |
"dtype": "string",
|
|
|
|
| 2538 |
"_type": "Value"
|
| 2539 |
},
|
| 2540 |
"UID": {
|
| 2541 |
"dtype": "string",
|
|
|
|
| 2542 |
"_type": "Value"
|
| 2543 |
},
|
| 2544 |
"simple_LM_method": {
|
| 2545 |
"dtype": "bool",
|
|
|
|
| 2546 |
"_type": "Value"
|
| 2547 |
},
|
| 2548 |
"one_prefix_method": {
|
| 2549 |
"dtype": "bool",
|
|
|
|
| 2550 |
"_type": "Value"
|
| 2551 |
},
|
| 2552 |
"two_prefix_method": {
|
| 2553 |
"dtype": "bool",
|
|
|
|
| 2554 |
"_type": "Value"
|
| 2555 |
},
|
| 2556 |
"lexically_identical": {
|
| 2557 |
"dtype": "bool",
|
|
|
|
| 2558 |
"_type": "Value"
|
| 2559 |
},
|
| 2560 |
"pair_id": {
|
| 2561 |
"dtype": "int32",
|
|
|
|
| 2562 |
"_type": "Value"
|
| 2563 |
}
|
| 2564 |
},
|
|
|
|
| 2565 |
"builder_name": "blimp",
|
| 2566 |
+
"dataset_name": "blimp",
|
| 2567 |
"config_name": "npi_present_2",
|
| 2568 |
"version": {
|
| 2569 |
"version_str": "0.1.0",
|
|
|
|
|
|
|
| 2570 |
"major": 0,
|
| 2571 |
"minor": 1,
|
| 2572 |
"patch": 0
|
|
|
|
| 2574 |
"splits": {
|
| 2575 |
"train": {
|
| 2576 |
"name": "train",
|
| 2577 |
+
"num_bytes": 127636,
|
| 2578 |
"num_examples": 1000,
|
| 2579 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2580 |
}
|
| 2581 |
},
|
| 2582 |
+
"download_size": 51661,
|
| 2583 |
+
"dataset_size": 127636,
|
| 2584 |
+
"size_in_bytes": 179297
|
| 2585 |
},
|
| 2586 |
"only_npi_licensor_present": {
|
| 2587 |
"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",
|
npi_present_2/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44cdf2e5c7964d7618370927e5a86753f87de84b4b53555ed19f710eb61f8240
|
| 3 |
+
size 51661
|