/fda-bert-ner

Primary LanguageJupyter Notebook

Train NER model on selected FDA labeling

TODO

Working

Phase 1

Download XML files containing MedDRA from labeling section (e.g., boxed warnings, warning and precaution, and adverse reaction).

Phase 2

Convert content of json_data.json to single long text and write to file phase-2/output/all-description.txt.

Phase 3

Train NER classifier using SpaCy/BERT.