Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
acceptability-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
•
53616ae
1
Parent(s):
d22e0d9
Add determiner_noun_agreement_1 data files
Browse files- README.md +7 -3
- dataset_infos.json +6 -24
- determiner_noun_agreement_1/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -296,10 +296,10 @@ dataset_info:
|
|
296 |
dtype: int32
|
297 |
splits:
|
298 |
- name: train
|
299 |
-
num_bytes:
|
300 |
num_examples: 1000
|
301 |
-
download_size:
|
302 |
-
dataset_size:
|
303 |
- config_name: determiner_noun_agreement_2
|
304 |
features:
|
305 |
- name: sentence_good
|
@@ -1933,6 +1933,10 @@ configs:
|
|
1933 |
data_files:
|
1934 |
- split: train
|
1935 |
path: coordinate_structure_constraint_object_extraction/train-*
|
|
|
|
|
|
|
|
|
1936 |
---
|
1937 |
|
1938 |
# Dataset Card for "blimp"
|
|
|
296 |
dtype: int32
|
297 |
splits:
|
298 |
- name: train
|
299 |
+
num_bytes: 156120
|
300 |
num_examples: 1000
|
301 |
+
download_size: 49893
|
302 |
+
dataset_size: 156120
|
303 |
- config_name: determiner_noun_agreement_2
|
304 |
features:
|
305 |
- name: sentence_good
|
|
|
1933 |
data_files:
|
1934 |
- split: train
|
1935 |
path: coordinate_structure_constraint_object_extraction/train-*
|
1936 |
+
- config_name: determiner_noun_agreement_1
|
1937 |
+
data_files:
|
1938 |
+
- split: train
|
1939 |
+
path: determiner_noun_agreement_1/train-*
|
1940 |
---
|
1941 |
|
1942 |
# Dataset Card for "blimp"
|
dataset_infos.json
CHANGED
@@ -619,62 +619,50 @@
|
|
619 |
"features": {
|
620 |
"sentence_good": {
|
621 |
"dtype": "string",
|
622 |
-
"id": null,
|
623 |
"_type": "Value"
|
624 |
},
|
625 |
"sentence_bad": {
|
626 |
"dtype": "string",
|
627 |
-
"id": null,
|
628 |
"_type": "Value"
|
629 |
},
|
630 |
"field": {
|
631 |
"dtype": "string",
|
632 |
-
"id": null,
|
633 |
"_type": "Value"
|
634 |
},
|
635 |
"linguistics_term": {
|
636 |
"dtype": "string",
|
637 |
-
"id": null,
|
638 |
"_type": "Value"
|
639 |
},
|
640 |
"UID": {
|
641 |
"dtype": "string",
|
642 |
-
"id": null,
|
643 |
"_type": "Value"
|
644 |
},
|
645 |
"simple_LM_method": {
|
646 |
"dtype": "bool",
|
647 |
-
"id": null,
|
648 |
"_type": "Value"
|
649 |
},
|
650 |
"one_prefix_method": {
|
651 |
"dtype": "bool",
|
652 |
-
"id": null,
|
653 |
"_type": "Value"
|
654 |
},
|
655 |
"two_prefix_method": {
|
656 |
"dtype": "bool",
|
657 |
-
"id": null,
|
658 |
"_type": "Value"
|
659 |
},
|
660 |
"lexically_identical": {
|
661 |
"dtype": "bool",
|
662 |
-
"id": null,
|
663 |
"_type": "Value"
|
664 |
},
|
665 |
"pair_id": {
|
666 |
"dtype": "int32",
|
667 |
-
"id": null,
|
668 |
"_type": "Value"
|
669 |
}
|
670 |
},
|
671 |
-
"supervised_keys": null,
|
672 |
"builder_name": "blimp",
|
|
|
673 |
"config_name": "determiner_noun_agreement_1",
|
674 |
"version": {
|
675 |
"version_str": "0.1.0",
|
676 |
-
"description": null,
|
677 |
-
"datasets_version_to_prepare": null,
|
678 |
"major": 0,
|
679 |
"minor": 1,
|
680 |
"patch": 0
|
@@ -682,20 +670,14 @@
|
|
682 |
"splits": {
|
683 |
"train": {
|
684 |
"name": "train",
|
685 |
-
"num_bytes":
|
686 |
"num_examples": 1000,
|
687 |
-
"dataset_name":
|
688 |
-
}
|
689 |
-
},
|
690 |
-
"download_checksums": {
|
691 |
-
"https://raw.githubusercontent.com/alexwarstadt/blimp/master/data/determiner_noun_agreement_1.jsonl": {
|
692 |
-
"num_bytes": 468642,
|
693 |
-
"checksum": "f48065fd760d0fd1a895012860d38bdf3c2ac115cd221e521684cc430c0f1855"
|
694 |
}
|
695 |
},
|
696 |
-
"download_size":
|
697 |
-
"dataset_size":
|
698 |
-
"size_in_bytes":
|
699 |
},
|
700 |
"determiner_noun_agreement_2": {
|
701 |
"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",
|
|
|
619 |
"features": {
|
620 |
"sentence_good": {
|
621 |
"dtype": "string",
|
|
|
622 |
"_type": "Value"
|
623 |
},
|
624 |
"sentence_bad": {
|
625 |
"dtype": "string",
|
|
|
626 |
"_type": "Value"
|
627 |
},
|
628 |
"field": {
|
629 |
"dtype": "string",
|
|
|
630 |
"_type": "Value"
|
631 |
},
|
632 |
"linguistics_term": {
|
633 |
"dtype": "string",
|
|
|
634 |
"_type": "Value"
|
635 |
},
|
636 |
"UID": {
|
637 |
"dtype": "string",
|
|
|
638 |
"_type": "Value"
|
639 |
},
|
640 |
"simple_LM_method": {
|
641 |
"dtype": "bool",
|
|
|
642 |
"_type": "Value"
|
643 |
},
|
644 |
"one_prefix_method": {
|
645 |
"dtype": "bool",
|
|
|
646 |
"_type": "Value"
|
647 |
},
|
648 |
"two_prefix_method": {
|
649 |
"dtype": "bool",
|
|
|
650 |
"_type": "Value"
|
651 |
},
|
652 |
"lexically_identical": {
|
653 |
"dtype": "bool",
|
|
|
654 |
"_type": "Value"
|
655 |
},
|
656 |
"pair_id": {
|
657 |
"dtype": "int32",
|
|
|
658 |
"_type": "Value"
|
659 |
}
|
660 |
},
|
|
|
661 |
"builder_name": "blimp",
|
662 |
+
"dataset_name": "blimp",
|
663 |
"config_name": "determiner_noun_agreement_1",
|
664 |
"version": {
|
665 |
"version_str": "0.1.0",
|
|
|
|
|
666 |
"major": 0,
|
667 |
"minor": 1,
|
668 |
"patch": 0
|
|
|
670 |
"splits": {
|
671 |
"train": {
|
672 |
"name": "train",
|
673 |
+
"num_bytes": 156120,
|
674 |
"num_examples": 1000,
|
675 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
676 |
}
|
677 |
},
|
678 |
+
"download_size": 49893,
|
679 |
+
"dataset_size": 156120,
|
680 |
+
"size_in_bytes": 206013
|
681 |
},
|
682 |
"determiner_noun_agreement_2": {
|
683 |
"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",
|
determiner_noun_agreement_1/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eac75d95c9fa5a1e6e560918d8a2edf64e4c6e0fae8622a7389bbd5ec514727f
|
3 |
+
size 49893
|