Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
acceptability-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
•
5fbab7c
1
Parent(s):
02f4691
Add inchoative data files
Browse files- README.md +7 -3
- dataset_infos.json +6 -24
- inchoative/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -800,10 +800,10 @@ dataset_info:
|
|
800 |
dtype: int32
|
801 |
splits:
|
802 |
- name: train
|
803 |
-
num_bytes:
|
804 |
num_examples: 1000
|
805 |
-
download_size:
|
806 |
-
dataset_size:
|
807 |
- config_name: intransitive
|
808 |
features:
|
809 |
- name: sentence_good
|
@@ -2005,6 +2005,10 @@ configs:
|
|
2005 |
data_files:
|
2006 |
- split: train
|
2007 |
path: expletive_it_object_raising/train-*
|
|
|
|
|
|
|
|
|
2008 |
---
|
2009 |
|
2010 |
# Dataset Card for "blimp"
|
|
|
800 |
dtype: int32
|
801 |
splits:
|
802 |
- name: train
|
803 |
+
num_bytes: 104319
|
804 |
num_examples: 1000
|
805 |
+
download_size: 39842
|
806 |
+
dataset_size: 104319
|
807 |
- config_name: intransitive
|
808 |
features:
|
809 |
- name: sentence_good
|
|
|
2005 |
data_files:
|
2006 |
- split: train
|
2007 |
path: expletive_it_object_raising/train-*
|
2008 |
+
- config_name: inchoative
|
2009 |
+
data_files:
|
2010 |
+
- split: train
|
2011 |
+
path: inchoative/train-*
|
2012 |
---
|
2013 |
|
2014 |
# Dataset Card for "blimp"
|
dataset_infos.json
CHANGED
@@ -1843,62 +1843,50 @@
|
|
1843 |
"features": {
|
1844 |
"sentence_good": {
|
1845 |
"dtype": "string",
|
1846 |
-
"id": null,
|
1847 |
"_type": "Value"
|
1848 |
},
|
1849 |
"sentence_bad": {
|
1850 |
"dtype": "string",
|
1851 |
-
"id": null,
|
1852 |
"_type": "Value"
|
1853 |
},
|
1854 |
"field": {
|
1855 |
"dtype": "string",
|
1856 |
-
"id": null,
|
1857 |
"_type": "Value"
|
1858 |
},
|
1859 |
"linguistics_term": {
|
1860 |
"dtype": "string",
|
1861 |
-
"id": null,
|
1862 |
"_type": "Value"
|
1863 |
},
|
1864 |
"UID": {
|
1865 |
"dtype": "string",
|
1866 |
-
"id": null,
|
1867 |
"_type": "Value"
|
1868 |
},
|
1869 |
"simple_LM_method": {
|
1870 |
"dtype": "bool",
|
1871 |
-
"id": null,
|
1872 |
"_type": "Value"
|
1873 |
},
|
1874 |
"one_prefix_method": {
|
1875 |
"dtype": "bool",
|
1876 |
-
"id": null,
|
1877 |
"_type": "Value"
|
1878 |
},
|
1879 |
"two_prefix_method": {
|
1880 |
"dtype": "bool",
|
1881 |
-
"id": null,
|
1882 |
"_type": "Value"
|
1883 |
},
|
1884 |
"lexically_identical": {
|
1885 |
"dtype": "bool",
|
1886 |
-
"id": null,
|
1887 |
"_type": "Value"
|
1888 |
},
|
1889 |
"pair_id": {
|
1890 |
"dtype": "int32",
|
1891 |
-
"id": null,
|
1892 |
"_type": "Value"
|
1893 |
}
|
1894 |
},
|
1895 |
-
"supervised_keys": null,
|
1896 |
"builder_name": "blimp",
|
|
|
1897 |
"config_name": "inchoative",
|
1898 |
"version": {
|
1899 |
"version_str": "0.1.0",
|
1900 |
-
"description": null,
|
1901 |
-
"datasets_version_to_prepare": null,
|
1902 |
"major": 0,
|
1903 |
"minor": 1,
|
1904 |
"patch": 0
|
@@ -1906,20 +1894,14 @@
|
|
1906 |
"splits": {
|
1907 |
"train": {
|
1908 |
"name": "train",
|
1909 |
-
"num_bytes":
|
1910 |
"num_examples": 1000,
|
1911 |
-
"dataset_name":
|
1912 |
-
}
|
1913 |
-
},
|
1914 |
-
"download_checksums": {
|
1915 |
-
"https://raw.githubusercontent.com/alexwarstadt/blimp/master/data/inchoative.jsonl": {
|
1916 |
-
"num_bytes": 298709,
|
1917 |
-
"checksum": "d9389a7130ca84c6f920c9d892cc60c1b20f378d28e7041b1c53ae589fc84f1d"
|
1918 |
}
|
1919 |
},
|
1920 |
-
"download_size":
|
1921 |
-
"dataset_size":
|
1922 |
-
"size_in_bytes":
|
1923 |
},
|
1924 |
"intransitive": {
|
1925 |
"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",
|
|
|
1843 |
"features": {
|
1844 |
"sentence_good": {
|
1845 |
"dtype": "string",
|
|
|
1846 |
"_type": "Value"
|
1847 |
},
|
1848 |
"sentence_bad": {
|
1849 |
"dtype": "string",
|
|
|
1850 |
"_type": "Value"
|
1851 |
},
|
1852 |
"field": {
|
1853 |
"dtype": "string",
|
|
|
1854 |
"_type": "Value"
|
1855 |
},
|
1856 |
"linguistics_term": {
|
1857 |
"dtype": "string",
|
|
|
1858 |
"_type": "Value"
|
1859 |
},
|
1860 |
"UID": {
|
1861 |
"dtype": "string",
|
|
|
1862 |
"_type": "Value"
|
1863 |
},
|
1864 |
"simple_LM_method": {
|
1865 |
"dtype": "bool",
|
|
|
1866 |
"_type": "Value"
|
1867 |
},
|
1868 |
"one_prefix_method": {
|
1869 |
"dtype": "bool",
|
|
|
1870 |
"_type": "Value"
|
1871 |
},
|
1872 |
"two_prefix_method": {
|
1873 |
"dtype": "bool",
|
|
|
1874 |
"_type": "Value"
|
1875 |
},
|
1876 |
"lexically_identical": {
|
1877 |
"dtype": "bool",
|
|
|
1878 |
"_type": "Value"
|
1879 |
},
|
1880 |
"pair_id": {
|
1881 |
"dtype": "int32",
|
|
|
1882 |
"_type": "Value"
|
1883 |
}
|
1884 |
},
|
|
|
1885 |
"builder_name": "blimp",
|
1886 |
+
"dataset_name": "blimp",
|
1887 |
"config_name": "inchoative",
|
1888 |
"version": {
|
1889 |
"version_str": "0.1.0",
|
|
|
|
|
1890 |
"major": 0,
|
1891 |
"minor": 1,
|
1892 |
"patch": 0
|
|
|
1894 |
"splits": {
|
1895 |
"train": {
|
1896 |
"name": "train",
|
1897 |
+
"num_bytes": 104319,
|
1898 |
"num_examples": 1000,
|
1899 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
1900 |
}
|
1901 |
},
|
1902 |
+
"download_size": 39842,
|
1903 |
+
"dataset_size": 104319,
|
1904 |
+
"size_in_bytes": 144161
|
1905 |
},
|
1906 |
"intransitive": {
|
1907 |
"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",
|
inchoative/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb452cd6ee3795f19a6b6e8b4328172610610c8cd9ed943c58c1ebbcd7e769cd
|
3 |
+
size 39842
|