-
Notifications
You must be signed in to change notification settings - Fork 12
Perform Error Analysis of NER model predictions #607
Comments
Results of (Note that the false negative and false positive results are set, so they don't appear several times if the mistake is detected more than once) Entity mode
Token mode
|
Maybe we should write some check to make sure that once an expert annotates a given word to be a specific entity type then each time this word occurs it will be exactly of the same entity type. Of course, some words might have multiple meanings (lab mouse, Micky Mouse) but we don't have to worry about it IMO since the context is always very narrow. |
2022-08-26 Planning
|
ExperimentThe idea was to take all the entities annotated by GK and create an entity ruler with all those entities (using a What was done ?
ResultsThe results exposed here are created with
|
@EmilieDel Awesome, so test score seems to improve signficantly! |
Planning 2022-08-02
|
See plot in #608 (comment) |
Context
f1-score
.CELL_TYPE
andCELL_COMPARTMENT
havef1-score < 0.60
.bluesearch.mining.eval.ner_errors()
, which produces reports of False Positive and False Negative errors found in the evaluation.Actions
y_true
andy_pred
actual errors or are there mainly subjective differencies (e.g. whether"cell"
is aCELL_TYPE
)?CELL_TYPE
andCELL_COMPARTMENT
in particular to have such badf1-score
?The text was updated successfully, but these errors were encountered: