PyTorch implementation and pre-trained models for ASP - Autoregressive Structured Prediction with Language Models, EMNLP 22. https://arxiv.org/pdf/2210.14698.pdf
Seems like for NER it's possible to extract entities with the same right boundary. However, for ERE, is it possible to distinguish the subject or object's correct entity span if there are other entities which have the same right boundaries?
Hello,
Seems like for NER it's possible to extract entities with the same right boundary. However, for ERE, is it possible to distinguish the subject or object's correct entity span if there are other entities which have the same right boundaries?
Thank you