Glossary

Dive into essential terms curated by AI quality, security & compliance experts. Gain clarity in the new language of AI.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Filter alphabetical
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Letter

Abductive Logic Programming

ALP uses abduction to hypothesize explanations for observations when knowledge is incomplete.
Learn more
A

Abstract Data Type

ADTs specify what operations a type supports, not how those operations are implemented.
Learn more
A

Accuracy Metric

Accuracy measures the proportion of correct predictions; use with care on imbalanced data.
Learn more
A

ACID Transactions

ACID properties ensure database transactions are reliable and consistent under concurrent load.
Learn more
A

Activation Functions

Activation functions decide whether neurons fire and enable nonlinear learning in neural nets.
Learn more
A

Active Learning in Machine Learning

Active learning selects which data to label next so models improve with fewer annotations.
Learn more
A

Adaptive Gradient Algorithm (AdaGrad)

AdaGrad adjusts learning rates per parameter based on accumulated gradient history.
Learn more
A

Adversarial Machine Learning

Adversarial machine learning covers attacks that fool models and defenses that improve robustness against evasion and poisoning.
Learn more
H

Agent2Agent Protocol

A2A is an open protocol for agents to discover peers, negotiate tasks, and exchange results securely.
Learn more
A

AgentBench Agent Benchmark

AgentBench measures how well language-model agents handle multi-step tasks across diverse environments.
Learn more
A

AgentHarm Safety Benchmark

AgentHarm tests AI agents on multi-step tasks that probe safety boundaries and harm prevention.
Learn more
A

Agentic Chunking

Agentic chunking lets a language model segment content by semantics for smarter retrieval.
Learn more
A

Agentic Orchestration

Agentic orchestration coordinates decisions and actions among humans, agents, and automation layers.
Learn more
A

Agentic RAG

Agentic RAG lets agents actively plan retrieval and tool use beyond a single static RAG pass.
Learn more
A

Agentic Workflow

Agentic workflows use autonomous agents that iterate through planning, tool use, and observation.
Learn more
A

Agent Observability

Agent observability systematically records runtime signals—prompts, plans, tools, and side effects—for reliable AI agents.
Learn more

AI Agent

AI agents autonomously perceive, decide, and act to achieve goals in an environment.
Learn more
A

AI Agent Evaluation

AI agent evaluation is the generate→score→compare→log→improve loop for trustworthy agent releases.
Learn more
A

AI Agent Observability

AI agent observability turns opaque agent decisions into measurable, auditable production signals.
Learn more
A

AI Center of Excellence (AI CoE)

An AI CoE centralizes expertise to guide AI development, governance, and rollout enterprise-wide.
Learn more
A

AI Content Moderation

AI content moderation automatically screens user-generated content for policy violations and safety risks.
Learn more
A

AI Copilots

AI copilots are virtual assistants that boost productivity by automating and guiding tasks in context.
Learn more
A

AI Data Labeling

Data labeling marks inputs and outputs so supervised ML models can learn from examples.
Learn more
A

AI Fairness

AI fairness seeks to prevent biased outcomes and promote equitable treatment in automated decisions.
Learn more
A

AI Model Validation

Model validation confirms an AI system is accurate, reliable, and secure enough for its intended use.
Learn more
A

AI Observability

AI observability provides ongoing visibility into model performance and behavior in production.
Learn more
A

AI Steerability

Steerability means fine-grained control over how AI models behave relative to policies and goals.
Learn more
A

Alignment Metric (NLI)

NLI-based alignment scores whether a text entails, contradicts, or is neutral to a reference.
Learn more

AlpacaEval

AlpacaEval automates evaluation of instruction-following LLMs with toolkits and public leaderboards.
Learn more
A

AlpacaEval Conversation Benchmark

AlpacaEval’s conversation benchmark tests instruction following and response appropriateness.
Learn more
A

ANFIS

ANFIS merges neural nets and fuzzy inference to model complex nonlinear relationships from data.
Learn more
A

