Skip to content

Commit c7c9a37

Browse files
committed
add joe content
1 parent ea80b70 commit c7c9a37

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/ai-services/content-understanding/concepts/best-practices.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ This document provides guidance and best practices to effectively utilize Conten
2222

2323
When defining a schema, it's essential to provide detailed field descriptions. Clear and concise descriptions guide the model to focus on the correct information, improving the accuracy of the output.
2424

25-
#####   ***Example***
25+
#####   ***Example 1***
2626

2727
* If you want to extract the date from an invoice, in addition to naming the field `Date`, provide a description such as:
2828

2929

3030
> `The date when the invoice was issued, typically found at the top right corner of the document.`
3131
3232

33-
#####   ***Example***
33+
#####   ***Example 2***
3434

3535
* Suppose you want to extract the `Customer Name` from an invoice. Your description might read:
3636

@@ -41,7 +41,7 @@ When defining a schema, it's essential to provide detailed field descriptions. C
4141

4242
If the system's output isn't meeting expectations, the first step is to try refining and updating the field descriptions. Clarifying the context and being more explicit about what you need, reduces ambiguity and improves accuracy.
4343

44-
#####   ***Example***
44+
#####   ***Example 3***
4545

4646
* If the `Shipping date` field generated inconsistent or incorrect extraction, often after a `Dispatch Date` label, update it to something more precise like:
4747

@@ -54,11 +54,11 @@ If the system's output isn't meeting expectations, the first step is to try refi
5454

5555
When you need the system to choose from a set of predefined options, for example, document type, product category, or status, use classification fields. Where there's ambiguity with the options, provide clear descriptions for each option, enabling the model to categorize the data accurately.
5656

57-
#####   ***Example***
57+
#####   ***Example 4***
5858

5959
* If you need to classify documents as either `Invoice`, `Claim`, or `Report`, create a classification field with these words as category names.
6060

61-
#####   ***Example***
61+
#####   ***Example 5***
6262

6363
* When processing product images, you might need to assign them to categories like `AlcoholicDrinks`, `SoftDrinks`, `Snacks`, and `DairyProducts`. Since some items can appear similar, providing precise definitions for close-call cases can help. For example:
6464

@@ -72,7 +72,7 @@ When you need the system to choose from a set of predefined options, for example
7272

7373
Confidence scores help you decide when to involve human reviewers. Customers can interpret confidence scores using thresholds to decide which results need more reviews, minimizing the risk of errors.
7474

75-
#####   ***Example***
75+
#####   ***Example 6***
7676

7777
* For an invoice review use case, if a key extracted field like `TotalInvoiceAmount` has a confidence score under **0.80**, route that document to manual review. This helps ensure that a human verifies critical fields like invoice totals or legal statements when necessary.
7878

@@ -82,7 +82,7 @@ Confidence scores help you decide when to involve human reviewers. Customers can
8282

8383
When you're working with audio and video content, selecting a narrow set of languages for transcription can potentially reduce errors. The more languages you include, the more the system has to guess which language is being spoken, which cam increase misrecognition.
8484

85-
#####   ***Example***
85+
#####   ***Example 7***
8686

8787
* If you're certain that the content only contains English and Spanish, configuring your transcription to only these two languages can improve quality. But if the content accidentally includes other languages, such configuration can actually degrade overall quality.
8888

0 commit comments

Comments
 (0)