Skip to content

Bayesian Deep Active Learning for Named entity recognition (NER)

License

Notifications You must be signed in to change notification settings

AngusMonroe/Active-NER

Repository files navigation

Active-NLP

Partly refer Active-NLP

For example to run a CNN_BiLSTM_CRF model on Conll dataset on full dataset, you can run

 $ python train_ner.py --usemodel CNN_BiLSTM_CRF --dataset conll

and to run active learning for CNN_BiLSTM_CRF model on Conll dataset with "MNLP" acquisition function, you can run

 $ python active_ner.py --usemodel CNN_BiLSTM_CRF --dataset conll --acquiremethod mnlp

For plots to evaluate the result, you can run

 $ python eval.py

About

Bayesian Deep Active Learning for Named entity recognition (NER)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published