|
| 1 | +--- |
| 2 | +author: jboback |
| 3 | +manager: nitinme |
| 4 | +ms.service: azure-ai-language |
| 5 | +ms.topic: include |
| 6 | +ms.date: 02/16/2025 |
| 7 | +ms.author: jboback |
| 8 | +--- |
| 9 | + |
| 10 | +## Prerequisites |
| 11 | + |
| 12 | +* [Create a Project in Foundry in the Azure AI Foundry Portal](../../../../../ai-studio/how-to/create-projects.md) |
| 13 | + |
| 14 | +## Navigate to the Azure AI Foundry Playground |
| 15 | + |
| 16 | +Using the left side pane, select **Playgrounds**. Then select the **Try the Language Playground** button. |
| 17 | + |
| 18 | +:::image type="content" source="../../media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png" alt-text="The development lifecycle" lightbox="../../media/quickstarts/azure-ai-foundry/foundry-playground-navigation.png"::: |
| 19 | + |
| 20 | +## Use Summarization in the Azure AI Foundry Playground |
| 21 | + |
| 22 | +The **Language Playground** consists of four sections: |
| 23 | + |
| 24 | +* Top banner: You can select any of the currently available Language services here. |
| 25 | +* Right pane: This pane is where you can find the **Configuration** options for the service, such as the API and model version, along with features specific to the service. |
| 26 | +* Center pane: This pane is where you enter your text for processing. After the operation is run, some results are shown here. |
| 27 | +* Right pane: This pane is where **Details** of the run operation are shown. |
| 28 | + |
| 29 | +Here you can select the Summarization capability that you want to use by choosing one of these top banner tiles: **Summarize conversation**, **Summarize for call center**, or **Summarize text**. |
| 30 | + |
| 31 | +### Use Summarize conversation |
| 32 | + |
| 33 | +**Summarize conversation** is designed to recap conversations and segment long meetings into timestamped chapters. |
| 34 | + |
| 35 | +In **Configuration** there are the following options: |
| 36 | + |
| 37 | +|Option |Description | |
| 38 | +|--------------------|-----------------------------------------| |
| 39 | +|Select API version | Select which version of the API to use. | |
| 40 | +|Select text language| Select the language of the input text.| |
| 41 | +|Summarization Aspects| Different methods of summarization that are returned. At least one must be selected.| |
| 42 | + |
| 43 | +After your operation is completed, the **Details** section contains the following fields for the selected methods of summarization: |
| 44 | + |
| 45 | +|Field | Description | |
| 46 | +|------|----------------------------| |
| 47 | +|Sentence| |
| 48 | +|Recap| A recap of the processed text. The **Recap** Summarization aspect must be toggled on for this to appear.| |
| 49 | +|Chapter Title| Titles for the interpreted chapters of the input text. The **Chapter title** Summarization aspect must be toggled on for this to appear.| |
| 50 | +|Narrative| A narrative perspective summary of the input text. The **Narrative** Summarization aspect must be toggled on for this to appear.| |
| 51 | + |
| 52 | +:::image type="content" source="../../media/quickstarts/azure-ai-foundry/conversation-summarization.png" alt-text="An example of summarize conversation in azure AI studio" lightbox="../../media/quickstarts/azure-ai-foundry/conversation-summarization.png"::: |
| 53 | + |
| 54 | +### Use Summarize for call center |
| 55 | + |
| 56 | +**Summarize for call center** is designed to recap calls and summarize them for customer issues and resolutions. |
| 57 | + |
| 58 | +In **Configuration** there are the following options: |
| 59 | + |
| 60 | +|Option |Description | |
| 61 | +|--------------------|-----------------------------------------| |
| 62 | +|Select API version | Select which version of the API to use. | |
| 63 | +|Select text language| Select the language of the input text.| |
| 64 | +|Summarization Aspects| Different methods of summarization that are returned. At least one must be selected.| |
| 65 | + |
| 66 | +After your operation is completed, the **Details** section contains the following fields for the selected methods of summarization: |
| 67 | + |
| 68 | +|Field | Description | |
| 69 | +|------|----------------------------| |
| 70 | +|Sentence| |
| 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.| |
| 74 | + |
| 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 | + |
| 77 | +### Use Summarize text |
| 78 | + |
| 79 | +**Summarize text** is designed to summarize and extract key information at scale from text. |
| 80 | + |
| 81 | +In **Configuration** there are the following options: |
| 82 | + |
| 83 | +|Option |Description | |
| 84 | +|--------------------|-----------------------------------------| |
| 85 | +|Extractive summarization | The service will produce a summary by extracting salient sentences. | |
| 86 | +|Number of sentences| | The number of sentences that Extractive summarization will extract. |
| 87 | +|Abstractive summarization| | the service will generate a summary with novel sentences. |
| 88 | +|Summary length| The length of the summarization generated by Abstractive summarization.| |
| 89 | +|Define keywords for summary focus (preview)| Helps focus summariation on a particular set of keywords.| |
| 90 | + |
| 91 | +After your operation is completed, the **Details** section contains the following fields for the selected methods of summarization: |
| 92 | + |
| 93 | +|Field | Description | |
| 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.| |
| 97 | + |
| 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