AstraZeneca / KAZU

Fast, world class biomedical NER
https://AstraZeneca.github.io/KAZU/
Apache License 2.0
76 stars 8 forks source link

improve Tinybern2 tagging consistency with majority voting #30

Open RichJackson opened 4 months ago

RichJackson commented 4 months ago

sometimes, the same string of text in an article can receive different tags or no tag. Use majority voting to correct

https://arxiv.org/ftp/arxiv/papers/2111/2111.10584.pdf

(Thanks @wonjininfo )