training NER: Influence on some forgotten entities from annotation #8453
-
Hello, Concerning datasets for training NER pipeline, I was wondering what is the impact on model accuracy with some forgotten entity from annotation. Albert Einstein was born in Ulm
Albert Einstein was born in Ulm
Will the accuracy impact of entity NAME be null, low, medium or severe ? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's hard to make a general statement about this, it really depends on how common issues like that are in your annotations. That kind of inconsistency is definitely bad, and will hurt the model, but if it's one in a thousand annotations it shouldn't be a serious problem (though it might make that specific example work more poorly). |
Beta Was this translation helpful? Give feedback.
It's hard to make a general statement about this, it really depends on how common issues like that are in your annotations.
That kind of inconsistency is definitely bad, and will hurt the model, but if it's one in a thousand annotations it shouldn't be a serious problem (though it might make that specific example work more poorly).