Edit model card

roberta-es-clinical-trials-misc-ents-ner

This medical named entity recognition model detects the following clinical entities:

  • Concept: e.g. fecha de inclusión, 'inclusion date'.
  • Food_or_Dring: e.g. soja, 'soy'; leche, 'milk'.
  • Observation_or_Finding: e.g. normotenso, 'normal tension'.
  • Quantifier_or_Qualifier: e.g. grave, 'severe'.
  • Result_or_Value: e.g. < 3 LNS, '< 3 UNL'.

The model achieves the following results on the test set (when trained with the training and development set; results are averaged over 5 evaluation rounds):

  • Precision: 0.685 (±0.008)
  • Recall: 0.669 (±0.004)
  • F1: 0.677 (±0.003)
  • Accuracy: 0.959 (±0.001)

Model description

This model adapts the pre-trained model bsc-bio-ehr-es, presented in Pio Carriño et al. (2022). It is fine-tuned to conduct medical named entity recognition on Spanish texts about clinical trials. The model is fine-tuned on the CT-EBM-ES corpus (Campillos-Llanos et al. 2021).

Intended uses & limitations

Disclosure: This model is under development and needs to be improved. It should not be used for medical decision making without human assistance and supervision

This model is intended for a generalist purpose, and may have bias and/or any other undesirable distortions.

Third parties who deploy or provide systems and/or services using any of these models (or using systems based on these models) should note that it is their responsibility to mitigate the risks arising from their use. Third parties, in any event, need to comply with applicable regulations, including regulations concerning the use of artificial intelligence.

The owner or creator of the models will in no event be liable for any results arising from the use made by third parties of these models.

Descargo de responsabilidad: Esta herramienta se encuentra en desarrollo y no debe ser empleada para la toma de decisiones médicas

La finalidad de este modelo es generalista, y se advierte que puede tener sesgos y/u otro tipo de distorsiones indeseables.

Terceras partes que desplieguen o proporcionen sistemas y/o servicios usando alguno de estos modelos (o utilizando sistemas basados en estos modelos) han tener presente que es su responsabilidad abordar y minimizar los riesgos derivados de su uso. Las terceras partes, en cualquier circunstancia, deben cumplir con la normativa aplicable, incluyendo la normativa que concierne al uso de la inteligencia artificial.

El propietario o creador de los modelos de ningún modo será responsable de los resultados derivados del uso que las terceras partes hagan de estos modelos.

Training and evaluation data

The data used for fine-tuning are the Clinical Trials for Evidence-Based-Medicine in Spanish corpus. It is a collection of 1200 texts about clinical trials studies and clinical trials announcements:

  • 500 abstracts from journals published under a Creative Commons license, e.g. available in PubMed or the Scientific Electronic Library Online (SciELO)
  • 700 clinical trials announcements published in the European Clinical Trials Register and Repositorio Español de Estudios Clínicos

If you use the CT-EBM-ES resource, please, cite as follows:

@article{campillosetal-midm2021,
        title = {A clinical trials corpus annotated with UMLS© entities to enhance the access to Evidence-Based Medicine},
        author = {Campillos-Llanos, Leonardo and Valverde-Mateos, Ana and Capllonch-Carri{\'o}n, Adri{\'a}n and Moreno-Sandoval, Antonio},
        journal = {BMC Medical Informatics and Decision Making},
        volume={21},
        number={1},
        pages={1--19},
        year={2021},
        publisher={BioMed Central}
}

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • learning_rate: 2e-05
  • train_batch_size: 16
  • eval_batch_size: 16
  • seed: we used different seeds for 5 evaluation rounds, and uploaded the model with the best results
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lr_scheduler_type: linear
  • num_epochs: average 16.80 epochs (±3.56); trained with early stopping if no improvement after 5 epochs (early stopping patience: 5)

Training results (test set; average and standard deviation of 5 rounds with different seeds)

Precision Recall F1 Accuracy
0.685 (±0.008) 0.669 (±0.004) 0.677 (±0.003) 0.959 (±0.001)

Results per class (test set; average and standard deviation of 5 rounds with different seeds)

Class Precision Recall F1 Support
Concept 0.644 (±0.016) 0.612 (±0.019) 0.627 (±0.009) 764
Food_or_Drink 0.692 (±0.049) 0.733 (±0.071) 0.712 (±0.058) 27
Observation_or_Finding 0.626 (±0.015) 0.617 (±0.010) 0.621 (±0.010) 822
Quantifier_or_Qualifier 0.700 (±0.015) 0.661 (±0.020) 0.680 (±0.008) 1202
Result_or_Value 0.828 (±0.013) 0.910 (±0.005) 0.867 (±0.007) 394

Framework versions

  • Transformers 4.17.0
  • Pytorch 1.10.2+cu113
  • Datasets 1.18.4
  • Tokenizers 0.11.6
Downloads last month
6