Submitted by natural_language_guy t3_ypxyud in MachineLearning
fastglow t1_ivlif23 wrote
Have you looked into nested NER? Various approaches exist, e.g. span-based, hypergraph-based, etc. Check this paper for example: https://arxiv.org/abs/2203.10545
natural_language_guy OP t1_ivmtlc8 wrote
Which is the easiest to get started with in your opinion? I want to get a POC working so I can get baseline metrics quickly
fastglow t1_ivof1yp wrote
Several recent papers on nested NER provide a code repo. This one uses the Transformers library: https://github.com/yahshibu/nested-ner-tacl2020-transformers
Viewing a single comment thread. View all comments