Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
acceptability-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
•
2f4cf80
1
Parent(s):
8100372
Add irregular_past_participle_adjectives data files
Browse files
README.md
CHANGED
@@ -856,10 +856,10 @@ dataset_info:
|
|
856 |
dtype: int32
|
857 |
splits:
|
858 |
- name: train
|
859 |
-
num_bytes:
|
860 |
num_examples: 1000
|
861 |
-
download_size:
|
862 |
-
dataset_size:
|
863 |
- config_name: irregular_past_participle_verbs
|
864 |
features:
|
865 |
- name: sentence_good
|
@@ -2013,6 +2013,10 @@ configs:
|
|
2013 |
data_files:
|
2014 |
- split: train
|
2015 |
path: intransitive/train-*
|
|
|
|
|
|
|
|
|
2016 |
---
|
2017 |
|
2018 |
# Dataset Card for "blimp"
|
|
|
856 |
dtype: int32
|
857 |
splits:
|
858 |
- name: train
|
859 |
+
num_bytes: 144661
|
860 |
num_examples: 1000
|
861 |
+
download_size: 36654
|
862 |
+
dataset_size: 144661
|
863 |
- config_name: irregular_past_participle_verbs
|
864 |
features:
|
865 |
- name: sentence_good
|
|
|
2013 |
data_files:
|
2014 |
- split: train
|
2015 |
path: intransitive/train-*
|
2016 |
+
- config_name: irregular_past_participle_adjectives
|
2017 |
+
data_files:
|
2018 |
+
- split: train
|
2019 |
+
path: irregular_past_participle_adjectives/train-*
|
2020 |
---
|
2021 |
|
2022 |
# Dataset Card for "blimp"
|
dataset_infos.json
CHANGED
@@ -1979,62 +1979,50 @@
|
|
1979 |
"features": {
|
1980 |
"sentence_good": {
|
1981 |
"dtype": "string",
|
1982 |
-
"id": null,
|
1983 |
"_type": "Value"
|
1984 |
},
|
1985 |
"sentence_bad": {
|
1986 |
"dtype": "string",
|
1987 |
-
"id": null,
|
1988 |
"_type": "Value"
|
1989 |
},
|
1990 |
"field": {
|
1991 |
"dtype": "string",
|
1992 |
-
"id": null,
|
1993 |
"_type": "Value"
|
1994 |
},
|
1995 |
"linguistics_term": {
|
1996 |
"dtype": "string",
|
1997 |
-
"id": null,
|
1998 |
"_type": "Value"
|
1999 |
},
|
2000 |
"UID": {
|
2001 |
"dtype": "string",
|
2002 |
-
"id": null,
|
2003 |
"_type": "Value"
|
2004 |
},
|
2005 |
"simple_LM_method": {
|
2006 |
"dtype": "bool",
|
2007 |
-
"id": null,
|
2008 |
"_type": "Value"
|
2009 |
},
|
2010 |
"one_prefix_method": {
|
2011 |
"dtype": "bool",
|
2012 |
-
"id": null,
|
2013 |
"_type": "Value"
|
2014 |
},
|
2015 |
"two_prefix_method": {
|
2016 |
"dtype": "bool",
|
2017 |
-
"id": null,
|
2018 |
"_type": "Value"
|
2019 |
},
|
2020 |
"lexically_identical": {
|
2021 |
"dtype": "bool",
|
2022 |
-
"id": null,
|
2023 |
"_type": "Value"
|
2024 |
},
|
2025 |
"pair_id": {
|
2026 |
"dtype": "int32",
|
2027 |
-
"id": null,
|
2028 |
"_type": "Value"
|
2029 |
}
|
2030 |
},
|
2031 |
-
"supervised_keys": null,
|
2032 |
"builder_name": "blimp",
|
|
|
2033 |
"config_name": "irregular_past_participle_adjectives",
|
2034 |
"version": {
|
2035 |
"version_str": "0.1.0",
|
2036 |
-
"description": null,
|
2037 |
-
"datasets_version_to_prepare": null,
|
2038 |
"major": 0,
|
2039 |
"minor": 1,
|
2040 |
"patch": 0
|
@@ -2042,20 +2030,14 @@
|
|
2042 |
"splits": {
|
2043 |
"train": {
|
2044 |
"name": "train",
|
2045 |
-
"num_bytes":
|
2046 |
"num_examples": 1000,
|
2047 |
-
"dataset_name":
|
2048 |
-
}
|
2049 |
-
},
|
2050 |
-
"download_checksums": {
|
2051 |
-
"https://raw.githubusercontent.com/alexwarstadt/blimp/master/data/irregular_past_participle_adjectives.jsonl": {
|
2052 |
-
"num_bytes": 444520,
|
2053 |
-
"checksum": "5e490be0723989499391ac14d11b3bb6677f4b470514486b2db3fbfe76d56b3c"
|
2054 |
}
|
2055 |
},
|
2056 |
-
"download_size":
|
2057 |
-
"dataset_size":
|
2058 |
-
"size_in_bytes":
|
2059 |
},
|
2060 |
"irregular_past_participle_verbs": {
|
2061 |
"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",
|
|
|
1979 |
"features": {
|
1980 |
"sentence_good": {
|
1981 |
"dtype": "string",
|
|
|
1982 |
"_type": "Value"
|
1983 |
},
|
1984 |
"sentence_bad": {
|
1985 |
"dtype": "string",
|
|
|
1986 |
"_type": "Value"
|
1987 |
},
|
1988 |
"field": {
|
1989 |
"dtype": "string",
|
|
|
1990 |
"_type": "Value"
|
1991 |
},
|
1992 |
"linguistics_term": {
|
1993 |
"dtype": "string",
|
|
|
1994 |
"_type": "Value"
|
1995 |
},
|
1996 |
"UID": {
|
1997 |
"dtype": "string",
|
|
|
1998 |
"_type": "Value"
|
1999 |
},
|
2000 |
"simple_LM_method": {
|
2001 |
"dtype": "bool",
|
|
|
2002 |
"_type": "Value"
|
2003 |
},
|
2004 |
"one_prefix_method": {
|
2005 |
"dtype": "bool",
|
|
|
2006 |
"_type": "Value"
|
2007 |
},
|
2008 |
"two_prefix_method": {
|
2009 |
"dtype": "bool",
|
|
|
2010 |
"_type": "Value"
|
2011 |
},
|
2012 |
"lexically_identical": {
|
2013 |
"dtype": "bool",
|
|
|
2014 |
"_type": "Value"
|
2015 |
},
|
2016 |
"pair_id": {
|
2017 |
"dtype": "int32",
|
|
|
2018 |
"_type": "Value"
|
2019 |
}
|
2020 |
},
|
|
|
2021 |
"builder_name": "blimp",
|
2022 |
+
"dataset_name": "blimp",
|
2023 |
"config_name": "irregular_past_participle_adjectives",
|
2024 |
"version": {
|
2025 |
"version_str": "0.1.0",
|
|
|
|
|
2026 |
"major": 0,
|
2027 |
"minor": 1,
|
2028 |
"patch": 0
|
|
|
2030 |
"splits": {
|
2031 |
"train": {
|
2032 |
"name": "train",
|
2033 |
+
"num_bytes": 144661,
|
2034 |
"num_examples": 1000,
|
2035 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
2036 |
}
|
2037 |
},
|
2038 |
+
"download_size": 36654,
|
2039 |
+
"dataset_size": 144661,
|
2040 |
+
"size_in_bytes": 181315
|
2041 |
},
|
2042 |
"irregular_past_participle_verbs": {
|
2043 |
"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",
|
irregular_past_participle_adjectives/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77d65967bbf67977e0ccaa13f190a3ebcf2066222fa6bb343841257d6ad564c3
|
3 |
+
size 36654
|