Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
machine-generated
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
8100372
1 Parent(s): 5fbab7c

Add intransitive data files

Browse files
README.md CHANGED
@@ -828,10 +828,10 @@ dataset_info:
828
  dtype: int32
829
  splits:
830
  - name: train
831
- num_bytes: 112492
832
  num_examples: 1000
833
- download_size: 305487
834
- dataset_size: 112492
835
  - config_name: irregular_past_participle_adjectives
836
  features:
837
  - name: sentence_good
@@ -2009,6 +2009,10 @@ configs:
2009
  data_files:
2010
  - split: train
2011
  path: inchoative/train-*
 
 
 
 
2012
  ---
2013
 
2014
  # Dataset Card for "blimp"
 
828
  dtype: int32
829
  splits:
830
  - name: train
831
+ num_bytes: 111097
832
  num_examples: 1000
833
+ download_size: 42387
834
+ dataset_size: 111097
835
  - config_name: irregular_past_participle_adjectives
836
  features:
837
  - name: sentence_good
 
2009
  data_files:
2010
  - split: train
2011
  path: inchoative/train-*
2012
+ - config_name: intransitive
2013
+ data_files:
2014
+ - split: train
2015
+ path: intransitive/train-*
2016
  ---
2017
 
2018
  # Dataset Card for "blimp"
dataset_infos.json CHANGED
@@ -1911,62 +1911,50 @@
1911
  "features": {
1912
  "sentence_good": {
1913
  "dtype": "string",
1914
- "id": null,
1915
  "_type": "Value"
1916
  },
1917
  "sentence_bad": {
1918
  "dtype": "string",
1919
- "id": null,
1920
  "_type": "Value"
1921
  },
1922
  "field": {
1923
  "dtype": "string",
1924
- "id": null,
1925
  "_type": "Value"
1926
  },
1927
  "linguistics_term": {
1928
  "dtype": "string",
1929
- "id": null,
1930
  "_type": "Value"
1931
  },
1932
  "UID": {
1933
  "dtype": "string",
1934
- "id": null,
1935
  "_type": "Value"
1936
  },
1937
  "simple_LM_method": {
1938
  "dtype": "bool",
1939
- "id": null,
1940
  "_type": "Value"
1941
  },
1942
  "one_prefix_method": {
1943
  "dtype": "bool",
1944
- "id": null,
1945
  "_type": "Value"
1946
  },
1947
  "two_prefix_method": {
1948
  "dtype": "bool",
1949
- "id": null,
1950
  "_type": "Value"
1951
  },
1952
  "lexically_identical": {
1953
  "dtype": "bool",
1954
- "id": null,
1955
  "_type": "Value"
1956
  },
1957
  "pair_id": {
1958
  "dtype": "int32",
1959
- "id": null,
1960
  "_type": "Value"
1961
  }
1962
  },
1963
- "supervised_keys": null,
1964
  "builder_name": "blimp",
 
1965
  "config_name": "intransitive",
1966
  "version": {
1967
  "version_str": "0.1.0",
1968
- "description": null,
1969
- "datasets_version_to_prepare": null,
1970
  "major": 0,
1971
  "minor": 1,
1972
  "patch": 0
@@ -1974,20 +1962,14 @@
1974
  "splits": {
1975
  "train": {
1976
  "name": "train",
1977
- "num_bytes": 112492,
1978
  "num_examples": 1000,
1979
- "dataset_name": "blimp"
1980
- }
1981
- },
1982
- "download_checksums": {
1983
- "https://raw.githubusercontent.com/alexwarstadt/blimp/master/data/intransitive.jsonl": {
1984
- "num_bytes": 305487,
1985
- "checksum": "9af9f3f30c891cd21623922b62fd97685552b4ae94a6cfd5617a5f0cb0f731b3"
1986
  }
1987
  },
1988
- "download_size": 305487,
1989
- "dataset_size": 112492,
1990
- "size_in_bytes": 417979
1991
  },
1992
  "irregular_past_participle_adjectives": {
1993
  "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",
 
1911
  "features": {
1912
  "sentence_good": {
1913
  "dtype": "string",
 
1914
  "_type": "Value"
1915
  },
1916
  "sentence_bad": {
1917
  "dtype": "string",
 
1918
  "_type": "Value"
1919
  },
1920
  "field": {
1921
  "dtype": "string",
 
1922
  "_type": "Value"
1923
  },
1924
  "linguistics_term": {
1925
  "dtype": "string",
 
1926
  "_type": "Value"
1927
  },
1928
  "UID": {
1929
  "dtype": "string",
 
1930
  "_type": "Value"
1931
  },
1932
  "simple_LM_method": {
1933
  "dtype": "bool",
 
1934
  "_type": "Value"
1935
  },
1936
  "one_prefix_method": {
1937
  "dtype": "bool",
 
1938
  "_type": "Value"
1939
  },
1940
  "two_prefix_method": {
1941
  "dtype": "bool",
 
1942
  "_type": "Value"
1943
  },
1944
  "lexically_identical": {
1945
  "dtype": "bool",
 
1946
  "_type": "Value"
1947
  },
1948
  "pair_id": {
1949
  "dtype": "int32",
 
1950
  "_type": "Value"
1951
  }
1952
  },
 
1953
  "builder_name": "blimp",
1954
+ "dataset_name": "blimp",
1955
  "config_name": "intransitive",
1956
  "version": {
1957
  "version_str": "0.1.0",
 
 
1958
  "major": 0,
1959
  "minor": 1,
1960
  "patch": 0
 
1962
  "splits": {
1963
  "train": {
1964
  "name": "train",
1965
+ "num_bytes": 111097,
1966
  "num_examples": 1000,
1967
+ "dataset_name": null
 
 
 
 
 
 
1968
  }
1969
  },
1970
+ "download_size": 42387,
1971
+ "dataset_size": 111097,
1972
+ "size_in_bytes": 153484
1973
  },
1974
  "irregular_past_participle_adjectives": {
1975
  "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",
intransitive/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f04f66e0a30a5f0ca8bbe130ed8f680ccf09d42a1e7971a1520352d37b667627
3
+ size 42387