Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- el
|
4 |
+
license:
|
5 |
+
- apache-2.0
|
6 |
+
multilinguality:
|
7 |
+
- monolingual
|
8 |
+
size_categories:
|
9 |
+
- 1K<
|
10 |
+
source_datasets:
|
11 |
+
- deepset/covid_qa_deepset
|
12 |
+
task_categories:
|
13 |
+
- question-answering
|
14 |
+
task_ids:
|
15 |
+
- closed-domain-qa
|
16 |
+
- extractive-qa
|
17 |
+
pretty_name: COVID-QA-el-small
|
18 |
+
dataset_info:
|
19 |
+
config_name: COVID-QA-el-small
|
20 |
+
features:
|
21 |
+
- name: document_id
|
22 |
+
dtype: int32
|
23 |
+
- name: context
|
24 |
+
dtype: string
|
25 |
+
- name: question
|
26 |
+
dtype: string
|
27 |
+
- name: id
|
28 |
+
dtype: int32
|
29 |
+
- name: answers
|
30 |
+
sequence:
|
31 |
+
- name: text
|
32 |
+
dtype: string
|
33 |
+
- name: answer_start
|
34 |
+
dtype: int32
|
35 |
+
splits:
|
36 |
+
- name: train
|
37 |
+
num_bytes: 6733273
|
38 |
+
num_examples: 826
|
39 |
+
download_size: 7060096
|
40 |
+
dataset_size: 6733273
|
41 |
+
configs:
|
42 |
+
- config_name: COVID-QA-el-small
|
43 |
+
data_files:
|
44 |
+
- split: train
|
45 |
+
path: covid_qa_deepset/train-*
|
46 |
+
default: true
|
47 |
+
---
|
48 |
+
|
49 |
+
# Dataset Card for COVID-QA-el-small
|
50 |
+
|
51 |
+
|
52 |
+
### Dataset Summary
|
53 |
+
|
54 |
+
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.
|
55 |
+
|
56 |
+
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.
|
57 |
+
|
58 |
+
|
59 |
+
### Data Fields
|
60 |
+
|
61 |
+
Each instance contains:
|
62 |
+
|
63 |
+
* **question**: Query question
|
64 |
+
* **context**: Context text to obtain the answer from
|
65 |
+
* **document_id** The document ID of the context text
|
66 |
+
* **answer**: Dictionary containing the answer string and the start index
|
67 |
+
|
68 |
+
### Licensing Information
|
69 |
+
The dataset is licensed under the [Apache License 2.0]
|
70 |
+
|
71 |
+
|
72 |
+
##### Point of Contact:
|
73 |