nanguoshun / LSR

Pytorch Implementation of our ACL 2020 Paper "Reasoning with Latent Structure Refinement for Document-Level Relation Extraction"
127 stars 22 forks source link

About Equation (7) and Table 5 #19

Closed yangboye closed 4 years ago

yangboye commented 4 years ago

Equation(7)

Thank you.

yangboye commented 4 years ago

And what is the function of s_i^r calculated by Equation (4)?

nanguoshun commented 4 years ago

hi @yangboye , thanks for your question. 1) For the equation 7, you could also refer to equation 14 of the paper: https://arxiv.org/pdf/1705.09207.pdf. 2) For the numbers in table 5, here '-1 refinement' means the model performs less than 1 refinement compared with the full model.

yangboye commented 4 years ago

Thanks for your reply!