Skip to content

Commit 3983d3c

Browse files
committed
requested changes
1 parent d990833 commit 3983d3c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

articles/cognitive-services/QnAMaker/Concepts/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ QnA Maker allows users to [collaborate](../How-to/collaborate-knowledge-base.md)
134134

135135
## Active learning
136136

137-
[Active learning](../How-to/turn-on-active-learning.md) does the best job of suggesting alternative questions when it has a wide range of quality and quantity of user-based queries. It is important to allow client-applications' user queries to participate in the active learning feedback loop without censorship. Once questions are suggested in the QnA Maker portal, you can **[filter by suggestions](../How-To/improve-knowledge-base.md#accept-an-active-learning-suggestion-in-the-knowledge-base)** then review and accept or reject those suggestions.
137+
[Active learning](../How-to/use-active-learning.md) does the best job of suggesting alternative questions when it has a wide range of quality and quantity of user-based queries. It is important to allow client-applications' user queries to participate in the active learning feedback loop without censorship. Once questions are suggested in the QnA Maker portal, you can **[filter by suggestions](../How-To/improve-knowledge-base.md#accept-an-active-learning-suggestion-in-the-knowledge-base)** then review and accept or reject those suggestions.
138138

139139
## Next steps
140140

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Active Learning alters the Knowledge Base or Search Service after you approve th
1515

1616
## Turn on active learning
1717

18-
In order to see suggested questions, you must [turn on active learning](turn-on-active-learning.md) for your QnA Maker resource.
18+
In order to see suggested questions, you must [turn on active learning](use-active-learning.md) for your QnA Maker resource.
1919

2020
## View suggested questions
2121

articles/cognitive-services/QnAMaker/How-To/manage-knowledge-bases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Deleting a knowledge base (KB) is a permanent operation. It can't be undone. Bef
9898

9999
If you share your knowledge base with collaborators,](collaborate-knowledge-base.md) then delete it, everyone loses access to the KB.
100100

101-
## Next step
101+
## Next steps
102102

103103
Learn about [managing the language](language-knowledge-base.md) of all knowledge bases in a resource.
104104

articles/cognitive-services/QnAMaker/How-To/turn-on-active-learning.md renamed to articles/cognitive-services/QnAMaker/How-To/use-active-learning.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ ms.date: 03/18/2020
1212
Your knowledge base doesn't change automatically. In order for any change to take effect, you must accept the suggestions. These suggestions add questions but don't change or remove existing questions.
1313

1414

15-
## Upgrade your runtime version to use active learning
15+
## Upgrade runtime version to use active learning
1616

1717
Active Learning is supported in runtime version 4.4.0 and above. If your knowledge base was created on an earlier version, [upgrade your runtime](set-up-qnamaker-service-azure.md#get-the-latest-runtime-updates) to use this feature.
1818

19-
## Turn on active learning to see suggested alternate questions
19+
## Turn on active learning for alternate questions
2020

2121
Active learning is off by default. Turn it on to see suggested questions. After you turn on active learning, you need to send information from the client app to QnA Maker. For more information, see [Architectural flow for using GenerateAnswer and Train APIs from a bot](improve-knowledge-base.md#architectural-flow-for-using-generateanswer-and-train-apis-from-a-bot).
2222

@@ -37,7 +37,7 @@ Active learning is off by default. Turn it on to see suggested questions. After
3737
3838
Once **Active Learning** is enabled, the knowledge base suggests new questions at regular intervals based on user-submitted questions. You can disable **Active Learning** by toggling the setting again.
3939

40-
## Review active learning suggested alternate questions
40+
## Review suggested alternate questions
4141

4242
[Review alternate suggested questions](improve-knowledge-base.md) on the **Edit** page of each knowledge base.
4343

articles/cognitive-services/QnAMaker/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
- name: Collaborate
7272
href: How-To/collaborate-knowledge-base.md
7373
- name: Turn on active learning
74-
href: How-To/turn-on-active-learning.md
74+
href: How-To/use-active-learning.md
7575
- name: Manage knowledge base
7676
items:
7777
- name: Create knowledge base

0 commit comments

Comments
 (0)