A news organization wants to automatically summarize long articles into short, coherent summaries. The solution must preserve the original meaning and key points. Which Azure AI service should be used?
Extractive summarization picks key sentences to form a summary.
Why this answer
Azure AI Language's Extractive Summarization is specifically designed to generate concise summaries by extracting the most important sentences from a document while preserving the original meaning and key points. This service uses natural language processing to rank sentences based on relevance and coherence, making it ideal for summarizing long articles without altering the original content.
Exam trap
The trap here is that candidates often confuse Key Phrase Extraction (Option B) with summarization, but Key Phrase Extraction only returns isolated terms, not a coherent summary, whereas Extractive Summarization returns full sentences that preserve meaning.
How to eliminate wrong answers
Option A is wrong because Azure AI Document Intelligence (formerly Form Recognizer) is optimized for extracting structured data (e.g., tables, key-value pairs) from documents, not for generating textual summaries. Option B is wrong because Azure AI Language - Key Phrase Extraction identifies individual keywords or phrases, not coherent summaries; it lacks the sentence-level extraction and ranking needed for summarization. Option D is wrong because Azure AI Translator focuses on translating text between languages, not summarizing content in the same language.