diff --git a/convlab/modules/nlg/multiwoz/multiwoz_template_nlg/README.md b/convlab/modules/nlg/multiwoz/multiwoz_template_nlg/README.md index 8d14c1f..a24f53e 100644 --- a/convlab/modules/nlg/multiwoz/multiwoz_template_nlg/README.md +++ b/convlab/modules/nlg/multiwoz/multiwoz_template_nlg/README.md @@ -15,7 +15,7 @@ There are three mode: Example: ```python -from tasktk.modules.nlg.multiwoz.multiwoz_template_nlg.multiwoz_template_nlg import MultiwozTemplateNLG +from convlab.modules.nlg.multiwoz.multiwoz_template_nlg.multiwoz_template_nlg import MultiwozTemplateNLG # dialog act dialog_acts = {'Train-Inform': [['Day', 'wednesday'], ['Leave', '10:15']]} @@ -46,4 +46,4 @@ This directory contains all extracted templates (*.json). Generally, we select t ## Generation -For most dialog act, we fill the slots in template with corresponding values. For `general` and `Request` dialog act, there are no slot in templates. For `Select` dialog act in `manual` mode, we write a simple rule. \ No newline at end of file +For most dialog act, we fill the slots in template with corresponding values. For `general` and `Request` dialog act, there are no slot in templates. For `Select` dialog act in `manual` mode, we write a simple rule.