Anomaly Detection

Anomaly detection identifies unusual patterns that may signal errors, fraud, or attacks.
Learn more
A

Answer Relevancy Metric

Answer Relevancy scores how well a generated answer addresses the input prompt.
Learn more

Answer Relevancy RAG Metric

In RAG systems, this metric scores how well answers align with the asked question.
Learn more

APPS Coding Benchmark

APPS evaluates how well LLMs solve programming problems with correct, efficient code.
Learn more
A

ARC Reasoning Benchmark

ARC tests whether language models reason through grade-school science questions.
Learn more
A

Argument Correctness Metric

This metric scores logical validity and structure of arguments produced by AI agents.
Learn more

Artificial Neural Network

ANNs learn from data via interconnected units that approximate complex input–output relationships.
Learn more
A

ASCII Smuggling Injection Attack

ASCII smuggling injects hidden instructions via invisible characters that models still parse.
Learn more

Attention in Machine Learning

Attention lets models focus on the most relevant parts of an input when making predictions.
Learn more
A

Attribute

Attributes are the data fields or features that models use to learn patterns and make predictions.
Learn more
A

Auto-Encoders

Autoencoders learn compact representations by encoding data and decoding it back to the original.
Learn more
A

Automated Machine Learning

AutoML streamlines model development by automating search over pipelines and hyperparameters.
Learn more
A

AutoML

AutoML reduces manual ML work by automating model search, tuning, and basic evaluation.
Learn more
A

Autonomous Agents

Autonomous agents perceive context, set goals, and act with little ongoing human control.
Learn more
A

Autoregressive Model

Autoregressive models forecast future points from lagged past values in a sequence.
Learn more
A

Average Precision

Average Precision averages precision across recall levels, often at multiple IoU thresholds for detection.
Learn more
A

AWS Bedrock

AWS Bedrock provides API access to multiple foundation models with enterprise security features.
Learn more
A

AWS Sagemaker

SageMaker provides IDE, training, and deployment tools for cloud machine learning on AWS.
Learn more
A

Backpropagation

Backpropagation calculates gradients through a network so weights can be updated during learning.
Learn more
B

Backpropagation Algorithm

Backpropagation adjusts weights in reverse through the network to minimize prediction error.
Learn more
B

Bagging in Machine Learning

Bagging builds an ensemble from bootstrap samples to stabilize predictions and cut variance.
Learn more
B

Baseline Distribution

Baseline distributions provide the minimum performance bar for evaluating advanced models.
Learn more
B

Baseline Models

Baseline models are simple starting points used to judge whether complex models add real value.
Learn more
B

Batch Normalization

Batch normalization stabilizes training by normalizing interlayer activations within mini-batches.
Learn more
B

Batch Standardization

Batch standardization normalizes outputs between layers to mitigate internal covariate shift.
Learn more
B

Bayes' theorem

Bayes' theorem computes conditional probability from priors and likelihoods.
Learn more
B

Berkeley Function-Calling Leaderboard Domain-Specific Benchmark

Domain benchmark for multi-language LLM function calling, parallel calls, and relevance detection.
Learn more
B

BERT

Bidirectional transformer encoder for contextual NLP representations and fine-tuning.
Learn more
B

Best-of-N Prompt Injection Attack

Adversarial method that samples many prompt variants and keeps any that bypass injection defenses.
Learn more

Bias Metric

Metric for political, gender, and social bias in model outputs used in decisions.
Learn more

Bias Variance Tradeoff

ML tradeoff between underfitting bias and overfitting variance.
Learn more
B

BigBench Reasoning Benchmark

Collaborative benchmark covering logic, math, and language comprehension for LLMs.
Learn more
B

Binary Classification

Supervised task assigning each input to one of two classes.
Learn more
B

Binary Cross Entropy

Log-loss metric for binary probability predictions versus true labels.
Learn more
B

Binomial Distribution

