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/overview.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,18 +49,18 @@ For more information, *see* [**Use native documents for language processing**](.
49
49
50
50
There are the aspects of document summarization this API provides:
51
51
52
-
*[**Extractive summarization**](how-to/document-summarization#try-document-extractive-summarization): Produces a summary by extracting salient sentences within the document.
52
+
*[**Extractive summarization**](/how-to/document-summarization#try-document-extractive-summarization): Produces a summary by extracting salient sentences within the document.
53
53
54
54
* Multiple extracted sentences: These sentences collectively convey the main idea of the document. They're original sentences extracted from the input document's content.
55
55
* Rank score: The rank score indicates how relevant a sentence is to a document's main topic. Document summarization ranks extracted sentences, and you can determine whether they're returned in the order they appear, or according to their rank.
56
56
* Multiple returned sentences: Determine the maximum number of sentences to be returned. For example, if you request a three-sentence summary extractive summarization returns the three highest scored sentences.
57
57
* Positional information: The start position and length of extracted sentences.
58
58
59
-
*[**Abstractive summarization**](how-to/document-summarization#try-document-abstractive-summarization): Generates a summary that doesn't use the same words as in the document, but captures the main idea.
59
+
*[**Abstractive summarization**](/how-to/document-summarization#try-document-abstractive-summarization): Generates a summary that doesn't use the same words as in the document, but captures the main idea.
60
60
* Summary texts: Abstractive summarization returns a summary for each contextual input range within the document. A long document can be segmented so multiple groups of summary texts can be returned with their contextual input range.
61
61
* Contextual input range: The range within the input document that was used to generate the summary text.
62
62
63
-
*[**Query-focused summarization**](how-to/document-summarization#query-based-summarization): Generates a summary based on a query
63
+
*[**Query-focused summarization**](/how-to/document-summarization#query-based-summarization): Generates a summary based on a query
64
64
65
65
As an example, consider the following paragraph of text:
66
66
@@ -92,11 +92,11 @@ This documentation contains the following article types:
92
92
93
93
Conversation summarization supports the following features:
94
94
95
-
*[**Issue/resolution summarization**](how-to/conversation-summarization#get-summaries-from-text-chats): A call center specific feature that gives a summary of issues and resolutions in conversations between customer-service agents and your customers.
96
-
*[**Chapter title summarization**](how-to/conversation-summarization#get-chapter-titles): Segments a conversation into chapters based on the topics discussed in the conversation, and gives suggested chapter titles of the input conversation.
95
+
*[**Issue/resolution summarization**](/how-to/conversation-summarization#get-summaries-from-text-chats): A call center specific feature that gives a summary of issues and resolutions in conversations between customer-service agents and your customers.
96
+
*[**Chapter title summarization**](/how-to/conversation-summarization#get-chapter-titles): Segments a conversation into chapters based on the topics discussed in the conversation, and gives suggested chapter titles of the input conversation.
97
97
*[**Recap**](how-to/conversation-summarization#get-narrative-summarization): Summarizes a conversation into a brief paragraph.
98
-
*[**Narrative summarization**](how-to/conversation-summarization#get-narrative-summarization): Generates detail call notes, meeting notes or chat summaries of the input conversation.
99
-
*[**Follow-up tasks**](how-to/conversation-summarization#get-narrative-summarization): Gives a list of follow-up tasks discussed in the input conversation.
98
+
*[**Narrative summarization**](/how-to/conversation-summarization#get-narrative-summarization): Generates detail call notes, meeting notes or chat summaries of the input conversation.
99
+
*[**Follow-up tasks**](/how-to/conversation-summarization#get-narrative-summarization): Gives a list of follow-up tasks discussed in the input conversation.
0 commit comments