Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
Danish
Size:
< 1K
Tags:
conversational
KennethEnevoldsen
commited on
Commit
•
f879c16
1
Parent(s):
8383abe
Update README.md
Browse files
README.md
CHANGED
@@ -20,8 +20,23 @@ dataset_info:
|
|
20 |
num_bytes: 11172.889235569422
|
21 |
num_examples: 129
|
22 |
download_size: 37996
|
23 |
-
dataset_size: 55518
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
-
# Dataset Card for "spontanous-speech-qa"
|
26 |
|
27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
num_bytes: 11172.889235569422
|
21 |
num_examples: 129
|
22 |
download_size: 37996
|
23 |
+
dataset_size: 55518
|
24 |
+
task_categories:
|
25 |
+
- question-answering
|
26 |
+
language:
|
27 |
+
- da
|
28 |
+
tags:
|
29 |
+
- conversational
|
30 |
+
pretty_name: Spontanous speech QA
|
31 |
+
size_categories:
|
32 |
+
- n<1K
|
33 |
---
|
|
|
34 |
|
35 |
+
# Spontanous speech QA
|
36 |
+
|
37 |
+
This dataset contains QA pairs from the spontaneous speech subsection of the Danish Gigaword.
|
38 |
+
The dataset is created from the [DDSC dataset](DDSC/partial-danish-gigaword-no-twitter) and
|
39 |
+
filtered to only include QA pairs where the question is less than 20 tokens and the answer is
|
40 |
+
at least 4 tokens long.
|
41 |
+
|
42 |
+
To find out more about the creation see the accompanying script.
|