You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project applies fine-tuning techniques on BERT and BioBERT to perform Named Entity Recognition (NER) on the BC5CDR dataset, focusing on extracting disease and chemical entities from biomedical text.
It demonstrates model comparison, training, and evaluation for real-world healthcare NLP applications.
Datasets Information
Dataset: BC5CDR (BioCreative V Chemical Disease Relation) corpus.
Content: 1,500 PubMed abstracts annotated with 1,551 chemicals, 1,027 diseases, and their relations.
Labels: BIO tagging scheme (B-CHEMICAL, I-CHEMICAL, B-DISEASE, I-DISEASE, O).