bert-relation-classification icon indicating copy to clipboard operation
bert-relation-classification copied to clipboard

Where do you implement the Syntactic Indecator

Open huwf9918 opened this issue 5 years ago • 0 comments
trafficstars

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?

huwf9918 avatar Sep 14 '20 01:09 huwf9918