Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,35 @@ dataset_info:
|
|
| 13 |
num_examples: 9427
|
| 14 |
download_size: 2503993
|
| 15 |
dataset_size: 4300375
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
# Dataset Card for "boolq-id"
|
| 18 |
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
num_examples: 9427
|
| 14 |
download_size: 2503993
|
| 15 |
dataset_size: 4300375
|
| 16 |
+
license: cc-by-sa-4.0
|
| 17 |
+
task_categories:
|
| 18 |
+
- text-classification
|
| 19 |
+
- feature-extraction
|
| 20 |
+
language:
|
| 21 |
+
- id
|
| 22 |
+
tags:
|
| 23 |
+
- super_glue
|
| 24 |
+
- text similarity
|
| 25 |
+
size_categories:
|
| 26 |
+
- 10K<n<100K
|
| 27 |
---
|
| 28 |
# Dataset Card for "boolq-id"
|
| 29 |
|
| 30 |
+
This dataset is a translated version of qnli dataset from [super_glue](https://huggingface.co/datasets/super_glue) dataset.
|
| 31 |
+
|
| 32 |
+
# Citing & Authors
|
| 33 |
+
|
| 34 |
+
```
|
| 35 |
+
@inproceedings{clark2019boolq,
|
| 36 |
+
title={BoolQ: Exploring the Surprising Difficulty of Natural Yes/No Questions},
|
| 37 |
+
author={Clark, Christopher and Lee, Kenton and Chang, Ming-Wei, and Kwiatkowski, Tom and Collins, Michael, and Toutanova, Kristina},
|
| 38 |
+
booktitle={NAACL},
|
| 39 |
+
year={2019}
|
| 40 |
+
}
|
| 41 |
+
@article{wang2019superglue,
|
| 42 |
+
title={SuperGLUE: A Stickier Benchmark for General-Purpose Language Understanding Systems},
|
| 43 |
+
author={Wang, Alex and Pruksachatkun, Yada and Nangia, Nikita and Singh, Amanpreet and Michael, Julian and Hill, Felix and Levy, Omer and Bowman, Samuel R},
|
| 44 |
+
journal={arXiv preprint arXiv:1905.00537},
|
| 45 |
+
year={2019}
|
| 46 |
+
}
|
| 47 |
+
```
|