Skip to content

Commit f0fbd14

Browse files
authored
Add metadata and tips to confidence score article
1 parent 2636f87 commit f0fbd14

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

articles/ai-services/content-understanding/Confidence Score

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
---
2+
title: Understanding Confidence Scores in Azure AI Content Understanding
3+
titleSuffix: Azure AI services
4+
description: Learn about confidence score use-cases, and tips to improve.
5+
author: admaheshwari
6+
ms.author: lajanuar
7+
manager: nitinme
8+
ms.service: azure-ai-content-understanding
9+
ms.topic: overview
10+
ms.date: 02/20/2025
11+
ms.custom: ignite-2024-understanding-release
12+
13+
#customer intent: As a user, I want to learn more about Content Understanding confidence scores.
14+
---
115
# Confidence Scores in Azure AI Content Understanding
216
Understanding Confidence Scores
317
What are confidence scores?
@@ -20,9 +34,7 @@ It can improved accuracy and reliability of the predictions, reduced errors, and
2034
How can customers access confidence score in CU?
2135
For every field extraction, confidence score is listed as part of the field extraction output. You can also check confidence score as part of your JSON output under “confidence”
2236

23-
24-
25-
Tips to improve confidence score
37+
Tips to improve confidence score
2638
1. Correcting an expected output so that the model can understand the definition better. Example: Here we can see the confidence score is 12%, to improve confidence score, we can go to label data, select auto label which will give us predicted field labels. Now we can correct our definition and it will show corrected field label. Test the analyzer again for better confidence score. Here it jumped to 98%. Confidence improvement will vary as per the complexity and nature of document.
2739

2840

0 commit comments

Comments
 (0)