NER Use case - One token multiple entities #7009
Praful932
started this conversation in
Help: Best practices
Replies: 1 comment 1 reply
-
A named entity recognition model typically predicts token-based tags, so by definition, you wouldn't be able to predict and represent overlapping or nested spans this way. So it probably makes more sense to think of what you're trying to do as a more general span prediction / recognition task. We're currently working on a trainable |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a use case where I need to do NER like this
Lorem ipsum dolor sit amet, consectetur adipiscing elit
|---Entity 1--|
|-------Entity 2---- |
Is it possible to do NER in such a way or I am looking at it the wrong way?
It would be great if anyone could point me in the right direction
Thanks
Beta Was this translation helpful? Give feedback.
All reactions