Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
acceptability-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
•
cf7cd1c
1
Parent(s):
0e01f29
Add existential_there_subject_raising data files
Browse files
README.md
CHANGED
@@ -744,10 +744,10 @@ dataset_info:
|
|
744 |
dtype: int32
|
745 |
splits:
|
746 |
- name: train
|
747 |
-
num_bytes:
|
748 |
num_examples: 1000
|
749 |
-
download_size:
|
750 |
-
dataset_size:
|
751 |
- config_name: expletive_it_object_raising
|
752 |
features:
|
753 |
- name: sentence_good
|
@@ -1997,6 +1997,10 @@ configs:
|
|
1997 |
data_files:
|
1998 |
- split: train
|
1999 |
path: existential_there_quantifiers_2/train-*
|
|
|
|
|
|
|
|
|
2000 |
---
|
2001 |
|
2002 |
# Dataset Card for "blimp"
|
|
|
744 |
dtype: int32
|
745 |
splits:
|
746 |
- name: train
|
747 |
+
num_bytes: 200063
|
748 |
num_examples: 1000
|
749 |
+
download_size: 59519
|
750 |
+
dataset_size: 200063
|
751 |
- config_name: expletive_it_object_raising
|
752 |
features:
|
753 |
- name: sentence_good
|
|
|
1997 |
data_files:
|
1998 |
- split: train
|
1999 |
path: existential_there_quantifiers_2/train-*
|
2000 |
+
- config_name: existential_there_subject_raising
|
2001 |
+
data_files:
|
2002 |
+
- split: train
|
2003 |
+
path: existential_there_subject_raising/train-*
|
2004 |
---
|
2005 |
|
2006 |
# Dataset Card for "blimp"
|
dataset_infos.json
CHANGED
@@ -1707,62 +1707,50 @@
|
|
1707 |
"features": {
|
1708 |
"sentence_good": {
|
1709 |
"dtype": "string",
|
1710 |
-
"id": null,
|
1711 |
"_type": "Value"
|
1712 |
},
|
1713 |
"sentence_bad": {
|
1714 |
"dtype": "string",
|
1715 |
-
"id": null,
|
1716 |
"_type": "Value"
|
1717 |
},
|
1718 |
"field": {
|
1719 |
"dtype": "string",
|
1720 |
-
"id": null,
|
1721 |
"_type": "Value"
|
1722 |
},
|
1723 |
"linguistics_term": {
|
1724 |
"dtype": "string",
|
1725 |
-
"id": null,
|
1726 |
"_type": "Value"
|
1727 |
},
|
1728 |
"UID": {
|
1729 |
"dtype": "string",
|
1730 |
-
"id": null,
|
1731 |
"_type": "Value"
|
1732 |
},
|
1733 |
"simple_LM_method": {
|
1734 |
"dtype": "bool",
|
1735 |
-
"id": null,
|
1736 |
"_type": "Value"
|
1737 |
},
|
1738 |
"one_prefix_method": {
|
1739 |
"dtype": "bool",
|
1740 |
-
"id": null,
|
1741 |
"_type": "Value"
|
1742 |
},
|
1743 |
"two_prefix_method": {
|
1744 |
"dtype": "bool",
|
1745 |
-
"id": null,
|
1746 |
"_type": "Value"
|
1747 |
},
|
1748 |
"lexically_identical": {
|
1749 |
"dtype": "bool",
|
1750 |
-
"id": null,
|
1751 |
"_type": "Value"
|
1752 |
},
|
1753 |
"pair_id": {
|
1754 |
"dtype": "int32",
|
1755 |
-
"id": null,
|
1756 |
"_type": "Value"
|
1757 |
}
|
1758 |
},
|
1759 |
-
"supervised_keys": null,
|
1760 |
"builder_name": "blimp",
|
|
|
1761 |
"config_name": "existential_there_subject_raising",
|
1762 |
"version": {
|
1763 |
"version_str": "0.1.0",
|
1764 |
-
"description": null,
|
1765 |
-
"datasets_version_to_prepare": null,
|
1766 |
"major": 0,
|
1767 |
"minor": 1,
|
1768 |
"patch": 0
|
@@ -1770,20 +1758,14 @@
|
|
1770 |
"splits": {
|
1771 |
"train": {
|
1772 |
"name": "train",
|
1773 |
-
"num_bytes":
|
1774 |
"num_examples": 1000,
|
1775 |
-
"dataset_name":
|
1776 |
-
}
|
1777 |
-
},
|
1778 |
-
"download_checksums": {
|
1779 |
-
"https://raw.githubusercontent.com/alexwarstadt/blimp/master/data/existential_there_subject_raising.jsonl": {
|
1780 |
-
"num_bytes": 394453,
|
1781 |
-
"checksum": "7c6f5b13225f73a777755c1948beef5cfa31d135ae8a0e7ba8853d256fbece23"
|
1782 |
}
|
1783 |
},
|
1784 |
-
"download_size":
|
1785 |
-
"dataset_size":
|
1786 |
-
"size_in_bytes":
|
1787 |
},
|
1788 |
"expletive_it_object_raising": {
|
1789 |
"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",
|
|
|
1707 |
"features": {
|
1708 |
"sentence_good": {
|
1709 |
"dtype": "string",
|
|
|
1710 |
"_type": "Value"
|
1711 |
},
|
1712 |
"sentence_bad": {
|
1713 |
"dtype": "string",
|
|
|
1714 |
"_type": "Value"
|
1715 |
},
|
1716 |
"field": {
|
1717 |
"dtype": "string",
|
|
|
1718 |
"_type": "Value"
|
1719 |
},
|
1720 |
"linguistics_term": {
|
1721 |
"dtype": "string",
|
|
|
1722 |
"_type": "Value"
|
1723 |
},
|
1724 |
"UID": {
|
1725 |
"dtype": "string",
|
|
|
1726 |
"_type": "Value"
|
1727 |
},
|
1728 |
"simple_LM_method": {
|
1729 |
"dtype": "bool",
|
|
|
1730 |
"_type": "Value"
|
1731 |
},
|
1732 |
"one_prefix_method": {
|
1733 |
"dtype": "bool",
|
|
|
1734 |
"_type": "Value"
|
1735 |
},
|
1736 |
"two_prefix_method": {
|
1737 |
"dtype": "bool",
|
|
|
1738 |
"_type": "Value"
|
1739 |
},
|
1740 |
"lexically_identical": {
|
1741 |
"dtype": "bool",
|
|
|
1742 |
"_type": "Value"
|
1743 |
},
|
1744 |
"pair_id": {
|
1745 |
"dtype": "int32",
|
|
|
1746 |
"_type": "Value"
|
1747 |
}
|
1748 |
},
|
|
|
1749 |
"builder_name": "blimp",
|
1750 |
+
"dataset_name": "blimp",
|
1751 |
"config_name": "existential_there_subject_raising",
|
1752 |
"version": {
|
1753 |
"version_str": "0.1.0",
|
|
|
|
|
1754 |
"major": 0,
|
1755 |
"minor": 1,
|
1756 |
"patch": 0
|
|
|
1758 |
"splits": {
|
1759 |
"train": {
|
1760 |
"name": "train",
|
1761 |
+
"num_bytes": 200063,
|
1762 |
"num_examples": 1000,
|
1763 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
1764 |
}
|
1765 |
},
|
1766 |
+
"download_size": 59519,
|
1767 |
+
"dataset_size": 200063,
|
1768 |
+
"size_in_bytes": 259582
|
1769 |
},
|
1770 |
"expletive_it_object_raising": {
|
1771 |
"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_subject_raising/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e281bf8a80a598b73f173f575003f6c3a7899143dd27412e18c06e5b561e171
|
3 |
+
size 59519
|