-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confusion about the output (role type) #4
Comments
entity information is included in dynamic maxpooling stage and the output is for candidate entity. In test stage, we calculate every roles and select role with highest score, so we didn't use label in test stage. |
Thanks for your response, but it doesn't clear my confusion. For your paper you said: In |
Hidden embeddings h is related with selected trigger and entity, since we feed position embedding to encoder together with word embedding. So role-oriented embedding is related with candidate entity. |
Fine... it looks like we don't reach the same point. I have to view your implementation before more discussions. Thank you again. |
Hi, I have glanced through your paper and found the final output is the role type involved in the input sentence rather than the role type of candidate entity. Because you compress/encode the input embeddings to a sentence representation/embedding, then concatenate it with the role-oriented embedding before using a softmax to get the estimated role type.
Besides, what if there are no explicit argument roles in the daily text? I mean, you can't get labeled sentence in testset, so you don't know which role types contained in the input sentence. How could I calculate the role-oriented embedding?
Thank you for your explanation.
The text was updated successfully, but these errors were encountered: