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

about add last turn state in dialogue context #11

Open
dyy401453043 opened this issue Jun 22, 2022 · 1 comment
Open

about add last turn state in dialogue context #11

dyy401453043 opened this issue Jun 22, 2022 · 1 comment

Comments

@dyy401453043
Copy link

It seems that the "make_instance" method is also called in evaluation.py in test phrase. Does it mean the last turn gold state rather than the predicted last turn state is used when predict current turn dialogue state in test phrase? or I have some misunderstanding?

@smartyfh
Copy link
Owner

smartyfh commented Jul 1, 2022

It seems that the "make_instance" method is also called in evaluation.py in test phrase. Does it mean the last turn gold state rather than the predicted last turn state is used when predict current turn dialogue state in test phrase? or I have some misunderstanding?

Hi, sorry for the late reply! The state information is updated in the eval_utils.py file:
https://github.com/smartyfh/DST-STAR/blob/main/utils/eval_utils.py#:~:text=i.last_dialogue_state%20%3D%20deepcopy(last_dialogue_state)

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