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

question about " Kirchhoff’s Matrix-Tree Theorem". #10

Closed yangxia605 closed 4 years ago

yangxia605 commented 4 years ago

hello: 首先感谢您愿意分享代码并且有这么出色的工作。 我想请假一下, Kirchhoff’s Matrix-Tree Theorem在本文中的作用是什么呢?相比较不用这个矩阵树,直接构建图进行图卷积而言。 万分感谢!!!

nanguoshun commented 4 years ago

hi @yangxia605, we rely on the Matrix-tree theorem to learn the document-level structure. You may refer to the details in the model part.

yangxia605 commented 4 years ago

好的,非常感谢您。