You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/summarization/includes/quickstarts/azure-ai-foundry.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,8 @@ After your operation is completed, the **Details** section contains the followin
69
69
|------|----------------------------|
70
70
|Sentence|
71
71
|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.|
74
74
75
75
:::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":::
76
76
@@ -85,14 +85,14 @@ In **Configuration** there are the following options:
85
85
|Extractive summarization | The service will produce a summary by extracting salient sentences. |
86
86
|Number of sentences| The number of sentences that Extractive summarization will extract.|
87
87
|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.|
89
89
|Define keywords for summary focus (preview)| Helps focus summariation on a particular set of keywords.|
90
90
91
91
After your operation is completed, the **Details** section contains the following fields for the selected methods of summarization:
92
92
93
93
|Field | Description |
94
94
|------|----------------------------|
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.|
97
97
98
98
:::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