AI 102T00A ENU PowerPoint - 06
AI 102T00A ENU PowerPoint - 06
Building a Question
Answering Solution
1
11/6/2023 4:42 PM
2
11/6/2023 4:42 PM
3
11/6/2023 4:42 PM
Multi-Turn Conversation
4
11/6/2023 4:42 PM
5
11/6/2023 4:42 PM
user input
"id":2,
...
{
}
• Implicit: The service identifies potential alternative ]
"records": [
{
phrases for questions; and presents suggestions in the }
"userId": "user1",
Language Studio. Periodically review and accept / reject "userQuestion": "I want to book a hotel.",
the suggestions. "qnaId": 2
}
• Explicit: The service returns multiple possible question ]
}
matches to the user, and the user identifies the correct
one. The client app then uses the REST API to submit
feedback items, identifying the correct answer.
{
"synonyms": [
{
interface. }
6
11/6/2023 4:42 PM
Module Review
You want to create a knowledge base from an existing FAQ document.
What should you do?
❑ Create an empty knowledge base and manually enter the FAQ questions and answers.
❑ Create a new knowledge base, importing the existing FAQ document.
❑ Create a new knowledge base, selecting only the Professional chit-chat source.
How can you add a multi-turn context for a question in an existing knowledge base?
❑ Add synonyms to the knowledge base.
How can you enable users to use your knowledge base though email?
❑ Add Friendly Chit-chat to the knowledge base.
❑ Enable Active Learning for the knowledge base and include the user's email address as the userId parameter in responses.
❑ Create a bot based on your knowledge base and configure an email channel.
7
11/6/2023 4:42 PM