-
Notifications
You must be signed in to change notification settings - Fork 60
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
Data Processing Is Wrong #12
Comments
why use the informable in kvretz data processing? |
There is a serious problem here. In your model, the generated reply is used as the input for the next round. When testing, you should use the generated response, and you directly use the existing reply of the training data. This is wrong. |
could you specify which function or what's the line number? |
you has changed the de_degree function,I will try it again a few days later, and try to use and check it.thank you! |
请问你informable和requestable中的字段是如何确定的?为什么列表中一些实体有而一些实体没有?比如说:'date'存在于informable的'weather'中,而不存在于requestable的'weather‘中。请问能解释一下确定这些实体的依据吗? |
为什么代码中的informable和requestable跟论文中描述的不太一样?请问如何确定informable和requestable中的实体? |
I find the kvret processing is wrong because you let all of the requests is empty in the function, and the de_degree will always be 0.
The text was updated successfully, but these errors were encountered: