Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
acceptability-classification
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Commit
·
e139b3b
1
Parent(s):
b3928a1
Update metadata
Browse files
README.md
CHANGED
@@ -5,7 +5,8 @@ language_creators:
|
|
5 |
- machine-generated
|
6 |
language:
|
7 |
- en
|
8 |
-
license:
|
|
|
9 |
multilinguality:
|
10 |
- monolingual
|
11 |
pretty_name: BLiMP
|
@@ -1925,9 +1926,9 @@ dataset_info:
|
|
1925 |
|
1926 |
## Dataset Description
|
1927 |
|
1928 |
-
- **Homepage:**
|
1929 |
-
- **Repository:**
|
1930 |
-
- **Paper:** [
|
1931 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
1932 |
- **Size of downloaded dataset files:** 28.21 MB
|
1933 |
- **Size of the generated dataset:** 10.92 MB
|
@@ -2189,19 +2190,24 @@ The data fields are the same among all splits.
|
|
2189 |
|
2190 |
### Licensing Information
|
2191 |
|
2192 |
-
|
2193 |
|
2194 |
### Citation Information
|
2195 |
|
2196 |
```
|
2197 |
-
|
2198 |
-
|
2199 |
-
|
2200 |
-
|
2201 |
-
|
2202 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2203 |
}
|
2204 |
-
|
2205 |
```
|
2206 |
|
2207 |
|
|
|
5 |
- machine-generated
|
6 |
language:
|
7 |
- en
|
8 |
+
license:
|
9 |
+
- cc-by-4.0
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
pretty_name: BLiMP
|
|
|
1926 |
|
1927 |
## Dataset Description
|
1928 |
|
1929 |
+
- **Homepage:**
|
1930 |
+
- **Repository:** https://github.com/alexwarstadt/blimp
|
1931 |
+
- **Paper:** [BLiMP: The Benchmark of Linguistic Minimal Pairs for English](https://doi.org/10.1162/tacl_a_00321)
|
1932 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
1933 |
- **Size of downloaded dataset files:** 28.21 MB
|
1934 |
- **Size of the generated dataset:** 10.92 MB
|
|
|
2190 |
|
2191 |
### Licensing Information
|
2192 |
|
2193 |
+
BLiMP is distributed under a [CC-BY](https://creativecommons.org/licenses/by/4.0/) license.
|
2194 |
|
2195 |
### Citation Information
|
2196 |
|
2197 |
```
|
2198 |
+
@article{warstadt2020blimp,
|
2199 |
+
author = {Warstadt, Alex and Parrish, Alicia and Liu, Haokun and Mohananey, Anhad and Peng, Wei and Wang, Sheng-Fu and Bowman, Samuel R.},
|
2200 |
+
title = {BLiMP: The Benchmark of Linguistic Minimal Pairs for English},
|
2201 |
+
journal = {Transactions of the Association for Computational Linguistics},
|
2202 |
+
volume = {8},
|
2203 |
+
number = {},
|
2204 |
+
pages = {377-392},
|
2205 |
+
year = {2020},
|
2206 |
+
doi = {10.1162/tacl\_a\_00321},
|
2207 |
+
URL = {https://doi.org/10.1162/tacl_a_00321},
|
2208 |
+
eprint = {https://doi.org/10.1162/tacl_a_00321},
|
2209 |
+
abstract = { We introduce The Benchmark of Linguistic Minimal Pairs (BLiMP),1 a challenge set for evaluating the linguistic knowledge of language models (LMs) on major grammatical phenomena in English. BLiMP consists of 67 individual datasets, each containing 1,000 minimal pairs—that is, pairs of minimally different sentences that contrast in grammatical acceptability and isolate specific phenomenon in syntax, morphology, or semantics. We generate the data according to linguist-crafted grammar templates, and human aggregate agreement with the labels is 96.4\%. We evaluate n-gram, LSTM, and Transformer (GPT-2 and Transformer-XL) LMs by observing whether they assign a higher probability to the acceptable sentence in each minimal pair. We find that state-of-the-art models identify morphological contrasts related to agreement reliably, but they struggle with some subtle semantic and syntactic phenomena, such as negative polarity items and extraction islands. }
|
2210 |
}
|
|
|
2211 |
```
|
2212 |
|
2213 |
|