We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
您好,是不是将ner的label,作为关系预测的输入的一部分,抛弃掉了
The text was updated successfully, but these errors were encountered:
@NLPxiaoxu 抱歉,没有理解你描述的问题
Sorry, something went wrong.
原论文里面, 有一步是将bilistm的输出 和 label_embedding(实体识别的标签,做了一次嵌入) 进行拼接的,然后再作为关系预测的输入。 您这里好像,直接将bert的结果作为关系预测的输入。
你的理解是对的,你可以尝试下原论文的做法,或许效果好些
很感谢您的回答,您的方案,让我对整个模型流程有了更加深入的了解 。方便告知一下,您这个方案,F1值能达到多少吗?
No branches or pull requests
您好,是不是将ner的label,作为关系预测的输入的一部分,抛弃掉了
The text was updated successfully, but these errors were encountered: