File size: 615 Bytes
aed5274 0f1e6db 58294fe |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
license: openrail
datasets:
- ncbi_disease
- tner/bc5cdr
- bc2gm_corpus
language:
- en
pipeline_tag: token-classification
---
Implementation of the model described in "TaughtNet: Learning Multi-Task Biomedical Named Entity Recognition From Single-Task Teachers", published in IEEE Journal of Biomedical and Health Informatics.
This model has been trained for a fewer number of epoch w.r.t. the one described in the paper. Please contact us if you need the complete model.
Paper: https://ieeexplore.ieee.org/document/10041925
Code: https://github.com/marcopost-it/TaughtNet
Email: marco.postiglione@unina.it |