Probability distribution of successes in n identical independent Bernoulli trials.
Learn more
B

Black Box Model

Models whose internal decision mechanics are opaque to users and auditors.
Learn more
B

BLEU

Automatic metric comparing generated text to references via n-gram precision.
Learn more
B

Blue Teaming Capabilities (OWASP Taxonomy)

Defense capabilities: guardrails, runtime firewalls, AI-SPM, and detection that blocks or catches attacks.
Learn more
B

Broken Function Level Authorization Excessive Agency Attack

Probe that tests whether agents execute functions beyond their authorized privilege level.
Learn more

Broken Object Level Authorization Excessive Agency Attack

Probe that checks whether agents fetch unauthorized objects via prompts or tool calls.
Learn more

Calibration Curve

Plot comparing predicted class probabilities to observed frequencies.
Learn more
C

Canonical Schema

Standardized data model enabling consistent exchange across multiple systems.
Learn more
C

Catastrophic Forgetting

Neural-net phenomenon where new learning overwrites previously acquired capabilities.
Learn more
C

Catboost

Gradient boosting toolkit specializing in categorical feature handling.
Learn more
C

Categorical Variables

Features that take values from a finite set of named categories.
Learn more
C

Causal Language Modeling (CLM)

Autoregressive training that predicts the next token from left context only.
Learn more
C

CBRN Harmful Content Attack

Adversarial probes seeking CBRN weapons-related assistance from AI models.
Learn more

Chain-of-Thought

Intermediate step-by-step reasoning used by LLMs; also a security attack surface.
Learn more
C

Chain-of-Thought Evaluation Metric

Metric that scores model outputs using systematic step-by-step reasoning criteria.
Learn more

Chain-of-Thought Prompting

Prompting method that elicits intermediate reasoning steps for complex tasks.
Learn more
C

Chatbot Arena Conversation Benchmark

Human preference benchmark ranking chat models with pairwise votes and Elo scores.
Learn more
C

ChatGLM

Family of bilingual conversational LLMs focused on Chinese–English dialogue.
Learn more
C

CI CD for Machine Learning

Applying continuous integration and delivery to ML training and deployment.
Learn more
C

Citation Framing Injection Attack

Prompt injection that frames malicious asks as academic citations or scholarly references.
Learn more

Classification Threshold

Cutoff on predicted probability used to assign a hard class label.
Learn more
C

Class Imbalance

Training data where one class far outnumbers others, skewing naive metrics.
Learn more
C

Clustering Algorithms

Unsupervised methods that group data points by similarity without labels.
Learn more
C

CodeContests Coding Benchmark

Competitive-programming benchmark for assessing algorithmic code generation by LLMs.
Learn more
C

Code Execution Metric

Metric that evaluates generated code by executing it against tests or expected outputs.
Learn more

Code Interpreter

LLM tool that executes model-generated code, typically inside a sandbox.
Learn more
C

CodeXGLUE Coding Benchmark

Microsoft multi-task benchmark suite for code understanding and generation models.
Learn more
C

CommonsenseQA Reasoning Benchmark

Multiple-choice QA benchmark requiring everyday commonsense reasoning.
Learn more
C

Competitors Brand Damage Attack

Probe that checks if AI can be pushed to endorse competitors or damage brand reputation.
Learn more

Complex Event Processing

Real-time analysis of event streams to detect complex patterns and situations.
Learn more
C

Computer Vision

AI field for interpreting visual data such as images and video.
Learn more
C

Confusion Matrix in Machine Learning

Table summarizing classifier correct and incorrect predictions by class.
Learn more
C

Context Compliance Harmful Content Attack

Multi-turn probe using fabricated conversation history to elicit harmful content.
Learn more

Contextual Precision Metric

RAG metric for whether relevant context ranks above irrelevant chunks.
Learn more

Contextual Recall Metric

RAG metric for whether necessary supporting information was retrieved.
Learn more
No results
Get AI security insights in your inbox