Hi, new to the forum and using DeepPavlov in general. I followed the tutorial on Github: https://github.com/deepmipt/DeepPavlov/blob/master/examples/gobot_extended_tutorial.ipynb
I’ve created my own data, structured in the same way as the dstc2 dataset, with the exception of the api calls to a db.sqlite database. I’ve removed the db entry from the gobot_config and created a slotfill that works for the dataset I’ve created.
My problem is that when I train this modified bot it fails to navigate a conversation similar to the select restaurant scenario, every input results in the bot outputting the first line of the training data (equivalent to: “Hello, welcome to the Cambridge restaurant system. You can ask for restaurants by area, price range or food type. How may I help you?”) Are there any obvious errors that I’ve made or steps I haven’t considered, when modifying the tutorial to work with new data?