June 2022 Summaries
2 posts from Voiceflow
Filter
Month:
Year:
Post Summaries
Back to Blog
The text discusses various techniques for improving the design and management of Natural Language Understanding (NLU) models, particularly in conversational AI applications. It highlights the importance of minimizing utterance overlap, achieving intent balance, using real-world data, setting confidence thresholds, and looking for other patterns to improve NLU accuracy and effectiveness. The text also emphasizes the need for iterative UX processes to refine both NLU models and conversational designs, and encourages readers to test their conversational assistants with diverse datasets that reflect the context of deployment. By applying these techniques, developers can create more effective language models that provide better customer experiences.
Jun 28, 2022
1,450 words in the original blog post.
The intent-utterance model is a widely used paradigm for building Natural Language Understanding (NLU) systems, which structure data into intents, utterances, and entities to enable conversational assistants to recognize user requests and extract relevant information. This model involves training the NLU with examples of user phrases and fine-tuning it using a training dataset that includes entities, synonyms, and built-in entity types. The output of an NLU provides a confidence score for matched intents and can be used by a dialogue manager to determine the next step in the conversation. Two common ways to train an NLU are cloud-based training and local training, with various platforms and frameworks available for customization and deployment.
Jun 13, 2022
822 words in the original blog post.