Usage

Running ConverRecSimulator

$ Git clone https://github.com/iai-group/UserSimConvRec.git
$ Download `ratings.csv' and `movies_metadata.csv' from https://www.kaggle.com/rounakbanik/the-movies-dataset and place them in `data` folder
$ Run python data/data_pre.py
$ Run python3 -m simulation.dialog.conv_man

Note: To create Slot-Values, execute the code once by setting BOT: False in the configuration file.