question answering solution with Azure AI Language Flashcards
what is the difference between natural language understanding (NLU) and question answer feature of Azure AI Service
question answer is often an intelligent conversational based implementation of the traditional FAQ.
NLU is focused on determining user intent based on ‘utterances’ to trigger next steps or action to support user need.
What is the tool of choice to implement question answer solution
Azure Language Studio
which AI service is typically used in conjunction with question answer solution
Azure Bot Service
What kind of existing data which can be used to implement a new or update an existing question answer solution
Existing FAQs
Files with structured data in question answer pairs
Predefined chit chat database
which Azure service powers up the question answer feature
Azure AI Search
what is another name for multi-turn conversation
Where a follow up question or link is used to support the question, like providing a link to another resource for further information.
What are some of the ways to improve question answer solution by way of implementing Active Learning
creating synonyms
alternate question or phrasing
How the language tool helps implementing Active Learning
the language studio’s question answering feature / project auto suggests alternate questions. One or more of these can be accepted or rejected.
Alternate question can also be manually entered.