
Answer-first summary for fast verification
Answer: Create intents and add utterances that are specific to each intent, ensuring diversity and representativeness.
Creating intents and adding specific, diverse, and representative utterances ensures that the model can accurately understand and classify user inputs. This approach helps in training the model more effectively and improving its performance.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with creating a language understanding model for a new customer service chatbot. The chatbot needs to understand various intents such as 'OrderStatus', 'ReturnItem', and 'CancelOrder'. Describe the process you would follow to create these intents and add relevant utterances to each intent. Include how you would ensure the utterances are diverse and representative of user inputs.
A
Create intents and add random utterances without considering context.
B
Create intents and add utterances that are specific to each intent, ensuring diversity and representativeness.
C
Create intents but do not add any utterances.
D
Create intents and add only a few generic utterances.
No comments yet.