Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
acceptability-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
•
a251304
1
Parent(s):
a96b0d3
Add existential_there_object_raising data files
Browse files
README.md
CHANGED
@@ -660,10 +660,10 @@ dataset_info:
|
|
660 |
dtype: int32
|
661 |
splits:
|
662 |
- name: train
|
663 |
-
num_bytes:
|
664 |
num_examples: 1000
|
665 |
-
download_size:
|
666 |
-
dataset_size:
|
667 |
- config_name: existential_there_quantifiers_1
|
668 |
features:
|
669 |
- name: sentence_good
|
@@ -1985,6 +1985,10 @@ configs:
|
|
1985 |
data_files:
|
1986 |
- split: train
|
1987 |
path: ellipsis_n_bar_2/train-*
|
|
|
|
|
|
|
|
|
1988 |
---
|
1989 |
|
1990 |
# Dataset Card for "blimp"
|
|
|
660 |
dtype: int32
|
661 |
splits:
|
662 |
- name: train
|
663 |
+
num_bytes: 223741
|
664 |
num_examples: 1000
|
665 |
+
download_size: 76641
|
666 |
+
dataset_size: 223741
|
667 |
- config_name: existential_there_quantifiers_1
|
668 |
features:
|
669 |
- name: sentence_good
|
|
|
1985 |
data_files:
|
1986 |
- split: train
|
1987 |
path: ellipsis_n_bar_2/train-*
|
1988 |
+
- config_name: existential_there_object_raising
|
1989 |
+
data_files:
|
1990 |
+
- split: train
|
1991 |
+
path: existential_there_object_raising/train-*
|
1992 |
---
|
1993 |
|
1994 |
# Dataset Card for "blimp"
|
dataset_infos.json
CHANGED
@@ -1503,62 +1503,50 @@
|
|
1503 |
"features": {
|
1504 |
"sentence_good": {
|
1505 |
"dtype": "string",
|
1506 |
-
"id": null,
|
1507 |
"_type": "Value"
|
1508 |
},
|
1509 |
"sentence_bad": {
|
1510 |
"dtype": "string",
|
1511 |
-
"id": null,
|
1512 |
"_type": "Value"
|
1513 |
},
|
1514 |
"field": {
|
1515 |
"dtype": "string",
|
1516 |
-
"id": null,
|
1517 |
"_type": "Value"
|
1518 |
},
|
1519 |
"linguistics_term": {
|
1520 |
"dtype": "string",
|
1521 |
-
"id": null,
|
1522 |
"_type": "Value"
|
1523 |
},
|
1524 |
"UID": {
|
1525 |
"dtype": "string",
|
1526 |
-
"id": null,
|
1527 |
"_type": "Value"
|
1528 |
},
|
1529 |
"simple_LM_method": {
|
1530 |
"dtype": "bool",
|
1531 |
-
"id": null,
|
1532 |
"_type": "Value"
|
1533 |
},
|
1534 |
"one_prefix_method": {
|
1535 |
"dtype": "bool",
|
1536 |
-
"id": null,
|
1537 |
"_type": "Value"
|
1538 |
},
|
1539 |
"two_prefix_method": {
|
1540 |
"dtype": "bool",
|
1541 |
-
"id": null,
|
1542 |
"_type": "Value"
|
1543 |
},
|
1544 |
"lexically_identical": {
|
1545 |
"dtype": "bool",
|
1546 |
-
"id": null,
|
1547 |
"_type": "Value"
|
1548 |
},
|
1549 |
"pair_id": {
|
1550 |
"dtype": "int32",
|
1551 |
-
"id": null,
|
1552 |
"_type": "Value"
|
1553 |
}
|
1554 |
},
|
1555 |
-
"supervised_keys": null,
|
1556 |
"builder_name": "blimp",
|
|
|
1557 |
"config_name": "existential_there_object_raising",
|
1558 |
"version": {
|
1559 |
"version_str": "0.1.0",
|
1560 |
-
"description": null,
|
1561 |
-
"datasets_version_to_prepare": null,
|
1562 |
"major": 0,
|
1563 |
"minor": 1,
|
1564 |
"patch": 0
|
@@ -1566,20 +1554,14 @@
|
|
1566 |
"splits": {
|
1567 |
"train": {
|
1568 |
"name": "train",
|
1569 |
-
"num_bytes":
|
1570 |
"num_examples": 1000,
|
1571 |
-
"dataset_name":
|
1572 |
-
}
|
1573 |
-
},
|
1574 |
-
"download_checksums": {
|
1575 |
-
"https://raw.githubusercontent.com/alexwarstadt/blimp/master/data/existential_there_object_raising.jsonl": {
|
1576 |
-
"num_bytes": 550672,
|
1577 |
-
"checksum": "3781bfd54ec1208fc634f4d365189f948ec246526a7345b5148dd3ab6023ff4f"
|
1578 |
}
|
1579 |
},
|
1580 |
-
"download_size":
|
1581 |
-
"dataset_size":
|
1582 |
-
"size_in_bytes":
|
1583 |
},
|
1584 |
"existential_there_quantifiers_1": {
|
1585 |
"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",
|
|
|
1503 |
"features": {
|
1504 |
"sentence_good": {
|
1505 |
"dtype": "string",
|
|
|
1506 |
"_type": "Value"
|
1507 |
},
|
1508 |
"sentence_bad": {
|
1509 |
"dtype": "string",
|
|
|
1510 |
"_type": "Value"
|
1511 |
},
|
1512 |
"field": {
|
1513 |
"dtype": "string",
|
|
|
1514 |
"_type": "Value"
|
1515 |
},
|
1516 |
"linguistics_term": {
|
1517 |
"dtype": "string",
|
|
|
1518 |
"_type": "Value"
|
1519 |
},
|
1520 |
"UID": {
|
1521 |
"dtype": "string",
|
|
|
1522 |
"_type": "Value"
|
1523 |
},
|
1524 |
"simple_LM_method": {
|
1525 |
"dtype": "bool",
|
|
|
1526 |
"_type": "Value"
|
1527 |
},
|
1528 |
"one_prefix_method": {
|
1529 |
"dtype": "bool",
|
|
|
1530 |
"_type": "Value"
|
1531 |
},
|
1532 |
"two_prefix_method": {
|
1533 |
"dtype": "bool",
|
|
|
1534 |
"_type": "Value"
|
1535 |
},
|
1536 |
"lexically_identical": {
|
1537 |
"dtype": "bool",
|
|
|
1538 |
"_type": "Value"
|
1539 |
},
|
1540 |
"pair_id": {
|
1541 |
"dtype": "int32",
|
|
|
1542 |
"_type": "Value"
|
1543 |
}
|
1544 |
},
|
|
|
1545 |
"builder_name": "blimp",
|
1546 |
+
"dataset_name": "blimp",
|
1547 |
"config_name": "existential_there_object_raising",
|
1548 |
"version": {
|
1549 |
"version_str": "0.1.0",
|
|
|
|
|
1550 |
"major": 0,
|
1551 |
"minor": 1,
|
1552 |
"patch": 0
|
|
|
1554 |
"splits": {
|
1555 |
"train": {
|
1556 |
"name": "train",
|
1557 |
+
"num_bytes": 223741,
|
1558 |
"num_examples": 1000,
|
1559 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
1560 |
}
|
1561 |
},
|
1562 |
+
"download_size": 76641,
|
1563 |
+
"dataset_size": 223741,
|
1564 |
+
"size_in_bytes": 300382
|
1565 |
},
|
1566 |
"existential_there_quantifiers_1": {
|
1567 |
"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",
|
existential_there_object_raising/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c63d5b77b5d40e0a8d475342d9893f2809093653b08c04f69f8a17252a98809
|
3 |
+
size 76641
|