Techniques & Methods
Extractive Summarization
Extractive summarization selects sentences or phrases verbatim from the source document based on importance scores. Methods range from simple frequency-based scoring (TextRank) to transformer-based sentence importance ranking. The summary contains only text that appeared in the original.
Contrast with abstractive summarization (used by modern LLMs), which generates new sentences that paraphrase and condense the source. Extractive summaries are more faithful to the original but less fluent; abstractive summaries are more concise but may hallucinate.
Authority Links
Related Terms
Core Concepts
Natural Language Generation (NLG)
Generating coherent, contextually relevant text from structured data or prompts.
Techniques & Methods
Information Extraction
Automatically extracting structured information from unstructured text.
Techniques & Methods
Text Classification
Automatically assigning predefined categories to text documents.
Core Concepts
Natural Language Processing (NLP)
Field focused on enabling computer-human interaction through natural language.

