I run Rasa X web interface with the ‘rasa x’ command and then test sample phrases. Some of these conversations are not correctly classified for their intent, although I use the exact phrase as in the training data set in the nlu.yml file. Another intent is chosen which has higher probability.
Let’s say I manually picked the correct intent for this phrase. I manually fix a bunch of intent/response pairs where the FAQ classifier was failing. How can I extract this information and feed it to the next training of the model?