Update FrenchMedMCQA.py
Browse files- FrenchMedMCQA.py +11 -1
FrenchMedMCQA.py
CHANGED
|
@@ -20,7 +20,17 @@ import json
|
|
| 20 |
import datasets
|
| 21 |
|
| 22 |
_DESCRIPTION = """\
|
| 23 |
-
FrenchMedMCQA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
"""
|
| 25 |
|
| 26 |
_HOMEPAGE = "https://frenchmedmcqa.github.io"
|
|
|
|
| 20 |
import datasets
|
| 21 |
|
| 22 |
_DESCRIPTION = """\
|
| 23 |
+
This paper introduces FrenchMedMCQA, the first publicly available Multiple-Choice \
|
| 24 |
+
Question Answering (MCQA) dataset in French for medical domain. It is composed of \
|
| 25 |
+
3,105 questions taken from real exams of the French medical specialization diploma \
|
| 26 |
+
in pharmacy, mixing single and multiple answers. Each instance of the dataset contains \
|
| 27 |
+
an identifier, a question, five possible answers and their manual correction(s). \
|
| 28 |
+
We also propose first baseline models to automatically process this MCQA task in \
|
| 29 |
+
order to report on the current performances and to highlight the difficulty of the \
|
| 30 |
+
task. A detailed analysis of the results showed that it is necessary to have \
|
| 31 |
+
representations adapted to the medical domain or to the MCQA task: in our case, \
|
| 32 |
+
English specialized models yielded better results than generic French ones, even though \
|
| 33 |
+
FrenchMedMCQA is in French. Corpus, models and tools are available online.
|
| 34 |
"""
|
| 35 |
|
| 36 |
_HOMEPAGE = "https://frenchmedmcqa.github.io"
|