Skip to content

Commit 55ed6b7

Browse files
authored
Update JSON output
1 parent 56d8339 commit 55ed6b7

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,25 @@ Confidence scores represent the probability that the extracted result is correct
1919
Why are confidence scores important?
2020
Confidence scores are important because they provide a measure of the model's certainty in its predictions. They help users make informed decisions about the reliability of the extracted data and determine whether human review is necessary. Confidence scores also play a crucial role in automating workflows and improving efficiency by reducing the need for manual validation.
2121
Supported fields
22-
Confidence scores are supported for extractive various fields, including text, tables, and images. The specific fields supported may vary depending on the model and the use case.
22+
Confidence scores are supported for extractive fields, including text, tables for documents and speech transcription. The specific fields supported may vary depending on the model and the use case.
2323

24+
JSON output for documents
25+
"fields": {
26+
"ClientProjectManager": {
27+
"type": "string",
28+
"valueString": "Nestor Wilke",
29+
"spans": [
30+
{
31+
"offset": 4345,
32+
"length": 12
33+
}
34+
],
35+
"confidence": 0.964,
36+
"source": "D(2,3.5486,8.3139,4.2943,8.3139,4.2943,8.4479,3.5486,8.4479)"
37+
},
2438
What are thresholds for confidence scores?
2539
Thresholds for confidence scores are predefined values that determine whether a prediction is considered reliable or requires further review. These thresholds can be set across different modalities to ensure consistent and accurate results. Setting appropriate thresholds is important because it helps balance the trade-off between automation and accuracy. By setting the right thresholds, users can ensure that only high-confidence predictions are automated, while low-confidence predictions are flagged for human review. This helps improve the overall accuracy and reliability of the predictions
40+
2641
Improving Confidence Scores
2742
What are some common challenges with confidence scores?
2843
Common challenges with confidence scores include low-quality input documents, variability in document types, complexity of the documents, and limitations of the model in recognizing certain types of content or features.

0 commit comments

Comments
 (0)