Datasets:
lmqg
/

Modalities:
Text
Languages:
Spanish
ArXiv:
Libraries:
Datasets
License:
asahi417 commited on
Commit
36c4974
1 Parent(s): 7e8ce7b
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +118 -0
  2. data/processed/test00.jsonl +0 -0
  3. data/processed/test01.jsonl +0 -0
  4. data/processed/test02.jsonl +0 -0
  5. data/processed/test03.jsonl +0 -0
  6. data/processed/test04.jsonl +0 -0
  7. data/processed/test05.jsonl +0 -0
  8. data/processed/test06.jsonl +0 -0
  9. data/processed/test07.jsonl +0 -0
  10. data/processed/train00.jsonl +0 -0
  11. data/processed/train01.jsonl +0 -0
  12. data/processed/train02.jsonl +0 -0
  13. data/processed/train03.jsonl +0 -0
  14. data/processed/train04.jsonl +0 -0
  15. data/processed/train05.jsonl +0 -0
  16. data/processed/train06.jsonl +0 -0
  17. data/processed/train07.jsonl +0 -0
  18. data/processed/train08.jsonl +0 -0
  19. data/processed/train09.jsonl +0 -0
  20. data/processed/train10.jsonl +0 -0
  21. data/processed/train11.jsonl +0 -0
  22. data/processed/train12.jsonl +0 -0
  23. data/processed/train13.jsonl +0 -0
  24. data/processed/train14.jsonl +0 -0
  25. data/processed/train15.jsonl +0 -0
  26. data/processed/train16.jsonl +0 -0
  27. data/processed/train17.jsonl +0 -0
  28. data/processed/train18.jsonl +0 -0
  29. data/processed/train19.jsonl +0 -0
  30. data/processed/train20.jsonl +0 -0
  31. data/processed/train21.jsonl +0 -0
  32. data/processed/train22.jsonl +0 -0
  33. data/processed/train23.jsonl +0 -0
  34. data/processed/train24.jsonl +0 -0
  35. data/processed/train25.jsonl +0 -0
  36. data/processed/train26.jsonl +0 -0
  37. data/processed/train27.jsonl +0 -0
  38. data/processed/train28.jsonl +0 -0
  39. data/processed/train29.jsonl +0 -0
  40. data/processed/train30.jsonl +0 -0
  41. data/processed/train31.jsonl +0 -0
  42. data/processed/train32.jsonl +0 -0
  43. data/processed/train33.jsonl +0 -0
  44. data/processed/train34.jsonl +0 -0
  45. data/processed/train35.jsonl +0 -0
  46. data/processed/train36.jsonl +0 -0
  47. data/processed/train37.jsonl +0 -0
  48. data/processed/train38.jsonl +0 -0
  49. data/processed/train39.jsonl +0 -0
  50. data/processed/train40.jsonl +0 -0
README.md CHANGED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4-0
3
+ pretty_name: SQuAD-es for question generation
4
+ languages: es
5
+ multilinguality: monolingual
6
+ size_categories: 10K<n<100K
7
+ source_datasets: squad_es
8
+ 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:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
40
+ - **Point of Contact:** [Asahi Ushio](http://asahiushio.com/)
41
+
42
+ ### Dataset Summary
43
+ Modified version of [SQuAD-es](https://huggingface.co/datasets/squad_es) for question generation (QG) task.
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 can be used to train a model for question generation.
49
+ Success on this task is typically measured by achieving a high BLEU4/METEOR/ROUGE-L score.
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
+ {
60
+ "question": "What is heresy mainly at odds with?",
61
+ "paragraph": "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.",
62
+ "answer": "established beliefs or customs",
63
+ "sentence": "Heresy is any provocative belief or theory that is strongly at variance with established beliefs or customs .",
64
+ "paragraph_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.",
65
+ "paragraph_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.",
66
+ "sentence_answer": "Heresy is any provocative belief or theory that is strongly at variance with <hl> established beliefs or customs <hl> ."
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.
75
+ - `sentence`: a `string` feature.
76
+ - `paragraph_answer`: a `string` feature, which is same as the paragraph but the answer is highlighted by a special token `<hl>`.
77
+ - `paragraph_sentence`: a `string` feature, which is same as the paragraph but a sentence containing the answer is highlighted by a special token `<hl>`.
78
+ - `sentence_answer`: a `string` feature, which is same as the sentence but the answer is highlighted by a special token `<hl>`.
79
+
80
+ Each of `paragraph_answer`, `paragraph_sentence`, and `sentence_answer` feature is assumed to be used to train a question generation model,
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
+ ### Data Splits
85
+
86
+ | name |train|validation|test |
87
+ |----------|----:|---------:|----:|
88
+ |plain_text|46306| 8511 |8579 |
89
+
90
+ ## Dataset Creation
91
+ ### Curation Rationale
92
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
93
+ ### Source Data
94
+ #### Initial Data Collection and Normalization
95
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
96
+ #### Who are the source language producers?
97
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
98
+ ### Annotations
99
+ #### Annotation process
100
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
101
+ #### Who are the annotators?
102
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
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
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
117
+ ### Citation Information
118
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
data/processed/test00.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/test01.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/test02.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/test03.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/test04.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/test05.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/test06.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/test07.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train00.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train01.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train02.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train03.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train04.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train05.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train06.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train07.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train08.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train09.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train10.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train11.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train12.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train13.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train14.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train15.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train16.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train17.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train18.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train19.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train20.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train21.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train22.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train23.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train24.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train25.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train26.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train27.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train28.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train29.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train30.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train31.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train32.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train33.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train34.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train35.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train36.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train37.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train38.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train39.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
data/processed/train40.jsonl CHANGED
The diff for this file is too large to render. See raw diff