SinaLab / ArabicNER

Arabic nested named entity recognition
MIT License
31 stars 16 forks source link

Question about future work (tag sub-entity of the same class) #4

Closed poteminr closed 1 year ago

poteminr commented 1 year ago

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.

mohammedkhalilia commented 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.

poteminr commented 1 year ago

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.

mohammedkhalilia commented 1 year ago

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.