Learn Before
Concept

Evaluation of NER

Named entity recognizers are evaluated by recall, precision, and F1 measure.

We can also use the paired bootstrap test to measure if the difference of the F1 score between two systems is significant or not.

Importantly, the unit of response in the NER models should match between training and test conditions. In fact, NER has a segmentation component to separate the unit of response.

0

1

Updated 2021-11-07

Tags

Data Science