Closed poteminr closed 1 year ago
There are few approaches to nested NER listed below. I hope you will find them helpful. I believe some of them handle nested entities of same type.
So approaches from this articles handle nested entities of the same type, but main question is “Can we handle entities of the same type using architecture from your article with some additions (and what additions)?” without changing architecture to a pyramid network or span-based network.
We have shared task for Wojood NER and the results will be published in ArabicNLP/EMNLP 2023. In the shared task I believe some participants handled nested entity mentions with same type.
Thank you for your article. I am solving a nested ner task for clinical notes and using similar architecture with some additions like contrastive learning etc. So I have the same problem with nested entities of the same type. What’s your idea for a solution?
Any suggestions would be helpful for me.