File size: 1,054 Bytes
9ccbe23
 
dcd5723
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9ccbe23
ae7828f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 316067
    num_examples: 261
  download_size: 54962
  dataset_size: 316067
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---
# Dataset Card for The ASD QA Dataset (validation 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