diff --git a/README.md b/README.md index 27b2789ec172fb995e3bb09c0b248060341124c4..d4aeb08bd7150fce890ee6b821e49f20d5aee127 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ **GenTUS** is a user simulator for task-oriented dialogues, which consists of an encoder-decoder structure and is able to optimise both the user policy and natural language generation jointly. GenTUS generates both semantic actions and natural language utterances, preserving interpretability and enhancing language variation. In addition, by representing the inputs and outputs as word sequences and by using a large pre-trained language model we can achieve generalisability in feature representation. +## Updates +* Use our latest version of GenTUS on ConvLab3 + +We recommend you to try GenTUS on ConvLab3! [GenTUS on ConvLab3](https://github.com/ConvLab/ConvLab-3/tree/master/convlab/policy/genTUS)! + +The ConvLab3 repo is still under maintain so you can have the latest version. +In addition, we support unified-format, which means you can also try it various datasets, e.g. SGD and Taskmaster! + ## Training * Building dataset ```