LABEL-0 = NONE LABEL-1 = B-DATE LABEL-2 = I-DATE LABEL-3 = B-TIME LABEL-4 = I-TIME LABEL-5 = B-DURATION LABEL-6 = I-DURATION LABEL-7 = B-SET LABEL-8 = I-SET

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

Bio-RoBERTime

This model is a fine-tuned version of PlanTL-GOB-ES/roberta-base-biomedical-clinical-es on the E3C and Timebank datasets.

It achieves the following results on the E3C corpus test set following the TempEval-3 evaluation metrics:

E3C Strict Relaxed type
RoBERTime 0.7606 0.9108 0.8357
Heideltime 0.5945 0.7558 0.6083
Annotador 0.6006 0.7347 0.5598

RoBERTime is a token classification model, it labels each token into one of the 9 posible labels. We follow the BIO label schema, so each class has two posible values: Begining or Interior. For more Details on the implementation and evaluation refer to the paper: "RoBERTime: A novel model for the detection of temporal expressions in Spanish"

Model description

This model is the result of the paper "RoBERTime: A novel model for the detection of temporal expressions in Spanish"

Intended uses & limitations

This model is prepared for the detection of temporal expressions extension in Spanish. It may work in other languages due to RoBERTa multilingual capabilities. This model does not normalize the expression value. This is considered to be a separate task.

Training and evaluation data

This model has been trained on the Spanish Timebank corpus and E3C corpus

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

Framework versions