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 61-120 of 239 articles

DistilBERT

DistilBERT is a compressed version of BERT released by Hugging Face in October 2019 that is 40% smaller and 60% faster than BERT-base while retaining 97% of its language-understanding performance on the GLUE…

AI ModelsDeep Learning

ELIZA

ELIZA is the first widely known chatbot, a natural language processing program written by Joseph Weizenbaum at the Massachusetts Institute of Technology (MIT) between 1964 and 1967 and described in a January…

Artificial Intelligence

Embedding Layer

An embedding layer is a neural network component that acts as a trainable lookup table, mapping discrete integer indices (such as word IDs, user IDs, or category codes) to dense, continuous-valued vectors.

Machine LearningNeural Networks

Embedding vector

An embedding vector is a dense, fixed-length array of real numbers that represents a discrete object (such as a word, sentence, image, audio clip, or graph node) as a point in a continuous vector space.

Embeddings

In machine learning, an embedding is a learned representation that maps an input into a vector, usually so that a downstream model or comparison rule can use relationships encoded in the vector's geometry.

Deep LearningInformation Retrieval

Emily M. Bender

Emily M. Bender is an American linguist and a professor in the Department of Linguistics at the University of Washington, where she directs the Computational Linguistics Laboratory.

AI EthicsPeople

FLORES-200

FLORES-200 is a multilingual evaluation benchmark for machine translation systems, covering 200 languages across a wide range of language families, scripts, and resource levels.

AI Benchmarks

Fill-Mask Models

Fill-mask models are language models trained with a masked language modeling (MLM) objective, in which a fraction of the tokens in an input sequence are hidden behind a special [MASK] symbol and the model…

AI Models

Full Softmax

Full softmax (also called the standard softmax or exact softmax) is the softmax computation that calculates a probability for every possible output class in a classification model

Deep LearningMachine Learning

GLUE benchmark

The General Language Understanding Evaluation (GLUE) benchmark is a collection of nine natural language understanding (NLU) tasks designed to evaluate and compare the performance of language models across a…

AI BenchmarksMachine Learning

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

Global-MMLU

Global-MMLU is a multilingual evaluation benchmark that extends the MMLU question-answering dataset across 42 languages, with designated subsets labeled culturally sensitive (CS) and culturally agnostic (CA).

AI BenchmarksModel Evaluation

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

Hallucination

Hallucination in generative AI is the production of content that is unsupported, contradicted by an applicable source, factually wrong, internally inconsistent, or otherwise presented without an adequate basis.

AI SafetyMachine Learning

Hanna Hajishirzi

Hanna Hajishirzi, whose scholarly publications generally use the name Hannaneh Hajishirzi, is a computer scientist whose research covers natural language processing, machine learning, generative AI, question…

AI ResearchComputer Vision

HellaSwag

HellaSwag is a commonsense reasoning benchmark for language models, introduced by Rowan Zellers, Ari Holtzman, Yonatan Bisk, Ali Farhadi, and Yejin Choi in the 2019 paper "HellaSwag: Can a Machine Really…

AI Benchmarks

HotpotQA

HotpotQA is a large-scale, multi-hop question answering dataset of about 112,779 crowd-authored question-and-answer pairs over English Wikipedia, whose answers cannot be found in any single paragraph and…

AI BenchmarksArtificial Intelligence

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

Jacob Devlin

Jacob Devlin is an American research scientist in natural language processing and machine learning, best known as the first author of BERT, the bidirectional language representation model that Google…

People

Jina Embeddings v3

Jina Embeddings v3 is a multilingual text embedding model released by Jina AI on September 18, 2024, with 570 million parameters, support for 89 languages, an 8,192 token context window, and a stack of…

AI ModelsInformation Retrieval

LAMBADA

LAMBADA (LAnguage Modeling Broadened to Account for Discourse Aspects) is a benchmark dataset designed to evaluate the ability of computational language models to understand broad discourse context.

AI Benchmarks

Language Model

A language model is a model of patterns in language that assigns probabilities or comparable scores to linguistic sequences. Its units may be characters, words, subwords, bytes, or other tokens.

Deep LearningMachine Learning

LibriSpeech

LibriSpeech is a freely available corpus of approximately 1,000 hours of 16 kHz read English speech that serves as the standard benchmark for training and evaluating automatic speech recognition (ASR) systems.

AI BenchmarksSpeech & Audio AI

LiveBench

LiveBench is a contamination-limited benchmark for large language models (LLMs) that draws frequently updated questions from recent sources (math competitions, arXiv papers, news articles, and datasets) and…

AI BenchmarksMachine Learning

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

LlamaIndex

LlamaIndex is an open-source data framework for building large language model (LLM) applications, with a particular focus on retrieval-augmented generation (RAG) and document processing.

Developer ToolsInformation Retrieval

METEOR (metric)

METEOR (Metric for Evaluation of Translation with Explicit ORdering) is an automatic evaluation metric for machine translation and other text-generation tasks that scores a candidate sentence against one or…

Machine LearningModel Evaluation

MGSM (Multilingual Grade School Math)

MGSM (Multilingual Grade School Math) is a multilingual benchmark that measures the mathematical reasoning ability of large language models by taking 250 grade-school math word problems from GSM8K and…

AI Benchmarks

MMTEB

MMTEB (Massive Multilingual Text Embedding Benchmark) is a large, community-built suite for evaluating text embedding models across more than 500 quality-controlled tasks and over 250 languages

AI BenchmarksInformation Retrieval

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