Natural Language Processing

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

Explore articles

Reset filters
Browse subtopics: Large Language Models

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

Showing 1-58 of 58 articles

AI21 Labs

AI21 Labs is an Israeli artificial intelligence company, founded in 2017 by Yoav Shoham, Ori Goshen, and Amnon Shashua, that develops large language models (LLMs) and AI orchestration systems for enterprise…

AI CompaniesLarge Language Models

Bidirectional language model

A bidirectional language model is a language model that, when computing a representation for a token, conditions on both the tokens that come before it (the left context) and the tokens that come after it (the…

Large Language Models

CamemBERT

CamemBERT is a French monolingual language model based on the RoBERTa architecture, released in late 2019 by researchers at Inria, Facebook AI Research, and Sorbonne Université.

Large Language Models

Cohere

Cohere is a Canadian artificial intelligence company that develops language, retrieval, speech, and multimodal models for businesses and public-sector organizations.

AI CompaniesLarge Language Models

Command R

Command R is a family of enterprise large language models from Cohere, launched in March 2024 and built specifically for retrieval-augmented generation (RAG), multi-step tool use, and grounded text generation…

AI CompaniesEnterprise AI

DSPy

DSPy (short for Declarative Self-improving Python) is an open-source framework, developed at Stanford NLP, for programming rather than prompting large language models (LLMs).

Developer ToolsLarge Language Models

GPT-1

GPT-1 is the first model in the GPT (Generative Pre-trained Transformer) series, a 117-million-parameter, 12-layer decoder-only Transformer released by OpenAI on June 11, 2018 in the paper "Improving Language…

Large Language ModelsOpenAI

GPT-3

GPT-3 (Generative Pre-trained Transformer 3) is a family of decoder-only, autoregressive large language models developed by OpenAI.

Large Language ModelsOpenAI

Gemini (language model)

Gemini is a family of natively multimodal large language models developed by Google DeepMind, first announced on December 6, 2023, that can reason across text, images, audio, video, and code within a single…

Generative AIGoogle DeepMind

Greedy decoding

Greedy decoding (also called greedy search or argmax decoding) is the simplest text-generation strategy used by autoregressive language models: at every step it picks the single highest-probability next token…

Large Language Models

IFEval

IFEval (Instruction-Following Evaluation) is a benchmark of 541 prompts that measures how reliably large language models obey explicit, machine-checkable instructions such as "write in more than 400 words,"…

AI BenchmarksLarge Language Models

InfiniteBench

InfiniteBench (stylized as ∞Bench) is a long-context benchmark that tests whether large language models (LLMs) can genuinely process and reason over inputs longer than 100,000 tokens, using 12 tasks that span…

AI BenchmarksLarge Language Models

Llama 3

Llama 3 is a family of open-weight large language models developed by Meta. Meta released the original Llama 3 checkpoints on April 18, 2024, in 8-billion-parameter and 70-billion-parameter sizes.

AI ModelsLarge Language Models

MT-Bench

MT-Bench (Multi-Turn Benchmark) is a benchmark of 80 hand-written, two-turn questions that evaluates large language models (LLMs) on multi-turn conversation and instruction following by using a strong model…

AI BenchmarksLarge Language Models

OPUS-MT

OPUS-MT is a large collection of open, freely licensed neural machine translation models and tools produced by the Language Technology Research Group at the University of Helsinki.

Large Language Models

PaLM

PaLM (Pathways Language Model) is a family of dense, decoder-only large language models developed by Google Research. Google announced the original family on April 4, 2022.

Google DeepMindLarge Language 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

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

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

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