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
d7a192b
1 Parent(s): 9260d51

Add passive_1 data files

Browse files
README.md CHANGED
@@ -1164,10 +1164,10 @@ dataset_info:
1164
  dtype: int32
1165
  splits:
1166
  - name: train
1167
- num_bytes: 147277
1168
  num_examples: 1000
1169
- download_size: 340272
1170
- dataset_size: 147277
1171
  - config_name: passive_2
1172
  features:
1173
  - name: sentence_good
@@ -2057,6 +2057,10 @@ configs:
2057
  data_files:
2058
  - split: train
2059
  path: only_npi_scope/train-*
 
 
 
 
2060
  ---
2061
 
2062
  # Dataset Card for "blimp"
 
1164
  dtype: int32
1165
  splits:
1166
  - name: train
1167
+ num_bytes: 145882
1168
  num_examples: 1000
1169
+ download_size: 53931
1170
+ dataset_size: 145882
1171
  - config_name: passive_2
1172
  features:
1173
  - name: sentence_good
 
2057
  data_files:
2058
  - split: train
2059
  path: only_npi_scope/train-*
2060
+ - config_name: passive_1
2061
+ data_files:
2062
+ - split: train
2063
+ path: passive_1/train-*
2064
  ---
2065
 
2066
  # Dataset Card for "blimp"
dataset_infos.json CHANGED
@@ -2727,62 +2727,50 @@
2727
  "features": {
2728
  "sentence_good": {
2729
  "dtype": "string",
2730
- "id": null,
2731
  "_type": "Value"
2732
  },
2733
  "sentence_bad": {
2734
  "dtype": "string",
2735
- "id": null,
2736
  "_type": "Value"
2737
  },
2738
  "field": {
2739
  "dtype": "string",
2740
- "id": null,
2741
  "_type": "Value"
2742
  },
2743
  "linguistics_term": {
2744
  "dtype": "string",
2745
- "id": null,
2746
  "_type": "Value"
2747
  },
2748
  "UID": {
2749
  "dtype": "string",
2750
- "id": null,
2751
  "_type": "Value"
2752
  },
2753
  "simple_LM_method": {
2754
  "dtype": "bool",
2755
- "id": null,
2756
  "_type": "Value"
2757
  },
2758
  "one_prefix_method": {
2759
  "dtype": "bool",
2760
- "id": null,
2761
  "_type": "Value"
2762
  },
2763
  "two_prefix_method": {
2764
  "dtype": "bool",
2765
- "id": null,
2766
  "_type": "Value"
2767
  },
2768
  "lexically_identical": {
2769
  "dtype": "bool",
2770
- "id": null,
2771
  "_type": "Value"
2772
  },
2773
  "pair_id": {
2774
  "dtype": "int32",
2775
- "id": null,
2776
  "_type": "Value"
2777
  }
2778
  },
2779
- "supervised_keys": null,
2780
  "builder_name": "blimp",
 
2781
  "config_name": "passive_1",
2782
  "version": {
2783
  "version_str": "0.1.0",
2784
- "description": null,
2785
- "datasets_version_to_prepare": null,
2786
  "major": 0,
2787
  "minor": 1,
2788
  "patch": 0
@@ -2790,20 +2778,14 @@
2790
  "splits": {
2791
  "train": {
2792
  "name": "train",
2793
- "num_bytes": 147277,
2794
  "num_examples": 1000,
2795
- "dataset_name": "blimp"
2796
- }
2797
- },
2798
- "download_checksums": {
2799
- "https://raw.githubusercontent.com/alexwarstadt/blimp/master/data/passive_1.jsonl": {
2800
- "num_bytes": 340272,
2801
- "checksum": "e9374307bca5c24e9df18597a0859f7fb5ca4cfe5f136ec894d1ba69f4c90116"
2802
  }
2803
  },
2804
- "download_size": 340272,
2805
- "dataset_size": 147277,
2806
- "size_in_bytes": 487549
2807
  },
2808
  "passive_2": {
2809
  "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",
 
2727
  "features": {
2728
  "sentence_good": {
2729
  "dtype": "string",
 
2730
  "_type": "Value"
2731
  },
2732
  "sentence_bad": {
2733
  "dtype": "string",
 
2734
  "_type": "Value"
2735
  },
2736
  "field": {
2737
  "dtype": "string",
 
2738
  "_type": "Value"
2739
  },
2740
  "linguistics_term": {
2741
  "dtype": "string",
 
2742
  "_type": "Value"
2743
  },
2744
  "UID": {
2745
  "dtype": "string",
 
2746
  "_type": "Value"
2747
  },
2748
  "simple_LM_method": {
2749
  "dtype": "bool",
 
2750
  "_type": "Value"
2751
  },
2752
  "one_prefix_method": {
2753
  "dtype": "bool",
 
2754
  "_type": "Value"
2755
  },
2756
  "two_prefix_method": {
2757
  "dtype": "bool",
 
2758
  "_type": "Value"
2759
  },
2760
  "lexically_identical": {
2761
  "dtype": "bool",
 
2762
  "_type": "Value"
2763
  },
2764
  "pair_id": {
2765
  "dtype": "int32",
 
2766
  "_type": "Value"
2767
  }
2768
  },
 
2769
  "builder_name": "blimp",
2770
+ "dataset_name": "blimp",
2771
  "config_name": "passive_1",
2772
  "version": {
2773
  "version_str": "0.1.0",
 
 
2774
  "major": 0,
2775
  "minor": 1,
2776
  "patch": 0
 
2778
  "splits": {
2779
  "train": {
2780
  "name": "train",
2781
+ "num_bytes": 145882,
2782
  "num_examples": 1000,
2783
+ "dataset_name": null
 
 
 
 
 
 
2784
  }
2785
  },
2786
+ "download_size": 53931,
2787
+ "dataset_size": 145882,
2788
+ "size_in_bytes": 199813
2789
  },
2790
  "passive_2": {
2791
  "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",
passive_1/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bcb3d7397215b8fc4804d74c6c2accf37c649cdf3976a56d8964004ed4f0ee5
3
+ size 53931