longlongman / CasRel-pytorch-reimplement

Pytorch reimplement of the paper "A Novel Cascade Binary Tagging Framework for Relational Triple Extraction" ACL2020. The original code is written in keras.
197 stars 52 forks source link

entity types limited? #26

Open peter-xbs opened 1 year ago

peter-xbs commented 1 year ago

您好,代码写的很漂亮,感谢分享~ 不过这里有个疑问,在实体start/end双指针预测时,casRel貌似没考虑实体类型,如果是多实体类型的情况下,您这边一般采用何种方案解决?是使用MRC+prompt方式还是有更合适的方式?