Overview
The process of producing coherent and contextually relevant text using AI language models.
More in Natural Language Processing
Text Embedding
Core NLPDense vector representations of text passages that capture semantic meaning for similarity comparison and retrieval.
Document Understanding
Core NLPAI systems that extract structured information from unstructured documents by combining optical character recognition, layout analysis, and natural language comprehension.
Speech Synthesis
Speech & AudioThe artificial production of human speech from text, also known as text-to-speech.
Word2Vec
Semantics & RepresentationA neural network model that learns distributed word representations by predicting surrounding context words.
Cross-Lingual Transfer
Core NLPThe application of models trained in one language to perform tasks in another language, leveraging shared multilingual representations learned during pre-training.
Relation Extraction
Parsing & StructureIdentifying semantic relationships between entities mentioned in text.
Grounding
Semantics & RepresentationConnecting language model outputs to real-world knowledge, facts, or data sources to improve factual accuracy.
GloVe
Semantics & RepresentationGlobal Vectors for Word Representation — an unsupervised learning algorithm for obtaining word vector representations from aggregated word co-occurrence statistics.