标签信息
ZTurboX opened this issue · 1 comments
ZTurboX commented
请问该方法中,做head prediction时,预测实体label embedding没有用到吗?例如将bert encoder输出和实体label embedding做拼接,然后作为head prediction的输入
yuanxiaosc commented
@zhentaoCoding 你可以直接认为本资源只是把 Joint entity recognition and relation extraction as a multi-head selection problem 这篇论文中的特征提取器LSTM-CRF换成了BERT,原理和细节都可以查看该论文。