Skip to content

Commit c41b028

Browse files
committed
edits
1 parent e8db367 commit c41b028

File tree

2 files changed

+15
-19
lines changed

2 files changed

+15
-19
lines changed

articles/cognitive-services/QnAMaker/How-To/test-knowledge-base.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
---
22
title: How to test a knowledge base - QnA Maker
3-
titleSuffix: Azure Cognitive Services
43
description: Testing your QnA Maker knowledge base is an important part of an iterative process to improve the accuracy of the responses being returned. You can test the knowledge base through an enhanced chat interface that also allows you make edits.
5-
services: cognitive-services
6-
author: diberry
7-
manager: nitinme
8-
ms.service: cognitive-services
9-
ms.subservice: qna-maker
104
ms.topic: conceptual
11-
ms.date: 11/14/2019
12-
ms.author: diberry
13-
ms.custom: seodec18
5+
ms.date: 03/05/2020
146
---
157
# Test your knowledge base in QnA Maker
168

@@ -55,11 +47,11 @@ You can add alternate forms of a question to a given answer. Type the alternate
5547

5648
### Add a new answer
5749

58-
You can add a new answer if any of the existing answers that were matched are incorrect or the answer does not exist in the knowledge base (no good match found in the KB).
50+
You can add a new answer if any of the existing answers that were matched are incorrect or the answer does not exist in the knowledge base (no good match found in the KB).
5951

60-
At the bottom of the answers list, use the text box to enter a new answer and press enter to add it.
52+
At the bottom of the answers list, use the text box to enter a new answer and press enter to add it.
6153

62-
Select **Save and Train** to persist this answer. A new question-answer pair has now been added to your knowledge base.
54+
Select **Save and Train** to persist this answer. A new question-answer pair has now been added to your knowledge base.
6355

6456
> [!NOTE]
6557
> All edits to your knowledge base only get saved when you press the **Save and Train** button.
@@ -77,12 +69,14 @@ Use the batch testing tool when you want to:
7769
* determine top answer and score for a set of questions
7870
* validate expected answer for set of questions
7971

80-
Batch testing is provided with the batch testing tool. This tool is available as an [zipped executable](https://aka.ms/qnamakerbatchtestingtool) for download or as [C# source code](https://github.com/Azure-Samples/cognitive-services-qnamaker-csharp/tree/master/documentation-samples/batchtesting).
72+
Read the batch testing [tutorial](../Quickstarts/batch-testing.md) for step-by-step instructions.
73+
74+
Batch testing is provided with the batch testing tool. This tool is available as an [zipped executable](https://aka.ms/qnamakerbatchtestingtool) for download or as [C# source code](https://github.com/Azure-Samples/cognitive-services-qnamaker-csharp/tree/master/documentation-samples/batchtesting).
8175

8276
[Reference documentation about the tool](../reference-tsv-format-batch-testing.md) includes:
8377

8478
* the command-line example of the tool
85-
* the format for TSV input and outfile files
79+
* the format for TSV input and outfile files
8680

8781
## Next steps
8882

articles/cognitive-services/QnAMaker/toc.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,22 @@
7474
href: Quickstarts/create-publish-knowledge-base.md
7575
- name: Language selection
7676
href: How-To/language-knowledge-base.md
77-
- name: Edit knowledge base
78-
href: How-To/edit-knowledge-base.md
7977
- name: Add chit-chat
8078
href: How-to/chit-chat-knowledge-base.md
81-
- name: Add follow-up prompts
82-
href: How-To/multiturn-conversation.md
83-
displayName: multi-turn dialogs, parent question, child question, filtering, metadata, state, context, prompt, follow-up, followup, flow, conversation, previous question
8479
- name: Migrate to new knowledge base
8580
href: Tutorials/migrate-knowledge-base.md
8681
displayName: metadata, pair
8782
- name: Collaborate
8883
href: How-To/collaborate-knowledge-base.md
8984
- name: Test
9085
href: How-To/test-knowledge-base.md
86+
- name: Manage QnA sets
87+
items:
88+
- name: Edit knowledge base
89+
href: How-To/edit-knowledge-base.md
90+
- name: Add follow-up prompts
91+
href: How-To/multiturn-conversation.md
92+
displayName: multi-turn dialogs, parent question, child question, filtering, metadata, state, context, prompt, follow-up, followup, flow, conversation, previous question
9193
- name: Get suggested alternate questions
9294
href: How-to/improve-knowledge-base.md
9395
displayName: active learning, suggestion, dialog prompt, train api, feedback loop, autolearn, auto-learn, user setting, service setting, services setting, accept, reject, filter by suggestion, filter active learning, clusterHead, totalAutoSuggestedCount, totalUserSuggestedCount, autoSuggestedCount, userSuggestedCount

0 commit comments

Comments
 (0)