File size: 1,444 Bytes
716b71e d7351fb 716b71e 4e44f11 c9d1487 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
license: cc-by-sa-3.0
---
### Dataset Summary
[BoolQ](https://huggingface.co/datasets/google/boolq) is a question answering dataset created by [Google](https://huggingface.co/google) for yes/no questions containing 15942 examples. These questions are naturally
occurring ---they are generated in unprompted and unconstrained settings.
Each example was a triplet of (question, passage, answer), with the title of the page as optional additional context. I converted it to ShareGPT where the passage and answer are combined into one cohesive response from the AI.
I plan to use this as regularization for upcoming datasets that I intend to post to this account.
### Licensing Information
BoolQ is released under the [Creative Commons Share-Alike 3.0](https://creativecommons.org/licenses/by-sa/3.0/) license.
### Citation Information
```
@inproceedings{clark2019boolq,
title = {BoolQ: Exploring the Surprising Difficulty of Natural Yes/No Questions},
author = {Clark, Christopher and Lee, Kenton and Chang, Ming-Wei, and Kwiatkowski, Tom and Collins, Michael, and Toutanova, Kristina},
booktitle = {NAACL},
year = {2019},
}
```
### Contributions
Thanks to [@lewtun](https://github.com/lewtun), [@lhoestq](https://github.com/lhoestq), [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@albertvillanova](https://github.com/albertvillanova) for adding this dataset. |