Datasets:
File size: 2,069 Bytes
d983f1d f454282 d983f1d f454282 d983f1d f454282 38df801 f454282 b025eaf 38df801 bac1c85 38df801 3b67b6b |
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 76 77 |
---
license: cc-by-nc-sa-3.0
task_categories:
- question-answering
language:
- ar
- en
- es
- fr
- ko
- ru
- vi
- zh
size_categories:
- n<1K
# https://huggingface.co/docs/hub/en/datasets-manual-configuration
configs:
- config_name: english
default: true
data_files:
- split: test
path: data/english.csv
- config_name: arabic
data_files:
- split: test
path: data/arabic.csv
- config_name: chinese
data_files:
- split: test
path: data/chinese.csv
- config_name: french
data_files:
- split: test
path: data/french.csv
- config_name: korean
data_files:
- split: test
path: data/korean.csv
- config_name: korean
data_files:
- split: test
path: data/korean.csv
- config_name: russian
data_files:
- split: test
path: data/russian.csv
- config_name: spanish
data_files:
- split: test
path: data/spanish.csv
- config_name: vietnamese
data_files:
- split: test
path: data/vietnamese.csv
---
# Usage
```python
import datasets
langs = ['arabic', 'chinese', 'english', 'french', 'korean', 'russian', 'spanish', 'vietnamese']
data = datasets.load_dataset('xhluca/publichealth-qa', split='test', name=langs[0])
```
# About
This dataset contains question and answer pairs sourced from Q&A pages and FAQs from CDC and WHO pertaining to COVID-19. They were produced and collected between 2019-12 and 2020-04. They were originally published as an [aggregated Kaggle dataset](https://www.kaggle.com/xhlulu/covidqa).
# License
CDC data is licensed under [CC-BY 3.0](https://web.archive.org/web/20201017141031/https://www2a.cdc.gov/cdcup/library/other/policy.htm) and WHO is licensed under [cc-by-nc-sa-3.0](https://web.archive.org/web/20210701063743/https://www.who.int/about/policies/publishing/copyright).
# Source
This data was originally included in the [COVID-QA dataset](https://www.kaggle.com/datasets/xhlulu/covidqa), where it was known as the multilingual split. The files in this updated repository were generated using the [publichealth-qa repository](https://github.com/xhluca/publichealth-qa). |