Overview
The field of AI focused on enabling computers to understand, interpret, and generate human language.
More in Natural Language Processing
Part-of-Speech Tagging
Parsing & StructureThe process of assigning grammatical categories (noun, verb, adjective) to each word in a text.
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.
Information Extraction
Parsing & StructureThe process of automatically extracting structured information from unstructured or semi-structured text sources.
Text Classification
Text AnalysisThe task of assigning predefined categories or labels to text documents based on their content.
Sentiment Analysis
Text AnalysisThe computational study of people's opinions, emotions, and attitudes expressed in text.
Top-K Sampling
Generation & TranslationA text generation strategy that restricts the model to sampling from the K most probable next tokens.
Tokenisation
Semantics & RepresentationThe process of breaking text into smaller units (tokens) such as words, subwords, or characters for processing by language models.