Overview
The maximum amount of text a language model can consider at once when generating a response.
Cross-References(1)
More in Natural Language Processing
Dependency Parsing
Parsing & StructureThe syntactic analysis of a sentence to establish relationships between head words and words that modify them.
Coreference Resolution
Parsing & StructureThe task of identifying all expressions in text that refer to the same real-world entity.
Dialogue System
Generation & TranslationA computer system designed to converse with humans, encompassing task-oriented and open-domain conversation.
Seq2Seq Model
Core NLPA neural network architecture that maps an input sequence to an output sequence, used in translation and summarisation.
Latent Dirichlet Allocation
Core NLPA generative probabilistic model for discovering topics in a collection of documents.
Reranking
Core NLPA two-stage retrieval process where an initial set of candidate documents is rescored by a more powerful model to improve the relevance ordering of search results.
Part-of-Speech Tagging
Parsing & StructureThe process of assigning grammatical categories (noun, verb, adjective) to each word in a text.
Text Embedding Model
Core NLPA neural network trained to convert text passages into fixed-dimensional vectors that capture semantic meaning, enabling similarity search, clustering, and retrieval applications.