Overview
Training a language model to follow natural language instructions by fine-tuning on instruction-response pairs.
Cross-References(2)
More in Natural Language Processing
Text Classification
Text AnalysisThe task of assigning predefined categories or labels to text documents based on their content.
Byte-Pair Encoding
Parsing & StructureA subword tokenisation algorithm that iteratively merges the most frequent character pairs to build a vocabulary.
Abstractive Summarisation
Text AnalysisA text summarisation approach that generates novel sentences to capture the essential meaning of a document, rather than simply extracting and rearranging existing sentences.
Text Embedding
Core NLPDense vector representations of text passages that capture semantic meaning for similarity comparison and retrieval.
Sentiment Analysis
Text AnalysisThe computational study of people's opinions, emotions, and attitudes expressed in text.
Context Window
Semantics & RepresentationThe maximum amount of text a language model can consider at once when generating a response.
Speech Synthesis
Speech & AudioThe artificial production of human speech from text, also known as text-to-speech.
Question Answering
Generation & TranslationAn NLP task where a system automatically answers questions posed in natural language based on given context.