I am using Tensorflow pipeline for Intent classification. The model is not able to identify the intents as the names and destination values are very random in real life.
How to crack this?
Using spacy ner_crf pipeline, it can identify entities for names and destination based on training, but to identify intents will it be better than tensorflow intent classification model? Please share your thoughts regarding these?
I am using the pipeline similar to this. My problem is the classifier: intent_classifier_tensorflow_embedding is not able to generalize well for names and location as an intent.