Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Languages:
Korean
Size:
10K - 100K
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -19,6 +19,32 @@ task_ids:
|
|
| 19 |
- extractive-qa
|
| 20 |
paperswithcode_id: korquad
|
| 21 |
pretty_name: The Korean Question Answering Dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# Dataset Card for KorQuAD v1.0
|
|
@@ -161,4 +187,4 @@ Wikipedia
|
|
| 161 |
|
| 162 |
### Contributions
|
| 163 |
|
| 164 |
-
Thanks to [@cceyda](https://github.com/cceyda) for adding this dataset.
|
|
|
|
| 19 |
- extractive-qa
|
| 20 |
paperswithcode_id: korquad
|
| 21 |
pretty_name: The Korean Question Answering Dataset
|
| 22 |
+
dataset_info:
|
| 23 |
+
features:
|
| 24 |
+
- name: id
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: title
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: context
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: question
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: answers
|
| 33 |
+
sequence:
|
| 34 |
+
- name: text
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: answer_start
|
| 37 |
+
dtype: int32
|
| 38 |
+
config_name: squad_kor_v1
|
| 39 |
+
splits:
|
| 40 |
+
- name: train
|
| 41 |
+
num_bytes: 83380337
|
| 42 |
+
num_examples: 60407
|
| 43 |
+
- name: validation
|
| 44 |
+
num_bytes: 8261729
|
| 45 |
+
num_examples: 5774
|
| 46 |
+
download_size: 42408533
|
| 47 |
+
dataset_size: 91642066
|
| 48 |
---
|
| 49 |
|
| 50 |
# Dataset Card for KorQuAD v1.0
|
|
|
|
| 187 |
|
| 188 |
### Contributions
|
| 189 |
|
| 190 |
+
Thanks to [@cceyda](https://github.com/cceyda) for adding this dataset.
|