Skip to content

Commit 077e84d

Browse files
authored
Merge pull request #108382 from diberry/diberry/0319-qna-active-learning-default
[Cogsvcs] QnA Maker - Active Learning setting defa
2 parents 1dd22b3 + 3c23b4f commit 077e84d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/cognitive-services/QnAMaker/Concepts/active-learning-suggestions.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Active learning suggestions - QnA Maker
33
description: Active learning suggestions allows you to improve the quality of your knowledge base by suggesting alternative questions, based on user-submissions, to your question and answer pair.
44
ms.topic: conceptual
5-
ms.date: 02/27/2020
5+
ms.date: 03/19/2020
66
---
77
# Active learning suggestions
88

@@ -27,6 +27,13 @@ Active learning gives the best possible suggestions in cases where the endpoints
2727

2828
Once questions are suggested in the QnA Maker portal, you need to review and accept or reject those suggestions. There isn't an API to manage suggestions.
2929

30+
## Turn on active learning
31+
32+
By default, active learning is **off**.
33+
To use active learning:
34+
* You need to [turn on active learning](../How-To/use-active-learning.md#turn-on-active-learning-for-alternate-questions) so that QnA Maker collects alternate questions for your knowledge base.
35+
* To see the suggested alternate questions, [use View options](../How-To/improve-knowledge-base.md#view-suggested-questions) on the Edit page.
36+
3037
## How QnA Maker's implicit feedback works
3138

3239
QnA Maker's implicit feedback uses an algorithm to determine score proximity then makes active learning suggestions. The algorithm to determine proximity is not a simple calculation. The ranges in the following example are not meant to be fixed but should be used as a guide to understand the impact of the algorithm only.

0 commit comments

Comments
 (0)