lyutyuh / ASP

PyTorch implementation and pre-trained models for ASP - Autoregressive Structured Prediction with Language Models, EMNLP 22. https://arxiv.org/pdf/2210.14698.pdf
MIT License
100 stars 15 forks source link

About entity's right boundary in ERE #6

Open kizunasunhy opened 1 year ago

kizunasunhy commented 1 year ago

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

kizunasunhy commented 1 year ago

And one more question, what does 'denom' and 'numer' mean? Just want to dig deeper..