Datasets:
Tasks:
Text Generation
Modalities:
Text
Sub-tasks:
language-modeling
Languages:
Spanish
Size:
10K - 100K
ArXiv:
Tags:
question-generation
License:
Update README.md
Browse files
README.md
CHANGED
@@ -9,51 +9,28 @@ task_categories: question-generation
|
|
9 |
task_ids: question-generation
|
10 |
---
|
11 |
|
12 |
-
# Dataset Card for "qg_esquad"
|
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 |
-
|
|
|
|
|
44 |
Since the original dataset only contains training/validation set, we manually sample test set from training set, which
|
45 |
has no overlap in terms of the paragraph with the training set.
|
46 |
|
47 |
### Supported Tasks and Leaderboards
|
48 |
-
* `question-generation`: The dataset
|
49 |
-
Success on this task is typically measured by achieving a high BLEU4/METEOR/ROUGE-L
|
50 |
|
51 |
### Languages
|
52 |
Spanish (es)
|
53 |
|
54 |
## Dataset Structure
|
55 |
-
### Data Instances
|
56 |
-
#### plain_text
|
57 |
An example of 'train' looks as follows.
|
58 |
```
|
59 |
{
|
@@ -66,9 +43,7 @@ An example of 'train' looks as follows.
|
|
66 |
'paragraph_sentence': 'En julio de 2002, Beyonc茅 continu贸 su carrera como actriz interpretando a Foxxy Cleopatra junto a Mike Myers en la pel铆cula de comedia, Austin Powers in Goldmember, que pas贸 su primer fin de semana en la cima de la taquilla de Estados Unidos. Beyonc茅 lanz贸 "Work It Out" como el primer sencillo de su 谩lbum de banda sonora que entr贸 en el top ten en el Reino Unido, Noruega y B茅lgica. En 2003, Knowles protagoniz贸 junto a Cuba Gooding, Jr. , <hl> en la comedia musical <hl> The Fighting Temptations como Lilly, una madre soltera de quien el personaje de Gooding se enamora. Beyonc茅 lanz贸 "Fighting Temptation" como el primer sencillo de la banda sonora de la pel铆cula, con Missy Elliott, MC Lyte y Free que tambi茅n se utiliz贸 para promocionar la pel铆cula. Otra de las contribuciones de Beyonc茅 a la banda sonora, "Summertime", fue mejor en las listas de Estados Unidos.',
|
67 |
}
|
68 |
```
|
69 |
-
### Data Fields
|
70 |
The data fields are the same among all splits.
|
71 |
-
#### plain_text
|
72 |
- `question`: a `string` feature.
|
73 |
- `paragraph`: a `string` feature.
|
74 |
- `answer`: a `string` feature.
|
@@ -81,38 +56,25 @@ Each of `paragraph_answer`, `paragraph_sentence`, and `sentence_answer` feature
|
|
81 |
but with different information. The `paragraph_answer` and `sentence_answer` features are for answer-aware question generation and
|
82 |
`paragraph_sentence` feature is for sentence-aware question generation.
|
83 |
|
84 |
-
|
|
|
|
|
|
|
|
|
|
|
85 |
|
86 |
-
|
87 |
-
|----------|----:|---------:|----:|
|
88 |
-
|plain_text|77025| 10570 |10570|
|
89 |
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
### Personal and Sensitive Information
|
104 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
105 |
-
## Considerations for Using the Data
|
106 |
-
### Social Impact of Dataset
|
107 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
108 |
-
### Discussion of Biases
|
109 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
110 |
-
### Other Known Limitations
|
111 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
112 |
-
## Additional Information
|
113 |
-
### Dataset Curators
|
114 |
-
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
115 |
-
### Licensing Information
|
116 |
-
Please refer the Licensing Information of the original dataset [here](https://huggingface.co/datasets/squad_es#licensing-information).
|
117 |
-
### Citation Information
|
118 |
-
[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_esquad"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
## Dataset Description
|
15 |
- **Repository:** [https://github.com/asahi417/lm-question-generation](https://github.com/asahi417/lm-question-generation)
|
16 |
+
- **Paper:** [TBA](TBA)
|
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"](paper_link).
|
22 |
+
This is a modified version of [SQuAD-es](https://huggingface.co/datasets/squad_es) for question generation (QG) task.
|
23 |
Since the original dataset only contains training/validation set, we manually sample test set from training set, which
|
24 |
has no overlap in terms of the paragraph with the training set.
|
25 |
|
26 |
### Supported Tasks and Leaderboards
|
27 |
+
* `question-generation`: The dataset is assumed to be used to train a model for question generation.
|
28 |
+
Success on this task is typically measured by achieving a high BLEU4/METEOR/ROUGE-L/BERTScore/MoverScore (see our paper for more in detail).
|
29 |
|
30 |
### Languages
|
31 |
Spanish (es)
|
32 |
|
33 |
## Dataset Structure
|
|
|
|
|
34 |
An example of 'train' looks as follows.
|
35 |
```
|
36 |
{
|
|
|
43 |
'paragraph_sentence': 'En julio de 2002, Beyonc茅 continu贸 su carrera como actriz interpretando a Foxxy Cleopatra junto a Mike Myers en la pel铆cula de comedia, Austin Powers in Goldmember, que pas贸 su primer fin de semana en la cima de la taquilla de Estados Unidos. Beyonc茅 lanz贸 "Work It Out" como el primer sencillo de su 谩lbum de banda sonora que entr贸 en el top ten en el Reino Unido, Noruega y B茅lgica. En 2003, Knowles protagoniz贸 junto a Cuba Gooding, Jr. , <hl> en la comedia musical <hl> The Fighting Temptations como Lilly, una madre soltera de quien el personaje de Gooding se enamora. Beyonc茅 lanz贸 "Fighting Temptation" como el primer sencillo de la banda sonora de la pel铆cula, con Missy Elliott, MC Lyte y Free que tambi茅n se utiliz贸 para promocionar la pel铆cula. Otra de las contribuciones de Beyonc茅 a la banda sonora, "Summertime", fue mejor en las listas de Estados Unidos.',
|
44 |
}
|
45 |
```
|
|
|
46 |
The data fields are the same among all splits.
|
|
|
47 |
- `question`: a `string` feature.
|
48 |
- `paragraph`: a `string` feature.
|
49 |
- `answer`: a `string` feature.
|
|
|
56 |
but with different information. The `paragraph_answer` and `sentence_answer` features are for answer-aware question generation and
|
57 |
`paragraph_sentence` feature is for sentence-aware question generation.
|
58 |
|
59 |
+
## Data Splits
|
60 |
+
|
61 |
+
|train|validation|test |
|
62 |
+
|----:|---------:|----:|
|
63 |
+
|77025| 10570 |10570|
|
64 |
+
|
65 |
|
66 |
+
## Citation Information
|
|
|
|
|
67 |
|
68 |
+
```
|
69 |
+
@inproceedings{ushio-etal-2022-generative,
|
70 |
+
title = "{G}enerative {L}anguage {M}odels for {P}aragraph-{L}evel {Q}uestion {G}eneration: {A} {U}nified {B}enchmark and {E}valuation",
|
71 |
+
author = "Ushio, Asahi and
|
72 |
+
Alva-Manchego, Fernando and
|
73 |
+
Camacho-Collados, Jose",
|
74 |
+
booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
|
75 |
+
month = dec,
|
76 |
+
year = "2022",
|
77 |
+
address = "Abu Dhabi, U.A.E.",
|
78 |
+
publisher = "Association for Computational Linguistics",
|
79 |
+
}
|
80 |
+
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|