Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Languages:
Danish
Size:
< 1K
Tags:
conversational
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. |