Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -54,9 +54,20 @@ configs:
|
|
| 54 |
path: data/vietnamese.csv
|
| 55 |
---
|
| 56 |
|
|
|
|
|
|
|
| 57 |
```python
|
| 58 |
import datasets
|
| 59 |
|
| 60 |
langs = ['arabic', 'chinese', 'english', 'french', 'korean', 'russian', 'spanish', 'vietnamese']
|
| 61 |
data = datasets.load_dataset('xhluca/publichealth-qa', split='test', name=langs[0])
|
| 62 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
path: data/vietnamese.csv
|
| 55 |
---
|
| 56 |
|
| 57 |
+
# Usage
|
| 58 |
+
|
| 59 |
```python
|
| 60 |
import datasets
|
| 61 |
|
| 62 |
langs = ['arabic', 'chinese', 'english', 'french', 'korean', 'russian', 'spanish', 'vietnamese']
|
| 63 |
data = datasets.load_dataset('xhluca/publichealth-qa', split='test', name=langs[0])
|
| 64 |
+
```
|
| 65 |
+
|
| 66 |
+
# About
|
| 67 |
+
|
| 68 |
+
This dataset contains question and answer pairs sourced from Q&A pages and FAQs from CDC and WHO. 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).
|
| 69 |
+
|
| 70 |
+
# License
|
| 71 |
+
|
| 72 |
+
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).
|
| 73 |
+
|