Skip to content
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

关于entity point阶段的一些问题 #7

Open
WangSheng21s opened this issue Sep 7, 2022 · 1 comment
Open

关于entity point阶段的一些问题 #7

WangSheng21s opened this issue Sep 7, 2022 · 1 comment

Comments

@WangSheng21s
Copy link

首先感谢如此出色的工作,有一些问题需要向您请教。
文中指出,每一个query能够指出一个实体,也就是指出一个span的左右两个边界,请问模型是如何保证每一个query一定会选取左右两个边界的呢?我理解的做法是,每一个query对每一个token做询问,得到一个p,最后选取p值最大的两个token作为query所对应选取的边界,请问这样理解对吗?

@tricktreat
Copy link
Owner

你好,感谢关注工作。

在边界识别上,我们为左右边界分别设置了一个识别模块。在左边界和右边界的识别模块上,确实如你问题中直观的理解那样,每一个query对每一个token做询问,得到每个token作为左边界或者右边界的概率,最后选取最大左边界概率对应的token作为实体的左边界,选取最大右边界概率对应的token作为实体的右边界。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants