Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
question-generation
License:
Update README.md
Browse files
README.md
CHANGED
@@ -9,30 +9,7 @@ task_categories: question-generation
|
|
9 |
task_ids: question-generation
|
10 |
---
|
11 |
|
12 |
-
# Dataset Card for "qg_squad"
|
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)
|
@@ -58,6 +35,7 @@ English (en)
|
|
58 |
#### plain_text
|
59 |
- **Size of downloaded dataset files:** 284.1 MB
|
60 |
- **Size of the generated dataset:** 269 MB
|
|
|
61 |
An example of 'train' looks as follows.
|
62 |
```
|
63 |
{
|
@@ -70,9 +48,10 @@ An example of 'train' looks as follows.
|
|
70 |
"sentence_answer": "Heresy is any provocative belief or theory that is strongly at variance with <hl> established beliefs or customs <hl> ."
|
71 |
}
|
72 |
```
|
|
|
73 |
### Data Fields
|
74 |
The data fields are the same among all splits.
|
75 |
-
|
76 |
- `question`: a `string` feature.
|
77 |
- `paragraph`: a `string` feature.
|
78 |
- `answer`: a `string` feature.
|
@@ -91,32 +70,19 @@ but with different information. The `paragraph_answer` and `sentence_answer` fea
|
|
91 |
|----------|----:|---------:|----:|
|
92 |
|plain_text|75722| 10570|11877|
|
93 |
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
### Social Impact of Dataset
|
111 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
112 |
-
### Discussion of Biases
|
113 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
114 |
-
### Other Known Limitations
|
115 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
116 |
-
## Additional Information
|
117 |
-
### Dataset Curators
|
118 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
119 |
-
### Licensing Information
|
120 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
121 |
-
### Citation Information
|
122 |
-
[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_squad"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
## Dataset Description
|
15 |
- **Repository:** [https://github.com/asahi417/lm-question-generation](https://github.com/asahi417/lm-question-generation)
|
|
|
35 |
#### plain_text
|
36 |
- **Size of downloaded dataset files:** 284.1 MB
|
37 |
- **Size of the generated dataset:** 269 MB
|
38 |
+
|
39 |
An example of 'train' looks as follows.
|
40 |
```
|
41 |
{
|
|
|
48 |
"sentence_answer": "Heresy is any provocative belief or theory that is strongly at variance with <hl> established beliefs or customs <hl> ."
|
49 |
}
|
50 |
```
|
51 |
+
|
52 |
### Data Fields
|
53 |
The data fields are the same among all splits.
|
54 |
+
|
55 |
- `question`: a `string` feature.
|
56 |
- `paragraph`: a `string` feature.
|
57 |
- `answer`: a `string` feature.
|
|
|
70 |
|----------|----:|---------:|----:|
|
71 |
|plain_text|75722| 10570|11877|
|
72 |
|
73 |
+
|
74 |
+
## Citation Information
|
75 |
+
|
76 |
+
```
|
77 |
+
@inproceedings{ushio-etal-2022-generative,
|
78 |
+
title = "{G}enerative {L}anguage {M}odels for {P}aragraph-{L}evel {Q}uestion {G}eneration: {A} {U}nified {B}enchmark and {E}valuation",
|
79 |
+
author = "Ushio, Asahi and
|
80 |
+
Alva-Manchego, Fernando and
|
81 |
+
Camacho-Collados, Jose",
|
82 |
+
booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
|
83 |
+
month = dec,
|
84 |
+
year = "2022",
|
85 |
+
address = "Abu Dhabi, U.A.E.",
|
86 |
+
publisher = "Association for Computational Linguistics",
|
87 |
+
}
|
88 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|