afbui2821q893
afbui2821q893
使用build制作的数据已经正常跑通并得出了结果。 但在使用build_m2m制作的数据时,报错如下: File "/root/projects/dee/helper/arg_rel.py", line 924, in convert_example_to_feature if arg_span is not None and arg_span in mspan2span_idx: TypeError: unhashable type: 'list' 我知道这个错误的原因是,使用build制作的数据的recguid_eventname_eventdict_list中的数据格式为 { "质押物占总股比": "8.01%", "质权方": null, ... }, 但是使用build_m2m制作的数据的recguid_eventname_eventdict_list中的数据格式为{...
作者您好,我最近阅读了您的ptpcg这篇论文,对您的这种轻量级的且不需要触发词的事件抽取模型很感兴趣,但是我在阅读过程中有一些困惑:  按照这里的公式计算出来的实体相似度矩阵不应该是对称矩阵吗,为什Fig2里的是不对称的? 您论文中提到Ne(R) is the number of event records that at least one corresponding argument of R is not NULL, and N(i) is the number of total records of...