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
45df30d
1 Parent(s): 6efc8be

Add distractor_agreement_relative_clause data files

Browse files
README.md CHANGED
@@ -548,10 +548,10 @@ dataset_info:
548
  dtype: int32
549
  splits:
550
  - name: train
551
- num_bytes: 218151
552
  num_examples: 1000
553
- download_size: 564770
554
- dataset_size: 218151
555
  - config_name: drop_argument
556
  features:
557
  - name: sentence_good
@@ -1969,6 +1969,10 @@ configs:
1969
  data_files:
1970
  - split: train
1971
  path: distractor_agreement_relational_noun/train-*
 
 
 
 
1972
  ---
1973
 
1974
  # Dataset Card for "blimp"
 
548
  dtype: int32
549
  splits:
550
  - name: train
551
+ num_bytes: 216756
552
  num_examples: 1000
553
+ download_size: 77897
554
+ dataset_size: 216756
555
  - config_name: drop_argument
556
  features:
557
  - name: sentence_good
 
1969
  data_files:
1970
  - split: train
1971
  path: distractor_agreement_relational_noun/train-*
1972
+ - config_name: distractor_agreement_relative_clause
1973
+ data_files:
1974
+ - split: train
1975
+ path: distractor_agreement_relative_clause/train-*
1976
  ---
1977
 
1978
  # Dataset Card for "blimp"
dataset_infos.json CHANGED
@@ -1231,62 +1231,50 @@
1231
  "features": {
1232
  "sentence_good": {
1233
  "dtype": "string",
1234
- "id": null,
1235
  "_type": "Value"
1236
  },
1237
  "sentence_bad": {
1238
  "dtype": "string",
1239
- "id": null,
1240
  "_type": "Value"
1241
  },
1242
  "field": {
1243
  "dtype": "string",
1244
- "id": null,
1245
  "_type": "Value"
1246
  },
1247
  "linguistics_term": {
1248
  "dtype": "string",
1249
- "id": null,
1250
  "_type": "Value"
1251
  },
1252
  "UID": {
1253
  "dtype": "string",
1254
- "id": null,
1255
  "_type": "Value"
1256
  },
1257
  "simple_LM_method": {
1258
  "dtype": "bool",
1259
- "id": null,
1260
  "_type": "Value"
1261
  },
1262
  "one_prefix_method": {
1263
  "dtype": "bool",
1264
- "id": null,
1265
  "_type": "Value"
1266
  },
1267
  "two_prefix_method": {
1268
  "dtype": "bool",
1269
- "id": null,
1270
  "_type": "Value"
1271
  },
1272
  "lexically_identical": {
1273
  "dtype": "bool",
1274
- "id": null,
1275
  "_type": "Value"
1276
  },
1277
  "pair_id": {
1278
  "dtype": "int32",
1279
- "id": null,
1280
  "_type": "Value"
1281
  }
1282
  },
1283
- "supervised_keys": null,
1284
  "builder_name": "blimp",
 
1285
  "config_name": "distractor_agreement_relative_clause",
1286
  "version": {
1287
  "version_str": "0.1.0",
1288
- "description": null,
1289
- "datasets_version_to_prepare": null,
1290
  "major": 0,
1291
  "minor": 1,
1292
  "patch": 0
@@ -1294,20 +1282,14 @@
1294
  "splits": {
1295
  "train": {
1296
  "name": "train",
1297
- "num_bytes": 218151,
1298
  "num_examples": 1000,
1299
- "dataset_name": "blimp"
1300
- }
1301
- },
1302
- "download_checksums": {
1303
- "https://raw.githubusercontent.com/alexwarstadt/blimp/master/data/distractor_agreement_relative_clause.jsonl": {
1304
- "num_bytes": 564770,
1305
- "checksum": "854728b6db8f23f12583f7332b654835351eaedb50783e6f2a3bf6c101b8c422"
1306
  }
1307
  },
1308
- "download_size": 564770,
1309
- "dataset_size": 218151,
1310
- "size_in_bytes": 782921
1311
  },
1312
  "drop_argument": {
1313
  "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",
 
1231
  "features": {
1232
  "sentence_good": {
1233
  "dtype": "string",
 
1234
  "_type": "Value"
1235
  },
1236
  "sentence_bad": {
1237
  "dtype": "string",
 
1238
  "_type": "Value"
1239
  },
1240
  "field": {
1241
  "dtype": "string",
 
1242
  "_type": "Value"
1243
  },
1244
  "linguistics_term": {
1245
  "dtype": "string",
 
1246
  "_type": "Value"
1247
  },
1248
  "UID": {
1249
  "dtype": "string",
 
1250
  "_type": "Value"
1251
  },
1252
  "simple_LM_method": {
1253
  "dtype": "bool",
 
1254
  "_type": "Value"
1255
  },
1256
  "one_prefix_method": {
1257
  "dtype": "bool",
 
1258
  "_type": "Value"
1259
  },
1260
  "two_prefix_method": {
1261
  "dtype": "bool",
 
1262
  "_type": "Value"
1263
  },
1264
  "lexically_identical": {
1265
  "dtype": "bool",
 
1266
  "_type": "Value"
1267
  },
1268
  "pair_id": {
1269
  "dtype": "int32",
 
1270
  "_type": "Value"
1271
  }
1272
  },
 
1273
  "builder_name": "blimp",
1274
+ "dataset_name": "blimp",
1275
  "config_name": "distractor_agreement_relative_clause",
1276
  "version": {
1277
  "version_str": "0.1.0",
 
 
1278
  "major": 0,
1279
  "minor": 1,
1280
  "patch": 0
 
1282
  "splits": {
1283
  "train": {
1284
  "name": "train",
1285
+ "num_bytes": 216756,
1286
  "num_examples": 1000,
1287
+ "dataset_name": null
 
 
 
 
 
 
1288
  }
1289
  },
1290
+ "download_size": 77897,
1291
+ "dataset_size": 216756,
1292
+ "size_in_bytes": 294653
1293
  },
1294
  "drop_argument": {
1295
  "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",
distractor_agreement_relative_clause/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c23c03ee033d92d9c22061089a80cbca29da2d337764bfa9bd20dc9d14d42afc
3
+ size 77897