Skip to content
Discussion options

You must be logged in to vote

I imagine that you have many named entities of the same type, like Person, and only some of them are sensitive? That sounds like a high-level distinction that's very hard for NER to learn. I am not sure that running a spancat on the entities would work, but it should be easy enough to try.

Even if you weren't doing something difficult, 120 examples is a very small number. I would recommend you create artificial examples, either with data augmentation or (better) by writing some yourself.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by polm
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 feat / spancat Feature: Span Categorizer
2 participants