hint-lab / bert-relation-classification

A pytorch implementation of BERT-based relation classification
152 stars 25 forks source link

Where do you implement the Syntactic Indecator #10

Open huwf9918 opened 4 years ago

huwf9918 commented 4 years ago

Hi, I can't find the implemention of the Syntactic Indecator from your code. And noticing that in your paper, Contextual Representation part is a concatenation of (H0, He1, He2, z), the classifier_size should be 4, which is actually 3 in your code , missing the Syntactic Indecator part. Besides, I also fail to find the W0 b0, W2 b2, We be, Wz bz part in your code. Would you do me a favour to help me fully understand your implemention?