File size: 1,047 Bytes
8383abe
 
 
 
 
 
 
 
83b2aca
 
 
 
8383abe
 
 
 
 
 
 
 
 
 
 
 
 
 
f879c16
 
 
 
 
 
 
 
 
 
8383abe
 
f879c16
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
annotations_creators:
- found
source_datasets:
- DDSC/partial-danish-gigaword-no-twitter
dataset_info:
  features:
  - name: question
    dtype: string
  - name: answer
    dtype: string
  splits:
  - name: train
    num_bytes: 44345.110764430574
    num_examples: 512
  - name: test
    num_bytes: 11172.889235569422
    num_examples: 129
  download_size: 37996
  dataset_size: 55518
task_categories:
- question-answering
language:
- da
tags:
- conversational
pretty_name: Spontanous speech QA
size_categories:
- n<1K
---

# Spontanous speech QA

This dataset contains QA pairs from the spontaneous speech subsection of the Danish Gigaword. 
The dataset is created from the [DDSC dataset](DDSC/partial-danish-gigaword-no-twitter) and 
filtered to only include QA pairs where the question is less than 20 tokens and the answer is
at least 4 tokens long.

To find out more about the creation see the accompanying script.