Skip to content

Commit 2e50678

Browse files
committed
[Cogsvcs] LUIS - public issue 50928
1 parent 6def40b commit 2e50678

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

articles/cognitive-services/LUIS/luis-concept-review-endpoint-utterances.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
---
22
title: Review user utterance - LUIS
3-
titleSuffix: Azure Cognitive Services
43
description: With active learning, your review endpoint utterances for correct intent and entity. LUIS chooses endpoint utterances it is unsure of.
5-
services: cognitive-services
6-
author: diberry
7-
manager: nitinme
8-
ms.custom: seodec18
9-
ms.service: cognitive-services
10-
ms.subservice: language-understanding
114
ms.topic: conceptual
12-
ms.date: 01/23/2020
13-
ms.author: diberry
5+
ms.date: 04/01/2020
146
---
157
# Concepts for enabling active learning by reviewing endpoint utterances
168
Active learning is one of three strategies to improve prediction accuracy and the easiest to implement. With active learning, your review endpoint utterances for correct intent and entity. LUIS chooses endpoint utterances it is unsure of.
@@ -24,8 +16,10 @@ LUIS adds utterances to the review list when the top firing intent has a low sco
2416
## Single pool for utterances per app
2517
The **Review endpoint utterances** list doesn't change based on the version. There is a single pool of utterances to review, regardless of which version the utterance you are actively editing or which version of the app was published at the endpoint.
2618

19+
In the [REST API](https://westus.dev.cognitive.microsoft.com/docs/services/luis-programmatic-apis-v3-0-preview/operations/58b6f32139e2bb139ce823c9), the version name is required and has to exist in the application but isn't used beyond that validation. The review utterances apply to an entire application. If you remove utterances from one _version_, all versions are affected.
20+
2721
## Where are the utterances from
28-
Endpoint utterances are taken from end-user queries on the applications HTTP endpoint. If your app is not published or has not received hits yet, you do not have any utterances to review. If no endpoint hits are received for a specific intent or entity, you do not have utterances to review that contain them.
22+
Endpoint utterances are taken from end-user queries on the application's HTTP endpoint. If your app is not published or has not received hits yet, you do not have any utterances to review. If no endpoint hits are received for a specific intent or entity, you do not have utterances to review that contain them.
2923

3024
## Schedule review periodically
3125
Reviewing suggested utterances doesn't need to be done every day but should be part of your regular maintenance of LUIS.

0 commit comments

Comments
 (0)