Datasets:
Tasks:
Text Generation
Sub-tasks:
language-modeling
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
question-generation
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,37 +9,16 @@ task_categories: question-generation
|
|
| 9 |
task_ids: question-generation
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# Dataset Card for "qg_subjqa"
|
| 13 |
-
|
| 14 |
-
## Table of Contents
|
| 15 |
-
- [Dataset Description](#dataset-description)
|
| 16 |
-
- [Dataset Summary](#dataset-summary)
|
| 17 |
-
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
| 18 |
-
- [Languages](#languages)
|
| 19 |
-
- [Dataset Structure](#dataset-structure)
|
| 20 |
-
- [Data Instances](#data-instances)
|
| 21 |
-
- [Data Fields](#data-fields)
|
| 22 |
-
- [Data Splits](#data-splits)
|
| 23 |
-
- [Dataset Creation](#dataset-creation)
|
| 24 |
-
- [Curation Rationale](#curation-rationale)
|
| 25 |
-
- [Source Data](#source-data)
|
| 26 |
-
- [Annotations](#annotations)
|
| 27 |
-
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
| 28 |
-
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
| 29 |
-
- [Social Impact of Dataset](#social-impact-of-dataset)
|
| 30 |
-
- [Discussion of Biases](#discussion-of-biases)
|
| 31 |
-
- [Other Known Limitations](#other-known-limitations)
|
| 32 |
-
- [Additional Information](#additional-information)
|
| 33 |
-
- [Dataset Curators](#dataset-curators)
|
| 34 |
-
- [Licensing Information](#licensing-information)
|
| 35 |
-
- [Citation Information](#citation-information)
|
| 36 |
|
| 37 |
## Dataset Description
|
| 38 |
- **Repository:** [https://github.com/asahi417/lm-question-generation](https://github.com/asahi417/lm-question-generation)
|
| 39 |
-
- **Paper:** [
|
| 40 |
- **Point of Contact:** [Asahi Ushio](http://asahiushio.com/)
|
| 41 |
|
| 42 |
### Dataset Summary
|
|
|
|
|
|
|
| 43 |
Modified version of [SubjQA](https://github.com/megagonlabs/SubjQA) for question generation (QG) task.
|
| 44 |
|
| 45 |
### Supported Tasks and Leaderboards
|
|
@@ -50,8 +29,6 @@ Modified version of [SubjQA](https://github.com/megagonlabs/SubjQA) for question
|
|
| 50 |
English (en)
|
| 51 |
|
| 52 |
## Dataset Structure
|
| 53 |
-
### Data Instances
|
| 54 |
-
#### plain_text
|
| 55 |
An example of 'train' looks as follows.
|
| 56 |
```
|
| 57 |
{
|
|
@@ -68,9 +45,8 @@ An example of 'train' looks as follows.
|
|
| 68 |
"domain": "books"
|
| 69 |
}
|
| 70 |
```
|
| 71 |
-
|
| 72 |
The data fields are the same among all splits.
|
| 73 |
-
#### plain_text
|
| 74 |
- `question`: a `string` feature.
|
| 75 |
- `paragraph`: a `string` feature.
|
| 76 |
- `answer`: a `string` feature.
|
|
@@ -95,32 +71,17 @@ but with different information. The `paragraph_answer` and `sentence_answer` fea
|
|
| 95 |
| restaurants |822 | 128 |135 |
|
| 96 |
| tripadvisor |874 | 142 |396 |
|
| 97 |
|
| 98 |
-
##
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 113 |
-
## Considerations for Using the Data
|
| 114 |
-
### Social Impact of Dataset
|
| 115 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 116 |
-
### Discussion of Biases
|
| 117 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 118 |
-
### Other Known Limitations
|
| 119 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 120 |
-
## Additional Information
|
| 121 |
-
### Dataset Curators
|
| 122 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 123 |
-
### Licensing Information
|
| 124 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
| 125 |
-
### Citation Information
|
| 126 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
|
| 9 |
task_ids: question-generation
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Dataset Card for "lmqg/qg_subjqa"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
## Dataset Description
|
| 15 |
- **Repository:** [https://github.com/asahi417/lm-question-generation](https://github.com/asahi417/lm-question-generation)
|
| 16 |
+
- **Paper:** [https://arxiv.org/abs/2210.03992](https://arxiv.org/abs/2210.03992)
|
| 17 |
- **Point of Contact:** [Asahi Ushio](http://asahiushio.com/)
|
| 18 |
|
| 19 |
### Dataset Summary
|
| 20 |
+
This is a subset of [QG-Bench](https://github.com/asahi417/lm-question-generation/blob/master/QG_BENCH.md#datasets), a unified question generation benchmark proposed in
|
| 21 |
+
["Generative Language Models for Paragraph-Level Question Generation: A Unified Benchmark and Evaluation, EMNLP 2022 main conference"](https://arxiv.org/abs/2210.03992).
|
| 22 |
Modified version of [SubjQA](https://github.com/megagonlabs/SubjQA) for question generation (QG) task.
|
| 23 |
|
| 24 |
### Supported Tasks and Leaderboards
|
|
|
|
| 29 |
English (en)
|
| 30 |
|
| 31 |
## Dataset Structure
|
|
|
|
|
|
|
| 32 |
An example of 'train' looks as follows.
|
| 33 |
```
|
| 34 |
{
|
|
|
|
| 45 |
"domain": "books"
|
| 46 |
}
|
| 47 |
```
|
| 48 |
+
|
| 49 |
The data fields are the same among all splits.
|
|
|
|
| 50 |
- `question`: a `string` feature.
|
| 51 |
- `paragraph`: a `string` feature.
|
| 52 |
- `answer`: a `string` feature.
|
|
|
|
| 71 |
| restaurants |822 | 128 |135 |
|
| 72 |
| tripadvisor |874 | 142 |396 |
|
| 73 |
|
| 74 |
+
## Citation Information
|
| 75 |
+
```
|
| 76 |
+
@inproceedings{ushio-etal-2022-generative,
|
| 77 |
+
title = "{G}enerative {L}anguage {M}odels for {P}aragraph-{L}evel {Q}uestion {G}eneration",
|
| 78 |
+
author = "Ushio, Asahi and
|
| 79 |
+
Alva-Manchego, Fernando and
|
| 80 |
+
Camacho-Collados, Jose",
|
| 81 |
+
booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
|
| 82 |
+
month = dec,
|
| 83 |
+
year = "2022",
|
| 84 |
+
address = "Abu Dhabi, U.A.E.",
|
| 85 |
+
publisher = "Association for Computational Linguistics",
|
| 86 |
+
}
|
| 87 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|