dhladek commited on
Commit
105ae10
·
verified ·
1 Parent(s): 6c06526

update readme

Browse files
Files changed (1) hide show
  1. README.md +12 -117
README.md CHANGED
@@ -78,42 +78,9 @@ train-eval-index:
78
  task_id: extractive_question_answering
79
  ---
80
 
81
- # Dataset Card for [Dataset Name]
82
 
83
- ## Table of Contents
84
- - [Table of Contents](#table-of-contents)
85
- - [Dataset Description](#dataset-description)
86
- - [Dataset Summary](#dataset-summary)
87
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
88
- - [Languages](#languages)
89
- - [Dataset Structure](#dataset-structure)
90
- - [Data Instances](#data-instances)
91
- - [Data Fields](#data-fields)
92
- - [Data Splits](#data-splits)
93
- - [Dataset Creation](#dataset-creation)
94
- - [Curation Rationale](#curation-rationale)
95
- - [Source Data](#source-data)
96
- - [Annotations](#annotations)
97
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
98
- - [Considerations for Using the Data](#considerations-for-using-the-data)
99
- - [Social Impact of Dataset](#social-impact-of-dataset)
100
- - [Discussion of Biases](#discussion-of-biases)
101
- - [Other Known Limitations](#other-known-limitations)
102
- - [Additional Information](#additional-information)
103
- - [Dataset Curators](#dataset-curators)
104
- - [Licensing Information](#licensing-information)
105
- - [Citation Information](#citation-information)
106
- - [Contributions](#contributions)
107
-
108
- ## Dataset Description
109
-
110
- - **Homepage:**
111
- - **Repository:**
112
- - **Paper:**
113
- - **Leaderboard:**
114
- - **Point of Contact:**
115
-
116
- ### Dataset Summary
117
 
118
  SK-QuAD is the first QA dataset for the Slovak language.
119
  It is manually annotated, so it has no distortion caused by
@@ -122,40 +89,13 @@ does not overlap with SQuAD – it brings new knowledge.
122
  It passed the second round of annotation – each question
123
  and the answer were seen by at least two annotators.
124
 
125
-
126
- ### Supported Tasks and Leaderboards
127
 
128
  - Question answering
129
- - Document retrieval
130
-
131
- ### Languages
132
 
133
- - Slovak
134
 
135
- ## Dataset Structure
136
 
137
-
138
- #### squad_v2
139
-
140
- - **Size of downloaded dataset files:** 44.34 MB
141
- - **Size of the generated dataset:** 122.57 MB
142
- - **Total amount of disk used:** 166.91 MB
143
- -
144
- An example of 'validation' looks as follows.
145
- ```
146
- This example was too long and was cropped:
147
- {
148
- "answers": {
149
- "answer_start": [94, 87, 94, 94],
150
- "text": ["10th and 11th centuries", "in the 10th and 11th centuries", "10th and 11th centuries", "10th and 11th centuries"]
151
- },
152
- "context": "\"The Normans (Norman: Nourmands; French: Normands; Latin: Normanni) were the people who in the 10th and 11th centuries gave thei...",
153
- "id": "56ddde6b9a695914005b9629",
154
- "question": "When were the Normans in Normandy?",
155
- "title": "Normans"
156
- }
157
- ```
158
- ### Data Fields
159
  The data fields are the same among all splits.
160
 
161
  #### squad_v2
@@ -168,61 +108,16 @@ The data fields are the same among all splits.
168
  - `answer_start`: a `int32` feature.
169
 
170
 
171
- ### Data Splits
172
-
173
-
174
- | | Train | Dev | Translated |
175
- | ------------- | -----: | -----: | -------: |
176
- | Documents | 8,377 | 940 | 442 |
177
- | Paragraphs | 22,062 | 2,568 | 18,931 |
178
- | Questions | 81,582 | 9,583 | 120,239 |
179
- | Answers | 65,839 | 7,822 | 79,978 |
180
- | Unanswerable | 15,877 | 1,784 | 40,261 |
181
-
182
-
183
- ## Dataset Creation
184
-
185
- ### Curation Rationale
186
-
187
- [More Information Needed]
188
-
189
- ### Source Data
190
-
191
- #### Initial Data Collection and Normalization
192
-
193
- [More Information Needed]
194
-
195
- #### Who are the source language producers?
196
-
197
- [More Information Needed]
198
-
199
- ### Annotations
200
-
201
- #### Annotation process
202
-
203
- [More Information Needed]
204
-
205
- #### Who are the annotators?
206
-
207
- [More Information Needed]
208
-
209
- ### Personal and Sensitive Information
210
-
211
- [More Information Needed]
212
-
213
- ## Considerations for Using the Data
214
-
215
- ### Social Impact of Dataset
216
-
217
- [More Information Needed]
218
-
219
- ### Discussion of Biases
220
-
221
- [More Information Needed]
222
 
223
- ### Other Known Limitations
 
 
 
 
 
 
224
 
225
- [More Information Needed]
226
 
227
  ## Additional Information
228
 
 
78
  task_id: extractive_question_answering
79
  ---
80
 
81
+ # Dataset Card for SkQuAD
82
 
83
+ ## Dataset Summary
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
 
85
  SK-QuAD is the first QA dataset for the Slovak language.
86
  It is manually annotated, so it has no distortion caused by
 
89
  It passed the second round of annotation – each question
90
  and the answer were seen by at least two annotators.
91
 
92
+ ## Supported Tasks
 
93
 
94
  - Question answering
 
 
 
95
 
 
96
 
97
+ ## Data Fields
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  The data fields are the same among all splits.
100
 
101
  #### squad_v2
 
108
  - `answer_start`: a `int32` feature.
109
 
110
 
111
+ ## Data Splits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
 
113
+ | | Train | Dev |
114
+ | ------------- | -----: | -----: |
115
+ | Documents | 8,377 | 940 |
116
+ | Paragraphs | 22,062 | 2,568 |
117
+ | Questions | 81,582 | 9,583 |
118
+ | Answers | 65,839 | 7,822 |
119
+ | Unanswerable | 15,877 | 1,784 |
120
 
 
121
 
122
  ## Additional Information
123