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

Where is the Structured attention? #45

Open jeongwonkwak opened 2 years ago

jeongwonkwak commented 2 years ago

Hello, It says "The structure induction module is built based on the structured attention." in this paper, can you tell me "which line" of the code (reasoner.py >StructInduction forward()) is implemented? I couldn't find where strcutured attention was applied. Thank you!