-
Notifications
You must be signed in to change notification settings - Fork 27
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
bert-clean是怎么判定上下文不相关的对话 #5
Comments
这个项目和那篇论文没啥关系,只是这个项目和论文中的“规则清洗”有重合的规则 |
哦哦好的,那请问在论文里提到的判断上下文是不是相关的对话是怎么做的呢?
…---原始邮件---
发件人: ***@***.***>
发送时间: 2021年7月17日(周六) 下午3:56
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [lemon234071/clean-dialog] bert-clean是怎么判定上下文不相关的对话 (#5)
这个项目和那篇论文没啥关系,只是这个项目和论文中的“规则清洗”有重合的规则
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
bert模型在标注数据上训练做分类, 论文理有详述 |
哦哦好的,感谢😊
…---原始邮件---
发件人: ***@***.***>
发送时间: 2021年7月17日(周六) 晚上10:36
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [lemon234071/clean-dialog] bert-clean是怎么判定上下文不相关的对话 (#5)
bert模型在标注数据上训练做分类, 论文理有详述
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
请问哪个论文是BERT判断上下文是否相关?可以分享一下论文名字吗? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
论文中写的是设计了一个bert分类器来删除上下文不相关的对话,但是代码中bert-clean参数对应的却不是这个功能。请问是如何判断一组对话是不是相关的呢?
The text was updated successfully, but these errors were encountered: