My system allows to execute multiple procedures.
The correct thing would be that my bot works with a certain independence for each procedure. I can make each procedure use a different model
example
process 1 ------- model 1
process 2 ------- model 2
is the solution I can think of to solve it, if you think there is a better I would appreciate your help
I am with the problem that I use the chat bot in a paperwork system. the bot should answer questions independently at each step.
Given the context use frequently asked questions FAQ with ResponseSelector, the problem is that there are procedures that have the same questions with different answers.
so the question is how to create independence between the questions and answers of each step
I have trained 2 response selectors, one for handelling normal faqs and other for business related query. The NLU part has to be like that too, def/ml and bus/services. Hope this answers your que?