How many stories it is supposed to be created so that bot should perform well?

@Juste @akelad @amn41
How many stories it is supposed to be created so that bot should perform well ? How much variation should be there for in each stories ? Does stories restrict the interaction along certain context ?

Hey @Ajinkz. That highly depends on the complexity of your assistant - how many intents and entities do you want your assistant to handle + how many actions are going to be included and how many turns in a conversation do you expect user to have. I would say having around 20 stories is a good quickstart point, but the amount of data will definitely have to grow if you want your bot to handle edge cases well (chitchat and other unexpected things in a conversation). Your stories, in general, should cover different conversation turns for your model to learn best.

2 Likes