This is the code implement for paper A Corpus-free State2Seq User Simulator for Task-oriented Dialogue (CCL 2019 BEST Poster Paper). The code is based on TC-Bot.
We provide multiple different user simulator at here, including:
- state2seq user simulator
- seq2seq user simulator
- seq2seq-attention user simulator
- classification-based user simulator
- rule-based user simulator
The general code usage is same to TC-Bot, view instructions at: here.
Notice:
- We slightly refine the CLI interface of TC-bot.
- Remember to choose the user simulator with corresponding command-line arguments.
Execute python run.py --h
to check details.