Overview
A text summarisation approach that generates novel sentences to capture the essential meaning of a document, rather than simply extracting and rearranging existing sentences.
Cross-References(1)
More in Natural Language Processing
Byte-Pair Encoding
Parsing & StructureA subword tokenisation algorithm that iteratively merges the most frequent character pairs to build a vocabulary.
BERT
Semantics & RepresentationBidirectional Encoder Representations from Transformers — a language model that understands context by reading text in both directions.
Text Generation
Generation & TranslationThe process of producing coherent and contextually relevant text using AI language models.
Relation Extraction
Parsing & StructureIdentifying semantic relationships between entities mentioned in text.
Intent Detection
Generation & TranslationThe classification of user utterances into predefined categories representing the user's goal or purpose, a fundamental component of conversational AI and chatbot systems.
Code Generation
Semantics & RepresentationThe automated production of source code from natural language specifications or partial code context, powered by large language models trained on programming repositories.
Structured Output
Semantics & RepresentationThe generation of machine-readable formatted responses such as JSON, XML, or code from language models, enabling reliable integration with downstream software systems.
Hallucination Detection
Semantics & RepresentationTechniques for identifying when AI language models generate plausible but factually incorrect or unsupported content.