A company is building a chatbot using Azure Cognitive Service for Language. They need to ensure that user utterances are correctly mapped to the appropriate intent in a custom question answering project. What should they configure?
Trap 1: Add synonyms and phrase list to the LUIS application.
LUIS is not used in custom question answering; synonyms are configured directly in the knowledge base.
Trap 2: Add alternative question phrases to the QnA pairs in the custom…
While adding alternative questions is useful, the question specifically asks about synonyms and phrase lists, not alternative questions.
Trap 3: Define entities in the custom question answering project to capture…
Entities are used in LUIS and conversational language understanding, not in custom question answering.
- A
Add synonyms and phrase list to the LUIS application.
Why wrong: LUIS is not used in custom question answering; synonyms are configured directly in the knowledge base.
- B
Add alternative question phrases to the QnA pairs in the custom question answering project.
Why wrong: While adding alternative questions is useful, the question specifically asks about synonyms and phrase lists, not alternative questions.
- C
Define entities in the custom question answering project to capture key information.
Why wrong: Entities are used in LUIS and conversational language understanding, not in custom question answering.
- D
Add synonyms and phrase list to the custom question answering project.
Synonyms and phrase lists help match varied user utterances to the correct QnA pair.