Architecture of a Conversational AI system 5 essential building blocks by Srini Janarthanam Analytics Vidhya
Entity extraction model — This can be a pre-trained model like Spacy or StanfordNLP library it can be trained using some probabilistic models like CRF . Now refer to the above figure, and the box that represents the NLU component helps in extracting the intent and entities from the user request. The NLU module, Natural […]