Skip to content
Discussion options

You must be logged in to vote

In the v2 models we used data augmentation to reduce sensitivity to wrong case usage, like in your example text. We accidentally didn't use that for the models for 3.0, but will be adding it back in the next time we release the models. Unfortunately this does mean that at the moment the v3 models are overly sensitive to case changes.

If you have a specific list of entities you want to recognize you can work around this by using an EntityRuler. In extremely short text like your example, there's no useful context, so that's going to be a difficult case in general, and if you know the place names you expect to see using a simple list can be very effective.

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by adrianeboyd
Comment options

You must be logged in to vote
1 reply
@polm
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@adrianeboyd
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / ner Feature: Named Entity Recognizer perf / accuracy Performance: accuracy
3 participants
Converted from issue

This discussion was converted from issue #8474 on June 23, 2021 05:35.