Natural Language Processing

Explore Natural Language Processing through related topics and the articles other pages reference most.

Explore articles

Browse subtopics (51)

Articles that also belong to these categories. Counts cover all of Natural Language Processing.

Showing 181-239 of 239 articles

SimpleQA

SimpleQA is a factuality benchmark released by OpenAI on October 30, 2024 that measures whether large language models can answer short, fact-seeking questions correctly instead of producing hallucinations.

AI BenchmarksAI Safety

Summarization Models

Summarization models are natural language processing systems that condense a source document, set of documents, or dialogue into a shorter version that preserves the most important information.

AI Models

SuperGLUE

SuperGLUE is a public benchmark for evaluating general-purpose English language understanding in machine learning systems, consisting of eight challenging reasoning and reading-comprehension tasks, two…

AI BenchmarksData & Datasets

Table Question Answering Models

Table question answering models (TableQA models) are machine learning systems that answer natural language questions over structured tabular data such as spreadsheets, database tables, and HTML tables…

AI Models

Text Classification Models

Text classification models are machine learning systems that assign one or more predefined categorical labels to a span of natural language text, such as positive vs. negative, spam vs. ham

AI Models

Text Generation Models

Text generation models are language models trained to produce coherent natural-language text by predicting tokens one at a time, each conditioned on the preceding context.

AI Models

Text summarization

Text summarization is the natural language processing (NLP) task of automatically producing a shorter version of one or more documents that preserves the most important information from the original text.

Deep LearningMachine Learning

Text2Text Generation Models

Text-to-text (text2text) generation models are a family of neural network systems that frame many natural language processing tasks as a single problem: given an input text string

AI Models

The Pile (dataset)

The Pile is an 825.18 GiB (approximately 886 GB) English text corpus designed for training large language models, assembled from 22 diverse, high-quality subsets spanning academic, professional, internet…

Data & DatasetsMachine Learning

Token

A token is the basic unit of text that a language model reads and writes: a word, a subword fragment, a single character, or a byte, produced by splitting text during a step called tokenization.

Deep LearningMachine Learning

Token Classification Models

Token classification models are natural language processing systems that assign a discrete label to every token in an input sequence, where a token is typically a word, subword piece, or character.

AI Models

Tool use

Tool use in artificial intelligence is the ability of a model-based system to request, coordinate, and use capabilities outside the model's ordinary token-generation process.

AI AgentsArtificial Intelligence

Top-k sampling

Top-k sampling is a decoding strategy for autoregressive language models that restricts each generation step to the k most probable next tokens.

AI InferenceAlgorithms

Top-p sampling

Top-p sampling, also called nucleus sampling, is a stochastic decoding method for text generation in which the model samples from the smallest possible set of tokens whose cumulative probability mass exceeds a…

Large Language ModelsMachine Learning

Topic model

A topic model is a statistical model that discovers the abstract "topics" hidden in a collection of documents, where each document is represented as a mixture of a small number of latent topics and each topic…

Machine LearningStatistics

Translation Models

Translation models are computational systems that convert text or speech from a source language into a target language.

AI Models

Trigram

A trigram is a contiguous sequence of three items (most often three words) drawn from a sample of text or speech

Machine Learning

TriviaQA

TriviaQA is a large-scale reading comprehension and question answering dataset of over 650,000 question-answer-evidence triples, introduced in 2017 by Mandar Joshi, Eunsol Choi, Daniel S. Weld

AI Benchmarks

Universal Speech Model

The Universal Speech Model (USM) is a family of large multilingual speech models developed by Google Research that performs automatic speech recognition (ASR) and speech-to-text translation across more than…

AI ModelsSpeech & Audio AI

Vector embeddings

Vector embeddings are dense numerical representations of objects (text, images, audio, video, code, graphs, or any structured data) that map them into a continuous vector space such that semantic similarity…

Information Retrieval

Voyage-3

Voyage-3 is a family of general-purpose text embedding models developed by Voyage AI, launched in September 2024 with voyage-3 and voyage-3-lite , expanded in January 2025 with voyage-3-large , and refreshed…

AI ModelsAnthropic

Wav2Vec

Wav2Vec is a family of self-supervised learning models from Meta AI (formerly Facebook AI Research) that learn speech representations directly from raw audio waveforms

Deep LearningMeta AI

Whisper

Whisper is an open-source family of automatic speech recognition (ASR) models developed by OpenAI and first released on September 21, 2022.

Deep LearningOpenAI

WinoGrande

WinoGrande is a large-scale benchmark for commonsense reasoning consisting of 44,000 binary fill-in-the-blank pronoun resolution problems, built to test whether language models genuinely understand commonsense…

AI Benchmarks

Winograd Schema Challenge

The Winograd Schema Challenge (WSC) is a commonsense reasoning test in which a system must resolve an ambiguous pronoun in a short sentence where the correct answer flips when one or two words change

AI Benchmarks

Word Embedding

A word embedding is a learned representation of text in which words are mapped to dense vectors of real numbers in a continuous vector space, so that words with similar meanings are positioned close together.

Deep LearningMachine Learning

WordPiece

WordPiece is a subword tokenization algorithm that builds a fixed-size vocabulary of word pieces by repeatedly merging the symbol pair whose combination most increases the likelihood of the training corpus…

Large Language Models

Wordtune

Wordtune is an artificial intelligence-powered writing and reading assistant developed by AI21 Labs, an Israeli AI company.

AI Tools & Products

XLM-RoBERTa

XLM-RoBERTa (often abbreviated XLM-R) is a multilingual masked language model developed by Facebook AI Research (now Meta AI) and released in November 2019.

Large Language Models

XLNet

XLNet is a generalized autoregressive pretraining method for natural language processing that combines the strengths of autoregressive and autoencoding language models.

Deep LearningMachine Learning

Z.ai

Z.ai is the international brand of the Chinese artificial intelligence company Zhipu AI (智谱AI), a 2019 spinout from Tsinghua University that builds the open-weight General Language Model (GLM) family and…

AI CompaniesChinese AI

Zero-Shot Classification Models

Zero-shot classification models are machine learning systems that assign input text to a set of candidate categories without having seen labeled training examples for those specific categories.

AI Models

chrF

chrF is a machine translation evaluation metric that scores a candidate translation by counting the character n-grams it shares with one or more reference translations, then combining character n-gram…

Machine LearningModel Evaluation

fastText

fastText is an open-source library for learning word embeddings and performing text classification, developed by Facebook AI Research (FAIR) and released to the public on August 18, 2016 .

Machine LearningOpen Source AI

mT5

mT5 (multilingual T5) is a transformer-based encoder-decoder language model released by Google Research in October 2020 that covers 101 languages in a single model, pre-trained on a Common Crawl corpus called…

Large Language ModelsOpen Source AI

olmOCR

olmOCR is an open toolkit and vision-language model from the Allen Institute for AI (Ai2) that turns PDFs and document images into clean, structured plain text and Markdown.

Computer VisionOpen Source AI

tiktoken

tiktoken is an open source byte pair encoding (BPE) tokenizer library released by OpenAI in December 2022 that converts text into the integer token sequences its language models read and write.

Open Source AIOpenAI

word2vec

word2vec is a family of shallow neural network models, published by Tomas Mikolov and colleagues at Google in 2013

Machine Learning

Łukasz Kaiser

Łukasz Kaiser is a Polish computer scientist and researcher at OpenAI who is one of the eight co-authors of the 2017 paper "Attention Is All You Need," the work that introduced the Transformer architecture…

People