-
Notifications
You must be signed in to change notification settings - Fork 62
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
Model name problem #56
Comments
rulebased: rule parser + rule policy + retrieval generator |
Thank you for the clarification! It is really helpful! Basically, I want to run use hybrid model to generate the simulated dialogue. However, when I run the following command, I got the error "AttributeError: 'HybridSystem' object has no attribute 'env'". PYTHONPATH=. python reinforce.py --schema-path data/bookhatball-schema.json |
I noticed that HybridSystem class does not have function of loading trained policy? |
The parameters are loaded through the |
Thank you! If I want to create an agent that use neural dialogue model as manager and rule-based template as generator (a hybrid system) to talk with human user, which kind of command I should use? The default commands you provided in README only output dialogue act instead of the utterance? |
One more extra question: what does it mean lf2lf vs lflm? Thank you! |
You can use https://github.com/stanfordnlp/cocoa/blob/master/scripts/generate_dataset.py to generate bot-bot/human chat by setting one agent to be |
Thank you! What does "LF" stand for? |
logical form |
Could you please clarify the meaning of each model in the code of paper "Decoupling Strategy and Generation in Negotiation Dialogues"?
Thank you very much!
The text was updated successfully, but these errors were encountered: