Update headqa.py
Browse files
headqa.py
CHANGED
@@ -51,7 +51,10 @@ The dataset contains questions about the following topics: medicine, nursing, ps
|
|
51 |
|
52 |
_HOMEPAGE = "https://aghie.github.io/head-qa/"
|
53 |
|
54 |
-
|
|
|
|
|
|
|
55 |
|
56 |
_URL = "https://drive.google.com/uc?export=download&confirm=t&id=1a_95N5zQQoUCq8IBNVZgziHbeM-QxG2t"
|
57 |
|
|
|
51 |
|
52 |
_HOMEPAGE = "https://aghie.github.io/head-qa/"
|
53 |
|
54 |
+
# The Spanish data comes from the "Ministerio de Sanidad, Consumo y Bienestar Social", as indicated here : https://github.com/aghie/head-qa
|
55 |
+
# This Spanish data seems to follow the intellectual property rights stated here : https://www.sanidad.gob.es/avisoLegal/home.htm
|
56 |
+
# The English data was translated by the authors of head-qa (https://arxiv.org/pdf/1906.04701.pdf).
|
57 |
+
_LICENSE = "Custom license"
|
58 |
|
59 |
_URL = "https://drive.google.com/uc?export=download&confirm=t&id=1a_95N5zQQoUCq8IBNVZgziHbeM-QxG2t"
|
60 |
|