Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
acceptability-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
•
0e01f29
1
Parent(s):
fe0d7fd
Add existential_there_quantifiers_2 data files
Browse files
README.md
CHANGED
@@ -716,10 +716,10 @@ dataset_info:
|
|
716 |
dtype: int32
|
717 |
splits:
|
718 |
- name: train
|
719 |
-
num_bytes:
|
720 |
num_examples: 1000
|
721 |
-
download_size:
|
722 |
-
dataset_size:
|
723 |
- config_name: existential_there_subject_raising
|
724 |
features:
|
725 |
- name: sentence_good
|
@@ -1993,6 +1993,10 @@ configs:
|
|
1993 |
data_files:
|
1994 |
- split: train
|
1995 |
path: existential_there_quantifiers_1/train-*
|
|
|
|
|
|
|
|
|
1996 |
---
|
1997 |
|
1998 |
# Dataset Card for "blimp"
|
|
|
716 |
dtype: int32
|
717 |
splits:
|
718 |
- name: train
|
719 |
+
num_bytes: 164826
|
720 |
num_examples: 1000
|
721 |
+
download_size: 52092
|
722 |
+
dataset_size: 164826
|
723 |
- config_name: existential_there_subject_raising
|
724 |
features:
|
725 |
- name: sentence_good
|
|
|
1993 |
data_files:
|
1994 |
- split: train
|
1995 |
path: existential_there_quantifiers_1/train-*
|
1996 |
+
- config_name: existential_there_quantifiers_2
|
1997 |
+
data_files:
|
1998 |
+
- split: train
|
1999 |
+
path: existential_there_quantifiers_2/train-*
|
2000 |
---
|
2001 |
|
2002 |
# Dataset Card for "blimp"
|
dataset_infos.json
CHANGED
@@ -1639,62 +1639,50 @@
|
|
1639 |
"features": {
|
1640 |
"sentence_good": {
|
1641 |
"dtype": "string",
|
1642 |
-
"id": null,
|
1643 |
"_type": "Value"
|
1644 |
},
|
1645 |
"sentence_bad": {
|
1646 |
"dtype": "string",
|
1647 |
-
"id": null,
|
1648 |
"_type": "Value"
|
1649 |
},
|
1650 |
"field": {
|
1651 |
"dtype": "string",
|
1652 |
-
"id": null,
|
1653 |
"_type": "Value"
|
1654 |
},
|
1655 |
"linguistics_term": {
|
1656 |
"dtype": "string",
|
1657 |
-
"id": null,
|
1658 |
"_type": "Value"
|
1659 |
},
|
1660 |
"UID": {
|
1661 |
"dtype": "string",
|
1662 |
-
"id": null,
|
1663 |
"_type": "Value"
|
1664 |
},
|
1665 |
"simple_LM_method": {
|
1666 |
"dtype": "bool",
|
1667 |
-
"id": null,
|
1668 |
"_type": "Value"
|
1669 |
},
|
1670 |
"one_prefix_method": {
|
1671 |
"dtype": "bool",
|
1672 |
-
"id": null,
|
1673 |
"_type": "Value"
|
1674 |
},
|
1675 |
"two_prefix_method": {
|
1676 |
"dtype": "bool",
|
1677 |
-
"id": null,
|
1678 |
"_type": "Value"
|
1679 |
},
|
1680 |
"lexically_identical": {
|
1681 |
"dtype": "bool",
|
1682 |
-
"id": null,
|
1683 |
"_type": "Value"
|
1684 |
},
|
1685 |
"pair_id": {
|
1686 |
"dtype": "int32",
|
1687 |
-
"id": null,
|
1688 |
"_type": "Value"
|
1689 |
}
|
1690 |
},
|
1691 |
-
"supervised_keys": null,
|
1692 |
"builder_name": "blimp",
|
|
|
1693 |
"config_name": "existential_there_quantifiers_2",
|
1694 |
"version": {
|
1695 |
"version_str": "0.1.0",
|
1696 |
-
"description": null,
|
1697 |
-
"datasets_version_to_prepare": null,
|
1698 |
"major": 0,
|
1699 |
"minor": 1,
|
1700 |
"patch": 0
|
@@ -1702,20 +1690,14 @@
|
|
1702 |
"splits": {
|
1703 |
"train": {
|
1704 |
"name": "train",
|
1705 |
-
"num_bytes":
|
1706 |
"num_examples": 1000,
|
1707 |
-
"dataset_name":
|
1708 |
-
}
|
1709 |
-
},
|
1710 |
-
"download_checksums": {
|
1711 |
-
"https://raw.githubusercontent.com/alexwarstadt/blimp/master/data/existential_there_quantifiers_2.jsonl": {
|
1712 |
-
"num_bytes": 359216,
|
1713 |
-
"checksum": "b1a80f4ebebae90a90927259f95b680059020e6bb4e38e64a41eb8e53bc3f617"
|
1714 |
}
|
1715 |
},
|
1716 |
-
"download_size":
|
1717 |
-
"dataset_size":
|
1718 |
-
"size_in_bytes":
|
1719 |
},
|
1720 |
"existential_there_subject_raising": {
|
1721 |
"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",
|
|
|
1639 |
"features": {
|
1640 |
"sentence_good": {
|
1641 |
"dtype": "string",
|
|
|
1642 |
"_type": "Value"
|
1643 |
},
|
1644 |
"sentence_bad": {
|
1645 |
"dtype": "string",
|
|
|
1646 |
"_type": "Value"
|
1647 |
},
|
1648 |
"field": {
|
1649 |
"dtype": "string",
|
|
|
1650 |
"_type": "Value"
|
1651 |
},
|
1652 |
"linguistics_term": {
|
1653 |
"dtype": "string",
|
|
|
1654 |
"_type": "Value"
|
1655 |
},
|
1656 |
"UID": {
|
1657 |
"dtype": "string",
|
|
|
1658 |
"_type": "Value"
|
1659 |
},
|
1660 |
"simple_LM_method": {
|
1661 |
"dtype": "bool",
|
|
|
1662 |
"_type": "Value"
|
1663 |
},
|
1664 |
"one_prefix_method": {
|
1665 |
"dtype": "bool",
|
|
|
1666 |
"_type": "Value"
|
1667 |
},
|
1668 |
"two_prefix_method": {
|
1669 |
"dtype": "bool",
|
|
|
1670 |
"_type": "Value"
|
1671 |
},
|
1672 |
"lexically_identical": {
|
1673 |
"dtype": "bool",
|
|
|
1674 |
"_type": "Value"
|
1675 |
},
|
1676 |
"pair_id": {
|
1677 |
"dtype": "int32",
|
|
|
1678 |
"_type": "Value"
|
1679 |
}
|
1680 |
},
|
|
|
1681 |
"builder_name": "blimp",
|
1682 |
+
"dataset_name": "blimp",
|
1683 |
"config_name": "existential_there_quantifiers_2",
|
1684 |
"version": {
|
1685 |
"version_str": "0.1.0",
|
|
|
|
|
1686 |
"major": 0,
|
1687 |
"minor": 1,
|
1688 |
"patch": 0
|
|
|
1690 |
"splits": {
|
1691 |
"train": {
|
1692 |
"name": "train",
|
1693 |
+
"num_bytes": 164826,
|
1694 |
"num_examples": 1000,
|
1695 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
1696 |
}
|
1697 |
},
|
1698 |
+
"download_size": 52092,
|
1699 |
+
"dataset_size": 164826,
|
1700 |
+
"size_in_bytes": 216918
|
1701 |
},
|
1702 |
"existential_there_subject_raising": {
|
1703 |
"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",
|
existential_there_quantifiers_2/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:df307122fda88d067682497963044cfff29e3de5d9a88ace338e61d91e016f55
|
3 |
+
size 52092
|