You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/LUIS/luis-how-to-review-endpoint-utterances.md
+16-56Lines changed: 16 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,83 +9,43 @@ ms.custom: seodec18
9
9
ms.service: cognitive-services
10
10
ms.subservice: language-understanding
11
11
ms.topic: conceptual
12
-
ms.date: 10/25/2019
12
+
ms.date: 11/15/2019
13
13
ms.author: diberry
14
14
---
15
15
16
-
# How to review endpoint utterances in LUIS portal for active learning
16
+
# How to improve the LUIS app by reviewing endpoint utterances
17
17
18
-
[Active learning](luis-concept-review-endpoint-utterances.md) captures endpoint queries and selects user's endpoint utterances that it is unsure of. You review these utterances to select the intent and mark entities for these read-world utterances. Accept these changes into your example utterances then train and publish. LUIS then identifies utterances more accurately.
18
+
The process of reviewing endpoint utterances for correct predictions is called [Active learning](luis-concept-review-endpoint-utterances.md). Active learning captures endpoint queries and selects user's endpoint utterances that it is unsure of. You review these utterances to select the intent and mark entities for these read-world utterances. Accept these changes into your example utterances then train and publish. LUIS then identifies utterances more accurately.
19
19
20
-
[!INCLUDE [Waiting for LUIS portal refresh](./includes/wait-v3-upgrade.md)]
20
+
If you have many people contributing to a LUIS app,
21
21
22
-
## Enable active learning
23
-
24
-
To enable active learning, log user queries. This is accomplished by setting the [endpoint query](luis-get-started-create-app.md#query-the-v2-api-prediction-endpoint) with the `log=true` querystring parameter and value.
25
-
26
-
## Disable active learning
27
-
28
-
To disable active learning, don't log user queries. This is accomplished by setting the [endpoint query](luis-get-started-create-app.md#query-the-v2-api-prediction-endpoint) with the `log=false` querystring parameter and value.
29
-
30
-
## Filter utterances
31
-
32
-
1. Open your app (for example, TravelAgent) by selecting its name on **My Apps** page, then select **Build** in the top bar.
33
-
34
-
1. Under the **Improve app performance**, select **Review endpoint utterances**.
35
-
36
-
1. On the **Review endpoint utterances** page, select in the **Filter list by intent or entity** text box. This drop-down list includes all intents under **INTENTS** and all entities under **ENTITIES**.
To enable active learning, you must log user queries. This is accomplished by calling the [endpoint query](luis-get-started-create-app.md#query-the-v3-api-prediction-endpoint) with the `log=true` querystring parameter and value.
52
27
53
-
## Align single utterance
28
+
## Correct intent predictions to align utterances
54
29
55
30
Each utterance has a suggested intent displayed in the **Aligned intent** column.
56
31
57
-
1. If you agree with that suggestion, select on the check mark.
1. If you disagree with the suggestion, select the correct intent from the aligned intent drop-down list, then select on the check mark to the right of the aligned intent.
1. After you select on the check mark, the utterance is removed from the list.
32
+
> [!div class="mx-imgBorder"]
33
+
> [](./media/label-suggested-utterances/review-endpoint-utterances.png#lightbox)
66
34
67
-
## Align several utterances
35
+
If you agree with that intent, select the check mark. If you disagree with the suggestion, select the correct intent from the aligned intent drop-down list, then select on the check mark to the right of the aligned intent. After you select on the check mark, the utterance is moved to the intent and removed from the **Review Endpoint Utterances** list.
68
36
69
-
To align several utterances, check the box to the left of the utterances, then select on the **Add selected** button.
You can verify the utterance was aligned with the correct intent by going to the **Intents** page, select the intent name, and reviewing the utterances. The utterance from **Review endpoint utterances** is in the list.
37
+
> [!TIP]
38
+
> It is important to go to the Intent details page to review and correct the entity predictions from all example utterances from the **Review Endpoint Utterances** list.
76
39
77
40
## Delete utterance
78
41
79
42
Each utterance can be deleted from the review list. Once deleted, it will not appear in the list again. This is true even if the user enters the same utterance from the endpoint.
80
43
81
-
If you are unsure if you should delete the utterance, either move it to the None intent, or create a new intent such as "miscellaneous" and move the utterance to that intent.
44
+
If you are unsure if you should delete the utterance, either move it to the None intent, or create a new intent such as `miscellaneous` and move the utterance to that intent.
82
45
83
-
## Delete several utterances
84
-
85
-
To delete several utterances, select each item and select on the trash bin to the right of the **Add selected** button.
To disable active learning, don't log user queries. This is accomplished by setting the [endpoint query](luis-get-started-create-app.md#query-the-v2-api-prediction-endpoint) with the `log=false` querystring parameter and value or not using the querystring value because the default value is false.
0 commit comments