WillHeld commited on
Commit
d130cde
·
1 Parent(s): e3c5bce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -38,4 +38,22 @@ dataset_info:
38
  ---
39
  # Dataset Card for "blimp"
40
 
41
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  ---
39
  # Dataset Card for "blimp"
40
 
41
+ HuggingFace Hub Upload of BLiMP: The Benchmark of Linguistic Minimal Pairs from https://github.com/alexwarstadt/blimp
42
+
43
+ If you use this dataset in your work, please cite the original authors and paper.
44
+
45
+ ```
46
+ @article{warstadt2020blimp,
47
+ author = {Warstadt, Alex and Parrish, Alicia and Liu, Haokun and Mohananey, Anhad and Peng, Wei and Wang, Sheng-Fu and Bowman, Samuel R.},
48
+ title = {BLiMP: The Benchmark of Linguistic Minimal Pairs for English},
49
+ journal = {Transactions of the Association for Computational Linguistics},
50
+ volume = {8},
51
+ number = {},
52
+ pages = {377-392},
53
+ year = {2020},
54
+ doi = {10.1162/tacl\_a\_00321},
55
+ URL = {https://doi.org/10.1162/tacl_a_00321},
56
+ eprint = {https://doi.org/10.1162/tacl_a_00321},
57
+ 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. }
58
+ }
59
+ ```