Overview
The computational study of people's opinions, emotions, and attitudes expressed in text.
More in Natural Language Processing
Multilingual Model
Semantics & RepresentationA language model trained on text from dozens or hundreds of languages simultaneously, enabling cross-lingual understanding and generation without language-specific fine-tuning.
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.
GPT
Semantics & RepresentationGenerative Pre-trained Transformer — a family of autoregressive language models that generate text by predicting the next token.
Vector Database
Core NLPA database optimised for storing and querying high-dimensional vector embeddings for similarity search.
Temperature
Semantics & RepresentationA parameter controlling the randomness of language model outputs — lower values produce more deterministic text.
Prompt Injection
Semantics & RepresentationA security vulnerability where malicious inputs manipulate a language model into ignoring its instructions or producing unintended outputs.
Dialogue Management
Generation & TranslationThe component of conversational systems that tracks conversation state, determines the next system action, and maintains coherent multi-turn interactions with users.
Latent Dirichlet Allocation
Core NLPA generative probabilistic model for discovering topics in a collection of documents.