Overview
A generative probabilistic model for discovering topics in a collection of documents.
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.
Named Entity Recognition
Parsing & StructureAn NLP task that identifies and classifies named entities in text into categories like person, organisation, and location.
Extractive Summarisation
Generation & TranslationA summarisation technique that identifies and selects the most important sentences from a source document to compose a condensed version without generating new text.
Relation Extraction
Parsing & StructureIdentifying semantic relationships between entities mentioned in text.
Part-of-Speech Tagging
Parsing & StructureThe process of assigning grammatical categories (noun, verb, adjective) to each word in a text.
Coreference Resolution
Parsing & StructureThe task of identifying all expressions in text that refer to the same real-world entity.
GloVe
Semantics & RepresentationGlobal Vectors for Word Representation — an unsupervised learning algorithm for obtaining word vector representations from aggregated word co-occurrence statistics.
Tokenisation
Semantics & RepresentationThe process of breaking text into smaller units (tokens) such as words, subwords, or characters for processing by language models.