Mariia commited on
Commit
e7b56c4
1 Parent(s): 9c40701

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -20,4 +20,27 @@ widget:
20
  - text: "Los hallazgos descritos son compatibles con quiste braquial del segundo arco complicado con proceso inflamatorio - infeccioso, sin poder descartar proceso maligno subyacente."
21
  example_title: "Otorhinolaryngology"
22
  ---
23
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  - text: "Los hallazgos descritos son compatibles con quiste braquial del segundo arco complicado con proceso inflamatorio - infeccioso, sin poder descartar proceso maligno subyacente."
21
  example_title: "Otorhinolaryngology"
22
  ---
23
+
24
+ # Disease mention recognizer for Spanish clinical texts 🦠🔬
25
+
26
+ This model derives from participation of SINAI team in [DISease TExt Mining Shared Task (DISTEMIST)](https://temu.bsc.es/distemist/). The DISTEMIST-entities subtrack required automatically finding disease mentions in clinical cases. Taking into account the length of clinical texts in the dataset, we opted for a sentence-level NER approach based on fine-tuning of a [RoBERTa model pre-trained on Spanish biomedical corpora](https://huggingface.co/PlanTL-GOB-ES/bsc-bio-es).
27
+
28
+ # Evaluation and results
29
+ Using the biomedical model on EHRs can be considered as cross-domain experiment and the fact that our biomedical system exhibits encouraging results on the NER task highlights the existence of domain transfer potential between biomedical and clinical fields. Table below summarizes the official micro-average scores obtained by this model during the official evaluation. Team standings can be consulted [here](http://participants-area.bioasq.org/results/DisTEMIST/).
30
+
31
+ | Presicion | Recall | F1-score |
32
+ |-----------|--------|----------|
33
+ |. 0.7520 | 0.7259 | 0.7387 |
34
+ |-----------|--------|----------|
35
+
36
+ # System description paper and citation
37
+ System description paper will be published in proceedings of 10th BioASQ Workshop, which will be held as a Lab in CLEF 2022 on September 5-8, 2022:
38
+
39
+ ```bibtex:
40
+ @inproceedings{sinai_clef2022,
41
+ title={SINAI at CLEF 2022: Leveraging biomedical transformers to detect and normalize disease mentions},
42
+ author={Chizhikova, Mariia and Collado-Montañez, Jaime and López-Úbeda, Pilar and Díaz-Galiano, Manuel C. and Ureña-López, Alfonso L. and Martín-Valdivia, M. Teresa},
43
+ booktitle={CLEF (Working Notes)},
44
+ year={2022}
45
+ }
46
+ ```