INK-USC / RE-Net

Recurrent Event Network: Autoregressive Structure Inference over Temporal Knowledge Graphs (EMNLP 2020)
http://inklab.usc.edu/renet/
435 stars 95 forks source link

problem of relation loss #20

Closed Lee-zix closed 4 years ago

Lee-zix commented 4 years ago

It seems the loss you used in your codes is "loss_sub + 0.1loss_sub_r + loss_ob + 0.1loss_ob_r" but not "loss_sub + loss_ob". are the loss_sub_r and loss_ob_r fatal to your results? Could you explain the meaning of them?