File size: 1,866 Bytes
8fac414
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9ffb6ab
8fac414
 
9ffb6ab
8fac414
 
 
 
 
 
 
23a62bd
8fac414
23a62bd
8fac414
 
 
 
 
 
 
 
 
 
 
ef15ccc
 
 
8fac414
 
 
 
 
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
language:
- el
license:
- apache-2.0
multilinguality:
- monolingual
size_categories:
- 1K<
source_datasets:
- deepset/covid_qa_deepset
task_categories:
- question-answering
task_ids:
- closed-domain-qa
- extractive-qa
pretty_name: COVID-QA-el-small
dataset_info:
  config_name: COVID-QA-el-small
  features:
  - name: document_id
    dtype: int32
  - name: context
    dtype: string
  - name: question
    dtype: string
  - name: id
    dtype: int32
  - name: answers
    sequence:
    - name: text
      dtype: string
    - name: answer_start
      dtype: int32
  splits:
  - name: train
    num_bytes: 6733273
    num_examples: 826
  download_size: 7060096
  dataset_size: 6733273
configs:
- config_name: default
  data_files:
  - split: train
    path: "COVID-QA-el_small.json"
---

# Dataset Card for COVID-QA-el-small


### Dataset Summary

The COVID-QA-el-small dataset is a Greek-language subset of 826 examples derived from the [COVID-QA-el dataset](https://huggingface.co/datasets/deepset/covid_qa_deepset), translated using machine translation. The dataset follows the SQuADv1.1 fashion style. 

The original dataset, [COVID-QA: A Question Answering Dataset for COVID-19](https://aclanthology.org/2020.nlpcovid19-acl.18/)  (ACL 2020) contains 2,019 question-answer pairs annotated by volunteer biomedical experts on scientific literature about COVID-19.


### Data Fields

Each instance contains:

* **question**: Query question
* **context**: Context text to obtain the answer from
* **document_id** The document ID of the context text
* **answer**: Dictionary containing the answer string and the start index

### Bias, Risks, and Limitations
This dataset is the result of machine translation.

### Licensing Information
The dataset is licensed under the [Apache License 2.0]

##### Point of Contact:
[[email protected]]([email protected])