Update README.md
Browse files
README.md
CHANGED
|
@@ -145,7 +145,27 @@ configs:
|
|
| 145 |
path: wnli/validation-*
|
| 146 |
- split: test
|
| 147 |
path: wnli/test-*
|
|
|
|
| 148 |
---
|
| 149 |
# Dataset Card for "kor_glue"
|
| 150 |
|
| 151 |
-
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 145 |
path: wnli/validation-*
|
| 146 |
- split: test
|
| 147 |
path: wnli/test-*
|
| 148 |
+
license: cc-by-4.0
|
| 149 |
---
|
| 150 |
# Dataset Card for "kor_glue"
|
| 151 |
|
| 152 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 153 |
+
|
| 154 |
+
# Source Data Citation Information
|
| 155 |
+
```
|
| 156 |
+
@article{warstadt2018neural,
|
| 157 |
+
title={Neural Network Acceptability Judgments},
|
| 158 |
+
author={Warstadt, Alex and Singh, Amanpreet and Bowman, Samuel R},
|
| 159 |
+
journal={arXiv preprint arXiv:1805.12471},
|
| 160 |
+
year={2018}
|
| 161 |
+
}
|
| 162 |
+
@inproceedings{wang2019glue,
|
| 163 |
+
title={{GLUE}: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding},
|
| 164 |
+
author={Wang, Alex and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R.},
|
| 165 |
+
note={In the Proceedings of ICLR.},
|
| 166 |
+
year={2019}
|
| 167 |
+
}
|
| 168 |
+
|
| 169 |
+
Note that each GLUE dataset has its own citation. Please see the source to see
|
| 170 |
+
the correct citation for each contained dataset.
|
| 171 |
+
```
|