Update MORFITT.py
Browse files- MORFITT.py +6 -1
MORFITT.py
CHANGED
@@ -11,7 +11,12 @@ ddd
|
|
11 |
"""
|
12 |
|
13 |
_DESCRIPTION = """\
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
15 |
"""
|
16 |
|
17 |
_HOMEPAGE = "ddd"
|
|
|
11 |
"""
|
12 |
|
13 |
_DESCRIPTION = """\
|
14 |
+
This article presents MORFITT, the first multi-label corpus in French annotated in
|
15 |
+
specialties in the medical field. MORFITT is composed of 3~624 abstracts of scientific
|
16 |
+
articles from PubMed, annotated in 12 specialties for a total of 5,116 annotations.
|
17 |
+
We detail the corpus, the experiments and the preliminary results obtained using a
|
18 |
+
classifier based on the pre-trained language model CamemBERT. These preliminary results
|
19 |
+
demonstrate the difficulty of the task, with a weighted average F1-score of 61.78%.
|
20 |
"""
|
21 |
|
22 |
_HOMEPAGE = "ddd"
|