Overview
The task of extracting specific parameter values from user utterances to fulfil a detected intent, such as identifying dates, locations, and names in booking requests.
More in Natural Language Processing
Tokenisation
Semantics & RepresentationThe process of breaking text into smaller units (tokens) such as words, subwords, or characters for processing by language models.
Long-Context Modelling
Semantics & RepresentationTechniques and architectures that enable language models to process and reason over extremely long input sequences, from tens of thousands to millions of tokens.
Chatbot
Generation & TranslationA software application that simulates human conversation through text or voice interactions using NLP.
GPT
Semantics & RepresentationGenerative Pre-trained Transformer — a family of autoregressive language models that generate text by predicting the next token.
Word2Vec
Semantics & RepresentationA neural network model that learns distributed word representations by predicting surrounding context words.
Sentiment Analysis
Text AnalysisThe computational study of people's opinions, emotions, and attitudes expressed in text.
Information Extraction
Parsing & StructureThe process of automatically extracting structured information from unstructured or semi-structured text sources.
Question Answering
Generation & TranslationAn NLP task where a system automatically answers questions posed in natural language based on given context.