File size: 1,052 Bytes
964fed3
 
44b002a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
964fed3
f189d64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
47
48
49
50
51
52
53
---
license: mit
dataset_info:
  features:
  - name: question
    dtype: string
  - name: answers
    struct:
    - name: answer_end
      dtype: int64
    - name: answer_start
      dtype: int64
    - name: text
      dtype: string
  - name: paragraph
    dtype: string
  splits:
  - name: train
    num_bytes: 1573377
    num_examples: 1284
  download_size: 218618
  dataset_size: 1573377
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Dataset Card for The ASD QA Dataset (test set)

## Dataset Description

- **Repository:** https://github.com/vifirsanova/empi

### Dataset Summary

A dataset for question-answering used for building an informational Russian language chatbot for the inclusion of people with autism spectrum disorder and Asperger syndrome in particular, based on data from the following website: https://aspergers.ru.

### Languages

Russian

## Dataset Structure

The dataset inherits SQuAD 2.0 structure.

### Source Data

https://aspergers.ru

### Dataset Curators

Victoria Firsanova