Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
question-generation
License:
license: mit | |
pretty_name: SQuAD QG | |
languages: en | |
multilinguality: monolingual | |
size_categories: 10K<n<100K | |
source_datasets: extended|wikipedia | |
task_categories: question-generation | |
task_ids: question-generation | |
# Dataset Card for "qg_squad" | |
## Table of Contents | |
- [Dataset Description](#dataset-description) | |
- [Dataset Summary](#dataset-summary) | |
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) | |
- [Languages](#languages) | |
- [Dataset Structure](#dataset-structure) | |
- [Data Instances](#data-instances) | |
- [Data Fields](#data-fields) | |
- [Data Splits](#data-splits) | |
- [Dataset Creation](#dataset-creation) | |
- [Curation Rationale](#curation-rationale) | |
- [Source Data](#source-data) | |
- [Annotations](#annotations) | |
- [Personal and Sensitive Information](#personal-and-sensitive-information) | |
- [Considerations for Using the Data](#considerations-for-using-the-data) | |
- [Social Impact of Dataset](#social-impact-of-dataset) | |
- [Discussion of Biases](#discussion-of-biases) | |
- [Other Known Limitations](#other-known-limitations) | |
- [Additional Information](#additional-information) | |
- [Dataset Curators](#dataset-curators) | |
- [Licensing Information](#licensing-information) | |
- [Citation Information](#citation-information) | |
## Dataset Description | |
- **Repository:** [https://github.com/asahi417/lm-question-generation](https://github.com/asahi417/lm-question-generation) | |
- **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | |
- **Point of Contact:** [Asahi Ushio](http://asahiushio.com/) | |
- **Size of downloaded dataset files:** 33.51 MB | |
- **Size of the generated dataset:** 85.75 MB | |
- **Total amount of disk used:** 119.27 MB | |
### Dataset Summary | |
[SQuAD](https://rajpurkar.github.io/SQuAD-explorer/) dataset for question generation (QG) task. The split | |
of train/development/test set follows the ["Neural Question Generation"](https://arxiv.org/abs/1705.00106) work and is | |
compatible with the [leader board](https://paperswithcode.com/sota/question-generation-on-squad11). | |
### Supported Tasks and Leaderboards | |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | |
### Languages | |
English (en) | |
## Dataset Structure | |
### Data Instances | |
#### plain_text | |
- **Size of downloaded dataset files:** 33.51 MB | |
- **Size of the generated dataset:** 85.75 MB | |
- **Total amount of disk used:** 119.27 MB | |
An example of 'train' looks as follows. | |
``` | |
{ | |
"question": "What is heresy mainly at odds with?", | |
"passage": "Heresy is any provocative belief or theory that is strongly at variance with established beliefs or customs." | |
"A heretic is a proponent of such claims or beliefs. Heresy is distinct from both apostasy, which is the explicit" | |
"renunciation of one's religion, principles or cause, and blasphemy, which is an impious utterance or action concerning God or sacred things.", | |
"answer": "established beliefs or customs", | |
"sentence": "Heresy is any provocative belief or theory that is strongly at variance with established beliefs or customs .", | |
"passage_sentence": "<hl> Heresy is any provocative belief or theory that is strongly at variance with established beliefs or customs . <hl> A heretic is a proponent of such claims or beliefs. Heresy is distinct from both apostasy, which is the explicit renunciation of one's religion, principles or cause, and blasphemy, which is an impious utterance or action concerning God or sacred things.", | |
"passage_answer": "Heresy is any provocative belief or theory that is strongly at variance with <hl> established beliefs or customs <hl>. A heretic is a proponent of such claims or beliefs. Heresy is distinct from both apostasy, which is the explicit renunciation of one's religion, principles or cause, and blasphemy, which is an impious utterance or action concerning God or sacred things.", | |
"sentence_answer": "Heresy is any provocative belief or theory that is strongly at variance with <hl> established beliefs or customs <hl> ." | |
} | |
``` | |
### Data Fields | |
The data fields are the same among all splits. | |
#### plain_text | |
- `question`: a `string` feature. | |
- `passage`: a `string` feature. | |
- `answer`: a `string` feature. | |
- `sentence`: a `string` feature. | |
- `passage_sentence`: a `string` feature. | |
- `passage_answer`: a `string` feature. | |
- `sentence_answer`: a `string` feature. | |
### Data Splits | |
| name |train|validation|test | | |
|----------|----:|---------:|----:| | |
|plain_text|75722| 10570|11877| | |
## Dataset Creation | |
### Curation Rationale | |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | |
### Source Data | |
#### Initial Data Collection and Normalization | |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | |
#### Who are the source language producers? | |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | |
### Annotations | |
#### Annotation process | |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | |
#### Who are the annotators? | |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | |
### Personal and Sensitive Information | |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | |
## Considerations for Using the Data | |
### Social Impact of Dataset | |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | |
### Discussion of Biases | |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | |
### Other Known Limitations | |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | |
## Additional Information | |
### Dataset Curators | |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | |
### Licensing Information | |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) | |
### Citation Information | |
``` | |
TBA | |
``` | |