Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Sub-tasks:
extractive-qa
Languages:
Kazakh
Size:
100K - 1M
ArXiv:
License:
Add description to README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,75 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
configs:
|
3 |
- config_name: kazqad
|
4 |
data_files:
|
5 |
- split: train
|
6 |
-
path:
|
7 |
- split: validation
|
8 |
-
path:
|
9 |
- split: test
|
10 |
-
path:
|
11 |
default: true
|
12 |
- config_name: nq-translate-kk
|
13 |
-
data_files:
|
14 |
- config_name: nq-original-en
|
15 |
-
data_files:
|
16 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- question-answering
|
5 |
+
task_ids:
|
6 |
+
- extractive-qa
|
7 |
+
language:
|
8 |
+
- kk
|
9 |
+
source_datasets:
|
10 |
+
- extended|natural_questions|wikipedia
|
11 |
+
pretty_name: KazQAD
|
12 |
configs:
|
13 |
- config_name: kazqad
|
14 |
data_files:
|
15 |
- split: train
|
16 |
+
path: kazqad/kazqad-reading-comprehension-v1.0-kk-train.jsonl.gz
|
17 |
- split: validation
|
18 |
+
path: kazqad/kazqad-reading-comprehension-v1.0-kk-validation.jsonl.gz
|
19 |
- split: test
|
20 |
+
path: kazqad/kazqad-reading-comprehension-v1.0-kk-test.jsonl.gz
|
21 |
default: true
|
22 |
- config_name: nq-translate-kk
|
23 |
+
data_files: nq-translate-kk/nq-reading-comprehension-translate-kk.jsonl.gz
|
24 |
- config_name: nq-original-en
|
25 |
+
data_files: nq-original-en/nq-reading-comprehension-original-en.jsonl.gz
|
26 |
+
---
|
27 |
+
|
28 |
+
# Dataset Card for KazQAD
|
29 |
+
|
30 |
+
## Dataset Description
|
31 |
+
|
32 |
+
- **Homepage:** [https://github.com/IS2AI/KazQAD](https://github.com/IS2AI/KazQAD)
|
33 |
+
|
34 |
+
### Dataset Summary
|
35 |
+
|
36 |
+
**KazQAD** is a **Kaz**akh open-domain **Q**uestion **A**nswering **D**ataset
|
37 |
+
that can be used in both reading comprehension and full ODQA settings, as well as for information retrieval experiments.
|
38 |
+
This repository contains only the data for the reading comprehension task (extractive QA).
|
39 |
+
Collection and relevance judgments for information retrieval can be found [here](https://huggingface.co/datasets/issai/kazqad-retrieval).
|
40 |
+
|
41 |
+
The main dataset (subset `kazqad`) contains just under 6,000 unique questions with extracted short answers accompanied by passages from Kazakh Wikipedia.
|
42 |
+
The questions come from two sources: translated items from the Natural Questions (NQ) dataset (only for training) and
|
43 |
+
the original Kazakh Unified National Testing (UNT) exam (for development and testing).
|
44 |
+
|
45 |
+
As supplementary resources we provide examples from the NQ dataset that are not represented in Kazakh Wikipedia (subset `nq-original-en`)
|
46 |
+
and their machine translation into Kazakh (subset `nq-translate-kk`). These data were used as an additional training data for our baselines.
|
47 |
+
|
48 |
+
|
49 |
+
## Dataset Structure
|
50 |
+
|
51 |
+
### Data Instances
|
52 |
+
```
|
53 |
+
{
|
54 |
+
"id": "lit0176lit#5075_4_1",
|
55 |
+
"title": "Сара Тастанбекқызы",
|
56 |
+
"context": "Осылайша қаршадайынан басы дау шарға түскен ақын қыздың бағының ашылуына осы кезде Найман елін аралап," \
|
57 |
+
"серілік жасап жүрген атақты Біржан салмен кездесіп, шаршы топтың алдына онымен айтысуы үлкен себепші болады." \
|
58 |
+
"Бұл айтыс Сараның халық алдындағы беделін арттырып, атағын алысқа жаяды...",
|
59 |
+
"question": "Айтыс барысында әйел теңдігі мәселесін қандай айтыскерлер көтерген?",
|
60 |
+
"answers": [
|
61 |
+
"text": ["Біржан", "Сараның"],
|
62 |
+
"answer_start": [131, 222]
|
63 |
+
]
|
64 |
+
}
|
65 |
+
```
|
66 |
+
|
67 |
+
### Data Fields
|
68 |
+
|
69 |
+
- `id`: a unique identifier for the question-passage pair, stored as a string.
|
70 |
+
- `title`: a feature representing the title of the Wikipedia article from which the context passage was extracted, stored as a string.
|
71 |
+
- `context`: a feature representing the segment of text extracted from the Wikipedia article, stored as a string.
|
72 |
+
- `question`: the question asked, stored as a string.
|
73 |
+
- `answers`: a dictionary containing the answer(s) to the question, with the following sub-features:
|
74 |
+
- `text`: the answer text(s), stored as a list of strings.
|
75 |
+
- `answer_start`: the position(s) in the context where the answer(s) start, stored as a list of integers.
|