Skip to content

Commit 58835e0

Browse files
committed
acrolinx pass
1 parent f98e467 commit 58835e0

File tree

1 file changed

+3
-3
lines changed
  • articles/ai-services/language-service/question-answering/how-to

1 file changed

+3
-3
lines changed

articles/ai-services/language-service/question-answering/how-to/chit-chat.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Adding chitchat to a custom question answering project
33
titleSuffix: Azure AI services
4-
description: Adding personal chitchat to your bot makes it more conversational and engaging when you create a project. Custom question answering allows you to easily add a pre-populated set of the top chitchat, into your projects.
4+
description: Adding personal chitchat to your bot makes it more conversational and engaging when you create a project. Custom question answering allows you to easily add a prepopulated set of the top chitchat, into your projects.
55
#services: cognitive-services
66
manager: nitinme
77
author: laujan
@@ -14,7 +14,7 @@ ms.custom: language-service-question-answering
1414

1515
# Use chitchat with a project
1616

17-
Adding chitchat to your bot makes it more conversational and engaging. The chitchat feature in custom question answering allows you to easily add a pre-populated set of the top chitchat, into your project. This can be a starting point for your bot's personality, and it will save you the time and cost of writing them from scratch.
17+
Adding chitchat to your bot makes it more conversational and engaging. The chitchat feature in custom question answering allows you to easily add a prepopulated set of the top chitchat, into your project. This can be a starting point for your bot's personality, and it will save you the time and cost of writing them from scratch.
1818

1919
This dataset has about 100 scenarios of chitchat in the voice of multiple personas, like Professional, Friendly and Witty. Choose the persona that most closely resembles your bot's voice. Given a user query, custom question answering tries to match it with the closest known chitchat question and answer.
2020

@@ -70,7 +70,7 @@ To turn the views for context and metadata on and off, select **Show columns** i
7070

7171
## Add more chitchat questions and answers
7272

73-
You can add a new chitchat question pair that is not in the predefined data set. Ensure that you are not duplicating a question pair that is already covered in the chitchat set. When you add any new chitchat question pair, it gets added to your **Editorial** source. To ensure the ranker understands that this is chitchat, add the metadata key/value pair "Editorial: chitchat", as seen in the following image:
73+
You can add a new chitchat question pair that is not in the predefined data set. Ensure that you are not duplicating a question pair that is already covered in the chitchat set. When you add any new chitchat question pair, it gets added to your **Editorial** source. To ensure the ranker understands that this is chitchat, add the metadata key/value pair "Editorial: chitchat," as seen in the following image:
7474

7575
:::image type="content" source="../media/chit-chat/add-new-chit-chat.png" alt-text="Add chitchat question answer pairs" lightbox="../media/chit-chat/add-new-chit-chat.png":::
7676

0 commit comments

Comments
 (0)