Skip to content

Commit 3cfb0bc

Browse files
committed
changes to summarization
1 parent 438f165 commit 3cfb0bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/ai-services/language-service/summarization/includes/quickstarts/azure-ai-foundry.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ After your operation is completed, the **Details** section contains the followin
6969
|------|----------------------------|
7070
|Sentence|
7171
|Recap| A recap of the processed text. The **Recap** Summarization aspect must be toggled on for this to appear.|
72-
|Chapter Title| Titles for the interpreted chapters of the input text. The **Chapter title** Summarization aspect must be toggled on for this to appear.|
73-
|Narrative| A narrative perspective summary of the input text. The **Narrative** Summarization aspect must be toggled on for this to appear.|
72+
|Issue| A summary of the customer issue in the customer-and-agent conversation. The **Issue** Summarization aspect must be toggled on for this to appear.|
73+
|Resolution| A summary of the solutions tried in the customer-and-agent conversation. The **Resolution** Summarization aspect must be toggled on for this to appear.|
7474

7575
:::image type="content" source="../../media/quickstarts/azure-ai-foundry/call-center-summarization.png" alt-text="An example of summarize for call center in azure AI studio" lightbox="../../media/quickstarts/azure-ai-foundry/call-center-summarization.png":::
7676

@@ -85,14 +85,14 @@ In **Configuration** there are the following options:
8585
|Extractive summarization | The service will produce a summary by extracting salient sentences. |
8686
|Number of sentences| The number of sentences that Extractive summarization will extract.|
8787
|Abstractive summarization| the service will generate a summary with novel sentences.|
88-
|Summary length| The length of the summarization generated by Abstractive summarization.|
88+
|Summary length| The length of the summary generated by Abstractive summarization.|
8989
|Define keywords for summary focus (preview)| Helps focus summariation on a particular set of keywords.|
9090

9191
After your operation is completed, the **Details** section contains the following fields for the selected methods of summarization:
9292

9393
|Field | Description |
9494
|------|----------------------------|
95-
|Extractive summary| Extracted sentences from the input text, ranked by detected relevance and prioritized by words in the **Defined keywords for summary focus** field, if any. Sentences are ordered by confidence of detected relevance.|
96-
|Abstractive summary| A summary of the input text of the length chosen in the **Summary length** field and prioritized by words in the **Defined keywords for summary focus** field, if any.|
95+
|Extractive summary| Extracted sentences from the input text, ranked by detected relevance and prioritized by words in the **Defined keywords for summary focus** field, if any. Sentences are sorted by rank score of detected relevance.|
96+
|Abstractive summary| A summary of the input text of the length chosen in the **Summary length** field and prioritized for words in the **Defined keywords for summary focus** field, if any.|
9797

9898
:::image type="content" source="../../media/quickstarts/azure-ai-foundry/text-summarization.png" alt-text="An example of summarize text in azure AI studio" lightbox="../../media/quickstarts/azure-ai-foundry/text-summarization.png":::

0 commit comments

Comments
 (0)