Hello, I am building a German language chatbot with 29 intents, mostly dealing with questions relating to an entrance exam on a university. Currently I am using only Rasa and I am getting pretty low confidence results sometimes 0.2, 0.3 or 0.4, rarely 0.5 or higher. The questions in the training data are sometimes similar for different intents. I have around ten sentences per intent for the training data. I am using spacy. Would I get better results if I used tensorflow? Also, is there a way of specifying keywords?
I read in the docs that tensorflow gives a higher confidence that spacy:
Hi, I read from the docs that tensorflow is only recommended if the dataset is of more than 1000 data points. So, if you are to enrich the dataset with more data, tensorflow for sure would give better result.
Thanks guys! I’ve got 30 intents, and each with at least 10 training sentences, some with more, so around 350 examples all in all. Is a data point the same thing as a sentence/training example?