Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -81,29 +81,70 @@ train-eval-index:
|
|
81 |
|
82 |
### Dataset Summary
|
83 |
|
84 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
|
86 |
### Supported Tasks and Leaderboards
|
87 |
|
88 |
-
|
|
|
89 |
|
90 |
### Languages
|
91 |
|
92 |
-
|
93 |
|
94 |
## Dataset Structure
|
95 |
|
96 |
-
### Data Instances
|
97 |
-
|
98 |
-
[More Information Needed]
|
99 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
### Data Fields
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
|
102 |
-
[More Information Needed]
|
103 |
|
104 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
|
106 |
-
[More Information Needed]
|
107 |
|
108 |
## Dataset Creation
|
109 |
|
@@ -153,11 +194,12 @@ train-eval-index:
|
|
153 |
|
154 |
### Dataset Curators
|
155 |
|
156 |
-
|
|
|
157 |
|
158 |
### Licensing Information
|
159 |
|
160 |
-
|
161 |
|
162 |
### Citation Information
|
163 |
|
|
|
81 |
|
82 |
### Dataset Summary
|
83 |
|
84 |
+
SK-QuAD is the first QA dataset for the Slovak language.
|
85 |
+
It is manually annotated, so it has no distortion caused by
|
86 |
+
machine translation. The dataset is thematically diverse – it
|
87 |
+
does not overlap with SQuAD – it brings new knowledge.
|
88 |
+
It passed the second round of annotation – each question
|
89 |
+
and the answer were seen by at least two annotators.
|
90 |
+
|
91 |
|
92 |
### Supported Tasks and Leaderboards
|
93 |
|
94 |
+
- Question answering
|
95 |
+
- Document retrieval
|
96 |
|
97 |
### Languages
|
98 |
|
99 |
+
- Slovak
|
100 |
|
101 |
## Dataset Structure
|
102 |
|
|
|
|
|
|
|
103 |
|
104 |
+
#### squad_v2
|
105 |
+
|
106 |
+
- **Size of downloaded dataset files:** 44.34 MB
|
107 |
+
- **Size of the generated dataset:** 122.57 MB
|
108 |
+
- **Total amount of disk used:** 166.91 MB
|
109 |
+
-
|
110 |
+
An example of 'validation' looks as follows.
|
111 |
+
```
|
112 |
+
This example was too long and was cropped:
|
113 |
+
{
|
114 |
+
"answers": {
|
115 |
+
"answer_start": [94, 87, 94, 94],
|
116 |
+
"text": ["10th and 11th centuries", "in the 10th and 11th centuries", "10th and 11th centuries", "10th and 11th centuries"]
|
117 |
+
},
|
118 |
+
"context": "\"The Normans (Norman: Nourmands; French: Normands; Latin: Normanni) were the people who in the 10th and 11th centuries gave thei...",
|
119 |
+
"id": "56ddde6b9a695914005b9629",
|
120 |
+
"question": "When were the Normans in Normandy?",
|
121 |
+
"title": "Normans"
|
122 |
+
}
|
123 |
+
```
|
124 |
### Data Fields
|
125 |
+
The data fields are the same among all splits.
|
126 |
+
|
127 |
+
#### squad_v2
|
128 |
+
- `id`: a `string` feature.
|
129 |
+
- `title`: a `string` feature.
|
130 |
+
- `context`: a `string` feature.
|
131 |
+
- `question`: a `string` feature.
|
132 |
+
- `answers`: a dictionary feature containing:
|
133 |
+
- `text`: a `string` feature.
|
134 |
+
- `answer_start`: a `int32` feature.
|
135 |
+
|
136 |
+
|
137 |
+
### Data Splits
|
138 |
|
|
|
139 |
|
140 |
+
| | Train | Dev | Translated |
|
141 |
+
| ------------- | -----: | -----: | -------: |
|
142 |
+
| Documents | 8,377 | 940 | 442 |
|
143 |
+
| Paragraphs | 22,062 | 2,568 | 18,931 |
|
144 |
+
| Questions | 81,582 | 9,583 | 120,239 |
|
145 |
+
| Answers | 65,839 | 7,822 | 79,978 |
|
146 |
+
| Unanswerable | 15,877 | 1,784 | 40,261 |
|
147 |
|
|
|
148 |
|
149 |
## Dataset Creation
|
150 |
|
|
|
194 |
|
195 |
### Dataset Curators
|
196 |
|
197 |
+
- Deutsche Telekom Systems Solutions Slovakia
|
198 |
+
- Technical Univesity of Košice
|
199 |
|
200 |
### Licensing Information
|
201 |
|
202 |
+
Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
|
203 |
|
204 |
### Citation Information
|
205 |
|