Overview
The automatic transcription of spoken language into written text using acoustic and language models, foundational to voice assistants and meeting transcription systems.
More in Natural Language Processing
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.
RLHF
Semantics & RepresentationReinforcement Learning from Human Feedback — a technique for aligning language models with human preferences through reward modelling.
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.
GloVe
Semantics & RepresentationGlobal Vectors for Word Representation — an unsupervised learning algorithm for obtaining word vector representations from aggregated word co-occurrence statistics.
Text-to-SQL
Generation & TranslationThe task of automatically converting natural language questions into executable SQL queries, enabling non-technical users to interrogate databases through conversational interfaces.
Context Window
Semantics & RepresentationThe maximum amount of text a language model can consider at once when generating a response.
Token Limit
Semantics & RepresentationThe maximum number of tokens a language model can process in a single input-output interaction.
Vector Database
Core NLPA database optimised for storing and querying high-dimensional vector embeddings for similarity search.