Overview
The task of assigning predefined categories or labels to text documents based on their content.
More in Natural Language Processing
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.
Latent Dirichlet Allocation
Core NLPA generative probabilistic model for discovering topics in a collection of documents.
Coreference Resolution
Parsing & StructureThe task of identifying all expressions in text that refer to the same real-world entity.
Natural Language Understanding
Core NLPThe subfield of NLP focused on machine reading comprehension and extracting meaning from text.
Text-to-Speech
Speech & AudioTechnology that converts written text into natural-sounding spoken audio using neural networks, enabling voice interfaces, accessibility tools, and content narration.
Prompt Injection
Semantics & RepresentationA security vulnerability where malicious inputs manipulate a language model into ignoring its instructions or producing unintended outputs.
Dependency Parsing
Parsing & StructureThe syntactic analysis of a sentence to establish relationships between head words and words that modify them.
Code Generation
Semantics & RepresentationThe automated production of source code from natural language specifications or partial code context, powered by large language models trained on programming repositories.