Update README.md
Browse files
README.md
CHANGED
|
@@ -21,4 +21,15 @@ as a pair of sentences and the goal is to evaluate plausibility.
|
|
| 21 |
## Intended use & limitations
|
| 22 |
|
| 23 |
|
| 24 |
-
### How to use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
## Intended use & limitations
|
| 22 |
|
| 23 |
|
| 24 |
+
### How to use
|
| 25 |
+
|
| 26 |
+
### BibTeX entry and citation info
|
| 27 |
+
|
| 28 |
+
```bibtex
|
| 29 |
+
@article{sakaguchi2019winogrande,
|
| 30 |
+
title={WinoGrande: An Adversarial Winograd Schema Challenge at Scale},
|
| 31 |
+
author={Sakaguchi, Keisuke and Bras, Ronan Le and Bhagavatula, Chandra and Choi, Yejin},
|
| 32 |
+
journal={arXiv preprint arXiv:1907.10641},
|
| 33 |
+
year={2019}
|
| 34 |
+
}
|
| 35 |
+
```
|