Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ConvLab authored Jul 2, 2019
1 parent 8751689 commit 38ecbca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions convlab/modules/nlg/multiwoz/multiwoz_template_nlg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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']]}
Expand Down Expand Up @@ -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.
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.

0 comments on commit 38ecbca

Please sign in to comment.