wtangdev / UniRel

released code for our EMNLP22 paper: UniRel: Unified Representation and Interaction for Joint Relational Triple Extraction
Apache License 2.0
82 stars 17 forks source link

关于separate消融实验 #11

Closed HelloNicoo closed 1 year ago

HelloNicoo commented 1 year ago

你好,我看消融实验里只得到了tail_logits,想请问您为什么不需要head_logits和span_logits了呢

wtangdev commented 1 year ago

Hello,因为目前的消融实验主要针对的是 NYT star 和 WebNLG star。head_logits 和 span_logits 是我最近更新的用于 multi-span entity的。