Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
acceptability-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
·
d6fa888
1
Parent(s):
3945f54
Add superlative_quantifiers_1 data files
Browse files- README.md +7 -3
- dataset_infos.json +6 -24
- superlative_quantifiers_1/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1556,10 +1556,10 @@ dataset_info:
|
|
| 1556 |
dtype: int32
|
| 1557 |
splits:
|
| 1558 |
- name: train
|
| 1559 |
-
num_bytes:
|
| 1560 |
num_examples: 1000
|
| 1561 |
-
download_size:
|
| 1562 |
-
dataset_size:
|
| 1563 |
- config_name: superlative_quantifiers_2
|
| 1564 |
features:
|
| 1565 |
- name: sentence_good
|
|
@@ -2113,6 +2113,10 @@ configs:
|
|
| 2113 |
data_files:
|
| 2114 |
- split: train
|
| 2115 |
path: sentential_subject_island/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2116 |
---
|
| 2117 |
|
| 2118 |
# Dataset Card for "blimp"
|
|
|
|
| 1556 |
dtype: int32
|
| 1557 |
splits:
|
| 1558 |
- name: train
|
| 1559 |
+
num_bytes: 159290
|
| 1560 |
num_examples: 1000
|
| 1561 |
+
download_size: 48453
|
| 1562 |
+
dataset_size: 159290
|
| 1563 |
- config_name: superlative_quantifiers_2
|
| 1564 |
features:
|
| 1565 |
- name: sentence_good
|
|
|
|
| 2113 |
data_files:
|
| 2114 |
- split: train
|
| 2115 |
path: sentential_subject_island/train-*
|
| 2116 |
+
- config_name: superlative_quantifiers_1
|
| 2117 |
+
data_files:
|
| 2118 |
+
- split: train
|
| 2119 |
+
path: superlative_quantifiers_1/train-*
|
| 2120 |
---
|
| 2121 |
|
| 2122 |
# Dataset Card for "blimp"
|
dataset_infos.json
CHANGED
|
@@ -3679,62 +3679,50 @@
|
|
| 3679 |
"features": {
|
| 3680 |
"sentence_good": {
|
| 3681 |
"dtype": "string",
|
| 3682 |
-
"id": null,
|
| 3683 |
"_type": "Value"
|
| 3684 |
},
|
| 3685 |
"sentence_bad": {
|
| 3686 |
"dtype": "string",
|
| 3687 |
-
"id": null,
|
| 3688 |
"_type": "Value"
|
| 3689 |
},
|
| 3690 |
"field": {
|
| 3691 |
"dtype": "string",
|
| 3692 |
-
"id": null,
|
| 3693 |
"_type": "Value"
|
| 3694 |
},
|
| 3695 |
"linguistics_term": {
|
| 3696 |
"dtype": "string",
|
| 3697 |
-
"id": null,
|
| 3698 |
"_type": "Value"
|
| 3699 |
},
|
| 3700 |
"UID": {
|
| 3701 |
"dtype": "string",
|
| 3702 |
-
"id": null,
|
| 3703 |
"_type": "Value"
|
| 3704 |
},
|
| 3705 |
"simple_LM_method": {
|
| 3706 |
"dtype": "bool",
|
| 3707 |
-
"id": null,
|
| 3708 |
"_type": "Value"
|
| 3709 |
},
|
| 3710 |
"one_prefix_method": {
|
| 3711 |
"dtype": "bool",
|
| 3712 |
-
"id": null,
|
| 3713 |
"_type": "Value"
|
| 3714 |
},
|
| 3715 |
"two_prefix_method": {
|
| 3716 |
"dtype": "bool",
|
| 3717 |
-
"id": null,
|
| 3718 |
"_type": "Value"
|
| 3719 |
},
|
| 3720 |
"lexically_identical": {
|
| 3721 |
"dtype": "bool",
|
| 3722 |
-
"id": null,
|
| 3723 |
"_type": "Value"
|
| 3724 |
},
|
| 3725 |
"pair_id": {
|
| 3726 |
"dtype": "int32",
|
| 3727 |
-
"id": null,
|
| 3728 |
"_type": "Value"
|
| 3729 |
}
|
| 3730 |
},
|
| 3731 |
-
"supervised_keys": null,
|
| 3732 |
"builder_name": "blimp",
|
|
|
|
| 3733 |
"config_name": "superlative_quantifiers_1",
|
| 3734 |
"version": {
|
| 3735 |
"version_str": "0.1.0",
|
| 3736 |
-
"description": null,
|
| 3737 |
-
"datasets_version_to_prepare": null,
|
| 3738 |
"major": 0,
|
| 3739 |
"minor": 1,
|
| 3740 |
"patch": 0
|
|
@@ -3742,20 +3730,14 @@
|
|
| 3742 |
"splits": {
|
| 3743 |
"train": {
|
| 3744 |
"name": "train",
|
| 3745 |
-
"num_bytes":
|
| 3746 |
"num_examples": 1000,
|
| 3747 |
-
"dataset_name":
|
| 3748 |
-
}
|
| 3749 |
-
},
|
| 3750 |
-
"download_checksums": {
|
| 3751 |
-
"https://raw.githubusercontent.com/alexwarstadt/blimp/master/data/superlative_quantifiers_1.jsonl": {
|
| 3752 |
-
"num_bytes": 381189,
|
| 3753 |
-
"checksum": "bebc5c5ff28cf226cc35293c60cde1fcf7565a7b58cb219d01ac8908b952a497"
|
| 3754 |
}
|
| 3755 |
},
|
| 3756 |
-
"download_size":
|
| 3757 |
-
"dataset_size":
|
| 3758 |
-
"size_in_bytes":
|
| 3759 |
},
|
| 3760 |
"superlative_quantifiers_2": {
|
| 3761 |
"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",
|
|
|
|
| 3679 |
"features": {
|
| 3680 |
"sentence_good": {
|
| 3681 |
"dtype": "string",
|
|
|
|
| 3682 |
"_type": "Value"
|
| 3683 |
},
|
| 3684 |
"sentence_bad": {
|
| 3685 |
"dtype": "string",
|
|
|
|
| 3686 |
"_type": "Value"
|
| 3687 |
},
|
| 3688 |
"field": {
|
| 3689 |
"dtype": "string",
|
|
|
|
| 3690 |
"_type": "Value"
|
| 3691 |
},
|
| 3692 |
"linguistics_term": {
|
| 3693 |
"dtype": "string",
|
|
|
|
| 3694 |
"_type": "Value"
|
| 3695 |
},
|
| 3696 |
"UID": {
|
| 3697 |
"dtype": "string",
|
|
|
|
| 3698 |
"_type": "Value"
|
| 3699 |
},
|
| 3700 |
"simple_LM_method": {
|
| 3701 |
"dtype": "bool",
|
|
|
|
| 3702 |
"_type": "Value"
|
| 3703 |
},
|
| 3704 |
"one_prefix_method": {
|
| 3705 |
"dtype": "bool",
|
|
|
|
| 3706 |
"_type": "Value"
|
| 3707 |
},
|
| 3708 |
"two_prefix_method": {
|
| 3709 |
"dtype": "bool",
|
|
|
|
| 3710 |
"_type": "Value"
|
| 3711 |
},
|
| 3712 |
"lexically_identical": {
|
| 3713 |
"dtype": "bool",
|
|
|
|
| 3714 |
"_type": "Value"
|
| 3715 |
},
|
| 3716 |
"pair_id": {
|
| 3717 |
"dtype": "int32",
|
|
|
|
| 3718 |
"_type": "Value"
|
| 3719 |
}
|
| 3720 |
},
|
|
|
|
| 3721 |
"builder_name": "blimp",
|
| 3722 |
+
"dataset_name": "blimp",
|
| 3723 |
"config_name": "superlative_quantifiers_1",
|
| 3724 |
"version": {
|
| 3725 |
"version_str": "0.1.0",
|
|
|
|
|
|
|
| 3726 |
"major": 0,
|
| 3727 |
"minor": 1,
|
| 3728 |
"patch": 0
|
|
|
|
| 3730 |
"splits": {
|
| 3731 |
"train": {
|
| 3732 |
"name": "train",
|
| 3733 |
+
"num_bytes": 159290,
|
| 3734 |
"num_examples": 1000,
|
| 3735 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3736 |
}
|
| 3737 |
},
|
| 3738 |
+
"download_size": 48453,
|
| 3739 |
+
"dataset_size": 159290,
|
| 3740 |
+
"size_in_bytes": 207743
|
| 3741 |
},
|
| 3742 |
"superlative_quantifiers_2": {
|
| 3743 |
"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",
|
superlative_quantifiers_1/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eba2e172058aaa24858464ab6e79455564e2e220d18863395897895ce8fcec4e
|
| 3 |
+
size 48453
|