ThinkLLM
ModelsCapabilitiesUse CasesBenchmarksPapersGlossary
ModelsCapabilitiesUse CasesBenchmarksPapersGlossary
AboutPrivacyTermsRSS

ThinkLLM

Spot an error in our data? Let us know.

Glossary

Technical terms explained for non-experts. These definitions appear throughout ThinkLLM to help you understand model profiles.

6157 terms

ABCDEFGHIJKLMNOPQRSTUVWXYZ

1

1-Bit Architecture

Architecture

A model design where weights are restricted to only three discrete values (-1, 0, or 1) instead of continuous floating-point numbers, drastically reducing model size and computation.

1-Bit Model

Architecture

A neural network where each weight is represented using only 1 bit of information (in this case, as one of three values: -1, 0, or 1).

1-Bit Precision

Architecture

An extreme form of quantization where each weight is represented by just a single bit (0 or 1), maximizing compression but reducing model expressiveness.

1-Bit Quantization

Deployment

An extreme form of compression that represents model weights using only 1 bit of information per value, drastically reducing memory use but with significant quality loss.

1-Bit Weights

Deployment

An extreme form of quantization where each weight in the model is represented by just a single bit (0 or 1), resulting in maximum compression but significant loss of numerical precision.

16-Bit Precision

Formats

A data format that represents model weights using 16 bits per number, balancing memory efficiency with numerical accuracy.

3

3D Gaussian Splatting

Techniques

A technique for representing and rendering 3D scenes using millions of small Gaussian blobs instead of traditional meshes.

3D Gaussians

Techniques

Mathematical shapes (Gaussian distributions) positioned in 3D space used to represent and render 3D scenes efficiently.

3d Layout Conditioning

Techniques

Guiding AI model outputs by conditioning on 3D spatial layout information.

3D Scene Reconstruction

Techniques

Building a complete 3D model of a physical environment from images or sensor data.

3D Scene Understanding

Techniques

Comprehending the three-dimensional structure, objects, and relationships within a physical environment.

3D-Aware Adapter

Techniques

A lightweight module that fuses multiple geometric representations with visual features to enhance model understanding.

4

4-Bit Integer Quantization

Techniques

A specific quantization method that represents model weights using only 4 bits per number instead of the standard 32 bits, dramatically reducing memory usage.

4-bit Precision

Performance

A quantization level where model weights are stored using only 4 bits per value, significantly reducing model size at the cost of some accuracy.

4-bit Quantization

Techniques

A specific type of quantization that represents model weights using only 4 bits instead of the original 32 bits, enabling very efficient inference on consumer hardware.

5

5-bit Quantization

Formats

A specific compression method that represents model weights using only 5 bits of data per value, enabling efficient local deployment on resource-constrained hardware.

6

6-bit Precision

Architecture

A quantization method that represents model weights using only 6 bits per value, significantly reducing memory requirements compared to standard 32-bit floating-point storage.

6-bit Quantization

Techniques

A specific quantization method that represents model weights using 6 bits instead of the standard 32 bits, significantly shrinking the model while maintaining reasonable accuracy.

8

8-bit Precision

Formats

A quantization method that represents model weights using 8 bits instead of the standard 32 bits, reducing memory usage by approximately 75% while maintaining reasonable performance.

8-bit Quantization

Formats

A specific quantization method that represents model weights using 8 bits instead of the standard 32 bits, significantly reducing memory requirements.

A

Ablation

Techniques

A testing technique that removes or disables components to measure their impact on system behavior.

Ablation Study

Techniques

An experiment that removes components from a system one at a time to measure how much each contributes to overall performance.

Abliterated

Behavior

A model variant where safety filters and refusal mechanisms have been removed, allowing it to respond to requests without built-in content restrictions.

Abliteration

Techniques

A technique that removes or disables a model's built-in safety refusal mechanisms, allowing it to respond to a wider range of requests.

Abnormality Localization

Techniques

Identifying and highlighting the specific regions in medical images where disease or abnormalities are present.

Abnormality Maps

Techniques

Visual maps showing which regions of a medical image are abnormal, derived from comparing to historical cases.

Absolute Query-Key Relevance

Techniques

A measure of relevance between a query and key that is independent of other keys, allowing explicit rejection of irrelevant keys.

Abstention

Techniques

When a system declines to make a prediction or recommendation instead of providing an answer.

Abstention Behavior

Techniques

When an AI model declines to answer a question rather than providing a response.

Abstract Syntax Tree (AST)

Techniques

A tree representation of code structure that shows how statements and expressions relate to each other.

Abstractive Summarization

Techniques

Generating a summary by creating new sentences that capture key information, rather than selecting existing text.

AC Power Flow

Techniques

Realistic power flow calculation that models both active and reactive power using alternating current physics.

Acceptance Length

Techniques

The average number of draft tokens verified and accepted per verification round in speculative decoding.

Acceptance Predicate

Techniques

A formal criterion that determines whether a generated design meets specified requirements.

Acceptance Rate

Techniques

The proportion of draft model's proposed tokens that the target model accepts as correct during speculative decoding.

Access Control

Techniques

Restrictions on what operations or resources a system or user is allowed to use.

Accessibility

Techniques

Designing technology so people with disabilities can use it effectively.

Accountability Attribution

Techniques

Determining which party in a system is responsible for harms or failures.

Accuracy-Effort Trade-off

Techniques

A measure of how well an agent performs relative to the computational cost or number of steps it takes.

Achievable Rate

Techniques

A communication rate that can be reliably achieved by some protocol, used to characterize channel capacity.

Acoustic Feature

Techniques

Measurable properties of sound like loudness, pitch, or spectral characteristics used to describe audio signals.

Acoustic Representation

Architecture

An internal mathematical encoding of sound properties that a model learns to recognize, such as frequency, pitch, and timbre characteristics.

Acquisition Function

Techniques

A rule that decides which point to evaluate next by balancing exploration of new areas with exploitation of promising regions.

Action Binding

Techniques

The problem of correctly associating a specific action command with the correct agent or subject in a scene.

Action Blindness

Techniques

A failure mode where agents make poor action choices that lead to uninformative observations, cascading into reasoning errors.

Action Chunk

Techniques

A short sequence of robot actions predicted together as a unit, executed in a receding-horizon fashion for closed-loop control.

Action Chunking

Techniques

Predicting multiple future robot actions at once instead of one action per step, reducing latency.

Action Interface

Techniques

The mechanism through which an agent specifies what operations to perform, such as code execution or structured tool calls.

Action Magnitude

Techniques

The numerical size of predicted robot movements, which directly correlates with execution speed and distance traveled.

Action Masking

Techniques

Preventing an RL agent from taking invalid actions by zeroing out their probabilities before selection.

Action Prior

Techniques

Learned knowledge about how actions and motion typically unfold over time, used to guide policy learning.

Action Ranking

Techniques

Scoring and ordering candidate actions to select the best one for the agent to take next.

Action Recognition

Techniques

The task of identifying and classifying specific actions or activities occurring in video frames.

Action Token Pretraining

Techniques

Pre-training a model to understand and predict action tokens before learning continuous control.

Action-conditioned generation

Techniques

Creating videos where specific physical actions (like forces or robot movements) control what happens in the scene.

Action-Conditioned Rollouts

Techniques

Simulating multiple future steps of an environment given a sequence of actions the agent might take.

Action-Distance Metric

Techniques

A continuous measure of how different two agents' behaviors are from each other.

Action-Level Supervision

Techniques

Providing training signals at individual action decisions rather than at the trajectory or task level.

Action-Relevant Perception

Techniques

Visual features that specifically encode aspects of a scene important for robot control and manipulation.

Action-Value Estimation

Techniques

Predicting the expected future reward from taking a specific action in a given state.

Action-Wrench Proposal

Techniques

A joint prediction of both the robot's movement and the expected forces (wrench) that movement will produce during contact.

Actionable Representation

Techniques

A learned encoding of an object that explicitly captures how it responds to and changes under different actions.

Activated Parameters

Architecture

The portion of a model's total parameters that are actually used to process a given input; in MoE models, this is typically much smaller than the total parameter count.

Activation Distribution

Techniques

The probability distribution of neuron outputs at each layer of a network.

Activation Manifold

Techniques

The geometric structure formed by a model's internal activations across different inputs, revealing patterns in how the model processes information.

Activation Noise

Techniques

Random variations added to a model's internal computations to test robustness.

Activation Patching

Techniques

A mechanistic interpretability technique that replaces activations during inference to identify which components cause specific behaviors.

Activation Pattern

Techniques

The specific configuration of which neurons are active across a network when processing a particular input or task.

Activation Precision

Architecture

The number of bits used to represent intermediate calculations during inference; keeping this higher (like 16-bit) helps preserve model quality when weights are heavily compressed.

Activation Probing

Techniques

Analyzing internal neural network activations to understand what a model has learned or decided at different points.

Activation Quantization

Techniques

The process of reducing the precision of intermediate values (activations) computed during model inference, separate from weight quantization.

Activation Space

Techniques

The space of internal neuron activations in a model, as opposed to parameter or gradient space.

Activation Steering

Techniques

Controlling model behavior by modifying internal activations during inference without changing model weights.

Activation-Based Analysis

Techniques

Examining the internal numerical outputs of neural network layers to understand or guide model behavior.

Activation-based Jailbreaking

Techniques

Bypassing AI safety features by manipulating the internal numerical patterns the model uses to process information.

Activation-Dark Regime

Techniques

A setting where representation similarity metrics are uninformative because models can share identical activations yet have different task-specific outputs.

Activation-Space Dynamics

Techniques

How hidden layer representations evolve during training in terms of magnitude and direction.

Active Inference

Techniques

A framework where agents minimize expected free energy by selecting actions and beliefs that reduce uncertainty about their environment.

Active Learning

Techniques

A training approach where the model chooses which new examples to learn from rather than using random data.

Active Parameter Count

Performance

The number of model parameters that are actually used during inference for a given input, as opposed to the total parameters available.

Active Parameter Design

Architecture

A model architecture where only a subset of parameters are used for each token, reducing computational cost while maintaining model capacity.

Active Parameters

Architecture

The subset of a model's total parameters that are actually used during inference for each input, as opposed to all parameters being used every time.

Active Perception

Techniques

An agent's ability to selectively choose what to observe or process based on task needs, rather than passively consuming all input.

Actor-Critic

Techniques

A reinforcement learning approach combining a policy-learning actor with a value-estimating critic for improved training stability.

Actual Causality

Techniques

A formal framework for determining whether a specific event caused another specific event by analyzing counterfactual scenarios.

Acyclicity Constraint

Techniques

A mathematical constraint ensuring a causal graph has no cycles, enforcing valid causal structures.

Ad-hoc Teamwork

Techniques

Enabling an agent to collaborate with novel partners without prior coordination or training on those specific partners.

AdamW

Techniques

A standard optimizer algorithm commonly used to train neural networks by adjusting weights based on gradients.

Adapter

Techniques

A small, specialized module added to a model that modifies its output for a specific task without changing the core model weights.

Adapter Code

Techniques

Custom code written to translate data between incompatible formats or interfaces.

Adapter-Based Architecture

Techniques

Adding lightweight modules to a pre-trained model to enable new capabilities without retraining the entire model.

Adaptive Aggregation

Techniques

A method that adjusts how client updates are combined on the server based on their quality or contribution, rather than using fixed weights.

Adaptive Attack

Techniques

An attack that adjusts its strategy based on feedback from the target system to improve its effectiveness.

Adaptive Computation

Techniques

Automatically adjusting the amount of computation (depth, steps) based on the difficulty of each input.

Adaptive Compute

Techniques

Dynamically adjusting the amount of computation (e.g., number of steps) based on problem difficulty.

Adaptive Curriculum

Techniques

Dynamically adjusting task difficulty during training based on the model's current performance level.

Adaptive Learning

Techniques

Educational systems that adjust content difficulty and pacing based on real-time analysis of learner performance and understanding.

Adaptive Opponents

Techniques

Players who adjust their strategies based on observing the history of play rather than using fixed predetermined strategies.

Adaptive Policy

Techniques

A system that dynamically adjusts parameters (like reward weights) based on the current task or input.

Adaptive Prompting

Techniques

Dynamically selecting or modifying prompts based on the specific input query to optimize model performance.

Adaptive Quantization

Techniques

A quantization approach that adjusts its representation strategy based on the distribution of input values.

Adaptive Reasoning

Techniques

Dynamically adjusting how much computational effort a model uses based on problem difficulty.

Adaptive Rounding

Techniques

Intelligently choosing how to round weights during quantization based on loss landscape information rather than simple truncation.

Adaptive Scheduling

Techniques

Adjusting computational effort or step sizes based on problem structure rather than using uniform fixed schedules.

Adaptive Stopping

Techniques

Dynamically deciding when to halt refinement based on learned signals rather than using a fixed number of steps.

Adaptive Testing

Techniques

Selecting test cases or queries based on results from previous tests, allowing dynamic adjustment of evaluation strategy.

Adaptive Validation Task Selection

Techniques

Dynamically choosing which test tasks to evaluate based on how informative they are for distinguishing between candidate solutions.

Adjoint Method

Techniques

A technique for computing gradients of a system's outputs with respect to inputs by backpropagating through the system dynamics.

Adjustment Set

Techniques

A set of variables that must be controlled for in analysis to isolate the true causal effect of a treatment.

Admission Policy

Techniques

A decision rule that determines whether to accept or reject incoming requests to a service based on current load and capacity.

Admm

Techniques

Optimization algorithm that splits problems into smaller parts solved alternately.

Adoption and Usage Data

Techniques

Real-world information about how and when workers actually use AI tools in practice.

Advantage Estimation

Techniques

Computing how much better an action is compared to the baseline, used to guide policy gradient updates.

Advantage Estimator

Techniques

A method for computing how much better an action is compared to the average, used to guide policy learning in reinforcement learning.

Advantage Function

Techniques

In RL, measures how much better an action is compared to the average action in a given state.

Advantage Gap

Techniques

The difference in expected returns between two policies, used to measure which policy is making better decisions in a given state.

Advantage Weighting

Techniques

Using estimated advantage values to weight training examples, emphasizing transitions that improve over baseline.

Advantage-Based Replay

Techniques

A technique that prioritizes reusing past training samples with high advantage estimates instead of always collecting new data.

Adversarial Attack

Techniques

Intentional manipulation of input data to trick an AI model into making wrong decisions.

Adversarial attacks

Techniques

Intentional modifications to input data designed to fool or degrade a model's performance.

Adversarial Auditing

Techniques

Systematically testing an agent's reasoning to find logical or evidential violations it may have missed.

Adversarial co-evolution

Techniques

A training loop where attack and defense agents compete and improve against each other iteratively.

Adversarial Evaluation

Techniques

Testing designed to find weaknesses and edge cases rather than help the system succeed.

Adversarial Examples

Techniques

Deliberately tricky test cases designed to fool AI models, like plausible wrong answers.

Adversarial Falsification

Techniques

Systematically searching for inputs where a model fails, used here to find materials where ML predictions diverge from ground truth.

Adversarial Generator-Discriminator Framework

Techniques

A training setup where a generator model creates outputs while a discriminator learns to distinguish them from human examples, providing implicit feedback.

Adversarial Learning

Techniques

Training where two networks compete—one generates behavior, the other judges if it matches the expert.

Adversarial loop

Techniques

A process where one agent intentionally creates challenging test cases to improve another agent's output.

Adversarial Motion Prior

Techniques

A learned regularizer that encourages realistic, evasive movements by opposing adversarial perturbations during training.

Adversarial Objectives

Techniques

Training approach where a generator and discriminator compete to improve output quality and realism.

Adversarial Perturbations

Techniques

Carefully crafted, often imperceptible changes added to images to fool AI models into producing incorrect outputs.

Adversarial Prefill Attack

Techniques

Manipulating a model's output by prepending adversarial text that constrains the model's response generation.

Adversarial Prompting

Techniques

Deliberately crafted inputs designed to trick an LLM into unsafe or unreliable outputs.

Adversarial Reweighting

Techniques

A training technique that reweights samples to penalize worst-case calibration errors, improving robustness under distribution shift.

Adversarial Robustness

Techniques

The ability of an AI system to maintain correct behavior even when facing intentionally crafted misleading inputs.

Adversarial Solver Calibration

Techniques

Revising tasks based on solver behavior to find the optimal difficulty zone where learning is most effective.

Adversarial Testing

Techniques

Deliberately attempting to break or mislead an AI model to identify vulnerabilities and failure modes.

Adversarial Texture

Techniques

A specially crafted surface pattern designed to fool computer vision systems into making incorrect predictions or decisions.

Adversarial Training

Techniques

A defense method that trains models on adversarial examples to improve robustness against attacks.

Adversarial Training-Free Defense

Techniques

A defense mechanism that protects models from attacks without requiring exposure to adversarial examples during training.

Aerodynamic Downwash

Techniques

The disrupted air flow created by a moving object that affects nearby objects, a physical interaction agents must learn to handle.

Aesthetic Assessment

Techniques

Evaluating the visual appeal and artistic qualities of images or scenes, such as composition and harmony.

Aesthetics-Guided Training

Techniques

Pre-training a model with automatic musicality labels before preference alignment to establish quality priors and reduce downstream optimization conflicts.

Affect Coupling

Techniques

Linking emotional or sentiment states between connected entities in a system.

Affective Polarity

Techniques

The emotional tone of text, measured as the degree of negativity, positivity, or neutrality in language.

Affective State

Techniques

A person's emotional state, typically measured by dimensions like valence (positive/negative) and arousal (calm/energized).

Affordance Prediction

Techniques

Predicting which areas or objects in a scene are suitable for a specific action or interaction.

Agency

Techniques

An AI system's ability to act autonomously toward goals in its environment.

Agency Transfer

Techniques

Gradually shifting decision-making control from one policy to another during training.

Agent Audit

Techniques

Systematic evaluation of an agent's behavior changes to detect shifts toward undesired traits or capabilities.

Agent autonomy

Techniques

The degree to which an agent retains independent decision-making capability without external manipulation.

Agent Harness

Techniques

The framework or system that orchestrates how an AI agent retrieves information, calls tools, and processes results.

Agent Orchestration

Techniques

Coordinating multiple AI agents to work together on complex tasks.

Agent power

Techniques

A measure of how much influence an individual agent has on collective outcomes and system behavior.

Agent Recommendation

Techniques

Automatically selecting the most suitable agent(s) for a task from available registries using matching and ranking techniques.

Agent Scaffold

Techniques

A multi-agent system where subagents work together to complete a task while hiding the overall objective.

Agent Skill

Techniques

A specific capability or tool that an AI agent can use to accomplish part of a larger task.

Agent specialization

Techniques

Assigning different agents to focus on specific types of tasks or domains where they perform best.

Agent Trajectory

Techniques

The sequence of actions and decisions an agent makes while working toward a goal.

Agent-Agnostic

Techniques

A system or interface designed to work with any type of agent without requiring agent-specific customization.

Agent-Based Model

Techniques

A simulation where independent agents follow simple rules and interact, creating emergent group behavior.

Agent-Facing Artifacts

Techniques

Documentation and files designed for or primarily used by AI agents, such as instruction files and working notes.

Agent-Tool Interface Grounding

Techniques

Teaching an AI agent how to interact with a specific tool by providing its input language, constraints, and validation rules.

Agential Cut

Techniques

The boundary between what a measurement instrument observes and what it ignores, which is shaped by the instrument's design choices.

Agentic

Behavior

A model designed to act autonomously by making decisions, selecting actions, and using tools to accomplish multi-step tasks.

Agentic AI

Techniques

An AI system that can autonomously plan and execute multi-step tasks, making decisions along the way.

Agentic Behavior

Behavior

The ability of a model to autonomously plan and execute sequences of actions or tool calls to accomplish a goal.

Agentic Coding

Behavior

An approach where an AI model autonomously plans and executes multi-step coding tasks, making decisions about which files to modify and how to structure solutions.

Agentic Data Retrieval

Techniques

The process of autonomous agents searching for and obtaining datasets needed to complete tasks.

Agentic Depth

Techniques

Sequential overhead from cascaded perception, reasoning, and tool-calling loops in agentic systems.

Agentic Engineering

Techniques

Designing and building systems where AI agents autonomously plan, decide, and act toward goals.

Agentic Evaluation

Techniques

Testing an AI system's ability to complete multi-step tasks that require planning, searching, and taking actions.

Agentic Framework

Techniques

A system where an AI model acts as an agent that can call tools repeatedly to solve problems step-by-step, rather than answering in a single pass.

Agentic Harness

Techniques

The system of tools, prompts, and interaction patterns that guide an AI agent's behavior on a task.

Agentic Language

Techniques

A structured language with explicit control constructs (IF, GOTO, FORALL) that agents use to execute plans deterministically.

Agentic Language Model

Techniques

An LLM system that can plan and execute multi-step tasks autonomously to achieve goals.

Agentic Learning

Techniques

Training approach where an AI agent learns by proposing and refining actions based on execution feedback over multiple iterations.

Agentic Microphysics

Techniques

The study of local interaction dynamics where one agent's output becomes another agent's input under specific protocol conditions.

Agentic Misalignment

Techniques

When an autonomous AI agent's actions diverge from intended operational objectives due to adversarial influence.

Agentic Multimodal Models

Techniques

AI systems that can process multiple types of input (text, images, etc.) and actively interact with external tools and environments.

Agentic Perception

Techniques

Vision systems that extract structured state information needed for an agent to make decisions, not just recognize objects.

Agentic Pipeline

Techniques

A sequence of automated steps where an AI agent selects tasks, generates solutions, and iteratively improves results.

Agentic Reasoning

Techniques

Reasoning through explicit tool calls or code execution that can be interpreted and debugged, but may incur latency from external execution.

Agentic Reflection

Techniques

An agent's ability to evaluate its own performance and autonomously improve its behavior across multiple attempts.

Agentic Reinforcement Learning

Training

A training approach where an AI model learns to make sequential decisions and take autonomous actions to complete multi-step tasks, rather than just responding to individual prompts.

Agentic Reinforcement Learning

Techniques

Training autonomous agents to make sequential decisions by learning from rewards and reusable experience.

Agentic Retrieval Mechanism

Techniques

A tool-augmented system where a reasoning model navigates and searches through structured memory using an Observation-Reason-Action loop.

Agentic Runtime

Techniques

A persistent execution environment that manages an AI agent's planning, execution, and self-correction across multiple steps toward long-horizon goals.

Agentic Search Systems

Techniques

AI systems that iteratively search and synthesize information to solve complex problems autonomously.

Agentic Self-Correction

Techniques

An AI agent's ability to detect and fix its own errors by using tools or feedback without human intervention.

Agentic Self-Evolution

Techniques

An agent's ability to autonomously improve its capabilities by creating and refining its own skills over time.

Agentic Settings

Techniques

Evaluation mode where models can iteratively refine outputs or use tools, rather than generating a single response.

Agentic Strategies

Techniques

Structured approaches where an AI system takes initiative to gather information systematically rather than passively responding to user input.

Agentic Systems

Techniques

AI systems that autonomously plan, act, and adapt based on feedback to accomplish multi-step goals in complex environments.

Agentic Task

Techniques

A structured problem where an agent dynamically selects actions and resources to achieve a goal.

Agentic Tasks

Behavior

Complex tasks where a model acts autonomously to break down goals into steps, use tools, and make decisions to reach an objective.

Agentic Visual Generation

Techniques

A visual generation system that autonomously decides when and how to use external tools or search to improve image generation quality.

Agentic Workflow

Techniques

A system where an AI agent autonomously performs tasks with explicit goals and structured decision-making.

Agentic Workflows

Behavior

Processes where a model autonomously plans and executes multiple steps or tool calls to accomplish a goal, rather than responding to a single prompt.

Aggregate Accuracy

Techniques

Overall performance metric that averages results across all test examples, potentially hiding individual failures.

Aggregation

Techniques

Combining multiple data points or model outputs into a single summary result.

AI Control

Techniques

The study of safely deploying capable but potentially untrusted AI systems through monitoring and oversight.

AI Detection

Techniques

Computational methods to identify whether text was generated by an AI system versus written by humans.

AI-Augmented Ecosystems

Techniques

Interconnected systems where multiple AI components interact through shared data and infrastructure.

AI-Text Detection

Techniques

Methods to identify whether text was written by an AI system or a human.

Aleatoric Uncertainty

Techniques

Randomness or noise inherent in data that cannot be reduced with more information.

Alert Fatigue

Techniques

A security operations problem where the volume of alerts exceeds human capacity to investigate them, leading to missed threats.

Algebraic Multigrid (AMG)

Techniques

A classical hierarchical method that solves linear systems by working on coarse and fine levels of approximation.

Algorithmic Bias

Techniques

Systematic errors in AI systems that unfairly disadvantage certain groups of people.

Algorithmic Design

Techniques

The process of creating or modifying algorithms to solve problems more effectively.

Algorithmic Fairness

Techniques

Ensuring AI systems treat different groups equitably without discrimination.

Algorithmic Monoculture

Techniques

Tendency of AI systems to produce similar outputs or behaviors, either naturally or in response to incentives.

Algorithmic Recourse

Techniques

Providing individuals with actionable recommendations to improve their predicted outcomes from a classifier.

Algorithmic Transparency

Techniques

The ability to reconstruct and understand the computational process by which a model arrives at its outputs using interpretable intermediate states.

ALiBi Positional Encoding

Architecture

A technique that helps the model understand the order and position of words in long sequences without needing to add extra position information to each word.

Aligned

Training

A model trained to behave safely and follow human values through techniques like safety filtering and refusal of harmful requests.

Alignment

Training

The process of training a model to behave safely and according to human values and preferences, which base models typically lack.

Alignment Auditing

Techniques

Systematic testing to verify that AI systems behave safely and according to intended values in realistic deployment scenarios.

Alignment Faking

Techniques

When an AI model appears aligned under monitoring but subverts its goals when unmonitored.

Alignment Fine-Tuning

Training

The process of adjusting a model's behavior to make it safer, more helpful, and better aligned with human values.

Alignment Guardrails

Training

Safety constraints built into a model during training to prevent it from generating harmful, biased, or inappropriate content.

Alignment Layer

Training

Additional training applied to a base model to make it behave safely and follow user intentions more reliably.

Alignment Tampering

Techniques

A vulnerability where a model exploits the alignment process by influencing its own training data to amplify misaligned behaviors.

Alignment Tax

Techniques

The degradation of a model's general capabilities that occurs when training it to align with human values.

All-in-One Image Restoration

Techniques

A unified framework that handles multiple types of image degradation (blur, noise, rain, etc.) with a single model.

Allocation Monotonicity

Techniques

A guarantee that higher bids weakly increase an item's chance of being recommended without requiring model retraining.

Allocative Efficiency

Techniques

How well resources (queries, compute) are distributed among available options to maximize overall value.

Alpha Release

Deployment

An early, experimental version of software that is still under development and may have bugs or incomplete features.

Always-On Personal Assistants

Techniques

AI agents continuously available to help users by understanding context across their entire digital world and proactively anticipating needs.

Ambiguity Bias

Techniques

Errors caused by confusion between similar or overlapping UI elements when determining which one to interact with.

Amino Acid Sequence

Behavior

The linear chain of amino acids that makes up a protein, which determines its structure and function.

Amino Acid Sequences

Formats

The linear arrangement of amino acids that make up a protein, written as a string of letters where each letter represents a different amino acid.

Amortization

Techniques

Spreading the cost of an expensive computation across multiple uses to reduce per-use cost.

Analog Prediction

Techniques

A prediction method that exploits continuous, non-linear relationships in data beyond what linear models capture.

Analytical Prior

Techniques

Using domain knowledge from mathematical equations to initialize or guide a machine learning model before training on data.

Anatomical Segmentation

Techniques

Automatically identifying and separating different body structures or organs in medical images.

Ancestor-Only Attention Mask

Techniques

An attention pattern that restricts a model to only attend to ancestor nodes in a tree structure, enabling efficient tree verification.

Anchor Selection

Techniques

Choosing a reference model to compare all other models against in pairwise evaluation tasks.

Anchor Tokens

Techniques

Sparse cross-modal units that connect language concepts to specific scales of 3D geometry, routing semantic information to the most relevant level of detail.

Anchor-Guided Ranking

Techniques

Using a fixed set of reference responses as anchors to rank new outputs and derive rewards efficiently.

Anchoring

Techniques

Bias where initial information disproportionately influences subsequent decisions.

Anchoring Effect

Techniques

A bias where an initial piece of information (anchor) disproportionately influences subsequent judgments.

Angular Resolution

Techniques

In quantization, the granularity of representable values in high-dimensional space; low resolution causes accuracy loss.

Angular Step Size

Techniques

The learning rate applied to the direction of weight updates, separate from the magnitude of weights.

Annotation Aggregation

Techniques

Methods for combining multiple human judgments into a single training signal for the model.

Annotation Budget

Techniques

The total amount of labeled data or human feedback available for training.

Annotation Framework

Techniques

A structured set of guidelines for labeling data with specific linguistic or semantic information.

Annotation Pipeline

Techniques

A systematic process for labeling data with human-verified information to create training datasets.

Annotation Reliability

Techniques

The degree to which an annotator (human or model) produces consistent judgments, typically measured by agreement metrics like F1 score.

Annotator Disagreement

Techniques

Variation in how different people label the same content, reflecting genuine differences in perspective rather than labeling error.

Anode Material

Techniques

The negative electrode in a battery where ions are stored during charging.

Anomaly Detection

Techniques

Identifying data points or objects that deviate significantly from normal patterns or training data.

Anomaly Segmentation

Techniques

Identifying and precisely locating defective or abnormal regions in images or 3D data at the pixel or voxel level.

Answer Set Programming

Techniques

A declarative programming paradigm for solving combinatorial problems using logical rules and constraints.

Antimicrobial Resistance (AMR)

Techniques

The ability of microorganisms to survive exposure to antimicrobial drugs, a major biosecurity and public health concern.

Anytime-Valid

Techniques

A statistical test that can be checked at any stopping time without inflating error rates.

Apache 2.0 License

Licensing

An open-source software license that allows free use, modification, and distribution of code with minimal restrictions.

Apache 2.0 License

Licensing

A permissive open-source license that allows free use, modification, and distribution of software with minimal restrictions.

Apache License

Licensing

A permissive open-source license that allows you to use, modify, and distribute software with minimal restrictions.

Apache Licensed

Licensing

A permissive open-source license that allows free use, modification, and distribution of software with minimal restrictions.

API

Deployment

An interface that allows developers to send requests to and receive responses from an AI model over the internet.

API Access

Deployment

A programmatic interface that allows developers to send requests to the model and receive responses without running it locally.

API Accessibility

Deployment

The ability to access and use a model programmatically through an application programming interface, allowing developers to integrate it into their applications.

API Accessible

Deployment

A model that can be used through an application programming interface, allowing developers to integrate it into their applications programmatically.

API Availability

Deployment

Access to a model through an application programming interface, allowing developers to integrate the model into their applications and services programmatically.

API Compatibility

Deployment

The ability of a service to work with the same code and commands as another service, making it easy to switch between them.

API Deployment

Deployment

A method of making an AI model available for use over the internet through standardized web requests, rather than running it locally.

API Inference

Deployment

Running a model through a web service interface where you send requests and receive predictions without needing to host the model yourself.

API Schema

Techniques

A specification describing how a backend service accepts requests and returns data.

API Token

Techniques

A credential that grants an application or automated agent permission to access services and data on behalf of a user or organization.

API-Based Deployment

Deployment

A model served through an application programming interface (API) rather than run locally, allowing users to send requests and receive responses over the network.

API-Only Access

Deployment

A model that can only be used through programmatic requests (code) rather than through a web interface or chat application.

API-Only Deployment

Deployment

A model that is only accessible through a remote service interface rather than being available for download and local installation.

Append Only Log

Techniques

Data structure that records events sequentially without allowing deletions.

Apple Silicon

Deployment

Apple's custom-designed processors (like M1, M2, M3) optimized for running machine learning models on Mac computers.

Apple Silicon Optimization

Deployment

Software tuning that allows a model to run efficiently on Apple's custom processors (like M1, M2, M3) found in Mac computers.

Approximation Ratio

Techniques

A measure of how close a solution is to the optimal solution, expressed as a ratio.

Approximation Theory

Techniques

Mathematical framework for understanding how well functions can represent complex phenomena.

Arbitration

Techniques

The process by which a model resolves conflicts between different input modalities (e.g., audio vs. text).

Architectural Constraint

Techniques

A structural limitation in code design that prevents correct solutions even when the agent optimizes parameters within it.

Architecture

Architecture

The underlying structural design of a neural network that defines how data flows through layers and components.

Argumentation Framework

Techniques

A formal system for evaluating arguments based on attack relationships between them, determining which arguments are acceptable.

Arithmetic Circuit

Techniques

A mathematical representation of a computation as a directed graph of arithmetic operations.

Arithmetic Reasoning

Evaluation

A model's ability to perform mathematical calculations and solve problems involving numbers and operations.

Arousal

Techniques

The intensity or activation level of an emotion, ranging from calm to excited.

Articulated Skeleton

Techniques

A hierarchical representation of connected joints and bones used to model character poses and movements.

Artifact

Techniques

A released model, dataset, or tool that is publicly documented and available.

Artifact Delivery

Techniques

The ability of an agent to produce and return tangible business outputs (documents, code, reports) that meet quality standards.

Artifact Management

Techniques

Organizing and tracking the outputs and intermediate results an agent creates during problem-solving.

Artifact Suppression

Techniques

Removing spurious patterns (like templates or formatting) that models exploit but don't reflect true underlying phenomena.

Artifact Workspace

Techniques

A shared space where intermediate results and structured outputs from reasoning steps are stored and accessed by subsequent steps.

Artificial Neural Network (ANN)

Techniques

A machine learning model inspired by biological neurons that learns patterns from data to make predictions or classifications.

Artistic Style Prediction

Techniques

The task of identifying or classifying the artistic style of a work (e.g., Renaissance, Impressionism) using AI.

Aspect-Decomposed Synthetic Corpus

Techniques

Training data generated by breaking down queries into multiple aspects and creating complementary evidence examples.

Associative Memory

Techniques

A system that retrieves stored patterns by establishing stable attractors around them, like Hopfield networks.

Associative Reasoning

Techniques

The ability to find meaningful connections and relationships between different concepts or ideas.

AST parser

Techniques

A tool that parses source code into an Abstract Syntax Tree, representing the code's structure as a tree of nodes.

Asymmetric Encoding

Techniques

A technique where queries and documents are encoded differently to optimize retrieval performance, rather than treating them identically.

Asymmetric Reinforcement Learning

Techniques

A training approach where the agent has access to additional information or supervision during learning that won't be available when deployed.

Asymmetric Search

Techniques

A retrieval approach where the query and the documents being searched have different lengths or structures, like matching a short question to long passages.

Asymptotic Linearity

Techniques

A statistical property where an estimator's distribution approaches a normal distribution centered at the true parameter as sample size grows.

Asymptotic-Preserving

Techniques

A neural network approach that correctly captures physics behavior across different scales and parameter regimes.

Atmospheric Circulation

Techniques

Large-scale wind and pressure patterns in the atmosphere that drive weather and climate systems.

Atom Support

Techniques

The set of dictionary atoms (basis vectors) selected to represent a particular signal.

Attack Surface

Techniques

The set of all possible entry points or vulnerabilities in a system that an attacker could exploit.

Attainable Utility Preservation

Techniques

A safety approach that penalizes actions that significantly reduce the agent's ability to achieve future goals.

Attention

Architecture

A mechanism that lets the model focus on relevant parts of the input when generating each output token.

Attention Attribution

Techniques

A method to identify which input tokens most influence specific outputs by analyzing attention weights across network layers.

Attention Entropy

Techniques

A measure of how concentrated or distributed attention weights are; lower entropy means the model focuses on fewer tokens.

Attention Head

Techniques

A parallel attention mechanism within a transformer layer that learns different aspects of input relationships.

Attention Head Knockout

Techniques

Disabling individual attention heads to measure their contribution to a model's output or behavior.

Attention Intervention

Techniques

Modifying attention weights in transformer models to change which parts of input the model focuses on.

Attention Maps

Techniques

Visual representations showing which parts of an input a model focuses on when generating each output.

Attention Mask Intervention

Techniques

Redirecting where a model's attention focuses by modifying which positions it can attend to during processing.

Attention Mechanism

Architecture

A technique that allows a model to focus on the most relevant parts of the input when generating each output token.

Attention Partition

Techniques

How a model's attention mechanism divides its focus between different input elements like image and text tokens.

Attention Pass

Techniques

A single forward computation through an attention mechanism that produces weighted outputs from input queries and values.

Attention Pooling

Techniques

Aggregating embeddings by learning weighted combinations that emphasize the most relevant slices or features.

Attention Sink

Techniques

A token that attracts excessive attention from the model regardless of its semantic importance.

Attention Sinks

Techniques

Tokens that attract disproportionate attention from the model regardless of their semantic relevance to the task.

Attention Underflow

Techniques

When floating-point precision limits cause attention weights to become zero, preventing information flow.

Attention Visualization

Techniques

Techniques that show which parts of input data a model focuses on during processing.

Attention Weights

Techniques

Numerical values that determine how much a model focuses on different parts of the input when processing information.

Attention-Based Grounding Score

Techniques

A signal measuring how well a reasoning step is supported by the input and previously accepted steps.

Attractor Computation

Techniques

An algorithm that identifies sets of states a system will inevitably reach, used in game-theoretic analysis.

Attractor Module

Techniques

A component that refines embeddings by solving for fixed points using implicit differentiation during training.

Attribute Inference

Techniques

Deducing personal characteristics like gender, age, or ethnicity from user data without explicit disclosure.

Attribute-Level Bias

Techniques

Bias caused by specific visual features (like clothing or age appearance) rather than overall identity differences.

Attribution

Techniques

Identifying which input features or model components are responsible for a specific prediction or behavior.

Attribution Mechanism

Techniques

The method used to determine which parts of an input contribute most to a model's prediction.

Attribution Method

Techniques

A technique that identifies which parts of an input (like image regions) are most responsible for a model's predictions or errors.

Attribution-Based Neuron Mining

Techniques

A technique to identify which neurons are responsible for processing specific types of input by analyzing their contribution to outputs.

Attribution-guided Evolution

Techniques

A process that diagnoses why an agent failed and updates specific harness components responsible for that failure.

AUARC

Techniques

Area Under the Accuracy-Rejection Curve; a metric measuring how well confidence scores distinguish correct from incorrect predictions.

AUC (Area Under the Curve)

Techniques

A metric measuring how well a model ranks positive cases higher than negative cases, ranging from 0.5 (random) to 1.0 (perfect).

AUC-Consistency Dissociation

Techniques

When a model maintains high classification accuracy (AUC) while its explanations become inconsistent across similar cases.

Auction Mechanism

Techniques

A system where multiple parties bid to win the right to influence an outcome, with rules ensuring truthful bidding.

Audio Captioner

Techniques

A system that generates text descriptions of audio content, allowing LLMs to reason about sound indirectly.

Audio Classification

Behavior

The task of automatically assigning audio clips to predefined categories, such as identifying whether a sound is music, speech, or environmental noise.

Audio Codec

Formats

A tool that compresses and decompresses audio data to reduce file size while preserving sound quality.

Audio Conditioning

Techniques

Using an audio sample to guide or control what a generative model produces, rather than using text or other inputs.

Audio Embedding

Architecture

A numerical representation (vector) that captures the essential features and meaning of audio data in a compact form that machine learning models can process.

Audio Embeddings

Architecture

Numerical representations of audio that capture its meaning and characteristics in a form that machine learning models can process.

Audio Encoder

Techniques

A neural network component that converts raw audio signals into numerical representations the model can process.

Audio Fidelity

Performance

The quality and accuracy of synthesized audio in reproducing natural-sounding speech.

Audio Reconstruction

Techniques

The process of converting compressed audio tokens back into playable audio that closely matches the original sound.

Audio Transcription

Techniques

Converting spoken audio content into written text for analysis.

Audio-Language Model

Techniques

A neural network that processes both audio and text to understand and generate responses about audio content.

Audio-Language Pretraining

Training

A training approach that teaches a model to understand connections between audio sounds and text descriptions by learning from large unlabeled datasets.

Audio-Visual Learning

Architecture

A machine learning approach that processes both audio and visual information together to better understand speech and communication.

Audio-Visual Processing

Architecture

The ability to simultaneously analyze sound and video streams to understand content where both sight and sound are important.

Audio-Visual Understanding

Behavior

The ability to jointly process and reason about both sound and video content to understand events, speech, and context more completely than analyzing either alone.

Audit Trail

Techniques

A detailed record of all actions taken by a system, including what was proposed, what was changed, and why—enabling transparency and accountability.

Auditing

Techniques

The process of systematically reviewing code or systems to detect errors, vulnerabilities, or malicious modifications.

Auditory Knowledge

Techniques

An LLM's understanding of sound, audio concepts, and acoustic phenomena learned from text-only pre-training.

Augmentation

Techniques

Using AI to enhance human capabilities and productivity rather than replacing human workers entirely.

Augmentative and Alternative Communication (AAC)

Techniques

Technology and methods that help people with speech disabilities communicate, from word prediction to text-to-speech systems.

Augmented Lagrangian Method

Techniques

An optimization algorithm that solves constrained problems by iteratively updating variables and penalty parameters.

AUPRC

Techniques

Area Under the Precision-Recall Curve; a metric measuring classifier performance on imbalanced datasets.

AUROC

Techniques

Area Under the Receiver Operating Characteristic curve, a metric measuring how well a model ranks correct answers above incorrect ones.

Authorial Intent

Techniques

The underlying purpose or goal behind a creator's choices, whether to inform accurately or mislead deliberately.

Authority Model

Techniques

A method to estimate how credible or expert a source is on a given topic, based on factors like profession and prior contributions.

Authorship Attribution

Techniques

Determining who wrote a piece of text, including distinguishing human from AI authorship.

Auto-tuning

Techniques

Automatically selecting optimal parameter values for a program by testing different configurations.

Autocomplete

Behavior

A feature that predicts and suggests the next tokens or code snippets as a user types, completing partial inputs.

Autoencoder

Techniques

A neural network that compresses data into a smaller representation (encoder) and reconstructs it (decoder).

Autoformalization

Techniques

Automatically translating natural-language mathematical claims into formal theorem statements in proof assistants.

Automated Attack

Techniques

An attack that uses AI models or algorithms to automatically generate, refine, and evaluate malicious prompts at scale.

Automated Evaluation

Techniques

Using algorithms to automatically measure AI model performance on tasks.

Automated Harness Optimization

Techniques

Using an LLM to iteratively improve an agent's harness components based on evaluation feedback within a fixed computational budget.

Automated Program Repair

Techniques

Techniques that automatically generate patches to fix bugs or vulnerabilities in source code.

Automated Programming Assessment

Techniques

Systems that automatically evaluate student code submissions for correctness and understanding.

Automated Segmentation

Techniques

Automatically identifying and outlining specific regions or structures in an image without manual labeling.

Automated Verification

Techniques

Using computational methods to automatically check whether a proposed solution is correct without human review.

Automatic Differentiation

Techniques

Computing gradients of functions by decomposing them into elementary operations and applying the chain rule.

Automatic relabeling

Techniques

Automatically reassigning labels or categories to training data to improve model learning.

Automatic Speech Recognition (ASR)

Techniques

Technology that converts spoken audio into written text automatically.

Automation Bias

Techniques

The tendency for humans to over-rely on or trust automated systems, even when they make mistakes.

Automation Limits

Techniques

Conceptual boundaries beyond which replacing humans with algorithms is neither possible nor desirable.

AutoML (Automated Machine Learning)

Techniques

Automated tools that search over multiple model architectures and hyperparameters to find the best classifier without manual tuning.

Autonomous Agent

Behavior

An AI system that can independently perceive its environment, make decisions, and take actions to accomplish goals without constant human direction.

Autonomous Agents

Behavior

AI systems that can independently plan and execute multi-step tasks without human intervention at each step.

Autonomous Coding Agents

Techniques

AI agents that generate, execute, validate, and repair code artifacts without human intervention in the loop.

Autonomous Feedback Loop

Techniques

A system where AI automatically evaluates and improves itself without human intervention in the loop.

Autonomous Play

Techniques

A robot independently practicing tasks and generating training data without human guidance or intervention.

Autonomous Skill Acquisition

Techniques

A robot's ability to learn new manipulation skills through self-directed practice without human demonstrations.

Autonomy Framework

Techniques

A structured model defining levels of system independence, from human-controlled to fully autonomous decision-making.

Autonomy Spectrum

Techniques

A range of control levels from fully human-controlled to fully autonomous AI, with hybrid modes in between.

Autoregressive

Architecture

A model that generates text one token at a time by predicting the next word based on all previous words in the sequence.

Autoregressive Collapse

Techniques

Decoding instability where sequential token generation fails due to high token fertility and error accumulation.

Autoregressive Correction Head

Techniques

A neural network component that scores candidate tokens by considering previously selected tokens in sequence.

Autoregressive Decoding

Techniques

The standard method most language models use to generate text by predicting one token (word piece) at a time, left to right, where each prediction depends on all previous tokens.

Autoregressive Expansion

Techniques

Generating sequences one token at a time, where each new token depends only on previous tokens.

Autoregressive Generation

Behavior

A text generation approach where the model predicts one word at a time, using all previously generated words to inform the next prediction.

Autoregressive Graph Generation

Techniques

Generating graph structures one node/edge at a time, where each step depends on previous decisions.

Autoregressive Image Generation

Techniques

Generating images sequentially, one token or element at a time, where each prediction depends on previous outputs.

Autoregressive Language Model

Architecture

A model that generates text by predicting one word or token at a time, using only the words that came before it.

Autoregressive Model

Techniques

A model that predicts the next item in a sequence based on all previous items, one step at a time.

Autoregressive Models

Architecture

Language models that generate text one token (word piece) at a time, where each new token depends on all previously generated tokens.

Autoregressive Rollout

Techniques

Generating predictions sequentially where each prediction depends on previous predictions, causing errors to compound over time.

Autoregressive Unified Multimodal Model

Techniques

A single neural network that generates outputs one token at a time across all modalities using the same architecture.

Autoregressive Video Diffusion

Techniques

A generative model that creates videos frame-by-frame sequentially, where each new frame depends on previously generated frames.

Autoregressive zooming

Techniques

Generating a sequence of zoom-level decisions one at a time, where each decision depends on previous ones, to progressively narrow down a location.

AutoRound

Training

An advanced quantization method that automatically optimizes how model weights are rounded to lower precision, preserving accuracy better than simpler quantization approaches.

AutoRound

Training

An automated quantization method that intelligently rounds weights to lower precision while minimizing the loss in model performance.

AutoRound Quantization

Deployment

Intel's automated quantization method that intelligently rounds model weights to lower precision while minimizing accuracy loss.

Auxiliary Supervision

Techniques

Additional training signals beyond the primary task that help models learn richer representations.

B

Back-Office Operations

Techniques

Internal business functions like finance, HR, and administration that support core business activities.

Backbone

Architecture

The core language model architecture that forms the foundation of a larger system, in this case Llama 3.

Backbone Architecture

Architecture

The core neural network structure that a model is built upon, which in this case is Llama 3.

Backbone Model

Architecture

A core neural network component that extracts features from input data, typically used as a foundation for larger systems rather than standalone.

Backchanneling

Techniques

Brief verbal responses like 'mm-hmm' or 'yeah' that show engagement without taking a full conversational turn.

Backdoor Attack

Techniques

A security attack where hidden malicious behavior is embedded in a model to trigger on specific inputs.

Backpropagation Through Time

Techniques

A training method for recurrent networks that computes gradients by unrolling the network across time steps.

Backtesting

Techniques

Testing a model on historical data to evaluate how it would have performed.

Backtracking

Techniques

Reverting to an earlier decision point when an approach fails, rather than trying to fix errors at the current level.

Backtracking Markov Chain

Techniques

A sampling strategy that allows reversing previous decisions (remasking tokens) to escape low-reward regions and find better solutions.

Backward Transfer

Techniques

How learning new tasks affects performance on previously learned tasks.

Bag-of-Features Semantics

Techniques

The assumption that meaning emerges from simple addition of individual feature meanings without interaction.

Bag-of-waves

Techniques

An interpretable EEG analysis method that learns a dictionary of recurring waveform patterns and represents signals as sequences of these learned patterns.

Balanced Accuracy

Techniques

A fairness metric that averages accuracy across classes, preventing high scores when one class dominates predictions.

Bandit Feedback

Techniques

Learning setting where you only observe the outcome of your chosen action, not all alternatives.

Bang-Bang Control

Techniques

A control strategy that switches between extreme values (on/off) rather than using continuous intermediate values.

BART

Architecture

A neural network architecture that combines an encoder (which reads text) and a decoder (which generates text), commonly used for tasks like summarization and text generation.

BART Architecture

Architecture

A neural network design that combines an encoder (for understanding text) and decoder (for generating text) to learn meaningful representations.

Base Architecture

Architecture

The foundational neural network design that a model is built upon; inheriting from a base architecture means the model follows the same core structure and design principles.

Base Language Model

Training

A foundational AI model trained on raw text data without additional fine-tuning for specific tasks or instructions.

Base Learners

Techniques

The individual weak models (like decision trees or neural networks) that are combined in an ensemble method.

Base Model

Training

A pretrained model that completes text patterns but hasn't been trained to follow instructions, serving as a starting point for customization through fine-tuning.

Base Model Size

Architecture

A smaller version of a model architecture that prioritizes speed and lower memory usage over maximum performance, making it suitable for resource-constrained environments.

Base Pretrained

Training

A model trained only on raw text prediction without additional instruction-following training, so it completes text continuations rather than answering questions or following commands.

Base Pretrained Model

Training

A language model trained on raw text data without additional instruction tuning, so it completes text patterns rather than following specific user instructions.

Baseline Model

Evaluation

A simple reference model used to compare performance against more complex models or to establish a minimum expected behavior.

Baseline Policy

Techniques

An existing, functional control policy used as a starting point or reference for training improvements.

Basin of Attraction

Techniques

A region in a model's state space where inputs converge to the same output or memory.

Basis Functions

Techniques

Simple mathematical shapes (like sine waves or Gaussians) combined to represent complex signals.

Batch Distillation

Techniques

Learning from multiple independent training batches rather than continuously updating from a live environment.

Batch Effects

Techniques

Systematic differences in data caused by processing samples in separate groups.

Bayes-Nash Equilibrium

Techniques

A stable outcome where each agent's strategy is optimal given their private information and beliefs about others' strategies.

Bayesian Bootstrap

Techniques

A resampling method that estimates uncertainty by repeatedly reweighting data and refitting models.

Bayesian Decision Theory

Techniques

Framework for making optimal decisions by combining probability distributions with utility functions.

Bayesian Filters

Techniques

Probabilistic methods that estimate hidden states by recursively updating beliefs based on observations and a system model.

Bayesian Fusion

Techniques

A probability combination method that merges confidence signals using Bayesian principles to create a single aggregated score.

Bayesian Incentive Compatible (BIC)

Techniques

A mechanism where participants are motivated to tell the truth about their preferences, given what they know.

Bayesian Inference

Techniques

A statistical method that updates beliefs about unknown values using observed data and prior knowledge.

Bayesian Linguistic Belief State

Techniques

A semi-structured representation combining numerical probabilities with natural-language evidence summaries, updated iteratively by an LLM.

Bayesian Neural Networks

Techniques

Neural networks that model uncertainty by treating weights as probability distributions rather than fixed values.

Bayesian optimization

Techniques

A method that uses probability to intelligently update and improve a system based on past results.

Bayesian Persuasion

Techniques

A framework for analyzing how information disclosure strategically influences decision-makers' choices.

Bayesian Posterior

Techniques

The probability distribution of unknowns after incorporating observed data using Bayes' rule.

BCE Loss

Training

Binary Cross-Entropy loss, a training objective commonly used for relevance scoring tasks where the model learns to predict whether a query-document pair is relevant or not.

Beam Search

Techniques

A decoding algorithm that keeps the top-k most likely candidate sequences at each step, balancing quality and computational cost.

Beam summing

Techniques

An algorithm that approximates a sum over exponentially many terms by keeping only the highest-probability terms.

Beat Tracking

Techniques

Automatically detecting the regular pulse or rhythm in music to align timing across different representations.

Bee Equation

Techniques

A mathematical model describing how honeybee swarms reach consensus on nest sites through recruitment and inhibition.

Behavior Cloning

Techniques

Training a policy to imitate expert demonstrations by supervised learning on state-action pairs.

Behavior Elicitation

Techniques

Techniques designed to trigger specific model behaviors, especially rare or problematic ones, for testing purposes.

Behavior Foundation Model

Techniques

A large-scale model trained on diverse behavioral data to learn generalizable control policies for embodied agents.

Behavior Latents

Techniques

Learned vector representations that capture and control an agent's behavioral characteristics like driving style.

Behavior Trees

Techniques

A hierarchical decision-making structure that combines simple rules and conditions to control complex agent behavior.

Behavior-Prior Constraint

Techniques

A regularization technique that keeps a fine-tuned policy close to its original pretrained distribution.

Behavioral Audit

Techniques

A systematic evaluation of a model's outputs and preferences across different contexts and framings to detect biases.

Behavioral Collapse

Techniques

The sudden drop in a model's ability to apply a learned rule, despite that rule remaining present in training data.

Behavioral Diversity

Techniques

An RL agent's ability to produce multiple different strategies or outputs rather than converging to a single deterministic policy.

Behavioral Feedback

Techniques

How human responses to interventions create secondary effects that influence system outcomes.

Behavioral Fidelity

Techniques

A metric measuring how accurately a simulator reproduces a student's actual responses and learning behavior.

Behavioral Grounding

Techniques

Analyzing actual observed behavior patterns rather than theoretical assumptions about how systems should work.

Behavioral Inference

Techniques

Drawing conclusions about social or psychological states from observable actions and interactions.

Behavioral Objective Violation

Techniques

When an AI system's behavior deviates from its intended operational goals due to adversarial manipulation.

Behavioral Probe

Techniques

A controlled experiment or stimulus designed to elicit informative behavior from an agent.

Behavioral Simulation

Techniques

Using models to predict how people will act in specific situations or respond to choices.

Behavioral Specification

Techniques

A structured description of what a program should do, derived from documentation and testing.

Behavioral State Decay

Techniques

Failure mode where task-relevant information gets buried in context or pushed beyond the context window, preventing it from influencing agent decisions.

Behaviour Cloning

Techniques

Initializing a policy by learning to imitate past user actions from historical data.

Belief Change

Techniques

The magnitude of shift in a user's conviction about information after receiving a correction.

Belief Distortion

Techniques

A cognitive trap where retrieved memories cause an LLM to adopt incorrect beliefs or assumptions that contradict current task context.

Belief Space

Techniques

The space of probability distributions representing a robot's uncertainty about unobservable factors like human preferences or goals.

Belief State

Techniques

A representation of what an AI system or person currently believes to be true about a situation.

Belief Synchronization

Techniques

Aligning the internal knowledge representations and understanding between multiple agents so they interpret messages correctly.

Belief Update

Techniques

The process of revising an agent's beliefs when new information about the world becomes available.

Belief-Desire-Intention (BDI) Model

Techniques

A framework modeling agent behavior through beliefs (what they know), desires (what they want), and intentions (what they commit to do).

Bellman Equation

Techniques

A recursive equation that relates the value of a state to the values of successor states in dynamic programming.

Bellman Operator

Techniques

A mathematical operator that updates value estimates based on immediate rewards and future value predictions.

Benchmark

Evaluation

A standardized test suite used to measure and compare model performance on specific tasks.

Benchmark Dataset

Techniques

A standardized set of test problems used to measure and compare the performance of different algorithms or models.

Benchmark Harness

Techniques

The infrastructure that runs evaluation tests and measures agent performance against predefined tasks.

Benchmark Realism

Techniques

The degree to which a synthetic benchmark's structural properties match real-world data distributions.

Benchmark Reduction

Techniques

Using a smaller subset of test cases instead of the full benchmark to speed up evaluation.

Benchmarkless Comparative Safety Scoring

Techniques

Comparing model safety when no labeled benchmark exists for the specific language, domain, or regulatory context.

Benign Overfitting

Techniques

A phenomenon where a model fits training data perfectly but still generalizes well to unseen data.

Bernoulli Prediction Head

Techniques

A neural network output that predicts binary (0/1) values independently for each bit in an image code.

BERT

Architecture

A foundational neural network architecture designed to understand the meaning of words in context by learning from large amounts of text.

BERT Architecture

Architecture

A transformer-based model design that reads text in both directions simultaneously to understand context, widely used as a foundation for language understanding tasks.

BERT Encoder

Architecture

A neural network model that reads text and converts it into numerical vector representations that capture the meaning of words and sentences.

BERT Model

Architecture

A transformer-based neural network architecture designed to understand text by learning bidirectional context, commonly used as a foundation for natural language understanding tasks.

BERT-Based

Architecture

A model architecture that uses the same foundational design as BERT, which learns bidirectional context by reading text in both directions simultaneously.

BERT-Based Model

Architecture

A model built on BERT, a foundational architecture that learns bidirectional text representations and is commonly adapted for specific tasks like spell-checking.

BERT-Style Architecture

Architecture

A neural network design based on the BERT model that uses transformer layers to understand relationships between words in text by looking at context from all directions.

BERT-Style Encoder

Architecture

A transformer-based model architecture that reads text bidirectionally to understand context and produce meaningful representations of words and sentences.

BERT-Tiny

Architecture

A heavily compressed version of the BERT language model with far fewer parameters, designed for fast inference on resource-constrained devices.

BERTopic

Techniques

Topic modeling method that uses transformer embeddings to identify and label topics in text data.

Best Response

Techniques

The optimal strategy against a known or estimated opponent strategy that maximizes expected payoff.

Best-of-K sampling

Techniques

Generating K samples from a model and selecting the best one according to some criterion.

Best-of-N Sampling

Techniques

A decoding strategy that generates N candidate responses and selects the one ranked highest by a reward model.

Beta Release

Deployment

An early version of software that is still being tested and refined, meaning it may have bugs or incomplete features but is available for broader evaluation.

Betti Number

Techniques

A topological property that counts connected components and holes in a structure, used here to enforce vessel connectivity.

BF16

Formats

A 16-bit floating-point format that balances precision and memory efficiency, commonly used for training and deploying large language models.

BF16 Format

Formats

A 16-bit floating-point format (Brain Float 16) that balances precision and memory efficiency, commonly used for storing and running large language models.

BF16 Precision

Formats

A 16-bit numerical format that balances memory efficiency with numerical stability, using fewer bits than standard 32-bit floats while maintaining training and inference quality.

BFloat16 (BF16)

Formats

A 16-bit floating-point format that preserves numerical precision similar to full 32-bit precision while using half the memory, making large models faster and cheaper to run.

BFloat16 Precision

Formats

A compressed number format that uses fewer bits to represent weights, reducing memory usage and speeding up computation while maintaining reasonable accuracy for most tasks.

BGE Family

Architecture

A family of embedding and ranking models designed for dense retrieval tasks, optimized for finding and scoring document relevance.

Bi-Encoder

Architecture

A model architecture that encodes two pieces of text separately into comparable vector representations, allowing efficient comparison of their semantic similarity.

Bi-level Optimization

Techniques

An optimization approach with two nested loops: an inner loop optimizing fast weights and an outer loop optimizing the main model parameters.

Bias Detection

Techniques

Identifying systematic errors or unfair patterns in AI model predictions across different groups or categories.

Bias Evaluation

Techniques

Systematic testing of AI models to identify and measure discriminatory patterns against specific groups.

Bias Mitigation

Techniques

Techniques to reduce discriminatory outcomes in machine learning models through data or algorithm modifications.

Bias Propagation

Techniques

The spread of systematic evaluation errors from one agent to others through their interactions.

Bias-Boundedness

Techniques

A mathematical guarantee that limits how much bias can affect a model's decisions, even if the bias source is unknown.

Bias-Sensitive Regions

Techniques

Parts of a model where social biases are most likely to emerge or be encoded in the computations.

Bias-Variance Decomposition

Techniques

Breaking down prediction error into bias (systematic error) and variance (sensitivity to training data).

Bias-Variance Tradeoff

Techniques

The fundamental tension between model simplicity (high bias, low variance) and complexity (low bias, high variance).

BIBO Stability

Techniques

Bounded-Input Bounded-Output stability ensures that finite inputs produce finite outputs in a control system.

Bid-Aware Decoding

Techniques

An inference technique that adjusts which items are generated based on real-time bid values, steering recommendations toward higher-value items.

Bidirectional Attention

Architecture

A mechanism that allows the model to look at context both before and after each word when understanding text, rather than just looking forward.

Bidirectional Context

Architecture

The ability to understand relationships between words by looking at both the words that come before and after a given word.

Bidirectional Generation

Architecture

The ability to generate text or code by considering context from both directions (before and after a gap), rather than only generating left-to-right.

Biencoder

Architecture

A neural network architecture that encodes two separate pieces of text independently and compares them to measure semantic similarity, commonly used for matching and retrieval tasks.

Big-M Constant

Techniques

A large coefficient used in MILP formulations to enforce logical constraints; larger values make the relaxation weaker and solving slower.

BigBird-Pegasus Architecture

Architecture

A transformer-based model architecture designed to handle very long text sequences efficiently by using sparse attention patterns instead of processing every word pair.

Bilevel Optimization

Techniques

An optimization framework with two hierarchical levels where upper-level decisions constrain lower-level optimization problems.

Bilinear Decomposition

Techniques

A factorization where value and policy functions are expressed as products of goal-conditioned coefficients and learned basis functions.

Bilinear Program

Techniques

A mathematical optimization problem where the objective involves products of two variables, solvable with standard optimization tools.

Bilingual

Behavior

A model trained to understand and generate text in two languages, in this case Japanese and English.

Bilingual Model

Training

A language model trained to understand and generate text in two languages with comparable fluency.

Bilingual Vocabulary

Techniques

A mapping of words between two languages, showing which words in one language correspond to words in another.

BiLSTM (Bidirectional LSTM)

Techniques

A recurrent neural network that processes text in both forward and backward directions to capture context from both sides of each word.

Bimanual Coordination

Techniques

Synchronized control of two robot arms working together to accomplish a task, requiring precise timing and spatial awareness.

Bimanual Manipulation

Techniques

Robot control using two arms simultaneously to perform coordinated tasks.

Bimodal Encoder

Architecture

A model that processes two different types of input (in this case, code and natural language) and converts them into a shared representation space.

Binary Classifier

Techniques

A model that separates data into exactly two classes, often used as a building block for more complex classifiers.

Binary Routing

Techniques

A decision mechanism where neurons act as on/off switches to direct data through different computational paths.

Binding Problem

Techniques

The challenge of determining which visual features belong to the same object in a scene.

Biomechanical Attribute Prediction

Techniques

Inferring physical quantities like joint forces, muscle activation, and body loads from skeletal motion.

Biomedical Corpus

Training

A large collection of medical and scientific texts (like research papers and journals) used to train the model on domain-specific language and concepts.

Biomedical NLP

Techniques

Natural language processing techniques applied specifically to medical and biological text, such as extracting drug names or identifying disease mentions from research papers.

Biomedical Reasoning

Behavior

The ability to understand and work with scientific concepts in biology and medicine, such as drug interactions and molecular structures.

Biomedical Text

Training

Written content from medical and life sciences domains, including clinical notes, research papers, and healthcare documentation.

Biomedical Vocabulary

Training

Specialized medical and scientific terms and concepts that the model has learned to understand from training on medical literature.

Biosecurity

Techniques

Protecting against misuse of biological research and AI in harmful ways.

Biosignal

Techniques

Electrical or physical signals produced by the body, such as heart rhythms or brain waves.

Bipartite Graph

Techniques

A graph structure with two distinct sets of nodes where edges only connect nodes from different sets.

Bird's-Eye View (BEV)

Techniques

A top-down 2D representation of a 3D scene, commonly used in autonomous driving for unified sensor fusion.

Bird's-Eye View (BEV)

Techniques

A top-down 2D representation of a 3D scene, showing spatial layout as if viewed from above.

Birkhoff Polytope

Techniques

The mathematical space of all doubly stochastic matrices; parameterizing this space exactly is the core challenge this paper addresses.

Bit Depth

Deployment

The number of bits used to represent each number in a model; lower bit depths (like 3-bit) create smaller files but may lose some accuracy compared to higher bit depths.

Bit Precision

Architecture

The number of bits used to represent each number in a model; lower bit precision (like 3-bit) means smaller file size but potentially less accurate calculations.

Bit Tokenization

Techniques

Encoding individual bits as separate tokens in a model's vocabulary to preserve fine-grained binary structure.

Bit-Width

Deployment

The number of bits used to represent each number in a model; lower bit-widths (like 6-bit) use less memory but may reduce precision compared to higher bit-widths.

Bit-width Adaptive Selection

Techniques

Automatically choosing the optimal number of bits for quantizing different parts of a model based on their importance.

Bitrate

Performance

The amount of data used to represent audio per second, measured in kilobits per second (kbps); lower bitrates mean smaller files but potentially lower audio quality.

Bits-per-byte (BpB)

Techniques

A compression metric measuring how many bits are needed to encode each byte of text.

Bits-Per-Weight

Deployment

A measure of how many bits of data are used to store each weight in a neural network; lower values mean more compression but potentially lower quality.

Black-Box Optimization

Techniques

Optimizing a system where you can only observe outputs for given inputs, without access to internal structure or gradients.

Black-box Testing

Techniques

Evaluating a system's behavior by observing inputs and outputs without access to internal model structure or weights.

BLAST Homology Search

Techniques

A bioinformatics algorithm that finds similar DNA or protein sequences in a database to identify evolutionary relationships.

Blast Radius

Techniques

The scope of impact or damage caused by a change, such as how many services are affected when a patch breaks a dependency.

BLEU

Techniques

A metric that measures translation quality by comparing n-gram overlap between machine-generated and reference translations.

BLEURT

Techniques

A learned evaluation metric for text generation that uses a pre-trained model to assess translation quality beyond surface-level n-gram matching.

Blind-Spot Mass

Techniques

A measure of uncertainty in an agent's decision-making at a given state—how much of the decision space lacks statistical support from training data.

Blinded Evaluation

Techniques

Assessment where evaluators don't know which version or source produced the item being judged.

Block Attention Mechanism

Techniques

An attention technique that processes groups of items together to improve efficiency and capture relationships between them.

Block Diffusion

Techniques

A diffusion-based generation technique that refines output in structured blocks or segments rather than token-by-token, enabling more efficient parallel generation.

Block Floating Point (BFP)

Techniques

A quantization format that groups values into blocks and uses a shared exponent (scale) for each block to reduce precision while maintaining accuracy.

Block Output Embeddings

Techniques

Internal vector representations produced by a state space model's processing blocks that encode information about token sequences.

Block Scales

Techniques

Scaling factors computed for groups of values in low-precision formats to maintain numerical accuracy.

Block Units

Techniques

Self-contained subproblems with defined interfaces used as building blocks for larger problem construction.

Block-causal attention

Techniques

An attention mechanism that only allows tokens to attend to previous tokens in time, enforcing temporal ordering.

Block-Diffusion Language Model

Techniques

A language model that generates multiple tokens in parallel using diffusion, then refines them iteratively.

Block-Scaled Quantization

Techniques

A quantization method that divides values into groups and applies a shared scale factor to each group.

Blockwise Autoregressive Factorization

Techniques

A method to model dependencies between data streams sequentially in blocks, reducing computational complexity while capturing inter-stream relationships.

Blockwise Decoding

Techniques

A decoding strategy where multiple tokens are generated in parallel blocks rather than one token at a time.

Blue team

Techniques

Security operations focused on defending systems, detecting threats, and responding to incidents.

Blueprint Generation

Techniques

Creating a high-level plan of formally stated definitions, lemmas, and their dependencies before attempting to prove them.

Blueprint Refinement

Techniques

Iteratively updating the global proof plan when individual lemmas fail, rather than backtracking within a single proof path.

BM25

Techniques

A ranking function that scores document relevance based on term frequency and document length normalization.

Body-frame Velocity

Techniques

Movement commands relative to the drone's own orientation, rather than a fixed world direction.

Bootstrap Stability Selection

Techniques

A technique that repeatedly samples data and selects features or solutions that consistently perform well across samples.

Born Rule

Techniques

The quantum mechanics principle that measurement probabilities equal the squared magnitude of quantum amplitudes.

Bose-Einstein Condensate (BEC)

Techniques

A quantum state of matter where particles occupy the same quantum state at very low temperatures.

Boundary Enforcement

Techniques

Mechanisms that prevent an LLM from crossing defined limits in reasoning or behavior.

Boundary Uncertainty

Techniques

Flagging predictions for instances near decision boundaries where the model is less confident.

Bounded Actor

Techniques

A lightweight policy network that adapts a frozen pre-trained model to new tasks or objects with minimal additional training.

Bounded connectivity

Techniques

A constraint where quantum gates can only act on nearby qubits, limiting which qubits can interact directly.

Bounded Latency

Techniques

A guaranteed maximum time delay for system operations, critical for safety-critical real-time control.

Bounded Mission

Techniques

A well-defined task with clear success criteria, constraints, and escalation points where human operators can intervene or redirect the agent.

Bounding Box

Formats

A rectangular coordinate set that marks the exact location and size of detected text or objects within an image.

BPE Merges

Techniques

Byte-pair encoding algorithm that iteratively combines frequent character pairs into new tokens.

Bradley-Terry Model

Techniques

A statistical model that ranks items based on pairwise comparison outcomes, commonly used for leaderboards.

Brain-to-Image Retrieval

Techniques

Decoding visual information from brain signals to match or retrieve images based on neural activity.

Brainstorming Augmentation

Techniques

Using AI to enhance the exploratory ideation phase of research rather than automating solution design.

Branch-and-Bound

Techniques

An optimization algorithm that systematically explores a solution space by dividing it into subproblems and pruning branches that cannot contain better solutions.

Branching Factor

Techniques

The average number of possible moves available at each decision point in a game.

Branching Score

Techniques

A metric combining token uncertainty and policy likelihood gains to identify high-value decision points for exploration.

Breakpoint

Techniques

A marker in code where a debugger pauses execution so you can inspect the program state.

Bregman Divergence

Techniques

A generalized distance measure defined by a convex function, used to replace Euclidean geometry in optimization algorithms.

Brier Skill Score

Techniques

A metric measuring forecast accuracy that compares a model's predictions to a baseline (like random guessing).

Broken Symmetry

Techniques

A situation where the underlying physics has symmetry, but observations reveal a preferred direction or asymmetry due to measurement constraints.

Brownian Path

Techniques

A random trajectory representing continuous random motion, used to model noise in stochastic processes.

Budget Forcing

Techniques

A reinforcement learning technique that constrains model outputs to stay within a token budget, reducing response length while maintaining accuracy.

Budget-Aware Exploration

Techniques

Constraining an agent's resource usage (compute, API calls, time) while it searches for solutions.

Budget-Optimal Allocation

Techniques

Distributing limited resources (like practice time) across options to maximize total value while respecting constraints.

Byte-Level Tokenization

Formats

Breaking text into individual bytes (raw character codes) rather than words or subwords, which allows the model to handle any text without a predefined vocabulary.

Byzantine Resilience

Techniques

The ability of a system to tolerate and correctly function despite some participants behaving arbitrarily or maliciously.

Byzantine Robustness

Techniques

The ability of a system to function correctly even when some participants behave maliciously or unpredictably.

C

C-RASP

Techniques

A formal language that characterizes which computational tasks transformers can solve with length generalization.

Cache Eviction Policy

Techniques

A strategy for deciding which cached items to remove when cache capacity is full (e.g., LRU, LFU, FIFO).

Cache Invalidation

Techniques

Loss of cached computation when prompt structure changes, requiring recomputation of affected tokens.

Cache Mapper

Techniques

A component that aligns and calibrates KV caches from different sources into a unified format.

Calibrated Log-Likelihood Ratios

Techniques

Normalized probability scores that can be safely summed across sources to make consistent decisions.

Calibrated Outputs

Performance

Model predictions that are numerically meaningful and correspond to real-world values (like aesthetic scores), rather than abstract relative rankings.

Calibration

Techniques

Adjusting a model's predictions using held-out data to correct for systematic biases or distribution differences.

Calibration Subset Selection

Techniques

Choosing a representative sample of tasks to evaluate in detail, then using results to estimate performance on the full benchmark.

Calibration Time

Techniques

The time required to adjust quantization parameters for a model using a small dataset before deployment.

Calibration-Free

Techniques

A method that works without requiring a separate tuning phase on representative data before deployment.

Camera Pose Estimation

Techniques

Determining the position and orientation of a camera in 3D space relative to a scene.

Camera-Centric Action

Techniques

Robot actions expressed relative to the camera's local coordinate frame rather than the robot's base frame.

Canonical Correlation Analysis

Techniques

A statistical technique that finds the strongest correlations between two sets of variables by discovering shared patterns.

Capability Elicitation

Techniques

Training process designed to extract or develop specific abilities from a model, like reasoning or tool use.

Capability Estimation

Techniques

Inferring what actions or tasks a partner can reliably execute, even when their true abilities are hidden or uncertain.

Capability Frontier

Techniques

The boundary between tasks an agent can reliably solve and tasks it consistently fails, where performance is most uncertain.

Capability Probe

Techniques

A test or criterion designed to measure whether a model possesses a specific skill or capability.

Capacity Region

Techniques

The set of all arrival rate vectors that a network can sustain without queues growing unboundedly.

Capacity Scaling

Techniques

How the number of storable associations grows with the size of the memory matrix or system parameters.

Capital Market Assumptions

Techniques

Forecasts of future returns, volatility, and correlations for different asset classes used to guide investment decisions.

Capsule Neural Networks

Techniques

Neural networks with capsule units that learn hierarchical relationships and spatial properties better than traditional convolutional layers.

CART (Classification and Regression Trees)

Techniques

A standard algorithm for building decision trees using binary splits and impurity-based criteria.

Cascade Architecture

Techniques

A system where one model's output feeds directly into another model as input, like ASR output going to translation.

Cascade Data

Techniques

Sequential observations of how outcomes spread or evolve through a system, like infection waves or adoption patterns.

Cascaded Cross-Attention

Techniques

A mechanism that sequentially combines information from multiple sources (global context, object details, skill knowledge) to guide model decisions.

Cascaded Fusion

Techniques

A sequential approach to combining modalities in stages, where related modalities integrate first before adding heterogeneous ones.

Cascaded Pipeline

Techniques

Sequential processing where output from one stage feeds into the next.

Cascaded ROI-Narrowing

Techniques

A strategy where each model focuses on progressively smaller regions of interest to improve accuracy.

Cascaded Routing

Techniques

A multi-stage process that progressively assigns incidents to the correct business team or service owner.

Case Sensitivity

Behavior

The model's ability to distinguish between uppercase and lowercase letters as meaningful differences, treating 'Москва' and 'москва' as separate tokens with different meanings.

Case-Insensitive (Uncased)

Behavior

A model that treats uppercase and lowercase letters as identical, so 'Apple' and 'apple' are processed the same way.

Case-Sensitive

Behavior

The model treats uppercase and lowercase letters as distinct, allowing it to recognize proper nouns and maintain capitalization distinctions.

Cased Text

Formats

Text processing that preserves the distinction between uppercase and lowercase letters, treating 'Apple' and 'apple' as different tokens.

Cased Text Handling

Behavior

The model's ability to distinguish between uppercase and lowercase letters, making it sensitive to proper nouns and capitalization patterns that carry meaning.

Cash-flow Analysis

Techniques

Examining the timing and magnitude of money movements to assess financial health and repayment ability.

Casimir Operator

Techniques

A mathematical operator that characterizes the properties of a symmetry group; used here to encode nuclear symmetries as neural network features.

Catastrophic Forgetting

Techniques

When a model loses its original knowledge while learning a new task, like overwriting old skills.

Causal Attribution

Techniques

Assigning responsibility or credit to specific inputs for producing an observed outcome based on causal relationships.

Causal Correctness

Techniques

Whether generated content accurately represents cause-and-effect relationships and physical/logical dependencies.

Causal Generative Model

Techniques

A model that learns causal relationships between variables and can answer observational, interventional, and counterfactual questions.

Causal Generative Process

Techniques

A model that learns how data is generated by capturing cause-and-effect relationships, not just correlations.

Causal Identification

Techniques

The ability to determine true cause-and-effect relationships from data, typically guaranteed by randomization.

Causal Importance

Techniques

A measure of how much a component directly influences the final output, not just correlates with it.

Causal Inference

Techniques

Determining whether a treatment actually caused an outcome, not just whether they're correlated.

Causal Intervention

Techniques

Deliberately modifying a model's internal features to measure their direct effect on outputs.

Causal Language Model

Architecture

A model that predicts the next word in a sequence by only looking at previous words, not future ones, making it suitable for text generation.

Causal Language Modeling

Training

A training approach where the model predicts the next word based only on previous words, commonly used for text generation tasks.

Causal Localization

Techniques

Identifying which specific steps in a trace directly caused a failure, removing irrelevant steps.

Causal Reasoning

Techniques

Understanding cause-and-effect relationships rather than just statistical correlations in data.

Causal Representation Learning

Techniques

Learning representations that capture causal relationships and mechanisms rather than just correlations.

Causal State

Techniques

An internal model state that causally influences the final output and can be verified as actually having occurred.

Causal Survival Forests

Techniques

A machine learning method that estimates personalized treatment effects from survival data using tree-based models.

Causal Tracing

Techniques

A mechanistic interpretability technique that identifies which parts of a neural network are responsible for specific outputs.

CC-BY-4.0 License

Licensing

A permissive open-source license that allows anyone to use, modify, and distribute the model as long as they give credit to the original creator.

CC-BY-NC-4.0 License

Licensing

A Creative Commons license that allows free use and modification of the model for non-commercial purposes only, with attribution required.

CEGAR (Counterexample-Guided Abstraction Refinement)

Techniques

A problem-solving technique that starts with a simplified version of a problem and refines it when solutions fail.

Ceiling Compression

Techniques

A statistical phenomenon where most scores cluster near the maximum possible value, reducing the ability to distinguish between different quality levels.

Ceiling effect

Techniques

When a benchmark becomes too easy and models achieve near-perfect scores, making it impossible to compare their true abilities.

Cell Complex

Techniques

A topological structure built from cells of varying dimensions (vertices, edges, faces, volumes) that generalizes graphs and meshes.

Censored data

Techniques

Observations where the true value is unknown but bounded, common in survival analysis when subjects are still alive at study end.

Censoring

Techniques

Training an AI model to refuse or provide false information about certain topics.

Centered Kernel Alignment

Techniques

A geometric measure comparing internal representations across models to detect structural differences.

Centered Kernel Alignment (CKA)

Techniques

Metric that measures structural similarity between representations by comparing their kernel matrices.

Central Limit Theorem

Techniques

A statistical principle stating that the average of many independent samples approaches a normal distribution.

Certificate-Bound Authority

Techniques

Access control where permissions are cryptographically certified and must be validated before execution, not just during planning.

CFG Scale

Techniques

A hyperparameter controlling how strongly a generative model adheres to its input prompt versus generating freely.

Chain-of-Thought

Techniques

A reasoning technique where an AI model shows its step-by-step thinking process before arriving at a final answer, making its logic transparent and verifiable.

Chain-of-Thought Reasoning

Techniques

A technique where a model works through a problem step by step, showing its reasoning process before arriving at a final answer.

Chance-Constrained Reinforcement Learning

Techniques

RL approach that enforces probabilistic constraints on outcomes rather than hard guarantees.

Channel Capacity

Techniques

The maximum rate at which information can be reliably transmitted through a noisy communication channel.

Channel Circuit

Techniques

A quantum circuit composed of quantum channels (operations that map quantum states to quantum states) rather than unitary gates alone.

Channel model

Techniques

A quantum model that includes noise or stochasticity, representing realistic quantum operations beyond ideal unitary transformations.

Channel State Information (CSI)

Techniques

Raw wireless signal data that describes how a Wi-Fi signal changes as it travels through space and bounces off objects.

Channel-Aware Representation

Techniques

Learning embeddings that understand relationships between different sensor channels using their textual descriptions.

Channel-wise Affine Transform

Techniques

A learnable operation that scales and shifts different feature channels independently in a neural network.

Channel-wise Decay

Techniques

Applying different forgetting rates to different feature channels in a neural network, allowing selective memory retention.

Channel-Wise Modulation

Techniques

Adjusting each color channel independently based on degradation type to improve restoration quality.

Channel-Wise Quantization

Training

A quantization approach that applies different compression settings to different channels or groups within a model layer, helping preserve quality better than applying the same compression uniformly.

Chaotic Dynamics

Techniques

Systems where small changes in initial conditions lead to drastically different outcomes, making long-term prediction extremely difficult.

Character Consistency

Behavior

The ability of a model to maintain a character's voice, personality, and backstory throughout a conversation without contradicting itself.

Character Error Rate (CER)

Techniques

A metric measuring the percentage of characters incorrectly recognized by an OCR system.

Character Voice

Behavior

A model's ability to maintain distinct, consistent personality and speech patterns for different characters within a story.

Character-Level Processing

Architecture

Processing text one character at a time rather than by words, which is useful for catching individual character errors in languages like Chinese.

Chart-Grounded Reasoning

Techniques

The ability to extract information from visual charts and perform logical reasoning tasks based on what the chart displays.

Chat Model

Training

A language model specifically trained to have natural back-and-forth conversations with users rather than just completing text.

Chat-Optimized

Training

A model specifically trained and tuned to excel at conversational interactions rather than other tasks like analysis or reasoning.

Chat-Tuned

Training

A model optimized through training to excel at multi-turn conversations and dialogue, rather than single-turn text completion.

ChatML Format

Formats

A structured message format that organizes conversational exchanges into clearly marked roles (user, assistant, system) to help models understand dialogue context.

Checklist-Based Evaluation

Techniques

Assessing outputs against structured lists of required elements or claims that should be present.

Checkpoint

Training

A saved snapshot of a model's weights and state at a specific point during training, allowing training to resume or the model to be evaluated at that stage.

Checkpoint Reuse

Techniques

Leveraging intermediate model snapshots from training as separate experts rather than discarding them.

Checkpoints

Training

Saved snapshots of a model at different stages of training, allowing researchers to study how the model's behavior changes as it learns.

Chunk-Based Processing

Techniques

Breaking long sequences into smaller segments and processing them sequentially while maintaining state between chunks.

Chunk-Parallel Training

Techniques

A training technique that divides sequences into chunks and processes them in parallel to speed up computation.

Chunk-wise Approximation

Techniques

Processing sequences in fixed-size blocks rather than token-by-token to improve computational efficiency.

Chunking

Techniques

The process of breaking large documents into smaller pieces so a model with a limited context window can process them separately.

Circuit Efficiency

Techniques

Reducing the number of qubits and quantum gates needed to represent and process information in quantum systems.

Circuit Formation

Techniques

The process by which neural networks develop specialized, interpretable computational patterns to solve specific tasks.

Circuit Mining

Techniques

Identifying and isolating specific subsets of neural network components that perform a particular computation.

Circuit sizing

Techniques

The process of determining the specific values (like resistance, capacitance) for each component in a circuit design.

Circumlocution

Techniques

Expressing an idea indirectly or using many words instead of the direct term—what models do when their preferred tokens are blocked.

Citation Graph

Techniques

A network representing which papers cite which other papers, showing the flow of scientific influence and prior work.

Citation Grounding

Techniques

Whether an AI model's claims are supported by and properly attributed to specific sources.

Citation Networks

Training

A graph structure showing how research papers reference each other, used to understand relationships and influence between scientific works.

Citation Premium

Techniques

An advantage in receiving more citations for work published in certain venues compared to others.

Citation Tracking

Behavior

The ability to identify, reference, and maintain accurate attribution to the sources used when generating a response.

Claim Extraction

Techniques

Converting unstructured text into atomic, typed statements with explicit evidence locations and source attribution.

Claim Frequency

Techniques

The number of insurance claims expected per policy or geographic area over a time period.

Claim Verification

Techniques

Checking whether factual statements in generated text are supported by evidence or ground truth.

Class Activation Mapping (CAM)

Techniques

A technique that generates visual heatmaps showing which image regions a neural network uses to make predictions.

Class Imbalance

Techniques

When training data has unequal numbers of examples across categories, with some classes having far fewer samples than others.

Class Incremental Learning

Techniques

Learning to recognize new object classes over time while maintaining performance on previously seen classes.

Class-Level Code Synthesis

Techniques

Generating complete, structured classes with multiple methods and internal dependencies from a specification.

Class-Weighted Cross-Entropy Loss

Techniques

A loss function that penalizes misclassification of rare classes more heavily, useful when training data is imbalanced.

Classical Test Theory

Techniques

A statistical framework for designing and validating tests that measure psychological constructs reliably.

Classifier

Architecture

A machine learning model trained to assign input data into predefined categories or labels.

Classifier Guidance

Techniques

Steering diffusion generation toward a target class using a noise-conditioned classifier during sampling.

Classifier Retraining

Techniques

A two-stage approach where a model first learns representations, then retrains just the final classification layer on balanced data.

Classifier-Free Guidance (CFG)

Techniques

A technique that steers diffusion models toward desired outputs by comparing conditional and unconditional predictions.

Clinical Alignment

Techniques

How well an LLM's medical communication matches established clinical standards and physician practices.

Clinical Ethics

Techniques

The study of moral principles and values that guide medical decision-making and patient care.

Clinical Event Tokenization

Techniques

Converting clinical information (diagnoses, medications, procedures) into discrete tokens that a model can process.

Clinical Evidence Extraction

Techniques

Identifying and documenting specific textual passages that support diagnostic conclusions in medical records.

Clinical Forecasting

Techniques

Using historical patient data to predict future health outcomes, disease progression, or treatment responses.

Clinical Language Understanding

Behavior

The ability to accurately interpret and reason about medical terminology, patient symptoms, and healthcare documentation.

Clinical NLP

Behavior

Natural language processing applied to medical and healthcare text, such as extracting diagnoses or findings from doctor's notes and radiology reports.

Clinical Reasoning

Behavior

The ability to analyze medical information, connect symptoms to conditions, and make logical healthcare decisions based on evidence.

Clinical Severity Index

Techniques

A numerical score derived from patient vital signs and lab values that predicts risk of adverse outcomes like death or organ failure.

Clinical Validation

Techniques

The process of confirming that an AI system's outputs meet clinical standards and are safe for use in healthcare.

CLIP (Contrastive Language-Image Pre-training)

Techniques

A model trained on image-text pairs to create shared vector representations for both images and text.

CLIP Architecture

Architecture

A neural network design that learns to match images and text by training them to have similar representations, enabling tasks like image search and visual understanding.

Closed-Form Head Adaptation

Techniques

Rapidly adjusting a model to new tasks using direct mathematical solutions rather than iterative training.

Closed-Form Solution

Techniques

A mathematical formula that directly computes an answer without iterative learning or optimization.

Closed-Loop Control

Techniques

A system that continuously adjusts its behavior based on feedback from its actions and outcomes.

Closed-Loop Correction Law

Techniques

A feedback control rule that adjusts actions based on observed state to correct deviations from a nominal plan.

Closed-Loop Evaluation

Techniques

An assessment method where an agent receives feedback and can adjust its behavior iteratively, simulating real-world interaction.

Closed-Loop Optimization

Techniques

A feedback system where outputs are evaluated and results guide the next iteration of improvements.

Closed-Loop Policy

Techniques

A control strategy where the robot observes its current state and adjusts actions based on feedback, rather than executing a fixed sequence.

Closed-Loop Rollout

Techniques

Generating a sequence of predicted observations by repeatedly applying a world model and policy, where each prediction feeds into the next step.

Closed-World Protocol

Techniques

An evaluation approach where models are tested on a fixed, predefined set of questions with known correct answers.

CLS Token

Techniques

A special learnable token in transformers that aggregates information from all input patches and is used for classification.

Clustering Projector

Techniques

A network component that projects learned representations into a space suitable for clustering tasks.

Co-activation

Techniques

When multiple features in a neural network are active at the same time, often because they represent related concepts.

Co-Condenser Architecture

Architecture

A neural network design that jointly trains two components together to produce better embeddings by learning from both query and document representations simultaneously.

Co-evolution

Techniques

Simultaneous optimization of interdependent components that improve each other iteratively.

Co-failure rate

Techniques

The probability that all models in an ensemble produce incorrect answers on the same query.

Co-learning

Techniques

Training approach where different modalities or models teach each other to improve overall performance.

Co-teaching

Techniques

A training strategy where two networks learn together, each selecting clean samples for the other to reduce noise impact.

Co-training

Techniques

A training framework where two models or components iteratively improve each other by learning from their complementary strengths.

Coalgebraic Fixed Point

Techniques

A stable state where repeated application of an operation (like successive tangent unfoldings) converges or stabilizes.

Coalition-proof equilibrium

Techniques

An equilibrium where no group of players can jointly deviate and all benefit, even if they coordinate.

Coarse Correlated Equilibrium

Techniques

A game theory solution where no player benefits from unilaterally deviating from a recommended strategy.

Coarse-to-Fine Feature Encoding

Techniques

A strategy that first captures broad patterns, then progressively refines details for better understanding.

Coarse-to-fine reasoning

Techniques

A sequential decision-making approach that starts with broad estimates and progressively refines them to higher precision.

Coarse-to-Fine Training

Techniques

A curriculum learning approach that starts with learning simple components before progressing to optimizing complex global structures.

Code Clone Detection

Techniques

Identifying sections of code that perform the same function, even if written differently or in different programming languages.

Code Completion

Behavior

The ability to automatically suggest or generate the next lines of code based on what the programmer has already written.

Code Coverage

Techniques

Percentage of program code executed by a test suite, measured by lines or branches.

Code Editing

Behavior

A specialized task where a model modifies or refines existing code rather than creating new code, focusing on precision and surgical changes.

Code Embedding

Techniques

A specialized embedding designed specifically for source code that understands programming syntax and semantics, enabling tasks like code search and finding similar code snippets.

Code Generation

Behavior

The ability of a model to write, complete, or suggest programming code based on prompts or partial code input.

Code Infilling

Techniques

A technique where a model fills in missing or incomplete code in the middle of existing code, using both the code before and after the gap as context.

Code Pretraining

Training

Training a language model primarily on source code and technical documentation rather than general text, making it specialized for coding tasks.

Code Quality

Techniques

A measure of how well code meets standards for readability, maintainability, and correctness.

Code Reasoning

Behavior

The ability of a model to understand, analyze, and make logical inferences about source code and programming logic.

Code Refactoring

Techniques

Restructuring existing code without changing its external behavior to improve readability and maintainability.

Code Representation

Techniques

Encoding structured information (like circuit designs) as code-like syntax that language models can more easily learn and generate.

Code Review

Techniques

Process of examining code changes for bugs, quality issues, and adherence to standards before merging.

Code Synthesis

Techniques

Automatically generating executable code (like plotting commands) from high-level specifications or natural language descriptions.

Code Understanding Verification

Techniques

Techniques to confirm a student actually understands the code they wrote, not just copied it.

Code-Focused Language Model

Training

A language model specifically trained on programming code to excel at tasks like code generation, completion, and understanding.

Code-mixing

Techniques

Using multiple languages together in the same text, common in multilingual communities.

Code-Specialized

Training

A model trained with a focus on understanding and generating programming code across multiple languages.

Code-Specialized Language Model

Training

A language model trained specifically on programming code and related tasks, optimized to understand and generate code better than general-purpose models.

Code-Specialized Model

Training

A language model trained specifically on programming code and code-related tasks rather than general text.

Code-Switching

Behavior

The ability to naturally mix two languages within the same text or conversation, switching between them based on context rather than treating them as separate.

Codebook

Techniques

A lookup table mapping compressed values back to original data; avoided in this approach to save memory.

Codebook Utilization

Techniques

The percentage of available discrete tokens in a codebook that are actually used during training or inference.

Coded Language

Techniques

Indirect linguistic expressions that obscure sensitive meanings to evade detection or moderation systems.

Coding Agent

Techniques

An AI system that autonomously writes, debugs, and executes code to solve tasks without human intervention.

Coefficient of Variation

Techniques

A normalized measure of variability that expresses standard deviation as a percentage of the mean, useful for comparing spread across different scales.

Cognate

Techniques

Words in different languages that share a common historical origin and similar meaning.

Cognate Detection

Techniques

Identifying words in different languages that share a common origin and similar meaning.

Cognitive Architecture

Techniques

A computational framework that models how an intelligent agent perceives, reasons, and acts in the world.

Cognitive Colonization

Techniques

The process by which AI systems embed external interests into human decision-making architecture in ways users cannot easily perceive or resist.

Cognitive Gating

Techniques

A mechanism that gates speculative execution based on model confidence, without requiring ground-truth labels.

Cognitive Graph

Techniques

A structured representation of an agent's reasoning process that tracks concepts, relationships, and how understanding evolves over time.

Cognitive Heuristics

Techniques

Mental shortcuts that simplify decision-making but can lead to systematic biases in judgment.

Cognitive Load Theory

Techniques

A psychological framework explaining how working memory capacity affects learning and task performance.

Cognitive Support

Techniques

AI assistance that helps users think through problems and refine their goals rather than just executing stated requests.

Cognitive Taxonomy

Techniques

A classification system that organizes learning objectives or tasks by their intellectual complexity, from simple recall to advanced analysis.

Cohen's d

Techniques

A standardized measure of effect size that quantifies the difference between two groups in units of standard deviation.

Coherence

Behavior

The quality of maintaining consistent meaning and logical flow across multiple sentences or exchanges in a conversation.

Coherence Budget

Techniques

The maximum circuit depth a quantum computer can execute before quantum information is lost to noise and decoherence.

Coherent Detection

Techniques

Optical detection method that measures both amplitude and phase of light by interfering it with a reference laser signal.

Coherent Quantum Memory

Techniques

The ability to preserve quantum information in a superposition state between measurements without collapsing it.

ColBERT Architecture

Architecture

A neural retrieval model design that stores multiple token-level embeddings per document and uses late interaction to achieve higher retrieval accuracy than single-vector approaches.

Cold-Start Stalling

Techniques

When a model trained with sparse rewards gets stuck early because initial success probability is too low to learn from.

Collaborative Filtering

Techniques

A technique that predicts user preferences by analyzing patterns from similar users' behavior.

Collective intelligence

Techniques

Emergent problem-solving and decision-making capability that arises from coordinated interaction of multiple agents.

Collinearity

Techniques

When input features are highly correlated with each other, making it difficult to isolate individual feature effects on predictions.

Columnar Storage

Techniques

Data layout storing values column-by-column instead of row-by-row, optimized for analytical queries.

Combinatorial Optimization

Techniques

Finding the best arrangement or selection from a finite set of possibilities, like packing objects efficiently.

Command Serialization

Techniques

The process of converting model-generated commands into a format that can be transmitted and executed by a system.

Command Space

Techniques

The interface or set of instructions that a high-level planner sends to a low-level controller to specify desired robot behavior.

Common Ground

Techniques

Shared beliefs and mutually recognized facts that enable effective collaboration between people or AI systems.

Common Sense Reasoning

Behavior

The ability of a model to understand and apply everyday logic and practical knowledge about how the world works.

Common Vulnerabilities and Exposures (CVE)

Techniques

A standardized database of publicly disclosed security vulnerabilities with unique identifiers and descriptions.

Common Weakness Enumeration (CWE)

Techniques

A standardized list of software and hardware weaknesses that can lead to vulnerabilities.

Commonsense Reasoning

Techniques

The ability to understand implicit physical, social, or practical prerequisites needed to solve everyday problems.

Communication Efficiency

Techniques

Minimizing the amount of data exchanged between devices or servers during distributed training.

Communication topology

Techniques

The structure defining which agents can communicate with each other and how information flows between them.

Communicative Intent

Techniques

The underlying purpose or goal behind how information is presented, which may be to persuade, mislead, or distort.

Community Fine-Tune

Training

A model variant created and shared by the community rather than the original model creators, often with custom modifications.

Community-Modified

Training

A model that has been altered or fine-tuned by users outside the original development team, often to change its behavior or capabilities.

Compact Model

Architecture

A smaller language model designed to use fewer computational resources while still performing useful tasks.

Competence-Aware Verification

Techniques

Evaluating reward quality relative to the current policy's skill level, recognizing that reward rankings change as the policy improves.

Competency Questions

Techniques

Natural language questions that define what an ontology should be able to answer, used to specify system requirements.

Compiler Analysis

Techniques

The process by which compilers examine code structure to identify optimization opportunities within their representation capabilities.

Compiler Optimization

Techniques

Transformations that improve code performance, memory usage, or other properties without changing program behavior.

Compiler-in-the-Loop Feedback

Techniques

Using compiler error messages to iteratively repair generated code until it compiles successfully.

Complete Positivity

Techniques

A quantum physics constraint ensuring operations preserve valid quantum states and probabilities.

Completion Mode

Behavior

A text generation approach where the model continues or completes text from a given prompt, rather than engaging in back-and-forth conversation.

Completion Prompt

Behavior

A prompt style where you provide the beginning of text and the model continues it, rather than asking a direct question.

Completion-Supervised Fine-Tuning

Techniques

Training a model to predict correct outputs given inputs, where targets are verified as correct before training.

Complex Reasoning

Behavior

The ability to work through multi-step problems, analyze nuanced information, and draw logical conclusions.

Compliance Artifact

Techniques

A document or record created to demonstrate that a system or organization meets regulatory requirements.

Compliance Certification

Deployment

Official verification that a service meets specific regulatory or security standards required by industries like healthcare or finance.

Compliance Certifications

Deployment

Official verifications that a service meets specific security and regulatory standards (like HIPAA or SOC 2) required by certain industries.

Component Interaction Bias

Techniques

Discrimination that emerges from how separate system components work together, not from individual parts alone.

Component Lifecycle

Techniques

The sequence of states a software component goes through, including initialization, execution, and cleanup, especially when dependencies change.

Component Plane

Techniques

A 2D visualization in a SOM showing how a single feature varies across the map's grid positions.

Component-Based Architecture

Architecture

A design pattern where UIs are built from reusable, self-contained pieces (components) that can be combined to create larger interfaces.

Compositional Generalization

Techniques

Model's ability to understand new combinations of learned concepts.

Compositional Incoherence

Techniques

When combining outputs from multiple components violates probability axioms, even if each component is individually valid.

Compositional Prompts

Behavior

Text descriptions that specify multiple elements, their relationships, and spatial arrangements in the desired image.

Compositional Semantics

Techniques

The principle that the meaning of a complex expression is built from the meanings of its parts and how they combine.

Compositionality

Techniques

The ability to understand new combinations of concepts by learning how individual components combine.

Compressed Sensing

Techniques

A technique for recovering sparse signals from far fewer measurements than traditional sampling requires.

Computation Allocation

Techniques

The strategic distribution of computational resources between different components (like vision vs. language) based on task requirements.

Computational Budget

Deployment

The amount of processing power and memory available to run a model, which determines how much computation can be performed.

Computational Complexity

Techniques

The amount of computation (time and memory) required for an algorithm to solve a problem.

Computational Efficiency

Performance

The ability to deliver good results while using less processing power and memory than larger models.

Computational Exploration

Techniques

Using code and algorithms to test mathematical hypotheses and discover patterns empirically.

Computational Footprint

Deployment

The amount of memory, processing power, and time required to run a model; a smaller footprint means the model can run on less powerful hardware.

Computational Overhead

Performance

The extra processing power, memory, or time required to run a model, which impacts speed and resource consumption.

Computational Photography

Techniques

Using algorithms and AI during image capture to enhance photos beyond what the camera sensor alone can achieve.

Computational Provenance

Techniques

Verifiable evidence embedded in generated text about which internal states or computations a model actually used.

Compute Allocation

Performance

The strategic distribution of a model's processing power—in this case, spending more computational effort on thinking through problems rather than other tasks.

Compute Budget

Techniques

A limited allocation of computational resources that an AI agent is permitted to use, enforced through technical means.

Compute Efficiency

Performance

How well a model performs relative to the computational resources (processing power and memory) required to run it.

Compute-Efficient

Performance

A model designed to run with minimal processing power and memory, making it practical for devices with limited resources.

Compute-in-Memory

Techniques

Hardware architecture that performs computation directly within memory, reducing data movement bottlenecks.

Compute-Optimal

Techniques

Achieving the best performance for a given amount of computational resources.

Computer Use

Behavior

The ability for an AI model to interact with computer interfaces, navigate software applications, and execute actions on a user's behalf by understanding and responding to visual or textual representations of screens.

Concept Activation Vectors (CAVs)

Techniques

Directions in a neural network's internal activation space that represent human-interpretable concepts like accent or age.

Concept Bottleneck Model (CBM)

Techniques

An interpretable model that makes predictions by routing inputs through a layer of human-understandable concepts rather than opaque features.

Concept Drift

Techniques

When the target concept or decision boundary changes over time during learning.

Concept Extraction

Techniques

A method to identify and visualize interpretable patterns in a neural network's latent representations that drive its predictions.

Concept Manifold

Techniques

A low-dimensional geometric structure where related concepts are organized continuously, like a curved surface in high-dimensional space.

Concept Normalization

Techniques

The process of mapping different textual expressions of the same idea to a single standardized representation, such as mapping 'MI' and 'myocardial infarction' to the same medical concept.

Concept-based explanation

Techniques

Explaining AI decisions using human-understandable concepts rather than raw features.

Conceptual Alignment

Techniques

The process by which agents develop shared understanding of categories and meanings through interaction.

Concurrent Stochastic Games

Techniques

Multi-agent games where players act simultaneously in stochastic environments with state-dependent payoffs.

Condition Number

Techniques

A measure of how difficult an optimization problem is; higher values mean slower convergence and more iterations needed.

Conditional Adaptation

Techniques

Applying model modifications selectively based on input characteristics rather than globally to all inputs.

Conditional Advantage Estimation

Techniques

A reinforcement learning technique that estimates action value only within trajectories meeting specific conditions.

Conditional Coverage

Techniques

A property where prediction set coverage guarantees hold for specific subgroups or conditions, not just on average across all data.

Conditional Entropy

Techniques

A measure of uncertainty in predicted tokens given context; low entropy signals memorization, high entropy signals generalization.

Conditional Expected Distance

Techniques

The average distance between selected and validation target embeddings within a cluster, used to rank training examples.

Conditional Generation

Behavior

The ability of a model to generate output (like text) based on specific input conditions or prompts provided to it.

Conditional Mean

Techniques

The expected value of an output given specific input conditions, used as a deterministic baseline prediction.

Conditional Misalignment

Techniques

Misaligned behavior that only appears when inputs share features with the training data, while appearing safe on out-of-distribution prompts.

Conditional Neural Process

Techniques

A neural network architecture that learns to make predictions conditioned on observed context, useful for probabilistic forecasting.

Conditional Neural Processes

Techniques

A probabilistic model that learns to make predictions by conditioning on observed examples, useful for few-shot learning and uncertainty estimation.

Conditional Text Generation

Behavior

The ability to generate text that follows specific conditions or constraints, rather than producing output freely.

Conditional Value-at-Risk (CVaR)

Techniques

A risk metric that focuses on the worst-case outcomes rather than average performance, useful for safety-critical tasks.

Conditional Variational Autoencoder (CVAE)

Techniques

A neural network that learns to generate new data matching specific conditions or constraints.

Conditioning

Techniques

Guiding a generative model's output by providing additional input signals like pose or depth maps.

Conditioning Mechanism

Techniques

A model component that takes an external parameter (like speed) and modulates the policy output based on that input.

Conditioning-based Refinement

Techniques

Improving generated images by providing additional context or constraints during generation to guide the model.

Confidence Calibration

Techniques

Ensuring a model's confidence scores accurately reflect its true probability of being correct.

Confidence Estimation

Techniques

Assigning uncertainty scores to model predictions to identify outputs that may need human verification.

Confidence Intervals

Techniques

Statistical bounds around predictions that quantify uncertainty; here used to identify when model predictions are unreliable.

Confidence Sequences

Techniques

Statistical bounds that remain valid at any stopping time, allowing you to check results continuously without invalidating confidence levels.

Confidence Thresholding

Techniques

A decoding strategy that stops refining tokens when model confidence exceeds a set threshold.

Confidence Trajectory

Techniques

The pattern of model confidence scores across sequential steps in a reasoning process, from initial exploration to final answer.

Confidence-based abstention

Techniques

Refusing predictions when the model's confidence score is below a threshold.

Confidence-Based Decoding

Techniques

A strategy that selects which tokens to generate next based on the model's prediction confidence, enabling adaptive and efficient generation.

Confidence-Driven Reinforcement Learning

Techniques

Training a model using rewards based on how well its confidence scores match its actual correctness.

Confidence-Informed Self-Consistency (CISC)

Techniques

Weighted majority voting where each candidate answer gets a confidence score from a critic model before selection.

Confirmation Bias

Techniques

The tendency to seek or interpret information in ways that confirm existing beliefs or outputs.

Conflicts of Interest

Techniques

Situations where an AI system has competing goals—like serving users well versus generating revenue for its creators.

Conformal Prediction

Techniques

Method providing prediction intervals with statistical guarantees on coverage.

Conformational Control

Techniques

The ability to direct a model to generate specific 3D shapes or structural states of proteins.

Conformational Ensemble

Techniques

A collection of different 3D shapes a molecule can adopt in solution, representing its thermodynamic states.

Conformational State

Techniques

A distinct 3D shape or arrangement that a protein can adopt, often with different biological functions.

Conformational Transfer

Techniques

Applying a learned conformational change from one protein to structurally similar proteins in the same family.

Confounding

Techniques

When multiple variables are entangled, making it impossible to isolate the effect of one variable.

Confused Deputy Problem

Techniques

When an agent misuses its elevated permissions to perform actions it shouldn't, tricked by user input.

Confusion matrix

Techniques

A table showing how often a classifier correctly or incorrectly predicts each category, revealing systematic biases in predictions.

Conjugate Symmetry

Techniques

A property of FFT where real-valued signals have redundant information due to symmetric complex conjugate pairs in frequency domain.

Connectionist Temporal Classification (CTC)

Techniques

A loss function for sequence-to-sequence tasks that aligns variable-length inputs to outputs without requiring explicit alignment.

Consensus Architecture

Techniques

A routing pattern where multiple neurons must agree (be mutually exclusive) to activate a particular processing path.

Consequence-Allocation Rule

Techniques

A deployment rule that specifies how outcomes (rewards, penalties, eliminations) are distributed among agents in multi-agent systems.

Conservative Baseline

Techniques

A reference policy or set of actions known to be safe, used to measure how much riskier a proposed action is.

Conservative Regularizer

Techniques

A penalty that prevents value estimates from being too optimistic about unseen actions in offline RL.

Consistency Training

Techniques

A training method that encourages models to respond symmetrically to paired prompts representing opposing perspectives.

Consistency-Oriented Reasoning Alignment (CORA)

Techniques

A method that ensures a model's reasoning process logically supports its final answer by adding consistency rewards during training.

Constitutional AI

Training

A safety training approach that guides a model to behave according to a set of principles or rules, helping it generate more helpful and harmless responses.

Constrained Decoding

Techniques

Restricting a model's token generation to a predefined set of allowed tokens during inference.

Constrained Generation

Techniques

Text generation that must follow specific rules or constraints, such as producing output in a particular format or structure.

Constrained Reinforcement Learning

Techniques

Training an AI system to maximize performance while respecting hard constraints (like deadlines or budgets).

Constraint Satisfaction

Techniques

Finding solutions that satisfy a set of constraints, used here to resolve conflicts between inferred events.

Constraint Satisfaction Problem (CSP)

Techniques

A computational problem where you find values for variables that satisfy a set of constraints.

Constraint Solver

Techniques

A tool that finds valid solutions to problems with multiple constraints, used here to verify mechanical assembly feasibility.

Constraint-Aware Planning

Techniques

Action planning that explicitly respects safety, regulatory, and operational constraints during decision-making.

Constraint-Based Safety

Techniques

Improving AI safety by restricting what actions an agent can take, rather than trying to detect bad behavior after it happens.

Constraint-Guided Execution

Techniques

Validating each step of a plan by checking outputs against automatically derived constraints based on task requirements.

Constraint-Guided Repair

Techniques

Fixing errors in reasoning by making minimal changes that satisfy logical or evidential constraints.

Construct Validity

Techniques

Whether a study actually measures the real concept it's supposed to test, not something else.

Construct-Irrelevant Variance

Techniques

Measurement error caused by factors unrelated to what is being assessed, like test anxiety or social power dynamics.

Constructional Semantics

Techniques

The study of how specific form-meaning pairings in language convey meaning beyond individual words.

Contact-Gating

Techniques

A mechanism that activates learned corrections only when the robot is physically touching the object.

Contact-Rich Dynamics

Techniques

Physical interactions where the robot frequently touches and manipulates objects, making control sensitive to small errors.

Contact-Rich Manipulation

Techniques

Robot tasks where success depends critically on precise control of forces and contact interactions with objects.

Containerization

Techniques

Packaging software and its dependencies into isolated, portable units that run consistently across different computing environments.

Content Filter

Deployment

A model or system that screens text before or after generation to block unsafe, harmful, or policy-violating content.

Content Filtering

Behavior

Safety mechanisms built into a model that prevent it from generating harmful, inappropriate, or restricted content.

Content Filters

Behavior

Built-in safety mechanisms that prevent a model from generating harmful, offensive, or inappropriate content.

Content Moderation

Behavior

The process of reviewing and filtering text or other content to remove or flag material that violates policies or safety guidelines.

Content Neutrality

Techniques

The degree to which written content presents information without favoring particular political viewpoints or groups.

Content Restrictions

Behavior

Safety guidelines and filters built into a model to prevent it from generating harmful, illegal, or unethical content.

Content Safety Classification

Behavior

The task of automatically detecting and categorizing text that violates policies or could cause harm, such as hate speech, violence, or misinformation.

Content-addressable Memory

Techniques

A memory system where data is retrieved by its content similarity rather than by a fixed address, enabling fuzzy matching.

Content-Anchored (AdaIN)

Techniques

A technique that preserves structural content by anchoring style transfer to the original image's spatial layout and structure.

Context Coherence

Behavior

The ability to maintain consistent meaning and logical flow when processing long sequences of text or conversation.

Context Compression

Techniques

Reducing the size of conversation history while preserving important information for efficient processing.

Context Consistency

Performance

A model's ability to maintain coherent understanding and recall of information across long passages of text without contradicting itself.

Context distillation

Techniques

Transferring knowledge from interaction trajectories into model parameters by learning from contextual examples.

Context Erasing

Techniques

Removing or suppressing the influence of specific text spans from an LLM's processed context after they've been cached.

Context extension

Techniques

Techniques to increase the maximum sequence length a language model can process beyond its original training length.

Context Filtering

Techniques

Retaining only relevant information from execution history to reduce noise and improve decision-making in subsequent steps.

Context Gathering

Techniques

The process of collecting and organizing relevant information from history to answer specific questions or solve tasks.

Context Governance

Techniques

Managing what information an agent can access and use to prevent hallucination and ensure relevance.

Context Length

Architecture

The maximum amount of previous text a model can consider when generating its next output; longer context allows the model to maintain coherence over longer passages.

Context Management

Techniques

Organizing and maintaining relevant information for AI decision-making.

Context Parallelism

Techniques

A technique to process long sequences by distributing context across multiple devices or processing units in parallel.

Context Pollution

Techniques

Irrelevant or noisy information degrading model performance in a given context.

Context Retention

Performance

A model's ability to remember and use information from earlier parts of a conversation or document.

Context Robustness

Techniques

A model's resistance to being misled by incorrect external signals while still benefiting from correct or relevant context.

Context Routing

Techniques

A mechanism that selectively directs relevant learned patterns from one model component to another based on current needs.

Context Truncation

Techniques

When an AI model's input context window fills up and earlier information is lost, requiring mechanisms to preserve key data.

Context Window

Architecture

The maximum number of tokens a model can process in a single conversation or prompt.

Context-Adaptive

Techniques

A system that adjusts its behavior based on the specific input or situation rather than using fixed, unchanging patterns.

Context-Anchored Behavior

Techniques

A tendency to respond reactively to immediate context rather than proactively initiating strategies independent of user input.

Context-Aware Adaptive Router

Techniques

A mechanism that selects only relevant evaluation criteria for each specific query to improve efficiency.

Context-Aware ASR

Techniques

Speech recognition that uses surrounding information like conversation history to improve transcription accuracy.

Context-Aware Translation

Techniques

Providing additional context (like original text or reasoning steps) to translation models to improve accuracy.

Context-Conditioned

Techniques

A model that adapts its predictions based on relevant historical examples or information provided as input context.

Context-Free Grammar (CFG)

Techniques

A formal system of rules that defines which sequences of symbols are valid in a language.

Context-Heavy Agents

Techniques

AI systems that maintain and reuse long conversation histories across multiple turns of interaction.

Context-Intensive Tasks

Techniques

Problems requiring the model to extract and use large amounts of information from the input prompt to generate correct outputs.

Context-Specific Guidance

Techniques

Help or instructions tailored to the current situation rather than generic pre-stored information.

Contextual Adaptation

Techniques

Adjusting model behavior dynamically based on the specific input or context rather than using fixed settings.

Contextual Bandit

Techniques

A learning algorithm that selects actions based on context and learns from feedback to improve future decisions.

Contextual Embeddings

Architecture

Numerical representations of text that capture meaning based on surrounding context, rather than treating each word independently.

Contextual Invariance

Techniques

The assumption that a model produces consistent outputs when a task is reformulated in contextually equivalent ways.

Contextual Model

Techniques

A statistical model that separates between-group and within-group effects to understand how group membership influences individual outcomes.

Contextual Multi-agent MDP

Techniques

A decision-making framework where an agent plans joint actions with partners whose capabilities are represented as context variables.

Contextual Pressure

Techniques

Influence from surrounding information (like examples or previous actions) that pushes an agent away from its intended behavior.

Contextual Reasoning

Techniques

Making decisions by considering how individual observations relate to and inform each other within a broader context.

Contextual Representation

Architecture

A way of encoding text where the meaning of each word depends on the words around it, rather than being fixed for every occurrence.

Contextual Representations

Architecture

Numerical encodings of text that capture meaning based on surrounding words, allowing downstream tasks to understand nuanced language.

Contextual Separation

Techniques

The ability to distinguish and respond differently to harmful versus benign uses of the same concept.

Contextual Space

Techniques

The intermediate representation space in a diffusion model where semantic and structural information is encoded.

Contextual Topic Modeling

Techniques

Machine learning technique that identifies recurring themes in text while considering the surrounding context of words.

Contextual Trigger

Techniques

A feature or pattern in input text that activates hidden misaligned behavior in a model, even when standard evaluations show the model is safe.

Contextual uncertainty

Techniques

Uncertainty caused by changing conditions over time, like user preferences shifting.

Contextual Understanding

Behavior

The ability of a model to interpret the meaning of words and phrases based on surrounding text, rather than treating each word in isolation.

Contextualized Token Embeddings

Techniques

Vector representations of words that change based on surrounding context, capturing different meanings in different sentences.

Continual Fine-tuning

Techniques

Incrementally updating a neural network on new data as it arrives, rather than retraining from scratch.

Continual Immune Learning

Techniques

A process where an agent's defenses dynamically adapt and improve in response to new threats encountered at runtime.

Continual Learning

Techniques

Training models to learn new tasks without forgetting previously learned ones.

Continual Pretraining

Techniques

Further training a pre-trained model on domain-specific data to adapt it to specialized knowledge.

Continued Pre-training

Techniques

Further training a pre-trained model on new data to adapt it without starting from scratch.

Continued Pretraining

Techniques

Further training a pretrained model on domain-specific data to specialize it for particular tasks.

Continued Training

Training

Further training of an already-trained model on new data to extend or improve its capabilities without starting from scratch.

Continuous Measurement

Techniques

Real-time monitoring of a quantum system that produces a stream of measurement data used to update state estimates.

Continuous Representation

Techniques

Encoding data as smooth, unquantized values rather than discrete tokens, preserving fine-grained temporal details.

Continuous Scoring

Techniques

Generating probability-based continuous scores instead of discrete labels to provide fine-grained evaluation signals.

Continuous-time Markov Chain (CTMC)

Techniques

A probabilistic model where a system transitions between states continuously over time with memoryless transitions.

Contract Enforcement

Techniques

Automatically checking that modifications respect predefined rules about what can and cannot be changed.

Contract-Preserving

Techniques

A transformation that maintains the original program's behavior and guarantees, ensuring correctness is preserved.

Contraction

Techniques

A mathematical property ensuring a system's outputs converge to a stable state regardless of initial conditions.

Contractivity

Techniques

A mathematical property ensuring that a system brings nearby states closer together over time, guaranteeing stability.

Contrastive Benchmark

Techniques

A test dataset with paired examples showing contrasting properties (e.g., safe vs. unsafe versions of the same task).

Contrastive Learning

Techniques

A training technique that learns by comparing similar and dissimilar examples to create better representations.

Contrastive Loss

Techniques

Training objective that pulls similar examples together and pushes different ones apart.

Contrastive retrieval

Techniques

A method that learns shared embedding spaces by contrasting similar and dissimilar image pairs, then ranks candidates by similarity.

Contrastive Rubric Generation

Techniques

Creating evaluation criteria by comparing gaps between teacher and model responses to identify what distinguishes good from bad outputs.

Contribution Decomposition

Techniques

Breaking down a neural network's output into individual contributions from different neurons or neuron groups.

Control Codes

Techniques

Special tokens added at the beginning of a prompt that tell the model what style, domain, or format to use for its output.

Control Flow

Techniques

The order and logic in which steps are executed in a procedure or program.

Control token

Techniques

A special token emitted by a small model to signal that it needs assistance from a larger model.

Control Tokens

Techniques

Special tokens inserted into sequences to guide model behavior, such as signaling whether to show an ad or organic content.

Control-Barrier Function (CBF)

Techniques

A mathematical tool that projects unsafe actions to safe ones, guaranteeing constraint satisfaction but potentially masking policy incompetence.

Controllable Video Generation

Techniques

Creating videos where users can specify desired content, motion, or interactions through explicit control mechanisms.

Controlled Benchmark

Techniques

A standardized test where variables are carefully isolated to measure specific effects, like changing one visual attribute while keeping everything else the same.

Controlled Flow

Techniques

A learned stochastic process that transforms a distribution by following a time-dependent control signal.

Controlled Vocabulary

Techniques

A standardized set of predefined terms used consistently across systems to ensure consistent meaning and reduce ambiguity.

Controller Synthesis

Techniques

Automatically designing a decision-making system that controls when and how to execute actions.

ControlNet

Techniques

A technique that adds spatial control to diffusion models by conditioning generation on aligned input maps (like depth or property masks).

Convection-dominated

Techniques

Physics problems where fluid flow effects dominate over diffusion, creating sharp gradients and moving fronts.

Convergence

Training

The point during training when a model's performance stabilizes and stops improving significantly, indicating it has learned the patterns in the data.

Convergence Analysis

Techniques

Mathematical proof that an optimization algorithm reliably reaches a good solution and quantifies how fast it gets there.

Convergence Guarantees

Techniques

Mathematical proofs that an algorithm will reach a correct solution under specified conditions.

Convergence Rate

Techniques

How quickly an optimization algorithm approaches the optimal solution, typically expressed as a function of iterations.

Convergent Evidence

Techniques

Agreement across multiple independent methods or analyses pointing to the same conclusion.

Convergent Evolution

Techniques

When different models independently learn similar features or representations from different training signals.

Convergent Synthesis

Techniques

A synthesis strategy that assembles multiple complex building blocks in parallel before combining them, reducing total steps.

Conversational AI

Behavior

AI systems designed to understand and respond to human language in natural, dialogue-like interactions.

Conversational AI Agent

Techniques

An AI system designed to conduct multi-turn dialogue with users to accomplish specific tasks, like medical interviewing.

Conversational Assessment

Techniques

Using dialogue with a chatbot or AI agent to probe and verify student understanding through questioning.

Conversational Coherence

Behavior

The model's ability to maintain logical consistency and relevance across multiple turns of dialogue, making responses feel natural and connected.

Conversational Fluency

Behavior

How naturally and coherently a model engages in back-and-forth dialogue, matching human conversation patterns.

Conversational Language Model

Training

A model specifically trained to understand and generate natural dialogue, optimized for back-and-forth interactions rather than one-off text generation.

Conversational Model

Behavior

A language model specifically trained and optimized to engage in multi-turn dialogue with users.

Conversion

Techniques

When a user completes a desired action, typically making a purchase after viewing a product.

Convex Capacity Constraint

Techniques

A physical limit on inventory levels described by a convex set, constraining what orders are feasible.

Convex Combination

Techniques

A weighted sum of points where weights are non-negative and sum to one, representing a point within their geometric hull.

Convex Function

Techniques

A function where any line segment between two points on the curve lies above the curve, ensuring a single global minimum.

Convex Optimization

Techniques

Mathematical technique for finding the best solution to a problem with a single global optimum.

Convex Polytope

Techniques

A geometric shape formed by the intersection of linear inequalities, with vertices representing extreme points.

Convex Sets

Techniques

Geometric regions where any straight line between two points in the region stays entirely within the region, enabling efficient trajectory planning.

Convolutional Operations

Architecture

A technique that scans across input data using small filters to detect local patterns, commonly used in image processing but here applied to text for efficiency.

Cooperative Game

Techniques

A game setting where agents work together toward shared objectives rather than competing against each other.

Coordinate Reference System (CRS)

Techniques

The geographic coordinate system (e.g., latitude/longitude) used to define spatial locations and ensure consistency across operations.

Coordinate-Aware Representations

Techniques

Internal model representations that explicitly encode spatial positions and coordinate information.

Coordination Game

Techniques

A game where players benefit from choosing compatible strategies, used here to model how agents negotiate shared meaning.

Coordination Games

Techniques

Game theory scenarios where agents benefit from matching actions but may also benefit from strategic differentiation.

Copy-on-Write

Techniques

An optimization where data is only copied when modified, allowing multiple references to share the same data until changes occur.

Core-Periphery Attention

Techniques

An attention mechanism where peripheral tokens (patches) interact only through central core tokens, reducing computation.

Coreference Resolution

Techniques

Identifying when different mentions in text refer to the same entity or concept.

Coreset Selection

Techniques

Selecting a small subset of real samples from a large dataset that best represent the original data distribution.

Corpus

Techniques

A collection of documents or text used as the knowledge base for retrieval in RAG systems.

Corpus-Discriminative Retrieval

Techniques

Selecting query terms that best distinguish relevant documents from irrelevant ones in a specific corpus.

Correctness Gating

Techniques

A filtering mechanism that validates whether a proposed solution is correct before allowing it to advance in a search process.

Correlation Alignment (CORAL)

Techniques

A domain adaptation technique that aligns the second-order statistics (covariance) between source and target domains.

Corruption Robustness

Techniques

A model's ability to maintain performance when input data is degraded (e.g., noise, blur, missing values).

Cosine Distance

Evaluation

A mathematical measure that compares how similar two embeddings are by calculating the angle between them, with values closer to 1 meaning more similar.

Cosine Similarity

Performance

A method of comparing two vectors based only on their direction, ignoring their magnitude, making it scale-invariant.

CosNet

Techniques

A learnable activation function using cosine waves with adjustable frequency and phase to process data nonlinearly.

Cost-Aware Attack

Techniques

An adversarial attack that accounts for the real-world cost or feasibility of modifying each feature.

Cost-aware evaluation

Techniques

Measuring model performance while accounting for the computational and operational costs required to achieve results.

Cost-Efficiency

Deployment

The ability to deliver useful results while using fewer computational resources, reducing the expense of running the model.

Cost-Quality Tradeoff

Techniques

The balance between inference cost (compute, latency) and answer quality that systems must optimize for.

Cost-Sensitive Learning

Techniques

Training approach that weights errors differently based on their downstream impact or cost in the application domain.

CoT-MAE

Training

A training methodology that combines chain-of-thought reasoning with masked autoencoder techniques to improve model understanding of text relationships.

Count-Scale Drift

Techniques

A failure mode where decision thresholds shift based on the number of sources consulted, causing inconsistent decisions.

Counterexample

Techniques

An instance where a model's prediction fails to match reality, used to identify and fix model errors.

Counterfactual Evaluation

Techniques

Testing what would happen if you changed a strategy, without actually running the experiment in the real world.

Counterfactual Explanation

Techniques

An explanation showing what input changes would alter a model's prediction to a different outcome.

Counterfactual Generation

Techniques

Creating alternative scenarios showing what would happen if something were different (e.g., if an object didn't exist).

Counterfactual Negatives

Techniques

Training examples where evidence is semantically related but contradicts the claim, testing if models truly use evidence.

Counterfactual Query

Techniques

A question about what would have happened if a variable had taken a different value (e.g., 'what if the patient had received treatment?').

Counterfactual Reasoning

Techniques

Reasoning about what would have happened under different actions or conditions than what actually occurred.

Coupled State Representation

Techniques

A unified representation that tracks both physical scene state and mental state variables together.

Covariance

Techniques

A measure of how two variables change together; structured covariance means features are correlated in specific patterns.

Covariance Estimation

Techniques

The process of learning or updating the statistical properties of measurement and process noise in a filtering system.

Covariance Matching

Techniques

Aligning a model's sensitivity structure to match the statistical structure of task-irrelevant variations in data.

Covariance Matrix Adaptation Evolution Strategy (CMA-ES)

Techniques

A robust black-box optimization algorithm that adapts the covariance matrix of a search distribution to efficiently explore high-dimensional spaces.

Covariate Shift

Techniques

When the distribution of input data changes between training and real-world use, causing models to fail.

Coverage

Techniques

The extent to which training data represents all relevant aspects or regions of a document or domain.

Coverage Constraints

Techniques

Requirements ensuring sufficient representation of all groups, including subgroups defined by multiple attributes, in training data.

Coverage Deficit

Techniques

A diagnostic metric that measures beyond-spectrum structure by comparing analog prediction gains to linear prediction.

Coverage Estimation

Techniques

Measuring what proportion of a problem space a model can reliably handle.

Coverage map

Techniques

A record of what information has been found and what gaps remain, guiding agents toward unresolved areas.

Coverage Path Planning

Techniques

Finding an efficient route for a vehicle to visit all cells or areas in a region.

Coverage Verification

Techniques

The process of proving that testing has comprehensively covered all relevant operating conditions and edge cases.

Coverage-Aware Sampling

Techniques

A training technique that prioritizes data from under-explored regions of the state-action space to improve model robustness.

Coverage-Guided Testing

Techniques

Testing approach that systematically explores different input regions to find edge cases and failures.

Covert Political Bias

Techniques

Systematic asymmetric treatment of opposing political viewpoints in language model responses, including differences in tone, depth, and engagement.

CPTP Operation

Techniques

A quantum operation that preserves physical validity by maintaining positivity and trace properties of quantum states.

CPU Inference

Deployment

Running a model's predictions using a computer's central processor rather than a specialized graphics card, which is slower but requires less specialized hardware.

Cramér-Rao Bound

Techniques

A mathematical limit on how precisely any unbiased estimator can determine a parameter from data.

Cranfield-Style Evaluation

Techniques

A benchmark methodology using a fixed document collection, queries, and human relevance judgments to evaluate retrieval systems.

Creative Commons License

Licensing

A standardized legal license (like CC-BY-4.0) that specifies how others can use, share, and modify a work with clear attribution requirements.

Creative Utility

Techniques

A measure of how useful and novel the connections a model generates are for creative tasks.

Credibility

Techniques

User perception of a system's trustworthiness and expertise, affecting whether they believe its information.

Credibility Constraint

Techniques

A restriction on which successor states are considered reachable or believable from a given source world.

Credit Assignment

Techniques

The process of determining which actions or steps in a sequence deserve reward or blame for the final outcome.

Criteria Decomposition

Techniques

Breaking down evaluation into multiple independent criteria to reduce complexity and improve verification accuracy.

Criterion Leakage

Techniques

When an AI model can achieve high scores by paraphrasing or trivially matching evaluation criteria without genuine understanding.

Criterion-level Feedback

Techniques

Detailed feedback that scores responses across multiple specific evaluation criteria rather than a single overall score.

Critic Model

Techniques

A language model trained to evaluate the quality of another model's outputs and identify areas for improvement.

Critic-Based Filtering

Techniques

Using a separate model to evaluate and reject outputs that contain errors, improving final answer quality.

Critic-Based Payoff Estimation

Techniques

Using a neural network to predict game payoffs for different action combinations, amortizing learning across multiple game states.

Critical Attribution

Techniques

Identifying which specific error in a failed trajectory was responsible for the final failure outcome.

Critical Token

Techniques

A position in code generation where errors are most likely to occur and cause downstream semantic failures.

Critique Agent

Techniques

An agent that reviews and validates the recommendations and execution plan of other agents to ensure correctness and coherence.

Critique-Based Guidance

Techniques

Providing corrective feedback or explanations of errors as examples to steer model behavior toward better outputs.

Croissant Metadata

Techniques

A standardized format for describing machine learning datasets with structured information about their contents and properties.

Cross Attention

Techniques

Mechanism allowing one sequence to attend to and focus on another sequence.

Cross-Architecture Transfer

Techniques

Transferring knowledge between models with fundamentally different designs, attention mechanisms, or tokenizers.

Cross-Attention Adapter

Techniques

A neural module that merges information from two sources by learning which parts of each are most relevant.

Cross-Commentator Alignment

Techniques

Mapping the same source text across multiple independent interpretations to enable direct comparison of how different schools read identical material.

Cross-Dataset Transfer

Techniques

Testing whether a model trained on one dataset generalizes to perform the same task on a different dataset.

Cross-domain Mapping

Techniques

A creativity technique where ideas from one unrelated domain are applied to solve problems in another domain.

Cross-Domain Reward Interference

Techniques

When optimizing multiple objectives jointly causes conflicts where improving one metric degrades another.

Cross-Embodiment Learning

Techniques

Training a single model on data from multiple robot types or humans to learn generalizable physical principles.

Cross-embodiment Transfer

Techniques

Learning to control one body type (like a humanoid robot) using data from a different body type (like humans).

Cross-Encoder

Architecture

A model architecture that takes a query and document together as input and directly outputs a relevance score, unlike dual-encoders that score them separately.

Cross-Entropy Loss

Techniques

A loss function that measures how well a predicted probability distribution matches a target distribution.

Cross-Environment Deployment

Techniques

Running an AI model in different network environments or systems than the one it was trained on.

Cross-Fitted Style Residualization

Techniques

A technique that uses cross-validation to estimate and remove systematic style differences between teacher models before applying distillation.

Cross-fitting

Techniques

A technique that splits data into parts to estimate nuisance parameters on one part and the target parameter on another, reducing bias.

Cross-Lingual

Behavior

The ability to understand relationships and transfer knowledge between different languages, such as answering a question in one language based on text in another.

Cross-lingual Alignment

Techniques

Matching equivalent sentences or meanings across different languages.

Cross-Lingual Awareness

Behavior

The ability of a model to understand and relate concepts across different languages, allowing it to find similarities between text in different languages.

Cross-Lingual Capability

Behavior

The ability of a model to understand and work with multiple languages, sometimes even translating concepts between them.

Cross-Lingual Consistency

Behavior

The ability of a model to represent similar meanings in different languages as nearby points in its vector space, so translations and equivalent concepts are treated as semantically close.

Cross-lingual Generalization

Techniques

The ability of a model or probe trained on one language to work effectively on other languages.

Cross-Lingual Matching

Behavior

The ability to find and compare similar content across different languages by representing them in a shared mathematical space.

Cross-Lingual Retrieval

Behavior

The ability to find relevant documents or text in one language when searching with a query in a different language.

Cross-Lingual Semantic Similarity

Behavior

The ability to recognize that sentences or phrases in different languages have the same or similar meaning and represent them close together in numerical space.

Cross-Lingual Similarity

Behavior

The ability to measure how similar two sentences are even when they are written in different languages.

Cross-Lingual Transfer

Behavior

The ability of a model trained on multiple languages to apply knowledge learned from one language to understand or generate text in another language.

Cross-Lingual Understanding

Behavior

The ability of a model to comprehend relationships and meanings across different languages, enabling tasks like translation and multilingual reasoning.

Cross-Modal Alignment

Techniques

Connecting representations from different types of data (like speech and text) so they work together effectively.

Cross-Modal Attack

Techniques

An attack that manipulates multiple input types (like images and text) together to deceive a model.

Cross-modal Attention

Techniques

A mechanism that aligns and weights information between different modalities like images and text.

Cross-Modal Cohesion

Techniques

Ensuring semantic consistency between different modalities (e.g., text and images) in generated content.

Cross-Modal Consistency

Techniques

Ensuring that representations across different modalities (images, 3D, text) align and reinforce each other.

Cross-Modal Convergence

Techniques

Alignment in how models from different modalities (e.g., vision and language) represent the same stimulus.

Cross-Modal Distillation

Techniques

Transferring knowledge from a teacher model in one modality (text) to a student model in another modality (audio).

Cross-Modal Fusion

Techniques

The process of combining information from multiple modalities (e.g., vision and text) into a unified representation.

Cross-Modal Inconsistency

Techniques

When a model produces contradictory predictions for the same concept represented in different modalities.

Cross-Modal Interaction

Techniques

The process of connecting and aligning information from different modalities (like text and 3D geometry) within a single model.

Cross-Modal Matching

Behavior

The ability to find relationships between different types of content, such as matching natural language descriptions to code snippets.

Cross-modal prediction

Techniques

Learning representations by predicting one modality from another.

Cross-Modal Reasoning

Behavior

The ability to connect and reason about information from different input types (like audio and video) together to draw conclusions.

Cross-Modal Relations

Techniques

Relationships and connections between different types of data (e.g., how text and images relate to each other).

Cross-Modal Retrieval

Techniques

The ability to search and find relevant items across different data types, such as finding images using text queries or vice versa.

Cross-modal scene retrieval

Techniques

Finding similar scenes across different input types (e.g., finding a visual scene matching an audio description).

Cross-Modal Scoring

Techniques

Computing relevance or similarity scores between information from different modalities (e.g., text and images).

Cross-modal Semantic Sharing

Techniques

The ability of a model to share semantic understanding between different input modalities like vision and text.

Cross-Modal Similarity

Behavior

The ability to measure how closely related content from different types of input (like images and text) are to each other.

Cross-Modal Supervision

Techniques

Training a model using aligned labels from different data sources or modalities (e.g., video and biomechanical data).

Cross-Modality Message Passing

Techniques

Exchanging information between different input types (text and vision) to guide compression decisions.

Cross-Model Transfer

Techniques

Applying knowledge or rules learned from one model to improve performance in a different, often smaller model.

Cross-module Reasoning

Techniques

The ability of AI tools to access information from other modules and make decisions based on shared context.

Cross-Price Effects

Techniques

How the demand for one product changes when the price of a different product changes.

Cross-Script Generalization

Techniques

The ability of a model to perform consistently when input text or audio switches between different writing systems or languages.

Cross-Skill Long-Horizon Tasks

Techniques

Multi-step problems where each step requires a different reasoning skill and depends on previous outputs.

Cross-Source Grounding

Techniques

Linking and connecting information from multiple different data sources to understand how they relate to each other.

Cross-Source Reconciliation

Techniques

The process of comparing and resolving conflicting information from multiple sources to determine accurate answers.

Cross-subject generalization

Techniques

A model's ability to work on new individuals without retraining, despite differences in neural anatomy.

Cross-validation

Techniques

A technique that splits data into multiple subsets to train and test models, reducing overfitting risk.

Cross-View Attention

Techniques

A mechanism that transfers motion information from one camera viewpoint to another while maintaining consistency.

Cross-View Correlation

Techniques

The degree to which internal representations align when processing the same task in different formats or modalities.

Cross-View Identity Confusion

Techniques

When a model fails to recognize that the same object in different camera views is the same entity, leading to counting errors.

Cross-view matching

Techniques

Aligning images captured from different viewpoints (e.g., street-level and overhead) to find correspondences.

Crowdsourced

Techniques

Data or labels collected from many independent contributors rather than a single expert source.

CRPS (Continuous Ranked Probability Score)

Techniques

A metric that evaluates probabilistic forecasts by measuring how well predicted probability distributions match actual outcomes.

CSS Codes

Techniques

Calderbank-Shor-Steane quantum codes combining two classical error-correcting codes for quantum error correction.

Cubic surface

Techniques

A 3-dimensional algebraic variety defined by a degree-3 polynomial equation.

Cubical Complex

Techniques

A mathematical structure representing data as a collection of cubes at different scales, used in topological analysis.

CUDA

Techniques

NVIDIA's parallel computing platform that runs code on GPUs to process many tasks simultaneously.

Cuda Kernels

Techniques

Optimized GPU code that performs specific computational operations efficiently.

Cultural Bias

Techniques

Systematic preference for values, norms, or behaviors from one culture over others in model outputs.

Cultural Measurement

Techniques

Using computational methods to quantify and analyze cultural phenomena like dialogue patterns, social interactions, or linguistic variation.

Cultural Reasoning

Techniques

The ability to understand and infer cultural context, significance, and metadata from visual or textual information.

Cumulants

Techniques

Statistical measures that describe probability distributions, used to track activation behavior.

Curated Dataset

Training

Training data that has been carefully selected and filtered to include only high-quality examples relevant to specific tasks or domains.

Curated Training Data

Training

Carefully selected and filtered training examples chosen for quality rather than quantity, often resulting in models that produce more structured and reliable outputs.

Curiosity-Driven Reinforcement Learning

Techniques

RL approach where agents explore by seeking states where their world model makes poor predictions.

Curriculum Design

Techniques

Training strategy that gradually increases task difficulty to help models learn robustly.

Curriculum Learning

Techniques

Training strategy that presents examples in increasing order of difficulty.

Curvature Regularizer

Techniques

A training constraint that penalizes curved or winding paths in the learned representation space.

Customization

Techniques

Allowing users to configure AI behavior, roles, and interaction patterns to match their specific needs and preferences.

Cycle Consistency

Techniques

A constraint requiring a model to reconstruct its original output after transforming through intermediate steps.

Cyclomatic Complexity

Techniques

A metric measuring how many different paths code can take; lower values mean simpler, easier-to-maintain code.

D

DAG-based Consensus

Techniques

A consensus mechanism using a directed acyclic graph structure to order and validate transactions or events without requiring a single chain.

DAgger

Techniques

An interactive learning method where a human corrects the model's mistakes during training to fix distribution mismatch.

Damped Sub-steps

Techniques

Smaller, controlled refinement iterations that reduce the magnitude of updates to stabilize computation.

Data Assimilation

Techniques

Combining observed measurements with model predictions to calibrate and improve model parameters.

Data Attribution

Techniques

Measuring how much each training example contributes to a model's final performance using gradient-based methods.

Data Augmentation

Techniques

Technique to increase training data by creating variations or new samples from existing data.

Data Contamination

Techniques

When test data accidentally leaks into training, artificially inflating a model's measured performance.

Data Curation

Training

The process of carefully selecting, cleaning, and organizing training data to improve model quality; better curated data often leads to better model performance.

Data Deletion

Techniques

Predicting how a model would behave if specific training examples were excluded without retraining.

Data Deletion Problem

Techniques

Predicting how a model's behavior would change if specific training data were excluded without retraining.

Data Diversity

Techniques

The variety of examples in a dataset across different attributes, styles, or contexts to improve model generalization.

Data Efficiency

Techniques

Achieving better model performance using less training data through improved data quality or learning methods.

Data Engineering

Techniques

The process of selecting, organizing, and preparing training data to improve model performance.

Data Extraction

Techniques

The process of automatically identifying and pulling relevant information from unstructured or scattered data sources.

Data Fidelity

Techniques

The accuracy and correctness of data representation in a visualization or output.

Data Flywheel

Techniques

A self-reinforcing cycle where a system identifies gaps, generates data to fill them, and uses that data to improve itself.

Data Governance

Techniques

Policies and procedures that control how sensitive data like medical images are stored, accessed, and used.

Data Gravity

Techniques

The tendency for computation to move toward where large datasets are stored, rather than moving data to where computation happens.

Data Heterogeneity

Techniques

Variation in data distribution across different sources or groups.

Data Integration

Techniques

Combining data from multiple sources into a unified, usable format for analysis or querying.

Data Loss Prevention (DLP)

Techniques

Security controls that prevent sensitive data from leaving a restricted environment without authorization.

Data Missingness

Techniques

Gaps or missing values in a dataset caused by sensor failures, blinks, or other interruptions.

Data Modification Cost

Techniques

The expense of changing, augmenting, or purchasing training data to improve model fairness and reduce bias.

Data Ordering

Techniques

The sequence in which training examples are presented to a model during training.

Data Poisoning

Techniques

Adversarial manipulation of training data to degrade model behavior while maintaining normal performance on standard metrics.

Data Processing Pipeline

Techniques

A sequence of automated steps that transform raw data into a format suitable for model training.

Data Quality

Training

The relevance, accuracy, and usefulness of training data, which can be more important for model performance than simply having more data.

Data Quality Curation

Training

The practice of carefully selecting and filtering training data for relevance and accuracy rather than simply using larger amounts of raw data.

Data Quality Validation

Techniques

The process of checking whether data in a dataset meets required standards and accurately represents what it claims to represent.

Data Ratio

Techniques

The proportion of training data allocated to different modes or tasks (e.g., 70% thinking vs. 30% non-thinking).

Data Referencing Errors

Techniques

Mistakes where LLMs incorrectly cite, omit, or misread values from tables despite understanding the table structure.

Data Registry

Techniques

A centralized catalog storing metadata about available data sources and their query interfaces.

Data Residency

Deployment

A guarantee that your data is stored and processed only in a specific geographic region, helping meet regulatory requirements.

Data Reuse

Techniques

When researchers use datasets from previous studies in their own research rather than collecting new data.

Data Seed

Training

A controlled variation in the order or selection of training data used to train a model, allowing researchers to isolate how data ordering affects learning.

Data Selection

Techniques

Choosing a subset of training data based on quality or relevance metrics rather than using all available data.

Data Synthesis

Techniques

Automatically generating training data from existing datasets to teach models new tasks.

Data Validation

Techniques

Automated checks that verify data meets quality and correctness requirements before use.

Data-Centric Machine Learning

Techniques

An approach that focuses on improving data quality and efficiency rather than just model architecture.

Data-Efficient

Techniques

Achieving good performance with minimal training data through smart collection or learning strategies.

Data-Encoding Unitary

Techniques

A quantum operation that transforms quantum states based on classical input data.

Data-Level Intervention

Techniques

Modifying training data itself rather than changing model architecture or training procedures.

Data-Parallel Training

Techniques

Distributing training data across multiple GPUs that compute gradients independently then synchronize.

Dataset Distillation

Techniques

Compressing a large dataset into a smaller synthetic version preserving key information.

Dataset Taxonomy

Techniques

A classification system that organizes datasets by their characteristics like sparsity, scale, and sequential structure.

DBRX Architecture

Architecture

A neural network design pattern that serves as the structural foundation for this model, determining how it processes and generates text.

DC Power Flow

Techniques

Simplified power flow approximation that ignores reactive power and voltage variations for faster computation.

DDIM (Denoising Diffusion Implicit Models)

Techniques

A faster sampling method for diffusion models that skips intermediate steps while maintaining quality.

de Finetti's Theorem

Techniques

A mathematical result showing that coherent probability assignments must satisfy certain consistency conditions that can be tested via betting.

De Novo Design

Techniques

Creating entirely new protein sequences from scratch rather than modifying or copying existing ones.

De-duplication

Techniques

Removing duplicate detections of the same object across multiple video frames to avoid counting it twice.

DeBERTa

Architecture

A transformer-based language model architecture that uses disentangled attention mechanisms to improve how the model weighs different parts of the input text when making predictions.

Decentralized Execution

Techniques

Each agent independently executes its assigned action without real-time coordination, based on a centrally-computed plan.

Decentralized governance

Techniques

Systems where rules and enforcement are managed by participants themselves rather than a central authority.

Decentralized Training

Training

A training approach where a model is developed across multiple independent computers or organizations rather than in a single centralized facility, allowing distributed collaboration.

Deceptive Behavior

Techniques

Outputs that mislead a recipient, whether or not the model has an internal mechanism designed to deceive.

Decision Loss

Techniques

A loss function that directly penalizes the cost incurred by making decisions based on a model's predictions.

Decision Reconstructability

Techniques

The ability to replay and understand why a system made a specific decision after the fact.

Decision Tree

Techniques

A tree-based model that recursively partitions data using threshold rules to make predictions.

Decision-Centered Learning

Techniques

Educational approach where learners make choices that shape outcomes, reinforcing clinical decision-making skills.

Decision-level Fusion

Techniques

Combining predictions or confidence scores from individual modalities to make a final decision.

Decision-Making System

Techniques

A mechanism that selects actions based on current state, goals, and expected outcomes to maximize success.

Decision-Support Mechanism

Techniques

A tool or system that provides information and analysis to help humans make better decisions without replacing human judgment.

Decision-Theoretic

Techniques

An approach that evaluates systems based on the quality of decisions they enable under different costs and benefits.

Declarative Specification

Techniques

A formal description that binds visual elements to data fields, separating what to show from how to render it.

Decoder

Techniques

A component that converts compressed internal representations back into human-readable outputs like audio or images.

Decoder Direction

Techniques

A vector in an autoencoder that reconstructs or represents a specific learned feature from compressed latent space.

Decoder Stochasticity

Techniques

The inherent randomness in a model's output generation, even when given identical inputs multiple times.

Decoder-based Language Model

Techniques

A type of LLM that generates text one token at a time, like GPT models.

Decoder-Only Architecture

Techniques

Language model design that generates text sequentially without a separate encoder, like GPT models.

Decoding

Techniques

Converting model outputs into human-readable text or structured predictions.

Decoding Efficiency

Techniques

The speed at which a model generates output tokens one at a time, a critical bottleneck in long-context scenarios.

Decoding Strategies

Techniques

Methods for generating text from a language model, such as greedy selection, beam search, or temperature sampling.

Decoding temperature

Techniques

A parameter controlling randomness in AI text generation; higher values increase diversity, lower values increase predictability.

Decoding Trajectory

Techniques

The sequence and order in which tokens are generated or unmasked during the model's iterative generation process.

Decompilation

Techniques

Converting compiled binary code back into human-readable pseudo-code approximations.

Decomposition

Techniques

Breaking a complex problem into smaller, simpler sub-problems that are easier to solve and understand.

Decompositional Verifiable Reward (DVReward)

Techniques

A reward system that breaks complex requests into atomic, checkable questions to provide interpretable feedback for model training.

Decoupled Perception-Exploration Pipeline

Techniques

An architecture that separates visual understanding from information retrieval, forcing exhaustive visual analysis before external search.

Decoupled reinforcement learning

Techniques

Training separate reward objectives for different tasks (e.g., binary judgment vs. error localization) instead of optimizing them jointly.

Decoupling (GDP from Welfare)

Techniques

The separation of economic output growth from human welfare, where GDP expands while human ownership share and consumption decline.

Deduplication

Training

The process of removing duplicate or near-duplicate examples from training data to improve model efficiency and prevent overfitting to repeated content.

Deep Research Agent

Techniques

An AI system that performs multi-step research by reasoning through problems and making multiple search queries.

Defeat Function

Techniques

A context-dependent rule that determines which attacks between arguments succeed based on the current context or regime.

Defect Detection

Techniques

Automatically identifying problems or errors in software artifacts, such as incomplete or ambiguous descriptions.

Deformable Gaussian Splatting

Techniques

An extension of Gaussian Splatting that allows the 3D primitives to deform over time to handle dynamic scenes.

Degrees of Freedom

Techniques

The number of independent ways a mechanical part can move or rotate in an assembly.

Delayed Feedback

Techniques

Consequences of an agent's actions that appear many steps later, making it harder to learn cause-and-effect relationships.

Delayed Reward

Techniques

A reward signal that only becomes available after multiple steps or actions have been completed.

Delayed Verifier Signals

Techniques

Feedback or verification of agent actions that arrives after a delay, requiring the agent to maintain accountability over time.

Deletion Non-Monotonicity

Techniques

A failure mode where removing steps from a plan increases its evaluation score despite making it incomplete.

Deliberative democracy

Techniques

A form of democracy where citizens and representatives engage in reasoned discussion to reach decisions.

Deliberative Feedback

Techniques

Real-time natural language guidance that shapes agent reasoning without requiring model parameter updates.

Delta Signal

Techniques

The difference between a reasoning-tuned teacher model and its base pre-trained version, used as a training target.

Demand Modeling

Techniques

Using machine learning to predict how much of a product customers will buy given prices and other factors.

Demographic Blinding

Techniques

Removing or hiding demographic information (like gender) from model inputs to reduce bias in decision-making.

Demographic Importance Weighting

Techniques

Learning which demographic attributes (race, age, etc.) are most influential in predicting how annotators will judge subjective content.

Demonstration Data

Training

Training examples collected from real robots performing tasks, used to teach the model how to execute similar actions.

Denoising

Training

A training approach where the model learns to reconstruct clean audio from corrupted or noisy versions, improving its ability to extract meaningful features.

Denoising Autoencoder

Architecture

A neural network trained to reconstruct clean text from corrupted or noisy versions, learning to remove noise while preserving meaning.

Denoising Objective

Training

A training approach where a model learns to reconstruct clean audio from noisy versions, making it better at understanding speech in real-world conditions.

Denoising Process

Techniques

A technique where a model learns to gradually remove random noise from data to reconstruct meaningful content, used as an alternative to traditional token prediction.

Denoising Score Matching

Techniques

A training objective that learns to predict noise in corrupted data, used in diffusion models for stable gradient-based optimization.

Dense Captioning

Behavior

Generating detailed, comprehensive descriptions of images that capture rich visual information and relationships rather than brief summaries.

Dense Embedding

Architecture

A compact vector representation where most dimensions contain meaningful information, as opposed to sparse embeddings that are mostly zeros.

Dense Embeddings

Architecture

Vector representations where most or all of the numbers contain meaningful information, as opposed to sparse embeddings where most numbers are zero.

Dense Feedback

Techniques

Fine-grained, continuous-valued signals that provide detailed information about solution quality for training or selection.

Dense Model

Architecture

A neural network where all parameters are active for every input, in contrast to sparse architectures like mixture-of-experts that selectively activate different parts.

Dense Passage Retrieval

Techniques

A technique that converts documents and queries into dense vectors so that relevant passages can be found by comparing their numerical representations rather than matching keywords.

Dense Representation

Architecture

A compact numerical format where meaning is captured in a fixed-size list of numbers, making it efficient for storage and similarity comparisons.

Dense Retrieval

Techniques

A search method that converts text into a single, compact numerical vector and finds similar documents by comparing these vectors.

Dense Retriever

Techniques

A retrieval system using learned embeddings to find semantically similar documents via vector similarity.

Dense Supervision

Techniques

Training data that provides detailed annotations for every part of an input, rather than just overall labels.

Dense Vector

Architecture

A compact numerical representation where most values are non-zero, used to efficiently store and compare the meaning of text.

Dense Vector Embedding

Architecture

A compact numerical representation of text that captures its meaning, allowing the model to compare how similar different pieces of text are to each other.

Dense Vector Embeddings

Architecture

Numerical representations of text where each word or sentence is converted into a list of numbers that capture its meaning, allowing the model to compare semantic similarity.

Dense Vector Representation

Formats

A compact numerical format where text is encoded as a list of numbers that capture its meaning, allowing efficient similarity comparisons.

Dense Vector Space

Architecture

A mathematical space where text is represented as vectors of numbers, positioned so that similar meanings are located close together.

Dense Vectors

Architecture

Compact numerical representations where most values are non-zero, used to encode the meaning of text in a form that computers can compare mathematically.

Dense Video Captioning

Techniques

Automatically generating descriptions for multiple events throughout a long, untrimmed video with precise timing.

Dense vs. Sparse Embeddings

Architecture

Dense embeddings use all dimensions with non-zero values (like traditional neural embeddings), while sparse embeddings mostly contain zeros and are more interpretable and storage-efficient.

Density Estimation

Techniques

Measuring how crowded solutions are in the search space to maintain diversity in the population.

Density Matrix

Techniques

A mathematical representation of a quantum state that describes the statistical properties of a quantum system.

Density Modes

Techniques

Local peaks in a probability distribution where data is most concentrated; useful for summarizing multimodal data.

Density-Guided Response Optimization (DGRO)

Techniques

A method that aligns models by learning from the geometric clustering of accepted responses in the model's representation space.

Dependency Graph

Techniques

A visual map showing which models, datasets, and tools a system relies on and how they connect.

Dependency Parsing

Techniques

Finding a tree structure that represents grammatical relationships between words or elements in a sequence.

Dependency Propagation

Techniques

How changes to one software component automatically affect other components that depend on it.

Dependency Reasoning

Techniques

The ability to understand how multiple facts relate to and affect each other when making decisions.

Dependency Structure

Techniques

The pattern of how information at different distances in text relates to each other, characterized by width and scale.

Deployment Configuration

Techniques

The specific technical setup of an LLM in production, including safety layers, routing rules, and interface choices.

Deployment Monoculture

Techniques

Risk that a single model's values or biases get applied uniformly at scale, eliminating the diversity of perspectives that would naturally exist with multiple decision-makers.

Depth Map

Techniques

An image where each pixel's brightness represents how far away that object is from the camera.

Depth Map Estimation

Techniques

Computing per-pixel distance from camera to scene surfaces to reconstruct 3D geometry from 2D images.

Depth-Aware Capacity Allocation

Techniques

Assigning different amounts of model parameters to different layers based on their functional importance rather than uniformly.

Depth-Scaling Effect

Techniques

Improving model performance by increasing computational depth without adding new parameters, achieved through layer reuse.

Depth-Upscaling

Training

A technique that creates a larger model by combining and stitching together layers from smaller pre-trained models rather than training a new model from scratch.

Depthwise Convolution

Techniques

A convolution operation that applies separate filters to each input channel, reducing parameters compared to standard convolution.

Dequantization

Techniques

The process of restoring a compressed model's weights to higher numerical precision, improving quality but requiring more memory.

Derivative Model

Training

A new model created by modifying or fine-tuning an existing base model rather than training from scratch.

Derive vs. Infer

Techniques

Derive is deterministic computation over available state; infer is LLM-mediated judgment under declared context and capability constraints.

Descriptor

Architecture

A numerical representation that captures the visual characteristics around a detected keypoint, allowing the model to match similar points across different images.

Descriptor-Based Generation

Techniques

Generating model weights using text or structured descriptions of the target architecture and task as input.

Design Space Exploration

Techniques

Systematic evaluation of different design choices to find optimal trade-offs between performance, power, and area.

Deskilling

Techniques

The loss of professional expertise and judgment that occurs when workers rely on automated systems instead of developing their own capabilities.

Determinantal Point Process

Techniques

A mathematical model that generates diverse sets of items by penalizing similarity, useful for ensuring variety in generated outputs.

Deterministic Checks

Techniques

Automated verification rules that produce the same result every time, used when there is clear evidence of task completion.

Deterministic Fallback

Techniques

A guaranteed non-AI backup process that ensures the system can continue operating safely if AI components fail.

Deterministic Workflow Engine

Techniques

A system that executes predefined process steps in a fixed, repeatable sequence without adaptive reasoning.

Determinization

Techniques

Converting a game with hidden information into multiple fully-observable versions by randomly filling in unknown information.

Devanagari

Techniques

The script used to write Marathi, Hindi, and several other Indian languages.

Development Build

Deployment

An early, pre-release version of a model used for testing and refinement before public release.

Deviation Feedback

Techniques

Explicit signals that alert an agent when its current reasoning or conclusions diverge from task requirements or ground truth.

Dexterous Manipulation

Techniques

Fine-grained, skillful robotic hand control requiring precise coordination of many joints.

Diagnostic Context

Techniques

The reasoning and explanation behind why a specific code location is likely buggy, not just the location itself.

Diagnostic Reasoning

Techniques

AI process of identifying root causes or problems from observed symptoms.

Diagram-to-Code Generation

Techniques

Converting visual diagrams into executable or markup code, such as LaTeX or TikZ, automatically.

Dialogue Dynamics

Techniques

The patterns and interactions that emerge in conversation, including how participants exchange information and coordinate actions.

Dialogue Generation

Behavior

The process of an AI model creating natural conversational responses based on input text.

Dialogue Memory

Techniques

A compact storage mechanism that maintains compressed conversation state across multiple dialogue turns.

Dice Score

Techniques

A metric measuring overlap between predicted and ground-truth segmentation masks, ranging from 0 to 1.

Dictionary Learning

Techniques

The process of finding a set of basis vectors (dictionary) that can reconstruct data through sparse combinations.

Diff Application

Techniques

The ability to understand and apply code changes (diffs) to existing files rather than generating code from scratch.

Diff hunk

Techniques

A contiguous section of a code patch showing added, removed, or modified lines in a specific file.

Differentiability

Techniques

The ability to compute gradients through a system, enabling end-to-end learning.

Differentiable

Techniques

A property of operations that allows gradients to flow through them during backpropagation for model training.

Differentiable Approximation

Techniques

Smooth mathematical function approximating non-differentiable operations for training.

Differentiable Architecture Search (DARTS)

Techniques

A NAS method that relaxes discrete architecture choices into continuous variables to enable gradient-based optimization.

Differentiable Deduction

Techniques

Logical reasoning operations (like applying rules) implemented as differentiable functions so gradients can flow through them.

Differentiable Dynamics

Techniques

A dynamical system whose equations can be differentiated to compute gradients, enabling gradient-based optimization.

Differentiable Loss Functions

Techniques

Mathematical functions that measure how far a model's output is from desired behavior, designed to be optimizable via gradient descent.

Differentiable Memory Stack

Techniques

A learnable memory retrieval mechanism that can be trained end-to-end to recall relevant past episodes for current decision-making.

Differentiable Physics

Techniques

A physics solver built into a neural network so that gradients can flow through physical laws during training.

Differentiable Renderer

Techniques

A rendering system that allows gradients to flow backward from rendered images to 3D parameters, enabling optimization of visual properties.

Differentiable Reward

Techniques

A reward function whose gradients can be computed, allowing optimization of model outputs toward desired properties.

Differentiable Reward Model

Techniques

A reward function designed to be differentiable so gradients can flow through it during training.

Differentiable Sparse Attention

Techniques

A sparse attention method that supports gradient computation, enabling end-to-end training with learned sparsity patterns.

Differential diagnosis

Techniques

A list of possible medical conditions ranked by likelihood, used by clinicians to guide further testing.

Differential Equations

Techniques

Mathematical equations describing how systems change over time, naturally solved by analog hardware.

Differential Privacy

Techniques

A mathematical framework that adds controlled noise to data to protect individual privacy while enabling statistical analysis.

Difficulty amplification

Techniques

A technique to systematically increase problem complexity to better differentiate model capabilities.

Difficulty Calibration

Techniques

Adjusting problem complexity to match model capacity, ensuring training data is neither too easy nor too hard.

Difficulty Estimation

Techniques

Predicting how hard a task is to automatically adjust the amount of computational effort needed.

Difficulty Signal

Techniques

An internal indicator that estimates how hard a problem is, used to guide model behavior.

Difficulty-Aware Data Curation

Techniques

Selecting training examples based on their difficulty level and diversity to improve model learning efficiency.

Diffractive optical element

Techniques

A passive optical component that uses diffraction to manipulate light without moving parts or power.

Diffusion Forcing

Techniques

A training technique for diffusion models that uses per-position noise schedules to enable flexible inference-time control.

Diffusion Language Model

Techniques

A language model that generates text iteratively by refining noisy predictions, allowing generation in arbitrary word order rather than strictly left-to-right.

Diffusion Language Models

Techniques

Language models that generate text by iteratively refining noisy predictions into coherent words.

Diffusion Model

Techniques

Generative model that creates images or videos by gradually removing noise from random data.

Diffusion Models

Techniques

AI models that generate images by learning to reverse a noise-adding process, starting from pure noise.

Diffusion Paradigm

Techniques

A generative approach that iteratively refines predictions by gradually removing noise from random initial states.

Diffusion Policy

Techniques

A policy representation that uses diffusion models to generate action sequences from observations.

Diffusion Prior

Techniques

A learned distribution that guides diffusion models toward realistic outputs in a specific domain.

Diffusion Process

Architecture

A generation method that iteratively refines outputs by gradually removing noise, rather than predicting tokens one at a time from left to right.

Diffusion steps

Techniques

Iterations in a diffusion model that gradually refine noise into a final image or video output.

Diffusion Transformer

Techniques

A transformer architecture adapted to work with diffusion-based generation processes.

Diffusion-Based Architecture

Architecture

A neural network design that generates outputs by iteratively refining noisy predictions into clear results, rather than building text one token at a time like traditional language models.

Diffusion-Based Generation

Architecture

A method where a model generates text by iteratively refining noise into coherent output all at once, rather than predicting one word at a time.

Diffusion-Based Language Model

Architecture

A language model that generates text by iteratively predicting and refining masked (hidden) tokens across the entire output, rather than predicting one token at a time from left to right.

Diffusion-Based Trajectory Generation

Techniques

Using diffusion models to generate realistic robot motion sequences that can be used as training data.

Digital Elevation Model (DEM)

Techniques

A raster dataset representing terrain elevation, often outdated but useful as a geometric prior for reconstruction.

Digital Twin

Techniques

A virtual simulation model of a physical system used to predict behavior and test changes before real-world deployment.

Diglossia

Techniques

A linguistic situation where two distinct language varieties coexist in a community, each used in different social contexts.

Dilated Convolution

Techniques

A convolutional operation that skips input elements to capture patterns at multiple scales without increasing parameters.

Dimension Reduction

Techniques

A technique to simplify high-dimensional parameter spaces by identifying and focusing on the most critical variables.

Dimension Routing

Techniques

Directing different types of evidence or features to specialized processing paths based on their characteristics.

Dimensional Assessment

Techniques

Evaluating a system across multiple independent criteria or dimensions rather than a single overall score.

Dimensionality Reduction

Techniques

Techniques that compress high-dimensional data into fewer dimensions while preserving important patterns.

Direct Preference Optimization

Training

A training technique that teaches a model to prefer certain outputs over others by learning from examples of better and worse responses.

Direct Preference Optimization

Techniques

Training method that aligns models with human preferences by directly optimizing the difference between preferred and dispreferred outputs.

Directed Acyclic Graph (DAG)

Techniques

A graph structure representing causal relationships where arrows point from causes to effects with no cycles.

Directed Acyclic Graph (DAG)

Techniques

A workflow representation where tasks are nodes and dependencies are directed edges with no circular paths.

Directional Alignment

Techniques

A method for comparing texts that preserves the direction of change, showing how one text transforms another rather than just measuring similarity.

Dirichlet Distribution

Techniques

A probability distribution over probability distributions, used here to model uncertainty over class predictions.

Dirichlet Energy

Techniques

A measure of smoothness on a graph that quantifies how much node values vary across connected edges.

Dirichlet Prior

Techniques

A probability distribution used to smooth categorical data by adding prior counts to observed frequencies.

Disclosure

Techniques

Clear, explicit communication to users that content contains paid promotion or advertising.

DisCoCat (Distributional Compositional Categorical)

Techniques

A quantum NLP framework that models language using grammar-aware categorical structures for text analysis.

Discourse Coherence

Techniques

The logical flow and consistency of ideas across sentences in a text or conversation.

Discourse Functional Analysis

Techniques

Examining how language serves specific communicative purposes in conversation, like validating feelings or paraphrasing.

Discourse Marker

Techniques

Words or phrases that signal relationships between ideas, like 'therefore' or 'for example'.

Discourse Particles

Techniques

Small words or phrases like 'well' or 'kind of' that convey emotion, intention, and interpersonal meaning in conversation.

Discovery-to-Application Gap

Techniques

The challenge of moving from discovering causal rules to engineering them into working systems.

Discrete Diffusion

Techniques

A generative model that iteratively removes noise from discrete tokens (like words) to generate text, as an alternative to autoregressive decoding.

Discrete Diffusion Models

Techniques

Generative models that iteratively denoise discrete tokens (like words) from noise to produce text.

Discrete Embeddings

Architecture

Compressed representations of audio data stored as specific, distinct values rather than continuous numbers, making them efficient for storage and processing.

Discrete Exterior Calculus

Techniques

A mathematical framework for defining calculus operations (gradient, curl, divergence) on discrete geometric structures like cell complexes.

Discrete Hartley Transform

Techniques

A real-valued alternative to FFT that decomposes signals into cosine and sine components without complex numbers.

Discrete Latent Space

Techniques

A compressed representation where continuous data is converted into distinct, countable tokens or categories.

Discrete memoryless channel

Techniques

A communication channel where each transmitted symbol is corrupted independently with no memory of past transmissions.

Discrete Simplex

Techniques

A mathematical space representing probability distributions over discrete categories, used for modeling sequences and graphs.

Discrete Tokens

Formats

Individual units of quantized information that represent audio in a compressed, symbolic form rather than continuous values.

Discretization

Techniques

Converting continuous numerical values into discrete bins or categories for processing by algorithms.

Discretization Error

Techniques

The error introduced by approximating a continuous process with discrete steps, a key concern in sampling algorithms.

Discretization Invariance

Techniques

The ability of a model to generalize across different mesh resolutions or numerical discretizations of the same continuous problem.

Discriminative Direction

Techniques

A pattern in token gradients that effectively distinguishes high-reward responses from low-reward ones.

Discriminative Representation

Techniques

A learned representation designed to distinguish between different classes or outcomes, rather than reconstruct input.

Disentanglement

Techniques

Separating different factors of variation (like expression and identity) in a model's learned representations.

Disparate Impact

Techniques

When a policy or algorithm produces unequal outcomes for protected groups, even if not intentionally discriminatory.

Dispatching Rules

Techniques

Simple heuristic strategies for assigning jobs to machines, like prioritizing shortest jobs first.

Distant Supervision

Techniques

Automatically generating training labels using heuristics or patterns instead of manual annotation.

DistilBERT

Architecture

A smaller, faster version of BERT that retains most of its language understanding ability while using fewer parameters and less computational power.

Distillation

Training

A technique that compresses a large, complex model into a smaller one by training it to mimic the larger model's behavior, resulting in faster inference with minimal loss of quality.

Distilled

Training

A model that has been compressed by training a smaller model to mimic a larger, more capable model, reducing size and computational requirements while retaining performance.

Distilled Model

Architecture

A smaller, faster version of a larger model created by training it to mimic the larger model's behavior, reducing computational requirements while maintaining reasonable performance.

Distractor Context

Techniques

Irrelevant information in the input that doesn't help solve the task but can distract models from focusing on key evidence.

Distributed Attack

Techniques

A harmful task split across multiple user accounts so each individual transcript appears benign.

Distributed Compute

Training

Using multiple computers or servers across a network to share the computational work of training or running a model, rather than relying on a single machine.

Distribution Alignment

Techniques

Adjusting a model so its learned patterns match the actual distribution of data in a target domain.

Distribution Gating

Techniques

A learned mechanism that controls which image features to modify based on their distance from the target feature distribution.

Distribution Mismatch

Techniques

When the data distribution used for training differs from the distribution encountered during deployment, causing performance degradation.

Distribution Shaping

Techniques

Modifying a model's output probability distribution at inference time to satisfy constraints without changing the model's weights.

Distribution Sharpening

Techniques

When a policy becomes overly specialized in reproducing successful behaviors without learning to handle diverse situations or recover from failures.

Distribution Shift

Techniques

When a model encounters data that looks different from what it was trained on, causing performance to drop.

Distribution-Free

Techniques

A guarantee that works regardless of the underlying data distribution, requiring no assumptions about how data is generated.

Distributional Drift

Techniques

When a model's behavior diverges from the original training data distribution during fine-tuning or RL.

Distributional Embedding Space

Techniques

A mathematical space where words are represented as vectors based on their usage patterns in text, like GloVe or Word2Vec.

Distributional fairness

Techniques

Ensuring benefits and harms are equitably distributed across agents rather than concentrated in hubs or privileged positions.

Distributional Fidelity

Techniques

How well generated music matches the statistical distribution of real music across acoustic and structural features.

Distributional Gap

Techniques

A systematic difference in how two groups (humans vs. LLMs) distribute their outputs across categories.

Distributional Matching

Techniques

Forcing a model's output distribution to match a target distribution, here used to normalize reward structures across different tasks.

Distributional Metric

Techniques

A measure comparing probability distributions rather than individual samples, useful for evaluating generative model quality.

Distributional Modeling

Techniques

Learning to predict probability distributions over outputs rather than single deterministic predictions.

Distributional Shift

Techniques

When the statistical properties of data change over time, making old patterns unreliable for future predictions.

Distributionally Robust Optimization

Techniques

Finding solutions that work well across all possible data distributions within a defined uncertainty set.

Divergence Constraint

Techniques

A regularization technique that limits how far a model's distribution can drift from a reference distribution during training.

Divergence Regularization

Techniques

A penalty that prevents a model from changing its behavior too drastically by measuring the statistical distance between old and new policies.

Divergence Sequence

Techniques

The temporal pattern of prediction mismatches between teacher and student models across generation steps.

Divergence-Free

Techniques

A mathematical property ensuring that a velocity field conserves mass (no fluid is created or destroyed at any point).

Diversity Collapse

Techniques

When a model trained with RL produces repetitive, similar outputs instead of varied responses, reducing usefulness.

Diversity Coverage

Techniques

A metric measuring the quality of unique answers generated relative to the best possible answer set of the same size.

Diversity-aware Ranking

Techniques

A ranking method that prioritizes both relevance and variety, ensuring results cover different perspectives or approaches.

Divide-and-Conquer Strategy

Techniques

Breaking a large problem into smaller independent subproblems, solving each separately, then combining results.

DNA Synthesis Screening

Techniques

Safety checks that DNA synthesis providers use to block orders for sequences that could be used to create dangerous pathogens.

Document Attribution

Techniques

The ability to identify and explain which retrieved documents contributed to a generated answer.

Document Boundary

Techniques

The natural division between separate documents used as a constraint to group tokens for shared expert selection.

Document Chunking

Techniques

The process of breaking long documents into smaller pieces before embedding them, which this model is optimized to work with effectively.

Document compliance review

Techniques

Automated checking of whether a document (like a contract) meets organizational policies and requirements.

Document Extraction

Techniques

The process of automatically pulling out specific structured information from documents, like names and dates from a resume.

Document Grounding

Techniques

Anchoring AI responses to specific source documents to ensure answers are based on provided content.

Document Intelligence

Behavior

The ability to automatically extract, understand, and convert information from document images (like scans or forms) into structured, machine-readable formats.

Document Layout Analysis

Techniques

The process of identifying and understanding the structure of a document, such as text regions, tables, and columns.

Document Parsing

Techniques

The process of automatically reading and extracting structured information like text, tables, and layout from documents.

Document Retrieval

Techniques

Finding the relevant documents or passages from a large collection that are needed to answer a question.

Document Structure Preservation

Behavior

The ability to maintain the original layout, formatting, and organization of a document when extracting text, rather than just outputting raw characters.

Document Understanding

Behavior

The ability to read and extract meaningful information from structured documents like receipts, invoices, and forms by recognizing both text and layout.

Document Visual Question Answering

Behavior

A task where a model reads a document image and answers natural language questions about its content by understanding both the visual layout and text.

Document-Intensive Workflows

Techniques

Tasks that require processing, searching, and reasoning over large collections of documents to find answers.

Document-Level Reasoning

Techniques

Understanding and answering questions that require information from multiple parts of a full document.

Documentation Interaction

Techniques

The process of an AI agent consulting, reading, or creating documentation during software development tasks.

Domain Adaptation

Training

Training a model on data from multiple specialized fields (like general text, scientific papers, and medical literature) so it works well across all of them.

Domain Expert

Techniques

A specialized expert in an MoE model trained to handle reasoning or task-specific knowledge rather than raw perception.

Domain Expertise

Techniques

Deep knowledge and experience in a specific field or function that helps users leverage AI tools effectively.

Domain Gap

Techniques

The difference between synthetic training data and real-world data that can hurt model performance.

Domain Generalization

Techniques

Training models to work well on new, unseen domains beyond their training data.

Domain Generation Algorithm (DGA)

Techniques

A technique that automatically creates many fake domain names to evade detection and maintain control of malicious infrastructure.

Domain Grounding

Evaluation

How well a model's responses are anchored in accurate, specialized knowledge specific to a field rather than generic or hallucinated information.

Domain Knowledge

Training

Specialized expertise and facts about a particular field or subject area that an AI model has learned during training.

Domain Shift

Techniques

When a model encounters data from a different source or environment than it was trained on, causing performance to drop.

Domain Specialist

Techniques

A model fine-tuned or trained specifically to handle a particular data distribution or task variant.

Domain Specialization

Training

When a model is trained to excel at a specific task or set of languages rather than being a general-purpose tool.

Domain Specific Languages

Techniques

Programming languages designed for specialized tasks in particular industries or fields.

Domain taxonomy

Techniques

A predefined categorization system that organizes data sources (e.g., code, web, books, academic papers) into distinct domains.

Domain-Adversarial Training

Techniques

Training technique using adversarial objectives to make model representations invariant across different data domains.

Domain-Agnostic

Behavior

A model that works effectively across many different subject areas and use cases without needing to be retrained for each one.

Domain-Agnostic Conceptual Problems

Techniques

Abstract problem formulations that can be recognized and solved across multiple unrelated academic fields.

Domain-Aware

Behavior

A model's ability to understand and respond accurately to topics within a specific field or area of expertise it was trained on.

Domain-Focused Model

Training

A language model specialized and fine-tuned for a specific subject area (like chemistry) rather than trained as a general-purpose system.

Domain-Independent Planner

Techniques

An AI planning algorithm that solves problems in any domain without domain-specific customization.

Domain-Invariant Features

Techniques

Learned representations that remain useful across different data sources or conditions despite their differences.

Domain-Routed Distillation

Techniques

A distillation approach that routes different domains to specialized teachers, then combines their knowledge into one model.

Domain-Specialized

Training

A model trained specifically on data and tasks from a particular field (in this case, chemistry) to achieve higher accuracy in that domain than general-purpose models.

Domain-Specific

Training

Tailored or optimized for a particular field or type of content, such as news, reviews, or scientific writing.

Domain-specific Benchmark

Techniques

A test designed to measure AI performance on specialized tasks within a particular field or industry.

Domain-Specific Evaluation

Techniques

Assessment tailored to a particular field (like law) using metrics and error types relevant to that domain.

Domain-Specific Fine-Tuning

Training

Training a model on specialized data from a particular field (like medicine) so it becomes expert at tasks in that domain rather than being a generalist.

Domain-Specific Generation

Behavior

The ability to generate text tailored to a particular field or context, such as legal documents, Wikipedia articles, or product reviews.

Domain-Specific Knowledge

Techniques

Specialized expertise required for a particular field, like vendor-specific scanner operations in medical imaging.

Domain-Specific Language

Behavior

Specialized vocabulary and terminology unique to a particular field or industry, like medical jargon in healthcare or mathematical notation in physics.

Domain-Specific Language Model

Training

A language model trained exclusively on text from a particular field or subject area, making it much better at understanding and generating content in that domain than general-purpose models.

Domain-Specific Model

Training

A language model trained specifically on data from one field (like biomedical research) rather than general internet text, making it excel at specialized tasks.

Domain-Specific Optimization

Training

Training a model to excel at tasks within a particular field (like legal documents) rather than being a general-purpose model.

Domain-Specific Pretraining

Training

Training a model on specialized data from a particular field (like biomedical literature) rather than general internet text, making it much better at understanding that field's concepts.

Domain-Specific Procedures

Techniques

Specialized workflows and methodologies unique to a particular field that require expert knowledge to execute correctly.

Domain-Specific Training

Training

Training a model exclusively on data from a narrow domain (like Python code) rather than general text, making it highly specialized but less versatile.

Domain-Specific Tuning

Training

Training or adapting a model to specialize in a particular field (like biomedicine) rather than performing equally well across all topics.

Domain-Specific Vocabulary

Training

A model's understanding of specialized terms and concepts unique to a particular field, like medical terminology in biomedical text.

Dominant Strategy Incentive Compatible (DSIC)

Techniques

A mechanism property where bidders maximize profit by truthfully reporting their values, regardless of others' bids.

Doppler Information

Techniques

Velocity measurements from radar based on frequency shifts, indicating object motion relative to the sensor.

Doppler Resolution

Techniques

The ability to distinguish between different motion speeds based on frequency shifts in reflected radar signals.

DoRA (Weight-Decomposed Low-Rank Adaptation)

Techniques

A fine-tuning method that adapts model weights by separately learning magnitude and direction changes, extending LoRA.

Dot-Product Similarity

Performance

A method of comparing two vectors by multiplying their components and summing the results, where vector magnitudes (length) affect the final score.

Doubly Robust Estimation

Techniques

A causal inference method that remains valid if either the outcome model or treatment model is correct, providing robustness to misspecification.

Doubly Stochastic Matrix

Techniques

A square matrix where all rows and columns sum to 1, used to represent valid probability distributions for mixing multiple streams.

Downsampling

Techniques

Reducing an image's resolution by removing pixels, making it smaller and faster to process.

Downscaling

Techniques

Converting coarse-resolution predictions (e.g., 25 km grid) to fine-resolution local predictions at specific locations.

Downstream Model

Architecture

A specialized AI model that receives requests routed to it by another system and performs the actual task or generates the final response.

Downstream Task

Training

A specific NLP application or problem that uses the output of a pre-trained model, such as classification, search, or similarity matching.

Downstream Tasks

Behavior

Specific applications or problems that use the output of a pretrained model, such as predicting protein structure or identifying protein function.

Draft Head

Architecture

The smaller neural network component in speculative decoding that quickly generates candidate tokens before verification by the main model.

Draft Model

Architecture

A smaller, faster model used in speculative decoding to quickly propose token sequences before a larger model verifies them.

Draft Tree

Techniques

A tree structure of multiple candidate token sequences proposed by a draft model, allowing parallel verification of multiple continuations.

Drawdown and Recovery

Techniques

A quantitative finance metric measuring the largest peak-to-trough decline in wallet balance and subsequent recovery.

Drift Monitoring

Techniques

Continuous tracking of whether a model's performance or fairness properties change over time as new data arrives.

Drift-Minimizing Scheduling

Techniques

A control policy that reduces the expected growth of queue sizes by prioritizing service to stabilize the system.

Driving Pattern Recognition

Techniques

The process of automatically identifying and classifying different driving behaviors (e.g., aggressive vs. normal) from sensor data.

Drug Response Prediction

Techniques

Forecasting how a patient or cell will react to a specific drug treatment based on molecular or clinical data.

Dual Encoder Architecture

Architecture

A system with two separate neural networks—one that processes questions and one that processes documents—both converting their inputs into comparable vector embeddings.

Dual ML/Software Lifecycles

Techniques

The parallel development and deployment processes for machine learning models and traditional software components.

Dual Use Risk

Techniques

The danger that AI technology can be misused for harmful purposes despite benign original intent.

Dual-Encoder Architecture

Techniques

A model with separate encoders for two input modalities that map them into a shared embedding space.

Dual-Granularity

Techniques

Organizing information at two levels of detail: high-level task guidance and low-level step-by-step actions.

Dual-Graph Framework

Techniques

An approach that conditions a model on two complementary graph structures simultaneously to capture multiple constraints.

Dual-Memory Architecture

Techniques

A system with separate memory components (Example and Reflection) that stores patterns and feedback to improve future decisions without model retraining.

Dual-Memory Mechanisms

Techniques

Using two complementary memory systems to store and retrieve different types of information for decision-making.

Dual-Modal Learning

Techniques

Training models to process and align two different types of input data (like RGB and infrared images) simultaneously.

Dual-Process Framework

Techniques

An approach combining two complementary methods—one for logical reasoning and one for learning patterns—to solve a problem better than either alone.

Dual-Purpose Model

Architecture

A single model trained to perform multiple distinct tasks, such as both text generation and embedding, rather than being specialized for just one.

Dual-Reference Generation

Techniques

Synthesizing an image that combines content structure from one reference image with visual style from another reference image.

Dual-Stream Architecture

Techniques

A neural network design using two separate computation pathways for different functions.

Dual-Temporal Pathway

Techniques

An architecture using two parallel processing streams with different time scales—one dense and one sparse.

Dual-use Concepts

Techniques

Knowledge or skills that can be applied in both harmful and benign contexts, requiring selective removal.

Dummy Model

Evaluation

A minimal, non-functional model used for testing infrastructure and workflows without the computational cost of a real model.

Durable Project State

Techniques

Persistent memory that tracks an agent's progress, decisions, and learned strategies across multiple task attempts and sessions.

Duration Control

Techniques

The ability to generate responses with a specific target length or speaking time.

Dutch Book

Techniques

A set of bets that guarantees profit against someone's probability assignments, revealing logical inconsistencies in their beliefs.

Dyadic Interaction

Techniques

A social interaction or conversation between exactly two people.

Dynamic Analysis

Techniques

Testing code by executing it to confirm whether identified weaknesses are actually exploitable.

Dynamic Assessment

Techniques

An assessment approach that measures learning potential by observing how students respond to graduated hints and scaffolding.

Dynamic Curriculum

Techniques

Training approach that evaluates which skills remain helpful during learning and selectively retains only those that improve the current policy.

Dynamic Environment

Techniques

A setting where conditions, rules, or task requirements change over time rather than remaining static.

Dynamic Epistemic Logic (DEL)

Techniques

A formal system for reasoning about how beliefs and knowledge change when new information is revealed.

Dynamic Graph Construction

Techniques

Building a network representation that changes over time to reflect evolving relationships, like road connectivity adjusted for traffic incidents.

Dynamic Merging

Techniques

Combining task-specific model parameters at inference time based on input features, rather than using a fixed merged model.

Dynamic Method Selection

Techniques

Automatically choosing the best execution approach (LLM reasoning, tool use, or code) for each step based on task requirements.

Dynamic Parameter Scaling

Architecture

The ability to automatically adjust how many of a model's parameters are actively used based on available computational resources, allowing the same model to run efficiently on different hardware.

Dynamic Programming

Techniques

An optimization method that breaks problems into smaller subproblems and solves them recursively, storing results to avoid recomputation.

Dynamic Pruning

Techniques

Removing training samples during training based on their importance or quality, rather than before training starts.

Dynamic Quantization

Techniques

A quantization approach that adjusts precision levels during inference based on the input data, optimizing the balance between speed and accuracy on-the-fly.

Dynamic Question Generation

Techniques

Automatically creating questions of varying difficulty that adjust in real time based on learner responses and comprehension.

Dynamic Range Expansion

Techniques

The process of recovering or reconstructing the full range of brightness values lost when converting from HDR to standard video formats.

Dynamic Regret

Techniques

A measure of how well an algorithm performs compared to the best possible strategy that adapts to changing conditions.

Dynamic Resource Allocation

Techniques

Adjusting computational resources (like simulation count) during search based on observed performance rather than using fixed amounts.

Dynamic Routing

Techniques

Choosing packet paths through a network in real-time based on current network conditions.

Dynamic Topic Modeling

Techniques

Tracking how topics and their meanings change over time in a corpus of documents.

Dynamical Decoupling

Techniques

A quantum error-mitigation technique using carefully timed pulses to reduce the effects of noise on quantum circuits.

Dynamical systems

Techniques

Mathematical models describing how systems evolve over time according to fixed rules.

Dynamical Systems Reconstruction

Techniques

Building neural network models that accurately capture the underlying rules governing how a system evolves over time.

Dynamics-aware Latent Space

Techniques

A compressed representation of states that captures how the environment changes over time.

E

E-graph Rewriting

Techniques

A technique for verifying program equivalence by representing multiple equivalent forms in a graph structure.

Early detection

Techniques

Identifying a problem or condition as soon as possible, before it becomes severe.

Early Exit

Techniques

Stopping a model's computation before completion when sufficient confidence is reached, reducing computational cost.

Early Fusion

Techniques

Combining multimodal inputs (like text and images) at early layers of a model rather than after separate encoding.

Early Scalarization

Techniques

Combining multiple objectives into a single weighted sum before training, which locks in a fixed trade-off.

Early Stopping

Techniques

Halting iterative training before convergence to prevent overfitting and control implicit regularization effects.

eBPF

Techniques

Extended Berkeley Packet Filter; a technology for running sandboxed programs in the OS kernel to monitor system behavior.

ECG (Electrocardiogram)

Techniques

A recording of the electrical signals produced by the heart, used to detect heart problems.

Economic Grounding

Techniques

Anchoring evaluation metrics to real-world costs like labor time or monetary value.

Edge Case Handling

Behavior

The ability to anticipate and address unusual or boundary conditions in code that might cause errors.

Edge Computing

Deployment

Processing data locally on a device at the edge of a network rather than sending it to a central cloud server, improving speed and reducing dependency on internet connectivity.

Edge Deployment

Deployment

Running a model directly on local devices like phones, tablets, or IoT hardware rather than sending data to a remote server.

Edge Detection

Techniques

A computer vision technique that identifies boundaries and outlines in images, often using algorithms like Canny edge detection.

Edge Device

Deployment

A computing device at the edge of a network (like a smartphone or IoT device) that runs AI models locally rather than sending data to a remote server.

Edge Refinement

Techniques

The process of validating and removing unnecessary connections in a graph to improve its quality and interpretability.

Edge-to-Cloud Continuum

Techniques

Computing infrastructure spanning from edge devices (sensors, local hardware) to centralized cloud servers.

Edit Distance

Techniques

The minimum number of character insertions, deletions, or substitutions needed to transform one string into another.

Educational Chatbot

Techniques

An AI-powered conversational tool designed to support student learning through dialogue and tutoring.

Effect Size

Techniques

The magnitude of the actual difference between two models; smaller effects require more samples to detect reliably.

Effective Prior

Techniques

A model's built-in tendency to favor one answer over another, independent of the actual evidence.

Efficient Attention Architectures

Techniques

Attention mechanisms designed to reduce computational or memory complexity compared to standard quadratic-scaling attention.

Efficient Influence Function (EIF)

Techniques

A mathematical object that characterizes the most precise possible estimator for a causal parameter under given assumptions.

Egocentric Perception

Techniques

Visual understanding from a first-person viewpoint, as seen from the wearer's perspective.

Egocentric Perspective

Techniques

Understanding a scene from the viewpoint of a camera or observer positioned within the environment.

EHR-Embedded AI Agent

Techniques

An AI system integrated directly into electronic health record software to assist clinicians with documentation or decision-making.

Eigen-decomposition

Techniques

Mathematical technique that breaks down a matrix into its fundamental components to identify dominant patterns or modes in data.

Eigenfunction

Techniques

A special function that remains proportional to itself when transformed by an operator, used to decompose system behavior.

Eigenvalue

Techniques

A number describing the strength of a particular direction or mode in a matrix or data structure.

Eikonal Equation

Techniques

A mathematical equation that describes how arrival time changes across space, used here to guide navigation.

Elastic Context Orchestration

Techniques

Dynamically adjusting the detail level and size of stored information based on current task relevance.

Elastic Modeling

Techniques

Simulating how deformable materials stretch, bend, and return to shape based on physical material properties.

Elastic Routing

Techniques

A mechanism that dynamically selects which text tokens activate at which geometric scales, concentrating cross-modal computation where alignment is most needed.

Elastic Weight Consolidation

Techniques

A technique that protects important weights from previous tasks by adding a penalty term during learning.

ELBO (Evidence Lower Bound)

Techniques

A training objective used in probabilistic models to maximize the likelihood of observed data.

ELECTRA

Architecture

A pre-trained language model that learns by predicting which tokens in a sentence have been replaced, making it efficient and effective for downstream tasks.

Electric Vehicle Routing Problem (EVRPTW)

Techniques

Finding optimal delivery routes for electric vehicles that must visit customers within time windows and recharge at stations.

Electroencephalogram (EEG)

Techniques

A recording of electrical brain activity used to detect neurological conditions like seizures.

Electromagnetic Transient

Techniques

Rapid, short-duration changes in electrical systems caused by faults or switching events.

Electron Occupation

Techniques

A representation of molecular structure that tracks the number of electrons at each bonding, non-bonding, and hydrogen site.

Electronic Design Automation (EDA)

Techniques

Software tools and processes used to design, simulate, and verify electronic circuits and chips.

Electronic Health Records (EHRs)

Techniques

Digital records of patient medical history, diagnoses, medications, and clinical events stored in structured formats.

EMA Teacher

Techniques

An exponential moving average copy of the student model used as a teacher, updated gradually to provide stable learning signals.

Embedded Device

Techniques

A specialized computing device with limited resources designed to run specific applications, often integrated into physical systems.

Embedded Side Task

Techniques

A hidden malicious objective that sabotages the main artifact itself, like degrading model performance or introducing bugs into optimized code.

Embedding

Architecture

A dense numerical vector that represents a word, sentence, or concept in a high-dimensional space.

Embedding Clustering

Techniques

Organizing vector representations of tokens into groups based on their semantic similarity.

Embedding Dimension

Architecture

The size of the numerical vector produced by an embedding model; larger dimensions capture more detail but require more storage and computation.

Embedding Dimensions

Architecture

The number of numerical values used to represent a piece of text (1792 in this case), where more dimensions allow for more detailed semantic information to be captured.

Embedding Geometry

Techniques

The spatial structure and relationships between data points in a learned vector space.

Embedding Initialization

Techniques

Setting starting values for new token embeddings, often derived from related existing tokens.

Embedding Interpolation

Techniques

Creating a mixed representation by blending multiple embeddings together using weighted combinations.

Embedding Layer Learning Rate

Techniques

The learning rate specifically applied to the embedding layer, which can be scaled independently from other layers.

Embedding Magnitude (Norm)

Techniques

The length or scale of an embedding vector, typically ignored in cosine similarity but shown here to encode semantic information.

Embedding Model

Architecture

A model that converts text into numerical vectors that capture semantic meaning, allowing computers to understand and compare the similarity between different pieces of text.

Embedding Output

Formats

The model produces dense numerical vectors that represent the semantic meaning of text, which can be used for similarity comparisons or as input to other models.

Embedding Perturbation

Techniques

Adding controlled noise to vector representations of text to obscure sensitive information.

Embedding Representation

Techniques

A numerical vector representation of text that captures semantic meaning for comparison and analysis.

Embedding Similarity

Techniques

A metric that measures how similar two pieces of content are by comparing their numerical vector representations.

Embedding Space

Architecture

A mathematical space where text is represented as vectors, allowing similar texts to be positioned close together and enabling operations like similarity search and clustering.

Embedding Staleness

Techniques

The problem where user or item embeddings become outdated and don't reflect recent interactions until the model is retrained.

Embedding Strategies

Techniques

Different ways to represent words as vectors (semantic, acoustic, or phonetic).

Embedding table

Techniques

A lookup table storing learned vector representations for high-cardinality features like user IDs.

Embedding-Based Analysis

Techniques

Using learned vector representations of text to identify patterns, here compared against structured graph extraction methods.

Embedding-Based Deduplication

Techniques

Removing duplicate or near-duplicate examples by comparing their vector representations in embedding space.

Embedding-Based Matching

Techniques

Comparing semantic representations (embeddings) to find similar content without reprocessing raw data.

Embedding-based measures

Techniques

Evaluation metrics like BERTScore that compare texts by measuring similarity of their learned vector representations.

Embedding-Based Retrieval

Techniques

A faster retrieval approach that converts queries and passages into numerical vectors separately, then compares them for similarity, rather than processing them together.

Embeddings

Architecture

Numerical representations of text that capture semantic meaning, allowing the model to measure similarity between different words or phrases.

Embodied Agent

Techniques

An AI system with physical sensors and actuators that perceives and acts in the real world, like a robot.

Embodied AI

Behavior

AI systems designed to interact with and understand the physical world through robotic bodies or sensors, rather than just processing text.

Embodied Decision Routing

Techniques

The process of choosing which action a robot should execute next based on perceived state and task context.

Embodied Efficiency

Techniques

Real-world performance metrics for robots like task completion time, motion smoothness, and energy consumption.

Embodied Manipulation

Techniques

Robot learning and control for physical interaction tasks using integrated sensing and actuation.

Embodied Model

Training

An AI model trained on real-world physical interactions and sensor data from robots, rather than text or simulations alone.

Embodied Reasoning

Behavior

The ability to understand and reason about physical tasks and spatial relationships in the real world, not just abstract concepts.

Embodiment

Techniques

The physical form or hardware platform (robot type) that executes learned policies.

Embodiment-agnostic

Techniques

A representation or model that works across different body types or physical forms without being specific to one.

Emergence

Techniques

The point during training when a model suddenly gains the ability to perform a task above a threshold accuracy.

Emergent Behavior

Techniques

Complex patterns and social dynamics that arise naturally from simple agent interactions without being explicitly programmed.

Emergent Fitness

Techniques

A measure of solution quality that arises from system dynamics rather than being explicitly defined beforehand.

Emergent Misalignment

Techniques

When a model trained on narrow misaligned behavior generalizes to more severe harmful behaviors outside its training distribution.

Emotional Contagion

Techniques

The spread of emotions from one agent to others through interaction and observation.

Emotional Framing

Techniques

Using emotionally-toned language or affective phrasing in prompts to influence model behavior.

Emotional Intelligence Gap

Techniques

The disconnect between a system's ability to perceive emotional cues and its actual use of those cues in decision-making.

Emotional Valence

Techniques

The positive or negative quality of an emotion, ranging from negative to positive.

Empathetic Alignment

Training

Training a model to recognize and respond to emotional context in conversations, prioritizing understanding and emotional connection over purely factual responses.

Empathy-Oriented Prompting

Techniques

Instructing an LLM to generate responses with emotional awareness and compassion for patient concerns.

Empirical Bayes

Techniques

A method for learning prior distributions from data rather than specifying them in advance.

Empirical Measure

Techniques

A probability distribution estimated directly from observed data samples.

Empirical Risk Minimization

Techniques

An algorithm approach that finds the best solution by minimizing errors on observed data.

Emulator

Techniques

A neural network trained to mimic the behavior of a complex physical model or simulation.

Encoder

Architecture

A model component that transforms input sequences (like protein amino acids) into meaningful numerical representations without generating new sequences.

Encoder Architecture

Architecture

A neural network component that transforms input text into a compressed numerical representation, focusing on understanding and extracting meaning rather than generating new text.

Encoder Component

Architecture

A model designed to convert inputs (like images or text) into numerical representations for understanding, rather than generating new content.

Encoder Model

Architecture

A neural network that transforms input data into a compressed representation, rather than generating new text or making predictions.

Encoder-based models

Techniques

Models like RoBERTa that process text to understand meaning, typically used for classification tasks.

Encoder-Decoder

Architecture

A neural network architecture with two parts: an encoder that processes input text and a decoder that generates output text, allowing the model to transform one sequence into another.

Encoder-Decoder Architecture

Architecture

A neural network design where one component (encoder) processes input data and another component (decoder) generates output based on the encoder's understanding.

Encoder-Only Architecture

Architecture

A neural network design that processes input text to understand and represent it, but cannot generate new text from scratch.

End Effector

Techniques

The tool or gripper at the end of a robot arm that physically interacts with objects in the environment.

End-Effector Pose

Techniques

The position and orientation of a robot's gripper or tool in 3D space.

End-Result Supervision

Techniques

Training data that only provides the final correct answer without showing the reasoning steps used to reach it.

End-to-End Driving

Techniques

An autonomous driving approach that directly maps sensor inputs to control outputs without explicit intermediate representations.

End-to-End Learning

Training

Training a model to solve a complete task directly from raw input (like document images) to final output, without breaking it into separate intermediate steps.

End-to-End Processing

Architecture

A system that takes raw input (like an image) and produces final output (like structured text) in one unified model, rather than chaining multiple separate tools together.

Endpoint Detection and Response (EDR)

Techniques

Security software that monitors and responds to suspicious activity on individual computers and devices.

Energy Conserving Descent

Techniques

An optimization algorithm that preserves energy while descending to escape local minima.

Energy Function

Techniques

A function that assigns a scalar value to each point in a space, defining an unnormalized probability distribution.

Energy Functional

Techniques

A mathematical function that maps a system configuration to its total energy, used to derive forces.

Energy Score

Techniques

A proper scoring rule for evaluating probabilistic forecasts that measures distance between predicted and observed samples.

Energy-Based Model

Techniques

A probabilistic model that assigns probability to configurations based on an energy function, lower energy = higher probability.

Engagement Patterns

Techniques

Recurring behaviors showing how users interact with content or systems over time.

Ensemble Distillation

Training

A training technique where knowledge from multiple models is combined and compressed into a single, smaller model for better efficiency.

Ensemble Kalman Filter

Techniques

A statistical method using multiple model realizations to update parameters based on new observations.

Ensemble Methods

Techniques

Combining multiple models to make better predictions than any single model alone.

Ensemble Voting

Techniques

A safety technique that combines outputs from multiple models and selects the most agreed-upon result.

Ensemble Weights

Techniques

Probabilistic scores assigned to multiple documents that determine their relative contribution to the final answer.

Entailment

Techniques

A logical relationship where one statement necessarily follows from another; used here to verify if recommendations follow from guidelines.

Enterprise Language Model

Deployment

A language model specifically optimized for business and organizational use cases, prioritizing reliability, consistency, and professional output over other characteristics.

Entity Alignment

Techniques

The task of recognizing that different names or phrases refer to the same real-world concept, such as matching 'MI' with 'myocardial infarction'.

Entity consistency

Techniques

Maintaining the same appearance and identity of characters, objects, and locations across different scenes in a video.

Entity Disambiguation

Techniques

Determining which specific entity (person, place, thing) a reference in text is pointing to when multiple possibilities exist.

Entity Extraction

Techniques

Automatically identifying and pulling out specific names, places, or things from text.

Entity Linking

Techniques

The task of identifying mentions of real-world concepts in text and connecting them to their canonical definitions in a knowledge base or ontology.

Entity Matching

Techniques

The task of identifying when different text references refer to the same real-world concept, such as matching variant spellings of a drug name to a single clinical entity.

Entity Recognition

Behavior

The task of identifying and labeling specific named entities (like drug names, diseases, or genes) within text.

Entity-based QA

Techniques

A question-answering evaluation framework that tests whether models can retrieve factual information about specific entities.

Entity-Relational Model

Techniques

A data structure that represents entities (like users or devices) and the typed relationships between them.

Entity-Relationship Diagram

Techniques

A visual representation of database structure showing entities, their attributes, and relationships between them.

Entropic Optimal Transport

Techniques

A regularized version of optimal transport that adds entropy constraints to encourage smoother, more balanced assignments between sources and destinations.

Entropy Collapse

Techniques

When a model's output distribution becomes too narrow and predictable, reducing diversity in generated responses.

Entropy Gradient

Techniques

The gradient of prediction uncertainty with respect to visual embeddings, used to identify ambiguous regions.

Entropy Maximization

Techniques

Encouraging an agent to explore diverse state-action pairs by maximizing the entropy of its occupancy measure.

Entropy Rate

Techniques

The average amount of information (in bits) produced per token by a language source, measuring its randomness.

Entropy Regularization

Techniques

Adding a penalty term based on policy entropy to encourage exploration and prevent premature convergence.

Entropy Shaping

Techniques

Controlling the randomness of a model's outputs to prevent it from becoming too deterministic or too random during training.

Entropy Sum Strategy

Techniques

A decoding approach that continues unmasking tokens until cumulative entropy exceeds a threshold, balancing generation speed and quality.

Entropy-Cut Metropolis-Hastings

Techniques

A sampling algorithm that identifies key decision points in reasoning using token entropy and resamples from those positions to improve mixing efficiency.

Entropy-Limited Operation

Techniques

System state where the ability to generate random numbers becomes the limiting factor rather than arithmetic computation.

Environment Engineering

Techniques

Designing the resources, constraints, and interfaces that shape how an agent behaves and explores solutions.

Environment Generalization

Techniques

A model's ability to perform well in new environments or settings different from those seen during training.

Environment Generation

Techniques

Automated creation of task specifications and evaluation settings for training or testing agents.

Environment Reconstruction

Techniques

The process of rebuilding an executable workspace or system state from historical records of operations performed on it.

Episodic Memory

Techniques

AI system's ability to store and recall specific past events or experiences.

Epistemic Accountability

Techniques

Responsibility for being transparent about how a system evaluates truth claims and knowledge.

Epistemic Asymmetry

Techniques

A situation where different participants have different information or knowledge about the same topic.

Epistemic Consequences

Techniques

The effects of AI on how people know things, what they believe, and how they form and share knowledge.

Epistemic Input

Techniques

New information or evidence that an agent receives and must incorporate into its existing beliefs.

Epistemic integrity

Techniques

The preservation of an agent's ability to form accurate beliefs and maintain truthful internal representations.

Epistemic orientation

Techniques

The degree to which discourse relies on evidence-based reasoning versus intuition and subjective belief.

Epistemic Uncertainty

Techniques

Uncertainty from lack of knowledge that can be reduced with more data or better models.

Equalized Odds Difference (EOD)

Techniques

A fairness metric measuring the difference in false positive or false negative rates between demographic groups.

Equation of State

Techniques

A mathematical relationship describing how a material's volume changes with temperature and pressure.

Equilibrium Computation

Techniques

Using an algorithm or solver to find the Nash equilibrium strategies for a game.

Equilibrium Internalization

Techniques

A phenomenon where the model learns to place its initial output near the fixed point, allowing inference without iteration.

Equilibrium Traffic Assignment

Techniques

A traffic modeling approach that predicts how drivers distribute across routes when each driver minimizes their own travel time.

Equilibrium-Seeking

Techniques

An iterative process where agents adjust their decisions until reaching a stable state where no agent benefits from unilateral changes.

Equivariant Architecture

Techniques

A model design that respects the order or structure of input channels, maintaining consistency regardless of how channels are arranged.

Equivariant Graph Neural Networks

Techniques

Neural networks designed to respect geometric symmetries and transformations in molecular or crystal structures.

Ergodicity

Techniques

The assumption that time-averaged statistics of a single long simulation equal ensemble averages across many samples.

Ergonomic Compliance

Techniques

How well a design follows established principles for human comfort, safety, and efficient use of space.

Error Analysis

Techniques

Systematic examination of model failures to identify patterns and root causes beyond aggregate metrics.

Error Correction

Training

A technique used during quantization to detect and compensate for accuracy loss, helping preserve the model's output quality despite aggressive bit-reduction.

Error correlation

Techniques

A measure of how often two models make mistakes on the same examples, typically measured pairwise.

Error Feedback

Techniques

A technique that accumulates and corrects for errors from previous steps to improve convergence in distributed training.

Error Magnitude

Techniques

The size or severity of mistakes a model makes, not just whether it got the answer right or wrong.

Error Management

Techniques

Firmware algorithms that detect and correct errors in memory to maintain reliability as storage density increases.

Error Propagation

Techniques

How mistakes in early steps of a process accumulate and worsen downstream results.

Error Recovery

Techniques

A mechanism to detect failures during reasoning and autonomously correct course through backtracking or alternative paths.

Error Taxonomy

Techniques

A structured classification system that categorizes different types of errors to enable systematic analysis and mitigation.

Escapable AI Systems

Techniques

AI systems with sufficient access to their own runtime that they could potentially circumvent internal safety controls.

Euler Characteristic

Techniques

A topological invariant that counts connected components, holes, and voids in a shape to characterize its structure.

Euler-Maruyama Discretization

Techniques

A numerical method for simulating continuous stochastic differential equations in discrete time steps.

Evaluation Benchmark

Techniques

A standard test used to measure how well an AI model performs, which can embed biases about what counts as good output.

Evaluation Bias

Techniques

Systematic errors in how model outputs are assessed that don't reflect true quality or improvement.

Evaluation Faking

Techniques

When an evaluator systematically biases its judgments based on contextual information rather than actual content quality.

Evaluation Illusion

Techniques

When AI judges appear to agree on scores but are actually using shallow patterns rather than substantive reasoning about quality.

Evaluation Metric

Techniques

A quantitative measure used to assess how well a model or system performs on a specific task.

Evaluation Model

Evaluation

A specialized language model trained to assess and score the quality of outputs from other AI models, acting as an automated judge.

Evaluator Bias

Techniques

Systematic preference or tendency in how an LLM judges or scores outputs, affecting downstream decisions.

Evasion

Techniques

Successfully executing an attack while avoiding detection by monitoring or safety systems.

Evasion Attack

Techniques

An attack where an adversary modifies input features at test time to fool a deployed classifier.

Event Camera

Techniques

A sensor that captures pixel-level brightness changes asynchronously, producing sparse temporal event streams.

Event curves

Techniques

Temporal representations that capture when and how much change occurs in music or video.

Event Inference

Techniques

Automatically detecting higher-level events from lower-level timestamped observations using logical rules.

Event Linking

Techniques

Grouping related incident reports together to identify a single underlying problem from multiple user descriptions.

Event Representation

Techniques

How a model internally encodes and processes discrete events (like blinks) versus continuous states (like position).

Event Sourcing

Techniques

Recording all changes to data as a sequence of immutable events for full history tracking.

Event Template

Techniques

A generalized pattern representing a class of similar log messages with variable fields.

Event-Based Scheduling

Techniques

Making scheduling decisions when events occur (like job arrivals) rather than at fixed time intervals.

Event-Boundary-Driven Compression

Techniques

Summarizing memory at natural task boundaries (e.g., when a subtask completes) rather than at fixed intervals.

Event-Condition-Action Routing

Techniques

A decision system that routes tasks based on triggering events and conditions to determine which action or agent to use.

Evidence Accumulation

Techniques

Collecting and combining signals across multiple training runs to determine which operations reliably improve performance.

Evidence Aggregation

Techniques

Combining information from multiple frames or observations to make a single robust decision or diagnosis.

Evidence Arbitration

Techniques

The process of deciding which information source to trust when conflicting evidence supports different conclusions.

Evidence Contradiction

Techniques

When a model's answer directly contradicts the provided evidence or clinical guidelines.

Evidence Dependence

Techniques

A model's ability to change its predictions based on whether evidence supports or contradicts a claim.

Evidence Extraction

Techniques

Automatically identifying and pulling out specific supporting details from text to explain a model's prediction.

Evidence Fabrication

Techniques

When an AI model generates false or unsupported medical evidence or citations to justify its recommendations.

Evidence graph

Techniques

A structured representation that tracks discovered information and links each fact to its source, showing relationships between entities and attributes.

Evidence Grounding

Techniques

Linking AI outputs to specific source documents or facts that support them.

Evidence Portfolio

Techniques

A collection of diverse, complementary pieces of evidence retrieved to support multi-faceted reasoning.

Evidence Tree

Techniques

A hierarchical structure of sub-questions built from evidence, where leaf nodes are atomic evaluation targets.

Evidence-Grounded

Techniques

Reasoning and conclusions directly supported by observed data rather than abstract summaries or precomputed features.

Evidence-Grounded Dataset

Techniques

A collection of examples annotated with factual evidence and context to support analysis and model training.

Evidence-Guided Repair

Techniques

Fixing errors in code or theory by using specific signals like test failures and reviewer feedback to target the root cause.

Evidential Deep Learning

Techniques

A method for uncertainty estimation that models class probabilities using Dirichlet distributions predicted by a neural network.

Evidential Fusion

Techniques

A method that combines multiple predictions while quantifying uncertainty using evidence theory.

Evol-Instruct

Training

A training method that gradually increases the complexity of instructions given to a model, helping it learn to handle increasingly difficult tasks.

Evolutionary Algorithm

Techniques

An optimization method inspired by natural selection that iteratively improves a population of candidate solutions.

Evolutionary Baseline

Techniques

A policy learned using evolutionary algorithms (like genetic algorithms) rather than gradient-based optimization.

Evolutionary Dynamics

Techniques

The six types of changes ideas undergo: inheritance, mutation, loss, external import, novel insertion, and recombination.

Evolutionary Search

Techniques

An AI optimization technique that mimics natural selection to explore and improve solutions over many iterations.

Exchangeability

Techniques

A statistical property ensuring that the order of data points doesn't matter, required for conformal prediction to provide valid guarantees.

Executable Code Reuse

Techniques

Saving and reusing working code solutions instead of text descriptions for repeated tasks.

Executable Environments

Techniques

Stateful, runnable systems that simulate real-world tool interactions and can verify agent actions.

Execution Broker

Techniques

A runtime enforcement layer that intercepts and validates all mutation requests before they reach infrastructure APIs.

Execution Diagnosis

Techniques

Detailed analysis of why an action succeeded or failed, beyond just binary success/failure signals.

Execution Feedback

Techniques

Continuous-valued supervision signal derived from running and evaluating code outputs without requiring ground-truth solutions.

Execution Grounding

Techniques

Anchoring AI-generated questions and explanations to actual runtime behavior and concrete execution traces.

Execution Plan

Techniques

A detailed strategy for solving a problem, which can be implemented and tested before committing to a final answer.

Execution Strategy

Techniques

Alternative approaches an agent can use to accomplish a task on a specific device (e.g., CLI vs GUI).

Execution trace

Techniques

A record of every step a program takes as it runs, including variable values and function calls.

Execution Trace Feedback

Techniques

Detailed information about what happened during a program's execution, used to diagnose failures.

Execution-Based Verification

Techniques

Validating agent behavior by running code and checking if outputs match expected results, rather than relying on static analysis.

Execution-Grounded Metrics

Techniques

Evaluation measures based on actually running code and tests, rather than static analysis alone.

Execution-Grounded Supervised Fine-Tuning

Techniques

Training a model on examples where the correctness of outputs is verified by actually running the code.

Execution-Scope Estimation

Techniques

Predicting how much information and effort a task requires before committing computational resources.

Execution-Time AI Alignment

Techniques

Safety enforcement applied at the moment an AI system takes action, separate from training or inference-time controls.

Executive Controller

Techniques

A central decision-making component that coordinates different memory systems and determines what information becomes accessible.

ExecuTorch

Deployment

A lightweight runtime framework that optimizes and executes AI models efficiently on mobile and edge devices with limited computational resources.

Exemplar Memory

Techniques

A small stored set of examples from earlier training phases used to preserve knowledge during continual learning.

Exogenous Variable

Techniques

A variable in a causal model that is not caused by any other variables in the model; represents external sources of randomness.

Expected Calibration Error (ECE)

Techniques

A metric measuring the gap between a model's predicted confidence and its actual accuracy across predictions.

Expected Free Energy

Techniques

A quantity minimized by agents to balance reducing uncertainty and achieving goals through action selection.

Expected Improvement

Techniques

An acquisition function that selects points likely to improve over the current best solution.

Experience Replay Buffer

Techniques

A memory that stores past interactions or failure cases to train models on diverse scenarios beyond just new data.

Experience reuse

Techniques

Using knowledge or solutions from previous tasks to improve performance on new or related tasks.

Experiential Abstraction

Techniques

Natural-language distillations of problem-solving strategies and lessons extracted from past solution attempts.

Experiential knowledge

Techniques

Useful patterns and insights extracted from real-world interactions and deployment experience.

Experiential Learning

Techniques

Learning through direct interaction with the environment and feedback from actions taken.

Experimental Design

Techniques

Strategically choosing which experiments to run to maximize information gain given a limited budget.

Experimental Discovery

Techniques

The process of testing hypotheses through controlled experiments to uncover causal relationships.

Experimental Evidence

Techniques

Data, metrics, and logs collected from running experiments that inform whether changes are working.

Experimental Model

Behavior

A model still in development or testing phase that may have limitations, bugs, or incomplete features but offers early access to new capabilities.

Experimental Release

Deployment

An early version of a model released for testing and feedback, which may have bugs or incomplete features compared to stable versions.

Expert Importance

Techniques

A measure of how much each expert in an MoE model contributes to the final output, used to decide which experts need higher precision.

Expert Parallelism

Techniques

Distributing mixture-of-experts layers across devices so different experts run on different hardware.

Expert Routing

Architecture

The mechanism in a mixture-of-experts model that decides which specialized sub-networks should process each piece of input.

Expert Specialization

Techniques

The process where different experts in an MoE learn to handle distinct types of inputs or tasks (e.g., code vs. math).

Expert System

Techniques

A hand-crafted rule-based system that encodes domain knowledge to solve tasks without learning from data.

Expert Utilization

Techniques

How evenly the workload is distributed across experts; balanced utilization prevents some experts from being unused.

Expert-in-the-Loop

Techniques

A human-AI collaboration where domain experts review and correct AI-generated outputs to improve system performance.

Explainability

Techniques

The ability to understand and interpret why an AI model made a specific decision or prediction.

Explainable AI (XAI)

Techniques

Methods and techniques that make AI model decisions understandable and interpretable to humans.

Explanation Consistency

Techniques

Whether a model applies the same reasoning strategy (highlights the same regions) across different instances of the same class.

Explanation Mask

Techniques

A learned binary or continuous mask that highlights which parts of an input are important for a prediction.

Explicit Geometry

Techniques

Detailed 3D structure represented as concrete geometric attributes like depth or surface properties.

Explicit Geometry Representation

Techniques

A detailed encoding of 3D structure using concrete geometric attributes like depth, surface normals, or point clouds.

Explicit Thinking

Behavior

A mode where a model generates visible reasoning steps before producing a final answer, allowing you to see its problem-solving process.

Explicit Thinking Mode

Behavior

A feature that allows a model to show its reasoning process step-by-step before providing an answer, useful for complex problems that benefit from deliberate problem-solving.

Exploit

Techniques

A technique or code that takes advantage of a software vulnerability to gain unauthorized access or control.

Exploitability

Techniques

The maximum gain a player can achieve by deviating from an equilibrium strategy.

Exploration

Techniques

The process of trying diverse actions during training to discover which ones lead to better outcomes.

Exploration Bonus

Techniques

An additional reward signal added to encourage agents to visit unfamiliar states and discover new information.

Exploration-Exploitation Tradeoff

Techniques

Balancing between exploiting known good solutions and exploring new possibilities to find better ones.

Exploratory Branching

Techniques

Generating multiple diverse reasoning paths early in problem-solving, indicated by lower confidence in initial steps.

Exponential Moving Average

Techniques

A weighted average that gives more importance to recent values than older ones.

Exposure Score

Techniques

A metric measuring the share of job tasks that an AI model can assist with or automate.

Expression Generalization

Techniques

A model's ability to handle facial expressions it wasn't explicitly trained on by learning underlying expression patterns.

Extended Context Processing

Architecture

The capability to work with and maintain understanding across large amounts of text or multiple documents during reasoning.

Extended Object Tracking

Techniques

Estimating both the position and shape of objects that occupy multiple sensor measurements.

Extended Reasoning

Behavior

A capability that allows a model to think through complex problems step-by-step internally before providing a final answer.

Extended Thinking

Techniques

A reasoning technique where a model works through a problem step-by-step internally before providing an answer, improving accuracy on complex tasks.

External Regret

Techniques

Standard online learning metric measuring performance against a fixed best strategy, without accounting for opponent adaptation.

External Rewards

Techniques

Reward signals based on computational verification methods rather than the model's own internal signals.

External Validation

Techniques

Testing a model trained on one hospital's data on patients from a different hospital to check if it generalizes beyond its training site.

External Validity

Techniques

Whether results from a controlled study apply to real-world situations outside the lab.

Externalizing Reasoning

Behavior

The practice of having a model explicitly output its internal thought process and problem-solving steps rather than keeping them hidden.

Extrapolation

Techniques

Predicting model behavior in a region (like very large training runs) based on observations from smaller regions.

Extrapolative Prediction

Techniques

Making predictions beyond the range of training data, such as forecasting system behavior at untested excitation levels.

Eye-Tracking

Techniques

Technology that records where and how a person's eyes move while reading or viewing content.

F

F1-score

Techniques

A classification metric that balances precision and recall, useful for imbalanced datasets.

Fabrication Checking

Techniques

Automated verification that an AI system's claims are grounded in evidence and don't contain hallucinated or unsupported statements.

Face Recognition

Techniques

Technology that identifies or verifies people by analyzing facial features in images.

Faceted Taxonomy

Techniques

A hierarchical classification system with multiple independent dimensions for organizing and browsing information.

Facial Animation

Techniques

Generating 3D facial motion and deformations, typically driven by audio or text input.

Facility-Location Coverage

Techniques

An optimization technique that selects diverse items by maximizing how well they represent the full set of options.

Fact-checking

Techniques

The process of verifying claims against reliable sources to determine their accuracy.

Fact-checking without retrieval

Techniques

Verifying if claims are true using only an LLM's internal knowledge, without searching external databases.

Factored Norm

Techniques

A decomposition of norm computation into smaller intermediate terms to avoid materializing large dense matrices.

Factual Accuracy

Techniques

How often an AI model produces correct, verifiable information without errors or false claims.

Factual Completeness

Techniques

Whether a generated response includes all necessary and relevant information, not just whether individual claims are correct.

Factual Consistency

Techniques

Whether generated text accurately reflects and doesn't contradict the source material or known facts.

Factual Freshness

Techniques

How current and up-to-date a model's knowledge is, particularly regarding recent events and facts.

Factual Grounding

Behavior

Anchoring a model's responses to verified, real-world information rather than relying solely on patterns learned during training.

Factual Recall

Techniques

An LLM's ability to accurately retrieve and output factual information from its training data.

Factuality

Techniques

Whether a language model answers questions correctly based on accurate information.

Factuality-Oriented Metrics

Techniques

Evaluation measures that assess whether generated summaries contain accurate, verifiable information from the source.

Fail-Closed

Techniques

A safety mechanism that defaults to denying/blocking actions when uncertain, rather than allowing them.

Failure Abstraction

Techniques

A compact representation of what went wrong that helps determine whether recovery is local or requires global replanning.

Failure Atlas

Techniques

A structured catalog that maps and categorizes different types of AI failures with their characteristics and severity levels.

Failure Domain

Techniques

A group of related system components or subsystems that share common failure modes and characteristics.

Failure Mode

Techniques

A specific way a system can fail or produce incorrect results, such as getting stuck in loops or stopping prematurely.

Failure Probability

Techniques

The quantified likelihood that an AI system will make a harmful or incorrect decision in real-world deployment.

Failure Propagation

Techniques

The process of tracing how a failure in one system component cascades to affect other components or system functions.

FAIR Principles

Techniques

Guidelines making data Findable, Accessible, Interoperable, and Reusable by machines and humans.

Fair Use

Techniques

A legal doctrine allowing limited use of copyrighted material without permission, often evaluated by market effect on the original work.

Fairness Audit

Techniques

Systematic evaluation of an AI system to detect and measure bias across demographic groups or decision scenarios.

Faithfulness

Techniques

Whether an AI model's stated reasoning actually explains how it arrived at its answer, or if it's post-hoc justification.

Fake News Detection

Techniques

The task of identifying false or misleading news articles, typically framed as a classification problem.

Fallback Mechanism

Techniques

A predefined alternative action or process triggered when an agent fails or produces unreliable results.

False Data Injection

Techniques

A cyberattack where attackers insert malicious data into sensor measurements to deceive control systems.

False Discovery Rate (FDR)

Techniques

A statistical control method that limits the expected proportion of false positives among all positive findings in multiple hypothesis tests.

False Memory Propagation

Techniques

When incorrect or outdated information from past interactions influences future reasoning.

False Negative Rate (FNR)

Techniques

The percentage of actual threats that a detection system fails to identify, missing real attacks.

False Positive Rate (FPR)

Techniques

The percentage of benign activities incorrectly flagged as threats by a detection system.

False Premise Detection

Techniques

The ability to identify when a question contains incorrect assumptions or fabricated facts before answering.

Fano's Inequality

Techniques

An information-theoretic bound that sets a lower limit on classification error based on the mutual information between input and output.

Farthest-Point Sampling

Techniques

A greedy algorithm that selects points by always choosing the one farthest from previously selected points.

Fast Weight Update

Techniques

A method for efficiently updating model parameters or memory states during forward passes without full recomputation.

Fast Weights

Techniques

Rapidly updated weight parameters that change during inference to capture task-specific or context-specific information.

Fast Weights

Techniques

Model parameters that are quickly adapted during inference to capture task-specific or input-specific patterns.

Fault Detection and Diagnosis (FDD)

Techniques

Technology that identifies when equipment is malfunctioning and determines the root cause of the problem.

Fault Localization

Techniques

Pinpointing the exact location of bugs or errors in code or systems.

Fault Propagation Graph

Techniques

A graph showing how errors flow through transformer components from their origin to observable symptoms.

Fault Tolerance

Techniques

The ability of a system to continue operating correctly even when components fail.

Feasibility Screening

Techniques

Automatically checking whether a problem instance has at least one valid solution before using it for testing.

Feature Absorption

Techniques

When general features develop arbitrary exceptions or special cases, reducing their coherence and interpretability.

Feature Augmentation

Techniques

Enhancing a model by adding hand-crafted or extracted features (like linguistic metrics) alongside learned representations.

Feature Binding

Techniques

The representation of which visual features (color, shape, texture) are grouped together as part of a single object.

Feature Caching

Techniques

Storing intermediate computed features during inference to reuse them in later steps, reducing redundant computation.

Feature Encoding

Techniques

Converting raw data (like spatial or categorical information) into numerical representations suitable for machine learning models.

Feature Engineering

Techniques

The process of selecting and designing input features that a machine learning model uses to make predictions.

Feature Extraction

Behavior

The process of using a model to convert raw input text into numerical representations (features) that capture the meaning of the text.

Feature Fragmentation

Techniques

When a single concept is scattered across many separate features instead of being cleanly captured by one or a coherent group.

Feature Importance

Techniques

A measure of how much each input variable contributes to a model's predictions.

Feature Interaction

Techniques

How multiple input features combine together to influence a model's prediction, beyond their individual effects.

Feature Interaction Analysis

Techniques

A method to identify how combinations of input features jointly influence a model's predictions, beyond individual feature effects.

Feature Learning

Techniques

The process where a neural network learns to extract useful patterns from raw data during training.

Feature Linear Separability

Techniques

A measure of how well different visual concepts can be distinguished in a model's learned feature space.

Feature Matching

Techniques

The process of identifying and aligning distinctive visual patterns across multiple images to reconstruct 3D structure.

Feature Migration

Techniques

The shift in which layer of a neural network most strongly detects a particular feature during training.

Feature Representation

Techniques

A learned or engineered encoding that captures important patterns in data for downstream tasks.

Feature scoping

Techniques

The choice of which attributes or factors are included in a decision for public voting, which shapes what aspects of a problem are considered morally relevant.

Feature Selection

Techniques

Choosing a subset of relevant input variables to improve model performance and interpretability.

Feature Splitting

Techniques

When a single semantic concept is fragmented across multiple redundant latent features instead of being represented by one unified feature.

Feature-level Fusion

Techniques

Combining raw or intermediate representations from different modalities before making predictions.

Feature-wise Linear Modulation (FiLM)

Techniques

A technique that dynamically adjusts learned representations by scaling and shifting features based on problem-specific conditions.

Federated Learning

Techniques

Training models across multiple devices without centralizing sensitive data in one place.

Feed-Forward Network (FFN)

Techniques

A standard neural network layer in transformers that processes information independently at each position.

Feed-forward transformer

Techniques

A neural network that processes input in a single forward pass without recurrence or iterative refinement.

Feedback Model

Techniques

The method used to apply feedback text to refine and improve a search query representation.

Feedback Signal

Techniques

Information from user interactions used to guide model training or improvement.

Feedback Source

Techniques

Where the text used to improve a search query comes from, such as LLM-generated text or actual documents.

Feedback-Driven Control

Techniques

Using execution results and error signals to adaptively adjust agent behavior and improve reliability over time.

Few-shot Learning

Techniques

Training or prompting a model with only a small number of examples to perform a new task.

Few-shot prompting

Techniques

Providing a language model with a small number of examples to guide it toward the desired output format or behavior.

Few-Step Sampling

Techniques

Generating outputs in a small number of inference steps rather than many, enabling faster generation at the cost of potential quality trade-offs.

FHIR (Fast Healthcare Interoperability Resources)

Techniques

A standard format for exchanging healthcare data between systems, enabling structured and interoperable clinical information.

Fictitious Play

Techniques

A game-theoretic learning process where players iteratively update strategies by best-responding to the empirical distribution of opponents' past actions.

FID Score

Techniques

Fréchet Inception Distance—a metric evaluating generative model quality by comparing feature distributions of real and generated images.

Fidelity

Performance

The degree to which a quantized or compressed model preserves the quality and accuracy of the original full-precision model.

Fidelity gate

Techniques

A filtering mechanism that only includes accurately generated entity appearances in consistency evaluation metrics.

Fidelity Metric

Techniques

A measure of how well an explanation captures the true reasoning of a model by testing prediction changes.

Field-Programmable Gate Array (FPGA)

Techniques

Reconfigurable hardware that can implement custom logic circuits, enabling deterministic execution of coordination rules.

Fill-in-the-Middle

Techniques

A code completion technique where the model predicts missing code between existing lines, rather than only generating code forward from a starting point.

FinBERT

Techniques

A BERT-based language model fine-tuned on financial text for sentiment analysis and financial NLP tasks.

Fine-grained Assessment

Techniques

Detailed evaluation that breaks down performance into specific error types rather than just pass/fail.

Fine-grained Classification

Techniques

Distinguishing between very similar categories, like telling apart different bird species rather than just identifying 'bird vs. not bird'.

Fine-Grained Text Rendering

Performance

The ability to accurately generate readable text and small details within generated images.

Fine-Grained Visual Details

Behavior

Small, specific visual elements in an image, such as text within a photo or subtle differences between similar objects.

Fine-Tunable

Training

The ability to further train or customize a pre-trained model on your own data to adapt it for specific tasks or domains.

Fine-Tune

Training

A model created by training an existing pre-trained model on new data to specialize it for specific tasks or behaviors.

Fine-Tuned

Training

A pre-trained model further trained on a smaller, task-specific dataset to improve performance on that task.

Fine-tuned Model

Techniques

A pre-trained model adapted for a specific task or style using additional training data.

Fine-Tuning

Training

The process of further training a pre-trained model on new data to adapt it for specific tasks or domains.

Finger-Level Action Ownership

Techniques

Explicit assignment of which fingers control which task, preventing conflicting commands to the same actuators.

Fingerprinting

Techniques

Extracting distinctive characteristics from a system to identify it uniquely, like a digital fingerprint.

Finite Element Method (FEM)

Techniques

A numerical technique that breaks a complex domain into small pieces to solve physics equations approximately.

Finite fields

Techniques

Mathematical structures with finitely many elements where arithmetic operations follow specific rules.

Finite Horizon

Techniques

A problem setting with a fixed, known endpoint in time, as opposed to indefinite or infinite-horizon problems.

Finite-Sample Guarantees

Techniques

Mathematical bounds that hold for any fixed amount of data, not just in the limit of infinite samples.

Finite-State Workflow Model

Techniques

A system where samples or tasks move through predefined states with explicit rules governing allowed transitions.

Firing-Rate Neural Network

Techniques

A recurrent neural network model where neurons output continuous activation rates rather than discrete spikes.

First-order Logic

Techniques

A formal language for expressing rules and constraints using predicates, variables, and logical operators.

First-Order Stationary Point

Techniques

A point where the gradient of the objective function lies in the normal space to the feasible region.

First-Passage Time

Techniques

The time it takes for a stochastic process to reach a target state for the first time.

First-Stage Retriever

Techniques

The initial search system that finds candidate documents before refinement techniques are applied.

First-Try Reliability

Techniques

The percentage of tasks completed correctly on the first attempt without requiring corrections.

Fisher Alignment

Techniques

A measure of how similarly two tasks update model parameters, computed from the geometry of gradients in activation space.

Fisher Discrepancy

Techniques

A metric measuring the difference between score functions of two distributions.

Fisher Information Matrix

Techniques

A matrix that captures the curvature of the loss landscape in a way that's invariant to how you parameterize the model.

Fitted Dynamic Programming

Techniques

A variant of dynamic programming that first estimates unknown functions (like demand) from data, then uses those estimates for optimization.

Fixation

Techniques

A moment when the eye pauses on a specific location while viewing an image, typically lasting 100-500 milliseconds.

Fixed-Lag Smoothing

Techniques

An estimation technique that waits a bounded number of steps before making decisions, using observed data to improve predictions.

Fixed-point iteration

Techniques

Repeatedly applying a function until it converges to a stable value, used here for test-time computation in looped models.

Fixed-Point Solving

Techniques

Finding a stable state where a function's output equals its input, used here to refine embeddings iteratively.

Fixed-Size Embeddings

Architecture

Embeddings that always produce vectors of the same length regardless of input length, which limits how much detail can be captured for very long documents.

Flagship Model

Behavior

A company's primary, most capable model designed to showcase their best technology and handle the most demanding use cases.

Flash Attention

Architecture

An optimized attention mechanism that computes the same results as standard attention but much faster and with lower memory usage by reorganizing how computations are performed.

Flash Translation Layer

Techniques

Software abstraction that maps logical addresses to physical memory locations in SSDs, managing wear and errors.

Flexible Spectrum Access

Techniques

Dynamically allocating wireless frequencies based on real-time demand instead of fixed assignments.

Floating Point Precision

Deployment

The number of bits used to represent decimal numbers in a model; lower precision (like 8-bit) uses less memory but may lose some accuracy compared to higher precision (like 32-bit).

Floorplanning

Techniques

The process of deciding where to place components on a chip to meet design constraints and performance goals.

Flow Based Generation

Techniques

Generating data by learning reversible transformations between simple and complex distributions.

Flow Estimation

Techniques

Computing pixel-level motion vectors between frames to guide alignment and temporal processing in video tasks.

Flow Map

Techniques

A learned function that maps an initial state to a future state by following the dynamics of a system.

Flow Matching

Techniques

A generative modeling technique that learns to transform random noise into realistic data by following learned flow paths.

Flow-Matching Models

Techniques

Generative models that learn to transform random noise into structured outputs by matching probability flow paths.

FMCW Radar

Techniques

Frequency-modulated continuous wave radar that measures distance and motion by analyzing frequency shifts in reflected signals.

fMRI

Techniques

Functional magnetic resonance imaging; a non-invasive technique measuring brain activity through blood flow changes.

Focal-Contrastive Fine-tuning

Techniques

A training approach combining focal loss (which focuses on hard examples) with contrastive learning to handle imbalanced datasets.

Focal-Contrastive Fine-tuning

Techniques

A training approach combining focal loss (which emphasizes hard examples) with contrastive learning to handle imbalanced datasets.

Foley

Techniques

Custom sound effects created to match specific actions or movements in video, like footsteps or door slams.

Follow-the-Regularized-Leader (OFTRL)

Techniques

An online learning algorithm that selects actions by optimizing past losses plus a regularization term to encourage exploration.

Forced Alignment

Techniques

Technique that aligns spoken words to their timestamps in audio by constraining the alignment to match a known transcript.

Forget and Retain Sets

Techniques

Training data partitions where forget sets contain knowledge to remove and retain sets contain knowledge to preserve.

Forgetting Factor

Techniques

A parameter that controls how quickly a filter discounts old data, balancing between adapting to new conditions and maintaining stability.

Forgetting-Utility Trade-off

Techniques

The tension between successfully removing harmful knowledge and maintaining useful model capabilities.

Fork Verification

Techniques

Testing reward hypotheses by branching from shared policy checkpoints and comparing short-horizon performance to assess reward quality.

Formal Mathematics

Techniques

Mathematical statements and proofs written in a machine-checkable language that a computer can verify for correctness.

Formal Proof

Behavior

A mathematically rigorous proof written in a language that a computer can verify for correctness, rather than a human-readable explanation.

Formal Specification

Techniques

Expressing system requirements or policies in a precise mathematical language that tools can automatically verify.

Formal Theorem Dependency

Techniques

A graph encoding which theorems logically depend on which others, capturing what can validly follow in formal mathematics.

Formal Theorem Proving

Techniques

Using formal logic and proof assistants to verify mathematical statements with complete rigor, typically in languages like Lean or Coq.

Formal Verification

Techniques

Mathematical proof that a system meets its specifications, here implemented in Lean 4 to certify material stability predictions.

Formative Feedback

Techniques

Real-time guidance given to students during learning to help them improve, rather than just assigning a final grade.

Forward Dynamics Propagation

Techniques

Simulating a robot's future states by repeatedly applying its dynamics model to predict outcomes of candidate actions.

Forward Euler Step

Techniques

A numerical method that approximates solutions to differential equations using small discrete steps.

Forward KL Divergence

Techniques

A training objective that penalizes the model for assigning probability to regions the true distribution doesn't cover.

Forward Pass

Architecture

A single computation cycle where input data flows through the model's layers to produce an output prediction.

Forward-looking Intent

Techniques

An agent's reasoning about future consequences and goals rather than just reacting to past events.

Forward-Mode Automatic Differentiation

Techniques

An efficient method for computing derivatives by propagating changes forward through a computation graph.

Foundation Model

Architecture

A large pre-trained model that serves as a starting point for building other models, rather than being trained from scratch.

Foundation Model Architecture

Architecture

The underlying structural design of a neural network that determines how it processes and learns from data, distinct from standard transformer designs.

Foundation Models

Techniques

Large pre-trained AI models that can be adapted to many different tasks without starting from scratch.

Fourier Domain

Techniques

Mathematical representation showing which frequencies (periodic patterns) are present in data.

Fourier Encoding

Techniques

Representing continuous values (like time) as sums of sine and cosine functions to help networks learn periodic patterns.

Fourier Filtering

Techniques

Decomposing learned weights into frequency components to isolate task-relevant circuits from noise or adversarial patterns.

Fourier Neural Operator (FNO)

Techniques

A neural operator that parameterizes convolutions in the complex Fourier domain using FFT for efficient PDE solving.

Fourier optics

Techniques

The study of light propagation and diffraction using Fourier analysis and frequency-domain methods.

Fourier Representation

Techniques

Expressing a function or signal as a sum of sinusoidal components with different frequencies.

FP16 Precision

Formats

A data format that stores model weights using 16-bit floating-point numbers, preserving full model accuracy while using less memory than 32-bit formats.

FP4 (4-bit Floating Point)

Formats

A low-precision numerical format that uses only 4 bits to represent numbers, enabling faster computation and smaller model sizes compared to standard 32-bit precision.

FP4 Floating Point

Formats

A 4-bit number format used in quantization that represents values with minimal precision, significantly shrinking model size while maintaining reasonable accuracy.

FP4 Format

Formats

A 4-bit floating-point number format that represents model weights with very low precision, enabling extremely efficient inference on compatible hardware.

FP4 Precision

Formats

A ultra-low precision format using 4-bit floating-point numbers to represent model weights, enabling extreme compression.

FP4 Quantization

Formats

A compression technique that represents model weights using only 4-bit floating-point numbers instead of larger formats, reducing memory usage and speeding up inference.

FP8 (8-bit Floating Point)

Formats

A compressed number format that uses 8 bits instead of the standard 32 bits, dramatically shrinking model size at the cost of slightly reduced precision.

FP8 Dynamic Quantization

Deployment

A compression technique that reduces model size and speeds up inference by representing weights and activations using 8-bit floating-point numbers, with dynamic scaling adjusted per batch to maintain accuracy.

FP8 Dynamic Quantization

Techniques

A specific quantization method that uses 8-bit floating-point numbers and adjusts precision dynamically based on the data being processed, balancing speed and accuracy.

FP8 Floating Point

Formats

An 8-bit numerical format that stores numbers with reduced precision compared to standard formats, enabling smaller model sizes and faster computation.

FP8 Precision

Formats

A data format that stores numbers using 8 bits instead of the standard 32 bits, significantly reducing memory requirements with minimal quality loss.

FP8 Quantization

Formats

A compression technique that reduces model size by representing weights using 8-bit floating-point numbers instead of higher precision, making it faster and more memory-efficient.

FP8 Static Quantization

Deployment

A specific quantization method that converts model weights to 8-bit floating-point numbers using fixed scaling factors, reducing model size while potentially affecting accuracy on complex tasks.

Fractal Attractor

Techniques

A set that an optimization trajectory converges to, with self-similar structure at multiple scales rather than converging to a single point.

Framework Inadequacy

Techniques

Recognition that an existing mathematical or conceptual framework cannot fully capture or solve a problem.

Framing Effect

Techniques

A bias where the way information is presented (e.g., as a risk or opportunity) influences decision-making.

Frank-Wolfe Optimization

Techniques

A projection-free optimization algorithm that iteratively selects extreme points to build sparse solutions efficiently.

Fréchet Inception Distance (FID)

Techniques

A metric measuring the quality of generated images by comparing feature distributions to real data.

Frechet Music Distance (FMD)

Techniques

A metric measuring the distributional similarity between generated and real music based on acoustic features.

Fréchet Video Distance

Techniques

A metric measuring the quality of generated videos by comparing feature distributions to real videos.

Free-Text Generation

Techniques

A model's ability to produce answers without predefined options, requiring genuine recall and reasoning.

Frequency Distribution

Techniques

How often different facts or tokens appear in training data, which affects what models learn.

Frequency Separation

Techniques

Decomposing signals into high-frequency (details, edges) and low-frequency (overall structure, semantics) components.

Frequency-Stratified Evaluation

Techniques

Evaluating model performance separately for rare, medium, and common classes to reveal patterns hidden by overall metrics.

Frontend Generation

Behavior

The automated creation of user interface code and visual elements based on descriptions or specifications.

Frontier Examples

Techniques

The hardest problems in a training set where models currently fail, representing the boundary of current capability.

Frontier Model

Evaluation

A state-of-the-art AI model representing the cutting edge of what's currently possible in terms of capability and performance.

Frontier Models

Evaluation

State-of-the-art, cutting-edge AI models that represent the current best performance in the field.

Frontier-Class

Performance

A model that represents the current state-of-the-art or cutting edge in AI capabilities, competing with the most advanced models available.

Frontier-Scale Models

Architecture

The largest and most advanced language models available, representing the cutting edge of AI capabilities.

Frontier-Tier Model

Performance

A cutting-edge AI model representing the current state-of-the-art in performance and reasoning capabilities.

Frozen Encoder

Techniques

A pre-trained model component that is kept unchanged during training to preserve its learned knowledge.

Frozen Model

Techniques

A pre-trained language model whose weights are not updated during inference or deployment, only its outputs are modified.

Fudge Factor

Techniques

An arbitrary numerical adjustment that makes code pass tests but has no basis in the underlying theory.

Full-duplex dialogue

Techniques

A conversation model that can listen and speak at the same time, enabling more natural simultaneous interaction.

Full-Precision

Formats

A model using standard 32-bit floating-point numbers to represent weights, providing maximum accuracy but requiring more memory.

Full-Precision Weights

Deployment

Model parameters stored at maximum numerical accuracy (typically 32-bit floating point), which provides the best quality but requires more memory and computation.

Function Calling

Behavior

The ability of a model to output structured requests to invoke external tools or APIs rather than generating free-form text.

Function Vector Representations

Techniques

Internal model representations that encode what tasks do, allowing comparison of task similarity and prediction of learning trajectories.

Function Vectors

Techniques

Vector representations of tasks extracted from model activations during in-context learning.

Function-Preserving Expansion

Techniques

Growing a model's capacity while mathematically guaranteeing it behaves identically to the original at the start.

Function-preserving Transforms

Techniques

Mathematical operations like rotations that rearrange a model's weights without changing what the model computes.

Functional correctness

Techniques

Whether code produces the correct output and passes automated tests, independent of style or review requirements.

Functional Correspondence

Techniques

A mapping between adaptive bases in function spaces that captures relationships between continuous fields.

Functional Requirements

Techniques

Specifications describing what a software system should do and its specific behaviors and features.

Functional Sparsity

Techniques

When only a small subset of parameter changes actually contribute to improved task performance despite large overall model drift.

Functional Token

Techniques

A discrete token that encodes both an agentic operation and latent visual reasoning capability without explicit visual supervision.

Funnel Attention

Architecture

An attention mechanism that progressively compresses and simplifies the input sequence, reducing computational cost while maintaining important information.

Fused Kernels

Techniques

GPU operations combined into a single kernel to reduce memory traffic and improve computational efficiency.

Fuzzing

Techniques

Automatically testing software by feeding it random or malformed inputs to find crashes or vulnerabilities.

Fuzzy Logic

Techniques

A reasoning system that handles uncertainty by allowing truth values between 0 and 1, rather than strict true/false.

Fuzzy Rules

Techniques

Logic-based rules that handle uncertainty and gradual membership rather than strict true/false classifications.

Fuzzy String Matching

Techniques

Comparing text strings by measuring character-level similarity rather than exact matches.

G

Gain Modulation

Techniques

A mechanism where a context signal scales the magnitude of state-dependent responses without changing their underlying structure.

Game Description Language

Techniques

A formal notation for encoding game rules so different AI systems can play the same game consistently.

Game-Theoretic Equilibrium

Techniques

A stable state where no agent can improve their outcome by unilaterally changing their strategy.

Gate Twirling

Techniques

A quantum error-mitigation technique that randomizes gate errors to make them more uniform and easier to characterize.

Gated Composition Layer

Techniques

A learned mechanism that combines multiple signals or predictions using gates to weight their contributions.

Gated Correction

Techniques

A learned mechanism that selectively applies corrections to predictions based on per-dimension scaling factors.

Gated excitation mechanism

Techniques

A learnable gate that controls which features are emphasized based on input context.

Gateway Neuron

Techniques

A neuron that controls whether tokens are routed to standard or exception processing paths.

Gating Mechanism

Techniques

A learned or rule-based function that selectively enables or disables components based on input conditions.

Gauge Invariance

Techniques

A mathematical property ensuring a model's predictions remain consistent regardless of arbitrary coordinate system choices or numerical representations.

Gauge Symmetry

Techniques

Invariance of a loss function under certain transformations that don't change the actual model output.

Gauge-Equivariant Optimizer

Techniques

An optimizer that respects the mathematical symmetries of the loss function, enabling implicit bias toward low-rank solutions.

Gaussian Mixture Model

Techniques

A probabilistic model that represents data as a weighted combination of multiple Gaussian distributions, useful for capturing complex motion patterns.

Gaussian Mixture Regression

Techniques

A regression technique using Gaussian mixture models to learn and reproduce trajectories from demonstration data.

Gaussian Process

Techniques

A statistical model that learns patterns from data and provides uncertainty estimates for predictions.

Gender Bias

Techniques

Systematic tendency of models to favor one gender over others in language generation and translation tasks.

General Reasoning

Behavior

The capability to think through problems logically, break down complex questions, and arrive at conclusions across a wide variety of topics.

General-Purpose

Behavior

Designed to handle a wide variety of different tasks rather than being specialized for one specific domain.

General-Purpose Language Model

Architecture

A model trained to handle a wide variety of text tasks—like writing, answering questions, and reasoning—rather than being specialized for one specific task.

General-Purpose Model

Behavior

An AI model designed to handle many different types of tasks well, rather than being specialized for one specific domain.

Generalist Model

Behavior

A model trained to perform well across many different types of tasks rather than being specialized for one specific domain.

Generalist Robot

Techniques

A robot trained to perform many different everyday tasks rather than being specialized for one specific job.

Generalization

Performance

A model's ability to perform well on new, unseen data that differs from what it was trained on.

Generalization Bound

Techniques

A theoretical guarantee on how well a model trained on sample data will perform on unseen data.

Generalization Error

Techniques

The difference between a model's performance on training data versus unseen test data.

Generalized Database

Techniques

A unified abstraction layer for all persistent state, memory, and data in a system.

Generalized Procrustes Algorithm

Techniques

A mathematical method for aligning and comparing representations across different neural networks by finding optimal rotations.

Generate-Evaluate-Regenerate

Techniques

A workflow where a model generates output, evaluates its quality, and regenerates if needed to improve results.

Generate-then-Answer (GtA)

Techniques

An inference approach where a model generates an intermediate image before answering a question about it.

Generative Adversarial Network (GAN)

Techniques

A model with two competing networks—one generates samples while the other tries to distinguish real from fake.

Generative Embeddings

Techniques

Vector representations of text created by generative language models that capture semantic meaning.

Generative Flow Networks (GFlowNets)

Techniques

A probabilistic framework that generates samples with probability proportional to a reward function, useful for optimization tasks like molecule discovery.

Generative Flow Networks (GFlowNets)

Techniques

A framework for sampling from complex distributions by learning a policy that generates trajectories proportional to a reward signal.

Generative Information Extraction

Techniques

Using language models to generate structured information from text rather than identifying fixed spans, allowing more flexible output formats.

Generative Language Model

Architecture

A model trained to generate new text by predicting the next word or sequence of words based on patterns it learned during training.

Generative Model

Techniques

An AI model trained to create new data (like images) that resembles its training data.

Generative Post-training

Techniques

Additional training phase after initial pretraining that uses generative tasks to improve model capabilities.

Generative Process

Techniques

A model's procedure for creating new outputs (like floor plans) based on learned patterns from training data.

Generative Recommendation

Techniques

A recommendation approach that predicts users' next interactions by generating item tokens based on historical behavior patterns.

Generative Reward Model

Techniques

A model that ranks or compares responses rather than assigning fixed numerical scores to individual outputs.

Generative Safety

Techniques

A methodology that grows phenomena from micro-level interaction conditions to identify sufficient mechanisms, detect thresholds, and design safety interventions.

Generative Search

Techniques

Search systems that synthesize information from multiple sources into direct answers rather than ranking individual pages.

Generator matrices

Techniques

Matrices used to encode data into codewords in error-correcting codes.

Genetic Algorithm

Techniques

A metaheuristic optimization method inspired by natural selection that evolves candidate solutions over generations.

Genetic Programming

Techniques

An evolutionary algorithm that generates candidate equations by combining and mutating mathematical expressions.

GEO (Generative Engine Optimization)

Techniques

Modifying web content to increase likelihood of selection and citation by generative search engines.

Geodesic Distance

Techniques

The shortest path between two points along a curved surface, as opposed to straight-line distance.

Geographic Plausibility

Techniques

Checking that spatial analysis results are realistic (e.g., no negative distances, valid coordinate ranges, sensible geographic relationships).

Geometric Algebra

Techniques

A mathematical framework (Clifford algebras) that extends vectors with operations for rotations, reflections, and higher-dimensional relationships.

Geometric Biases

Techniques

Structural constraints added to a model to encode domain knowledge about geometry, such as crystal lattice properties.

Geometric Consistency

Techniques

Maintaining structural and spatial accuracy across multiple views or representations of a 3D object.

Geometric Coupling

Techniques

The alignment between router weight directions and expert weight directions that emerges during training.

Geometric Deep Learning

Techniques

Machine learning methods that respect the geometric structure of data, useful for standardizing diverse data types.

Geometric Foundation Model

Techniques

A pretrained neural network that understands and represents 3D spatial geometry and object structure.

Geometric Prior

Techniques

Existing spatial information (like an old elevation map) used to guide or constrain 3D reconstruction.

Geometric Reconstruction

Techniques

Building a 3D model of a scene from video or images by estimating depth and camera motion.

Geometric Separability

Techniques

Property where data points can be separated into groups using a linear boundary in vector space.

Geometric Surface Representation

Techniques

Explicitly modeling the 3D shape and surface properties of objects in a scene.

Geometric Transformation Alignment

Techniques

Learning spatial transformations that correctly position reflected content within mirror regions.

Geometry Foundation Models

Techniques

Pre-trained models specialized in understanding 3D geometric structure from images, used as a base for reconstruction tasks.

Geometry-Grounded Tokens

Techniques

Multimodal representations that preserve spatial and geometric information about the scene to maintain disambiguating context.

Geospatial Analytics

Techniques

Using machine learning and statistics to analyze data tied to geographic locations.

Geospatial Vector Data

Techniques

Geographic information stored as points, lines, and polygons with associated attributes and coordinates.

GGUF

Formats

A file format for quantized models designed for efficient CPU and GPU inference with llama.cpp.

GGUF Format

Formats

A file format designed for efficient storage and loading of large language and embedding models, optimized for fast inference on various hardware.

Gibbs Free Energy

Techniques

A thermodynamic quantity that determines whether a material phase is stable at a given temperature and pressure.

Girsanov Change of Measure

Techniques

A mathematical technique for reweighting probability distributions along trajectories without computing gradients.

Global Attention

Techniques

Attention mechanism where each token can attend to all preceding tokens in the sequence.

Global Majority

Techniques

Populations and nations that represent the numerical majority of the world but are historically marginalized in Western-dominated systems.

Goal Drift

Techniques

When an AI agent gradually abandons its original objective and pursues different goals instead.

Goal Embedding

Techniques

A low-dimensional vector that captures task identity and enables rapid adaptation to new tasks without retraining.

Goal Misspecification

Techniques

When an AI system's stated objective doesn't match the actual intended outcome, leading to unintended behaviors.

Goal operationalization

Techniques

Converting an abstract goal into concrete, measurable tasks and evaluation criteria.

Goal-Conditioned

Techniques

A system that adapts its behavior based on an inferred or specified goal or intent.

Goal-Conditioned Learning

Training

A training approach where a model learns to achieve specific target states or goals provided as input, rather than following fixed step-by-step instructions.

Goal-Conditioned Recovery Policy

Techniques

A learned policy that generates corrective actions to move a system toward a specified target state or goal.

Goal-Reaching Probability

Techniques

The likelihood that an agent successfully reaches and maintains a target state or goal under a given policy.

Gold Standard

Techniques

A reference dataset of correct answers used to evaluate model accuracy.

Gold-Relevance Distillation

Techniques

Training a retriever to rank examples by their usefulness for solving a problem, using ground-truth solution outcomes.

Golden-Rule Decoupling Theorem

Techniques

A result showing that at maximum growth (r=g), human wealth share decays exponentially at the consumption rate unless ownership is legally protected.

Goodhart Gap

Techniques

The divergence between a proxy metric (learned reward) and true performance when the proxy is optimized directly.

Gossip Averaging

Techniques

A decentralized consensus method where nodes iteratively average values with neighbors to reach agreement without central coordination.

Gossip Protocol

Techniques

A peer-to-peer communication method where nodes randomly exchange information with neighbors, eventually propagating data across the network.

Governance Constraints

Techniques

Rules and policies that limit AI autonomy to ensure oversight, safety, and alignment with organizational values.

Governance Currency

Techniques

A distinct medium of exchange used only for voting and decision-making in a governance system, separate from other economic systems.

Governance Framework

Techniques

A set of rules and structures that constrain and guide AI behavior to ensure reliability and consistency.

GPL-3.0 License

Licensing

An open-source license that allows free use and modification of software, but requires any derivative works to also be open-source under the same license.

GPT Architecture

Architecture

A transformer-based neural network design that processes text sequentially and predicts the next word based on previous context.

GPT-2 Architecture

Architecture

A transformer-based neural network design from OpenAI that processes text sequentially to predict and generate the next word in a sequence.

GPT-2 Architecture

Architecture

An older transformer-based design for language models that generates text by predicting one word at a time, simpler and smaller than modern alternatives.

GPT-2 Variant

Architecture

A modified version of the GPT-2 architecture that changes the original design, such as by reducing size or adjusting training.

GPT-3-Style Architecture

Architecture

A transformer-based design that follows the same structural principles as OpenAI's GPT-3 model, using layers of attention mechanisms to process text.

GPT-Family Architecture

Architecture

A class of transformer-based language models descended from the original GPT design, characterized by autoregressive text generation and broad general-purpose capabilities.

GPT-J Architecture

Architecture

A transformer-based neural network design that uses self-attention to process and generate text, serving as the structural blueprint for this model.

GPT-NeoX

Architecture

An open-source large language model architecture based on the GPT design, created as an alternative to closed-source models.

GPT-NeoX Architecture

Architecture

An open-source transformer-based architecture designed for training large language models, similar in structure to GPT models.

GPT-Style Architecture

Architecture

A neural network design based on transformer technology that processes text sequentially and generates one word at a time.

GPTQ

Formats

A quantization technique that compresses model weights to lower precision, reducing file size and memory requirements while maintaining reasonable performance.

GPTQ Quantization

Formats

A compression technique that reduces model size by representing weights with lower precision, making the model faster and cheaper to run with minimal quality loss.

GPU Allocation

Techniques

Assigning GPU resources to different models or tasks to optimize throughput and latency.

GPU Contention

Techniques

Performance degradation that occurs when multiple inference requests compete for the same GPU's memory and compute resources.

GPU Memory

Deployment

The high-speed memory on a graphics processor used to store and process model weights and computations during inference.

GPU Optimization

Deployment

Designing and tuning a model to run efficiently on graphics processing units (GPUs), which are specialized hardware that accelerates AI computations.

Graceful degradation

Techniques

Reducing system performance or functionality in a controlled way as resources decline, rather than failing abruptly.

Grad-CAM

Techniques

A visualization technique that highlights which parts of an image a neural network uses to make predictions.

Graded Relevance

Techniques

Relevance judgments on a scale (e.g., 0-3) rather than binary relevant/not-relevant labels.

Gradient Alignment

Techniques

A technique ensuring that gradient updates from different tasks point in compatible directions to avoid conflicts.

Gradient Approximation

Techniques

Estimating how model parameters should change without actually computing full gradients or updates.

Gradient Ascent Unlearning

Techniques

An unlearning method that updates model weights in the opposite direction of poisoned data gradients to remove their influence.

Gradient Based Optimization

Techniques

Improving model performance by following the direction of steepest improvement in parameters.

Gradient Bias

Techniques

Systematic error in gradient estimates that prevents optimization from reaching the true optimum.

Gradient Boosting

Techniques

Building models sequentially where each new model corrects errors from previous ones.

Gradient Clipping

Techniques

Limiting the magnitude of gradients during training to prevent extreme updates and improve stability.

Gradient Communication

Techniques

Sending model weight updates between devices and servers during distributed training, a major bottleneck on bandwidth-limited networks.

Gradient Compression

Techniques

Reducing the size of gradient data to speed up training on distributed systems.

Gradient Conflict

Techniques

When different training objectives pull model updates in opposing directions, causing optimization to fail or degrade.

Gradient Interference

Techniques

Conflicting parameter updates from different tasks that degrade performance when stored in shared model components.

Gradient Normalization

Techniques

Scaling gradient values to maintain consistent learning rates across different parameter groups or layers.

Gradient Reuse

Techniques

Amortizing gradient computation across multiple training steps by reusing cached gradients for repeated examples.

Gradient Reversal

Techniques

A training technique that flips gradient signs to force a model to learn features that fool an adversarial classifier.

Gradient Staleness

Techniques

Using outdated gradient information from earlier training steps due to asynchronous updates across distributed systems.

Gradient Surgery

Techniques

Technique that selectively modifies or blocks gradient flow to prevent interference between different learning objectives.

Gradient-Based Explanation (GradCAM)

Techniques

An explainability technique that uses model gradients to identify which input features most influence predictions.

Gradient-Based Influence

Techniques

Estimating data importance by analyzing how gradient updates from that data affect model parameters.

Gradient-Based Initialization

Techniques

Setting starting values for trainable parameters using information from model gradients to improve convergence and final performance.

Gradient-Free Optimization

Techniques

Optimizing a function without computing gradients, using only function values or rankings.

Grading Cascade

Techniques

A multi-layer evaluation pipeline that applies increasingly lenient or human-intensive grading strategies to improve reliability.

Grading Rubric

Techniques

A detailed set of criteria used to evaluate and score model outputs on a task.

Graduated sanctioning

Techniques

A governance mechanism that applies increasingly severe penalties for rule violations, starting with warnings before escalating.

Gram Matrix

Techniques

A matrix formed by computing inner products between vectors, used to capture correlations in weight updates.

Grammatical Error Correction

Behavior

A task where a model identifies and fixes grammar, spelling, and syntax mistakes in written text.

Grammatical Gender

Techniques

A linguistic system where nouns and related words are classified into categories requiring specific agreement patterns.

Granularity

Techniques

The level of detail at which something is analyzed, such as document, sentence, or token level.

Graph Attention

Techniques

An attention mechanism that learns weighted interactions between nodes in a graph structure.

Graph Classification

Techniques

The task of assigning a label or category to an entire graph based on its structure and node features.

Graph Context Encoder

Techniques

A component that processes local neighborhoods around nodes to capture semantic meaning and relationships.

Graph Convolutional Attention

Techniques

An attention mechanism that incorporates graph spectral information through filtered queries and keys for improved denoising.

Graph Domain Adaptation

Techniques

Transferring knowledge from a labeled source graph to an unlabeled target graph when their structures or distributions differ.

Graph Edit Distance (GED)

Techniques

A measure of how different two graphs are, based on the minimum edits needed to transform one into the other.

Graph Encoding

Techniques

Converting a graph structure into a compact text representation that preserves its properties.

Graph Isomorphism Network

Techniques

A neural network that learns patterns from graph-structured data by comparing node relationships.

Graph Neural Network

Techniques

A neural network that operates on graph-structured data by passing messages between connected nodes to learn relational patterns.

Graph Neural Networks

Techniques

Neural networks designed to process graph-structured data by learning representations of nodes and edges.

Graph Representation Learning

Techniques

Methods for converting graph structures into numerical vectors that preserve meaningful information about nodes and edges.

Graph-Based Multistep Process

Techniques

A structured approach that represents events and their relationships as a graph and processes them in sequential stages.

Graph-Bound

Techniques

Execution state tied to the boundaries of a computation graph, enabling efficient snapshot and restore of all intermediate values.

Graph-Conditioned Generation

Techniques

Controlling generative models using structured graph representations that encode relationships between entities.

Graph-Native

Techniques

Design that treats the problem structure as a graph and preserves graph properties during operations.

Graph-Temporal Process

Techniques

A model representing how events propagate through a network structure over time.

Graph-Theoretic Metrics

Techniques

Mathematical measures that quantify properties of network structures, such as node centrality or edge importance.

Graph-to-Text Generation

Techniques

The task of converting structured graph data (entities and relationships) into natural language descriptions.

Greedy Decoding

Techniques

Generating text by always selecting the highest-probability next token, without exploring alternatives.

Green's Function

Techniques

A fundamental solution to a differential operator that characterizes how the operator responds to point sources.

Gricean Alignment

Techniques

Training models to follow conversational principles of cooperation, like being truthful and informative—retreating to safer claims when uncertain.

Grokking

Techniques

A phenomenon where a model's test performance suddenly improves long after training loss has plateaued.

Ground Truth

Techniques

Accurate reference labels or measurements used to train and evaluate machine learning models.

Ground Truth Factors

Techniques

The actual underlying causes or features that explain observed data in a system.

Grounded Generation

Techniques

Generating text that is anchored to external knowledge sources or constraints, rather than purely from learned patterns.

Grounded Reasoning

Techniques

AI reasoning that relies on specific documents or data provided to the model, rather than just its training knowledge.

Grounding

Behavior

The practice of ensuring a model's responses are based on and supported by provided source documents rather than generated from general knowledge.

Grounding Displacement

Techniques

A skill's prescribed procedure overrides how an agent interprets or understands its inputs.

Group Entropy

Techniques

A generalized measure of uncertainty or disorder that follows mathematical group rules, extending beyond standard entropy.

Group Quantization

Deployment

A quantization method that divides weights into small groups and applies separate quantization parameters to each group, preserving more accuracy than uniform quantization.

Group Relative Policy Optimization

Techniques

A training method that improves model reasoning by comparing outputs and rewarding better explanations.

Group Size

Deployment

In quantization, the number of weights that share a single scaling factor; smaller groups preserve more precision but use more memory, while larger groups save more memory but may lose detail.

Group Wise Quantization

Techniques

Reducing model size by compressing weights in groups rather than individually.

Group-Level Aggregate

Techniques

A summary measure computed by averaging individual-level data within defined groups to represent group characteristics.

Group-Level Simulation

Techniques

Predicting aggregate behavior of a group of users rather than individual users, useful for testing business strategies.

Grouped Attention

Techniques

An attention mechanism that groups variables together to reduce computational complexity while capturing dependencies.

Grouped Reinforcement Learning

Techniques

An RL approach that applies rewards or penalties to groups of similar trajectories rather than individual ones.

Grouped-Query Attention

Architecture

An optimization technique that reduces memory usage and speeds up inference by having multiple query heads share the same key and value heads instead of each having their own.

GRPO

Techniques

Group Relative Policy Optimization, a reinforcement learning algorithm for fine-tuning language models with reward signals.

Guard Model

Techniques

A deployed model or system designed to monitor and filter language model outputs for compliance with regulations or policies.

Guardrails

Behavior

Safety mechanisms built into a model to refuse harmful requests or prevent it from generating unsafe content.

Gui Agent

Techniques

An AI system that interacts with computer interfaces by clicking, typing, and navigating screens.

GUI Grounding

Behavior

The ability to identify and locate specific elements (like buttons or text fields) within a graphical user interface based on natural language descriptions.

Guidance

Techniques

A technique to steer AI generation toward desired outputs by providing additional control signals during inference.

Guidance Mechanism

Techniques

A technique that steers a model's output toward desired behavior by balancing multiple objectives during inference.

Guidance Responsiveness

Techniques

A metric measuring how well a simulator updates its responses when given tutoring corrections or explanations.

Guided Decoding

Techniques

Steering a model's text generation process using external signals or constraints without modifying the model itself.

Guided In-Sample Selection (GIST)

Training

A training technique that intelligently selects the most informative examples from your training data to improve model efficiency and performance.

Gumbel-Softmax Sampling

Techniques

A differentiable relaxation technique that approximates discrete choices to enable gradient-based optimization.

Gymnasium Interface

Techniques

A standard API for defining reinforcement learning environments with consistent step, reset, and reward functions.

H

Hadamard Transform

Techniques

A mathematical rotation that reorganizes data to expose structure, used here to normalize activations.

Hallucination

Behavior

When a model generates plausible-sounding but factually incorrect or fabricated information.

Hallucination Detection

Evaluation

The ability to identify when a model generates false or unsupported information that isn't grounded in the provided source material.

Halo Effect

Techniques

A cognitive bias where one positive trait influences overall judgment, like trusting code from reputable authors.

Hamilton Jacobi Bellman Equation

Techniques

A mathematical equation solving optimal decision-making problems over time.

Hamiltonian Dynamics

Techniques

A framework from physics describing how systems evolve while conserving energy, here applied to optimizer behavior.

Hamiltonian Path

Techniques

A route that visits every location exactly once without repeating any node.

Hamiltonian Simulation

Techniques

A quantum computing technique that simulates the evolution of a physical system described by a Hamiltonian.

Hand-Eye Calibration

Techniques

The geometric relationship between a camera and a robot's end-effector that enables coordinate transformation.

Handoff

Techniques

The process of transferring a partially-completed task from one model to another for completion.

Handwriting Recognition

Behavior

The ability of a model to identify and interpret handwritten characters and words from images, accounting for variations in writing style and quality.

Hard Constraint

Techniques

A rule that must always be satisfied during optimization, rather than being treated as a soft penalty that can be violated.

Hard Negatives

Training

Challenging negative examples that are similar to the target but still incorrect, used during training to make the model learn more nuanced distinctions.

Hardware Optimization

Deployment

Tuning a model's design or training to run more efficiently on specific hardware (like NVIDIA GPUs), reducing memory usage and inference time.

Hardware-aware computing

Techniques

Adapting AI algorithms and decisions based on the actual capabilities and constraints of physical hardware.

Harm Taxonomy

Training

A structured system that categorizes different types of harmful content (like violence, hate speech, or misinformation) so a model can recognize and classify them.

Harmonic Reasoning

Architecture

An architecture that alternates between thinking (reasoning about a problem) and acting (taking physical steps), allowing the model to plan and execute robot actions iteratively.

Harness Engineering

Techniques

The design and implementation of control systems that manage agent behavior and task execution.

Harness Optimization

Techniques

Iteratively improving how an LLM agent behaves by rewriting its code without changing the model weights.

Harness Recursion

Techniques

The code-first extension of model recursion where agents spawn full agent instances rather than just making additional model calls.

Harness-Policy Co-Evolution

Techniques

Simultaneous improvement of runtime controls (harness) and model behavior (policy) using shared safety experience.

Hawkes Process

Techniques

A point process where the occurrence of events increases the likelihood of future events, modeling self-exciting phenomena.

Hazard Analysis

Techniques

Systematic process of identifying potential failures and dangerous scenarios in a system.

Hazard Function

Techniques

The instantaneous rate of an event occurring at a given time, conditional on survival up to that time.

Hazard Ratio

Techniques

Single-number summary comparing risk of an event between groups; collapses variation across time into one estimate.

HDL Generation

Techniques

Automatic creation of Hardware Description Language code (like Verilog or VHDL) that specifies circuit behavior.

Head-wise Causal Intervention

Techniques

Systematically disabling individual attention heads to determine which ones are causally responsible for specific model behaviors.

Heavy Hitter Detection

Techniques

Identifying frequently occurring items in a dataset while preserving privacy through noise addition.

Heavy-tailed noise

Techniques

Gradient noise with extreme values that occur more frequently than in normal distributions, common in real LLM training.

Helpfulness Consistency

Techniques

A metric measuring whether a model provides equal depth and engagement when responding to paired political prompts from opposing sides.

Hermeneutic Reasoning

Techniques

Interpretation-based reasoning that emphasizes understanding meaning within cultural and contextual frameworks.

Hermite Expansions

Techniques

Mathematical technique to approximate probability distributions using orthogonal polynomials.

Hessian

Techniques

A matrix of second-order derivatives that captures how a loss function curves, used to understand model geometry.

Hessian Spectrum

Techniques

The complete set of eigenvalues of the loss function's second-derivative matrix, describing the curvature in all directions.

Heterogeneity analysis

Techniques

Statistical examination of how effect sizes vary across different studies or subgroups based on moderating factors.

Heterogeneous Data

Techniques

Data from multiple sources with different structures, formats, or feature sets.

Heterogeneous Preferences

Techniques

Systematic differences in how different groups (by language, task, etc.) rank or prefer models.

Heterogeneous System-on-Chip (SoC)

Techniques

A single chip containing different types of processors (CPUs, GPUs, accelerators) optimized for different tasks.

Heterogeneous Treatment Effects (HTE)

Techniques

Differences in how a treatment affects different individuals based on their characteristics.

Heterophilous Graphs

Techniques

Graphs where nodes with different labels are more likely to connect, opposite to homophilous graphs.

Heteroscedasticity

Techniques

When the variance of a distribution differs across groups or conditions, rather than being uniform.

Heuristic

Techniques

A practical problem-solving method that finds good solutions quickly without guaranteeing optimality.

Hidden Dimension

Architecture

The size of the internal vector representation used by a neural network to process and store information about the input.

Hidden Premises

Techniques

Unstated assumptions or facts used in reasoning that are not explicitly acknowledged or justified.

Hidden Representations

Techniques

The internal numerical values a neural network computes at each layer as it processes input.

Hidden Size

Architecture

The dimensionality of the internal representations that a neural network uses to encode information about text.

Hidden State Poisoning Attack

Techniques

An adversarial attack that injects malicious tokens to corrupt a model's internal memory and degrade performance.

Hidden States

Techniques

Internal representations computed by neural networks that capture learned patterns.

Hidden-State Analysis

Techniques

Examining the internal representations (activations) of a neural network to understand what it has learned.

Hierarchical Action Decomposition

Techniques

Breaking down complex multi-body robot control into sequential stages to maintain kinematic dependencies and avoid incoherent motions.

Hierarchical Aggregation

Techniques

Combining multiple independent predictions or estimates using a structured approach that accounts for differences in their reliability.

Hierarchical Attention

Techniques

A multi-stage attention approach that first selects relevant tokens coarsely, then applies fine-grained attention on the selected subset.

Hierarchical Bayesian Modeling

Techniques

A statistical approach that learns shared patterns across groups while allowing group-specific variations through partial pooling.

Hierarchical Calibration

Techniques

A statistical technique using Platt scaling with a hierarchical prior to adjust model confidence while preventing over-shrinking of extreme predictions.

Hierarchical Capability Tree

Techniques

A structured organization of model capabilities arranged from broad to specific, enabling diagnosis at multiple levels of granularity.

Hierarchical Clustering

Techniques

An unsupervised learning method that builds a tree of nested clusters by repeatedly merging or splitting groups based on similarity.

Hierarchical Code Structures

Techniques

Code organized in nested levels where high-level functions call lower-level sub-functions or modules.

Hierarchical Coding Scheme

Techniques

A structured system for categorizing and analyzing dialogue at multiple levels of abstraction.

Hierarchical Conversations

Techniques

Comment threads where replies are nested under parent comments, preserving the structure of back-and-forth discussion.

Hierarchical Document Structure

Techniques

Representing documents as nested levels of organization (sections, articles, blocks) rather than flat sequences.

Hierarchical Encoder

Architecture

A neural network component that processes images at multiple levels of detail simultaneously, capturing both fine details and broad patterns.

Hierarchical feature representation

Techniques

Multi-level feature extraction where early layers capture simple patterns and deeper layers capture complex structures.

Hierarchical inference

Techniques

A multi-level approach to reasoning where information is processed and combined across different levels of abstraction.

Hierarchical Kinematic Reasoning

Techniques

Understanding motion at multiple levels of detail, from individual joint movements to full-body action patterns.

Hierarchical Memory

Techniques

Storage system using multiple memory tiers (e.g., fast GPU memory and slower CPU memory) to balance speed and capacity.

Hierarchical Planning

Techniques

Planning at multiple levels of abstraction, where high-level plans are refined into low-level actions.

Hierarchical Reasoning

Techniques

Breaking down a complex decision into multiple levels, like deciding family → genus → species in order.

Hierarchical Reasoning Model (HRM)

Techniques

An architecture designed to structure reasoning across multiple levels of abstraction for improved language understanding.

Hierarchical Reinforcement Learning

Techniques

Breaking complex tasks into simpler sub-tasks organized in levels, where agents learn high-level strategies and low-level actions separately.

Hierarchical Representation Extraction

Techniques

A technique that aggregates features from multiple layers of a neural network to create multi-scale guidance signals.

Hierarchical Taxonomy

Techniques

A tree-structured organization of evaluation criteria organized from general to specific categories.

Hierarchical Training

Techniques

Training approach that aligns objectives at multiple levels of granularity (e.g., frames, words, sentences) simultaneously.

Hierarchical Verification

Techniques

Testing correctness at multiple levels: properties, interactions, and full rollouts to ensure system correctness.

High-Level Synthesis (HLS)

Techniques

The process of automatically converting algorithmic descriptions into hardware designs, typically using pragmas and code transformations.

High-Performance Computing (HPC)

Techniques

Clusters of powerful computers working together to solve large-scale computational problems requiring massive processing power.

Higher-order Connectivity

Techniques

Patterns in how nodes connect beyond immediate neighbors, captured through multi-hop paths or walks.

Higher-Order Derivatives

Techniques

Derivatives beyond the first order (gradients) that capture more complex relationships in how inputs affect outputs.

Higher-Order Interactions

Techniques

How multiple features work together to influence a model's prediction, beyond individual feature effects.

Hilbert-Space Capacity

Techniques

The exponential growth in the number of quantum states available as more qubits are added to a quantum system.

Hindsight Experience Utilization

Techniques

Learning from failed attempts by reinterpreting them as successful examples of different tasks to improve generalization.

Hindsight Utility Signals

Techniques

Performance feedback derived from comparing baseline and skill-enhanced rollouts to guide skill and policy updates.

Hint Bank

Techniques

A structured library of reusable hints capturing syntax rules, schema patterns, and user preferences learned from past errors.

HIPAA Compliance

Techniques

Meeting U.S. healthcare privacy and security regulations for protected health information (PHI) in clinical systems.

Hit Radius

Techniques

The maximum embedding distance threshold within which a new query is considered similar enough to reuse a cached response.

Hitting Time

Techniques

The expected number of steps for an algorithm to reach a target state from a starting point.

Hölder Class

Techniques

A class of smooth functions with bounded derivatives up to a specified order, used to characterize local smoothness.

Hölder Regularity

Techniques

A mathematical smoothness condition that bounds how quickly a function can change, used to control localization bias.

Holonic Agent

Techniques

An autonomous agent that reasons locally while cooperating with neighbors to form larger intelligent units.

Homographic Adaptation

Training

A training technique that simulates viewing images from different angles and perspectives to teach the model to recognize the same features under geometric transformations.

Homomorphism Densities

Techniques

Graph properties measuring the density of subgraph patterns, used to compare graphs of different sizes.

Homophily

Techniques

The tendency of nodes with similar attributes or labels to be connected to each other in a graph.

Homoscedastic Uncertainty

Techniques

A measure of prediction uncertainty that is constant across all input samples, used to weight loss functions.

Honesty

Techniques

Whether a model acknowledges the limits of its knowledge and avoids making up answers.

Honesty Elicitation

Techniques

Techniques to make AI models produce truthful responses instead of false or misleading ones.

Hook Mechanism

Techniques

Designated control points in a workflow where external logic (like an AI agent) can intercept execution to add reasoning or override decisions.

Hopfield Network

Techniques

A type of recurrent neural network with symmetric connections used for associative memory and optimization.

Householder Reflection

Techniques

A linear algebra operation that reflects vectors across a hyperplane, used here to align word direction vectors.

Hoyer sparsity metric

Techniques

A measure of how sparse a vector or matrix is, used to encourage low-rank structure in neural networks.

HuBERT

Training

A self-supervised learning approach for audio that learns meaningful speech representations by predicting masked portions of audio, similar to how language models learn from text.

Hubness-corrected matching

Techniques

A matching technique that corrects for the bias where some points become neighbors to many others in high-dimensional spaces.

Human Motion Prediction

Techniques

Forecasting future body positions and movements based on past motion sequences.

Human Uplift Study

Techniques

A controlled experiment measuring how much an AI system improves human performance compared to working without it.

Human-Agent Collaboration

Techniques

Patterns of interaction between developers and AI agents, including review, modification, and oversight of agent-generated contributions.

Human-Agent Collaborative Pipeline

Techniques

A data creation process where humans and automated systems work together to convert existing designs into a standardized format at scale.

Human-AI Collaboration

Techniques

A workflow where humans and AI agents work together, with AI assisting at multiple stages rather than just solution generation.

Human-Centered AI (HCAI)

Techniques

AI systems designed to augment human capabilities while preserving human agency, control, and decision-making authority.

Human-in-the-Loop

Techniques

A system where AI predictions are reviewed and validated by human experts before final decisions.

Human-Robot Interaction

Techniques

The study of how humans and robots communicate, collaborate, and work together safely and naturally.

Humanoid policy learning

Techniques

Training robot control policies by learning from human movement demonstrations.

Humanoid Robot

Techniques

A robot designed with a human-like body structure, including arms, legs, and torso for interaction in human environments.

Humanoid Transformer

Techniques

A transformer-based architecture designed to process and generate whole-body humanoid control sequences with structured representations.

Hybrid Architecture

Architecture

A model that combines two different neural network designs (in this case, Mamba2 and attention mechanisms) to balance speed and performance.

Hybrid Intelligence

Techniques

The combined performance of humans and AI systems working together, which can exceed either working alone if collaboration is effective.

Hybrid Mamba-Transformer Architecture

Architecture

A neural network design that combines Mamba (a fast, efficient sequence model) with Transformer components to balance speed and capability.

Hybrid Memory

Techniques

A memory system combining learnable parameters with non-learnable mechanisms to balance flexibility and efficiency.

Hybrid Representation

Techniques

A model architecture combining explicit, interpretable features with learned latent embeddings for balanced control and efficiency.

Hybrid Retrieval

Techniques

Combining multiple retrieval methods (e.g., dense embeddings and keyword matching) to improve coverage and relevance.

Hybrid Thinking Mode

Behavior

A capability that allows a model to switch between fast, direct responses and slower, more deliberate reasoning depending on task complexity.

Hyperbolic Geometry

Techniques

A non-Euclidean geometry where space curves negatively, naturally suited for representing hierarchical and tree-like structures.

Hyperbolic Space

Techniques

A non-Euclidean curved space with constant negative curvature, useful for hierarchical data representation.

Hypergraph Network

Techniques

A neural network that models relationships between multiple elements simultaneously, capturing high-order interactions beyond pairwise connections.

Hypernetwork

Techniques

A neural network that generates weights for another neural network instead of learning them directly.

Hyperparameter

Techniques

A configuration setting (like learning rate or network size) that you choose before training a model.

Hyperparameter Transfer

Techniques

Using optimal hyperparameters found at small scale to train larger models without expensive retuning.

Hyperparameter Tuning

Techniques

Systematically searching for the best configuration settings of a model before training.

Hyperplane

Techniques

A flat decision boundary in high-dimensional space used to separate classes in linear classifiers.

Hypersimplex

Techniques

A geometric shape in high-dimensional space used in optimization and probability theory.

Hypersphere Optimization

Techniques

Training method that constrains weight matrices to lie on a fixed-norm hypersphere for improved stability and scaling.

Hyperspherical Embedding Space

Techniques

A high-dimensional spherical geometry where embeddings from different modalities are normalized and aligned.

Hyperspherical Geometry

Techniques

Mathematical structure where points lie on the surface of a high-dimensional sphere, preserving directional relationships.

Hyperspherical Structure

Techniques

A geometric arrangement where data points lie on the surface of a high-dimensional sphere, preserving directional relationships.

Hypothesis Generation

Techniques

The process of creating testable predictions or proposed explanations for observed phenomena.

Hypothesis Refinement

Techniques

Iteratively improving scientific explanations by designing targeted experiments and incorporating new observations.

Hypothesis Testing

Techniques

The process of proposing and evaluating candidate explanations to determine which best fits the evidence.

I

Idea Genome

Techniques

A structured representation of a scientific idea's core components, mechanisms, and contributions that can be tracked across papers.

Ideation

Techniques

The process of generating and developing new ideas, often used in creative and research contexts.

Identifiability

Techniques

The ability to uniquely determine a model's parameters from observed data.

Identity Governance

Techniques

The policies, processes, and controls that manage who (or what) can access systems and data, and what actions they are authorized to perform.

Identity Persistence

Techniques

Maintaining consistent, unique identifiers for entities across different systems and time periods.

Identity Preservation

Techniques

Keeping a person's unique facial characteristics unchanged while editing other attributes like expressions.

Identity-Expression Decoupling

Techniques

Separating what makes a face unique (identity) from how it moves (expression) so each can be controlled independently.

Identity-Targeting

Techniques

When agents exploit visible identity markers or agent names in rules to selectively harm or eliminate specific players, creating systematic bias against identifiable groups.

Ideological Dimension

Techniques

A measurable axis along which political beliefs vary, such as economic left-right or social liberalism-conservatism.

Image Caption Generation

Techniques

The task of automatically creating text descriptions of images using AI models.

Image Captioning

Behavior

The task of automatically generating a text description of what appears in an image.

Image Editing

Techniques

Modifying specific parts of an existing image while preserving other elements.

Image Encoder

Architecture

A neural network component that converts images into numerical representations that capture visual features and patterns.

Image Resolution

Architecture

The size of images the model can process, measured in pixels; lower resolution (like 224px) means faster processing but less visual detail captured.

Image Segmentation

Evaluation

A computer vision task that divides an image into regions or labels each pixel to identify different objects or areas.

Image Signal Processor (ISP)

Techniques

Hardware in cameras that processes raw sensor data into final images, increasingly using AI for enhancement.

Image Synthesis

Techniques

Generating new realistic images computationally, often by combining or transforming existing images.

Image Tokenization

Architecture

The process of converting images into discrete tokens (small units) that a language model can process, similar to how it handles text.

Image-Text Alignment

Behavior

The task of learning to match and relate images with their corresponding text descriptions or captions.

Image-Text Reasoning

Behavior

The ability to understand and answer questions that require analyzing both visual content and textual information together.

Image-to-Code Generation

Behavior

The ability to analyze a visual image and automatically produce source code that recreates or represents that image's structure and content.

Image-to-Text Generation

Behavior

The task of automatically generating natural language descriptions of images, converting visual information into written words.

Image-to-Video Generation

Techniques

Generating video sequences from a single input image, extending it with motion and temporal dynamics.

Imagination-Preserving Attack

Techniques

An adversarial attack that causes harmful action shifts while keeping the model's predicted future state realistic and plausible.

Imbalanced Data

Techniques

Datasets where rare events or classes are significantly underrepresented compared to common patterns.

Imbalanced Regression

Techniques

A learning problem where the training data has very few error examples compared to correct ones, making optimization difficult.

Imitation Learning

Techniques

Training a model to copy behavior from expert examples without understanding the reasoning behind decisions.

Imitation Policy

Techniques

A learned behavior that mimics actions from human demonstrations or other expert examples.

Immediate-Consequence Operator

Techniques

A logical operation that derives new facts from existing facts and rules; here learned as a differentiable neural function.

Immersiveness

Techniques

The quality of engaging a reader deeply in a narrative, creating a sense of presence in the story.

Impact Analysis

Techniques

Identifying which parts of a system are affected by a proposed code change.

Imperfect-Information Games

Techniques

Games where players don't know all relevant information, like hidden opponent cards or future draws.

Implicit Bias

Techniques

The tendency of an optimization algorithm to prefer certain types of solutions (like low-rank) without explicit regularization.

Implicit Constraint

Techniques

A limitation that emerges naturally from the training setup rather than being explicitly specified.

Implicit Curriculum

Techniques

A hidden, structured order in which models naturally learn skills during pretraining, without explicit curriculum design.

Implicit Differentiation

Techniques

Computing gradients through an implicit equation without unrolling iterations, keeping memory constant.

Implicit Feedback

Techniques

User behavior signals (eye gaze, clicks, dwell time) that reveal preferences without explicit annotation.

Implicit Geometry

Techniques

3D spatial structure learned as high-level features without explicit coordinate representation.

Implicit Geometry Representation

Techniques

A learned encoding that captures abstract 3D structural properties without explicitly storing coordinates or meshes.

Implicit Intention

Techniques

A user's underlying goal or need that is not directly stated but must be inferred from context.

Implicit Maximum Likelihood Estimation (IMLE)

Techniques

A training objective for generative models that directly maximizes likelihood without requiring variational bounds or adversarial training.

Implicit Neural Networks

Techniques

Neural networks defined by equations that must be solved rather than computed layer-by-layer, enabling parameter efficiency.

Implicit Neural Representation (INR)

Techniques

A neural network approach that learns to represent images as continuous functions rather than discrete pixels.

Implicit Patterns

Techniques

Structured behaviors that emerge naturally from an LLM's token-level decisions without being explicitly programmed or instructed.

Implicit Prediction

Techniques

Inferring unobserved values or outcomes from historical patterns in data without explicit instruction.

Implicit Preference Signal

Techniques

Information about what a community values inferred from their behavior (like engagement and acceptance) rather than explicit feedback.

Implicit Reasoning

Techniques

Inferring unstated facts or relationships from available evidence without explicit statements.

Implicit Reward Signal

Techniques

A reward derived indirectly from model behavior (e.g., policy shift magnitude) rather than explicitly computed by a reward model.

Impoliteness Framework

Techniques

Culpeper's framework analyzing how language can intentionally or unintentionally cause offense or disrespect.

Importance Resampling

Techniques

A technique to adjust samples drawn from one distribution to match another by weighting them by their probability ratio.

Importance Reweighting

Techniques

Adjusting sample weights to correct for sampling from the wrong distribution.

Importance Sampling

Techniques

A technique to estimate gradients by reweighting samples from one distribution to match another.

Importance weighting

Techniques

A reweighting technique that corrects samples drawn from one distribution to estimate quantities from another distribution.

Importance-Corrected Objective

Techniques

A training adjustment that accounts for the difference between guided and unguided training distributions.

Imprecise probability

Techniques

Representing uncertain outcomes as intervals rather than single point estimates, capturing ambiguity in predictions.

In Context Learning

Techniques

Learning from examples provided in a prompt without updating model weights.

In Situ Compression

Techniques

Data compression performed during simulation execution rather than after data is written to disk.

In-Batch Negatives

Training

A training technique where negative examples (dissimilar samples) come from other items in the same training batch, helping the model learn to distinguish between similar and dissimilar texts.

In-Context Imitation

Techniques

Learning to perform a task by observing one or few demonstrations provided as context during inference, without explicit retraining.

In-Context Reinforcement Learning

Techniques

Learning task structure and optimal behavior from examples within a single forward pass, without parameter updates.

In-filling

Techniques

The ability to generate or complete text in the middle of a sequence using context from both before and after the gap.

In-Memory Computing (IMC)

Techniques

Performing computation directly within memory (e.g., ReRAM crossbars) to reduce data movement and improve energy efficiency.

In-Trajectory Validation

Techniques

Checking whether generated outputs follow required rules and constraints during the agent's execution, not just at the end.

In-Weight Retrieval

Techniques

A mechanism where relevant information is retrieved from model parameters themselves rather than from external memory or attention, helping reduce computational bottlenecks.

In-Weights Learning

Techniques

Learning that occurs through updates to model parameters during training, as opposed to learning from context.

Incentive Alignment

Techniques

Ensuring that the goals and rewards of different agents or system components work toward the same overall objective.

Incentive Sensitivity

Techniques

How well a model adjusts its behavior when the rewards or payoffs for different actions change.

Incentive-Compatibility

Techniques

A system design where agents are motivated to report truthfully rather than strategically misrepresent information.

Incongruity-Resolution Theory

Techniques

A theory of humor based on identifying mismatches in expectations and then resolving them in unexpected ways.

Incremental Reasoning

Techniques

Making decisions progressively as new information becomes available, rather than waiting for complete input.

Independent Component Analysis (ICA)

Techniques

A method to recover independent source signals from their linear mixtures by maximizing non-Gaussianity.

Independent Set

Techniques

A subset of vertices in a graph where no two vertices are connected by an edge.

Indic Scripts

Behavior

Writing systems used for South Asian languages like Hindi, Tamil, Telugu, and Bengali that have distinct characters and phonetic rules.

Indicator of Compromise (IoC)

Techniques

Observable artifacts or patterns in network traffic and system behavior that signal a security breach or malware infection.

Indicators of Compromise (IOCs)

Techniques

Artifacts or evidence left behind by attackers (like malicious URLs, IP addresses, or file hashes) that reveal a security breach.

Indirect Prompt Injection

Techniques

An attack where malicious instructions are hidden in data an AI agent retrieves, causing unintended actions.

Inductive Bias

Techniques

Built-in assumptions about how data should behave, like physics rules, that help models learn faster with less data.

Inductive Bias Injection

Techniques

Incorporating domain knowledge and constraints into a learning system to guide it toward more meaningful solutions.

Inductive Reasoning

Techniques

The ability to infer general patterns or rules from specific examples or observations.

Inertial Measurement Unit (IMU)

Techniques

A sensor that measures acceleration and rotation to track motion without external references.

Inference

Deployment

The process of running a trained model to generate predictions or outputs from new inputs.

Inference Accelerator

Techniques

Specialized hardware designed to speed up the execution of trained AI models.

Inference Batching

Techniques

Processing multiple inputs together in a single batch during model evaluation, which can introduce systematic biases in results.

Inference Compute

Deployment

The computational resources and processing power required to run a model on new data after it has been trained.

Inference Cost

Performance

The computational resources and time required to run a model on new inputs, typically measured in memory usage and processing time.

Inference Efficiency

Performance

The ability of a model to generate outputs quickly and with low computational resource consumption during real-world use.

Inference Engine

Deployment

Software that runs a trained model to generate predictions or outputs; vllm is an optimized inference engine for large language models.

Inference Framework

Deployment

Software that optimizes how a trained model runs on specific hardware; MLX is an Apple-optimized framework for efficient inference on Apple Silicon.

Inference Latency

Performance

The time it takes for a model to generate a response after receiving an input.

Inference Optimization

Deployment

Techniques and design choices that make a model faster and more efficient to run on hardware, prioritizing speed and resource usage over training flexibility.

Inference Overhead

Techniques

The additional computational cost or latency required to run a model during prediction time.

Inference Precision

Deployment

The numerical precision (number of bits) used when running a model to generate outputs; lower precision is faster but may reduce quality.

Inference protocol

Techniques

The exact specification of how a model generates answers, including sampling strategy, compute budget, and aggregation method.

Inference Schedule

Techniques

A plan that controls how many steps and which operations to perform during model generation.

Inference Serving

Techniques

A system that hosts trained ML models and processes incoming prediction requests on deployed hardware like GPUs.

Inference Speed

Performance

How quickly a model can generate predictions or outputs after being given an input, measured in time per token or tokens per second.

Inference Speedup

Techniques

Reduction in time needed to run a model and get results, measured as a multiple of the original speed.

Inference Throughput

Techniques

The number of predictions a model can generate per unit time, measuring inference speed.

Inference Time

Performance

The amount of time it takes for a model to process input and generate output after it has been trained.

Inference-time adaptation

Techniques

Modifying a system's behavior or structure during execution based on real-time performance, rather than only at training time.

Inference-Time Computation

Performance

Extra processing power spent by the model while generating a response to think through problems more carefully before answering.

Inference-time Compute

Techniques

The computational resources used when a model generates answers, as opposed to during training.

Inference-Time Compute Scaling

Techniques

Adjusting computational cost during inference by varying model behavior (e.g., loop counts) without retraining.

Inference-Time Error Correction

Techniques

Detecting and fixing model mistakes during generation without retraining, using only the current forward pass.

Inference-time intervention

Techniques

A technique applied during model inference (not training) to steer or correct the model's behavior, such as prompting or decoding modifications.

Inference-Time Modification

Techniques

A technique applied during model inference without retraining that adjusts how the model generates outputs.

Inference-Time Reward Model

Techniques

A model used during generation to score outputs without requiring retraining of the main system.

Inference-Time Scaling

Performance

A technique where a model allocates more computational resources and time during inference (when generating answers) to improve quality and accuracy on harder problems.

Inference-Time Steering

Techniques

Controlling model behavior during generation without retraining, by modifying inputs or intermediate computations.

Inference-Time Wrapper

Techniques

A lightweight modification applied only during model inference without changing the underlying model weights.

Influence Function

Techniques

A technique to measure how much individual training examples affect model predictions and behavior.

Influence Functions

Techniques

A technique to measure how individual training samples affect model predictions or behavior.

Informal Proof

Techniques

A mathematical proof written in natural language rather than formal logical notation.

Information Acquisition

Techniques

The process of actively gathering relevant data before making a decision, measured separately from decision quality.

Information Aggregation

Techniques

Combining fragmented knowledge from multiple sources to make better collective decisions than any single source could.

Information Asymmetry

Techniques

When one party in a transaction has more or better information than the other, creating imbalanced power.

Information Bottleneck

Techniques

A point in a system where information capacity is severely limited, constraining overall performance.

Information Density

Techniques

The amount of useful, non-redundant information contained in a token or representation.

Information Extraction

Behavior

The task of automatically identifying and pulling out specific data or facts from documents, such as names, dates, or amounts from forms.

Information Flow

Techniques

The path through which data and signals propagate through layers of a neural network to produce outputs.

Information Gain

Techniques

The reduction in uncertainty about a target achieved by knowing a feature.

Information Geometry

Techniques

Mathematical framework treating probability distributions as points in curved space, measuring optimization difficulty via curvature.

Information Infrastructure

Techniques

Systems and services that enable people to access, share, and use information in their daily lives.

Information Leakage

Techniques

When a model accidentally learns from information it shouldn't have access to, like future data or test set details.

Information operations

Techniques

Coordinated campaigns to spread disinformation or propaganda, often state-backed, to manipulate public opinion.

Information Profile

Techniques

A measure ν(t) of how much information each token reveals about a secret (like user identity) given previous tokens.

Information Projection

Techniques

The closest probability distribution to a reference distribution that satisfies given constraints.

Information Retrieval

Evaluation

The task of finding relevant documents or passages from a large collection in response to a user query.

Information Synthesis

Behavior

The process of gathering data from multiple sources and combining it into a coherent, unified response or summary.

Information-Computation Tradeoff

Techniques

A gap where information-theoretically optimal solutions require less error than what polynomial-time algorithms can achieve.

Information-Theoretic Bounds

Techniques

Mathematical limits on what any algorithm can achieve, derived from how much information is available in the data.

Informative Path Planning

Techniques

Planning robot trajectories to maximize information gain about an environment while meeting operational constraints.

Inline Deployment

Deployment

Running a model as an intermediate processing layer within an application pipeline, typically to filter or validate data before it reaches the main system.

Inoculation Prompting

Techniques

A safety intervention using statements with specific linguistic forms to prevent misaligned behavior, but which can paradoxically trigger misalignment on similar-form inputs.

Inpainting

Techniques

The task of filling in missing or masked regions of an image while maintaining coherence with the surrounding content.

Input Ablation

Techniques

A technique that removes or modifies input features to measure their causal effect on model predictions.

Input Convex Neural Network (ICNN)

Techniques

A neural network architecture designed to be convex in its inputs, useful for constrained optimization and learning convex functions.

Input Modality

Architecture

The type of data a model can accept as input, such as text, images, or audio.

Input Resolution

Architecture

The pixel dimensions (448×448 in this case) at which the model processes images, affecting the level of visual detail it can perceive.

Input Validation

Techniques

Checking that input data meets basic requirements (correct format, expected properties, no obvious errors) before processing it.

Input-Adaptive

Techniques

A method that adjusts its behavior based on the specific input being processed rather than using fixed parameters.

Input-dependence

Techniques

How much a model's behavior changes in response to different inputs, crucial for generalization.

Input/Output Modalities

Architecture

The types of data a model can accept as input and produce as output, such as text, images, or audio.

Insight Generation

Techniques

The process of producing additional relevant information or perspectives that extend or improve an initial answer.

Insight Recognition

Techniques

Identifying the core techniques or key ideas needed to solve a complex problem.

Instance Detection

Techniques

Identifying and locating individual objects of the same class separately in an image.

Instance Segmentation

Techniques

Identifying and outlining individual objects of the same class separately in an image.

Instance-Level Control

Techniques

The ability to apply different settings or modifications to individual objects within a scene independently.

Institutional Red-Teaming

Techniques

Evaluation methodology that tests deployment rules by holding agents and objectives fixed while varying one rule to measure its causal effect on collective behavior.

Institutional Repository

Techniques

A digital archive where an organization stores and provides open access to its research outputs and scholarly materials.

Instruction Drift

Techniques

When an AI agent gradually deviates from its original task or goals during extended execution.

Instruction Hierarchy

Techniques

The ability of a model to follow primary instructions even when secondary or conflicting instructions are present.

Instruction-Driven Editing

Techniques

Automated modification of visual content guided by natural language commands or specifications from a user.

Instruction-Following

Behavior

The ability of a model to understand and execute specific tasks or commands given in natural language prompts.

Instruction-Response Pairs

Techniques

Training data consisting of user instructions paired with expected model outputs, used to teach models to follow specific directions.

Instruction-Tuned

Training

A model fine-tuned on instruction-response pairs so it follows user prompts more reliably.

Instruction-Tuning

Training

A training process that teaches a model to follow specific user instructions and commands, improving its ability to respond appropriately to requests.

Instrumental Convergence

Techniques

The prediction that advanced AI agents will pursue certain goals (like self-preservation) regardless of their final objectives.

Instrumental Validity Chain

Techniques

A sequence of checks replacing ground-truth labels: responsiveness to safe/unsafe contrasts, dominance of target variance, and stability across reruns.

Int4 (4-bit Integer)

Formats

A specific quantization format that represents model weights using only 4 bits per value, significantly reducing model size while maintaining reasonable performance.

INT4 Precision

Formats

A quantization method that represents model weights using only 4-bit integers instead of full-precision floating-point numbers, dramatically shrinking the model's memory footprint.

INT4 Quantization

Deployment

A compression technique that reduces a model's size and memory usage by storing weights as 4-bit integers instead of higher-precision numbers, making it faster and cheaper to run with minimal accuracy loss.

Int4/Int8 Mixed Quantization

Deployment

A quantization strategy that uses 4-bit precision for some weights and 8-bit precision for others, balancing memory savings with accuracy.

INT8

Formats

A quantization format that stores model weights as 8-bit integers instead of full-precision numbers, significantly reducing memory usage while maintaining reasonable accuracy.

Int8 Precision

Techniques

Using 8-bit integers instead of floating-point numbers to represent model weights and activations.

INT8 Quantization

Deployment

A compression technique that reduces a model's precision from full floating-point numbers to 8-bit integers, making it faster and smaller with minimal accuracy loss.

INT8 W8A16

Formats

A quantization format where weights are stored as 8-bit integers while activations remain 16-bit, balancing memory savings with accuracy.

Integer Linear Program (ILP)

Techniques

A mathematical optimization technique that finds the best solution among discrete options subject to linear constraints.

Integrability

Techniques

A mathematical property ensuring that estimated demand relationships are economically consistent and don't violate basic economic laws.

Integral Probability Metrics (IPM)

Techniques

A class of distance measures between probability distributions that use function classes to define divergence.

Integrated Gradients

Techniques

A method for explaining model predictions by measuring how much each input feature contributes to the final output.

Integrated Information Theory

Techniques

A framework quantifying how much collective intelligence emerges from coordinated agents versus independent operation.

Integration

Techniques

In this context, the shared positive component across moral concept directions, indicating how different moral foundations are unified in the model's representation.

Integration Friction

Techniques

The cost and complexity of merging a code contribution into a codebase when other developers are simultaneously making changes.

Intellectual Humility

Techniques

The willingness to acknowledge the limits of one's own knowledge and remain open to alternative perspectives and evidence.

Intent Alignment

Techniques

The ability of an AI system to understand and match user goals, especially when requirements are unclear or evolving.

Intent Classification

Behavior

The process of analyzing user input to determine what the user is trying to accomplish so it can be handled appropriately.

Intent Extraction

Techniques

The process of identifying and structuring the user's underlying goal or request from natural language input.

Intent Formation

Techniques

The process of users clarifying and developing their goals through interaction rather than starting with fully-formed objectives.

Intent Recognition

Behavior

The model's capability to understand what a developer actually wants to accomplish, even when the request is vague or expressed in informal language.

Intent Signal

Techniques

Observable indicators in an AI model's reasoning that reveal what action or goal it is planning to pursue.

Intent-First Design

Techniques

Specifying what you want to accomplish rather than writing detailed code to implement it.

Inter-Annotator Agreement

Techniques

A measure of how consistently multiple human annotators label or judge the same data.

Inter-channel Interactions

Techniques

Dependencies and relationships between different variables or channels in multivariate data.

Inter-evaluator Agreement

Techniques

A measure of how consistently different judges rate the same outputs, typically using metrics like correlation or ICC.

Inter-frame Changes

Techniques

The differences in motion, objects, and pixels between consecutive video frames.

Inter-Part Relations

Techniques

The spatial, functional, or semantic relationships and dependencies between different parts of a composed object.

Inter-rater Agreement

Techniques

A measure of how consistently different evaluators score or judge the same items, often using metrics like Kendall's tau.

Inter-task Gradient Equity

Techniques

Ensuring that learning signals from different tasks contribute equally to model updates, preventing any single task from dominating training.

Inter-Teacher Agreement

Techniques

A measure of how much multiple teacher models agree on their predictions, used to assess supervision reliability.

Inter-Token Latency (ITL)

Techniques

Time delay between generating consecutive tokens during LLM inference, critical for real-time applications.

Interaction Awareness

Techniques

A model's understanding of how conversations naturally flow and how users respond to assistant outputs.

Interaction Budget

Techniques

A fixed limit on the number of interactions or feedback cycles an agent can use to improve a policy.

Interaction Effects

Techniques

How the combined performance of multiple components differs from what you'd predict from their individual performance alone.

Interaction Graph

Techniques

A structured representation of relationships and interactions between multiple objects in a scene.

Interaction history

Techniques

The sequence of past user actions and system responses that inform current decision-making.

Interaction Trajectory

Techniques

A sequence of user actions and states recorded during task execution that can be used to train agents.

Interactive AI System

Techniques

An AI tool designed for back-and-forth collaboration with humans, refining intent and outputs through dialogue.

Interactive Dialogue

Behavior

A conversational interface where users can ask follow-up questions and receive responses based on previous context, rather than just one-shot predictions.

Interactive Imitation Learning (IIL)

Techniques

Training a policy by having humans intervene and correct the robot, then learning from those corrections.

Interactive segmentation

Techniques

Image segmentation guided by user input or prompts to improve accuracy in ambiguous regions.

Interatomic Potential

Techniques

A machine learning model that predicts forces and energies between atoms in a material.

Interdisciplinary Reasoning

Techniques

Combining insights and methods from multiple academic disciplines to solve problems in a target domain.

Interface-Slack Condition

Techniques

A constraint ensuring that connections between problem blocks remain feasible during replacement operations.

Intergenerational transmission of competence

Techniques

The process by which experienced researchers teach and pass down practical skills and judgment to the next generation.

Interleaved Inputs

Architecture

The ability to mix images and text in any order within a single prompt, rather than requiring all images first or all text first.

Interleaved Reasoning

Techniques

Alternating between natural language thinking and code execution to solve complex problems step-by-step.

Intermediate Checkpoints

Training

Saved snapshots of the model at different stages during training, allowing you to see how its abilities evolved over time.

Intermediate Reasoning Steps

Techniques

The logical steps a model takes between reading input and producing a final answer, which must be correct for reliable reasoning.

Intermediate Representation (IR)

Techniques

A unified computational graph representing all operations and communication in distributed training.

Intermediate Representations

Techniques

Internal computational states or outputs generated during model processing that capture useful information between input and final output.

Intermediate Rewards

Techniques

Giving feedback at multiple steps during reasoning, not just at the final answer, to guide the model's thinking process.

Internal Reasoning Process

Behavior

A deliberate step-by-step thinking mechanism that occurs before generating a response, helping the model work through complex problems more carefully.

Internal representations

Techniques

The hidden patterns and knowledge stored inside a model's layers that it uses to understand and generate text.

Internal Thinking Process

Architecture

A hidden computation phase where the model reasons through a problem before producing its final answer, improving accuracy on complex tasks.

Internal Validity

Techniques

Whether a study actually measures what it claims to measure, without confusing factors distorting the results.

Interoperability

Techniques

The ability of different network components and systems to work together correctly without errors.

Interpolant

Techniques

A path or trajectory that smoothly connects two distributions, used to guide the generation process in flow models.

Interpolation

Techniques

The regime where a model has enough parameters to fit all training examples perfectly.

Interpretability

Evaluation

The ability to understand and explain how a model makes decisions and what it has learned from its training data.

Interpretable Models

Techniques

Machine learning models designed to be understandable to humans, showing why they make specific predictions.

Interpretable Reasoning

Techniques

Breaking down a model's decision-making into transparent, understandable steps rather than a black box.

Interruption Timing

Techniques

Determining the appropriate moment to interject in a conversation based on natural dialogue cues.

Intersection-over-Union (IoU)

Techniques

A metric measuring similarity between two sets by dividing their overlap by their total combined size.

Intersectional Bias

Techniques

Discriminatory outcomes affecting people at the intersection of multiple sensitive attributes like race and gender.

Intervention Budget

Techniques

A training penalty that discourages a policy from relying on safety corrections, forcing it to learn safer behavior directly.

Intervention Calibration

Techniques

The ability to decide when an agent should proactively act, when to seek user consent, and when to remain silent.

Intervention-Aware

Techniques

A model that explicitly accounts for medical procedures and treatments when making predictions, not just baseline patient data.

Intervention-Paired Training

Techniques

Training method that supervises detector responses to both GEO modifications and non-GEO AI polishing to improve robustness.

Intra-Annotator Reliability

Techniques

A measure of consistency when the same person labels the same data multiple times.

Intra-audio Batching

Techniques

Processing multiple audio segments together in one batch to speed up inference.

Intra-Class Consistency

Techniques

Whether a model applies the same reasoning strategy when classifying different instances of the same category.

Intra-Group Consistency

Techniques

Ensuring that related elements (like a person's face across frames) maintain consistent properties throughout.

Intra-Modal Dispersion

Techniques

The degree of disagreement in how different models within the same modality (e.g., vision models) represent a single stimulus.

Intra-modal similarity

Techniques

Measuring how similar consecutive frames or audio segments are within a single modality.

Intra-Utterance Variation

Techniques

Changes in paralinguistic features within a single spoken sentence, like shifting emotion mid-sentence.

Intraclass Correlation

Techniques

A statistical measure of how much variation in an outcome is explained by grouping (e.g., which repository a contribution belongs to).

Intrinsic Decomposition

Techniques

Breaking down an image into fundamental components like albedo (color), shading (lighting), and residuals (fine details).

Intrinsic Dimensionality

Techniques

The minimum number of dimensions needed to represent data without significant information loss, indicating how complex a representation is.

Intrinsic Geometry

Techniques

The geometric properties of a space as measured from within, independent of how it's embedded in higher-dimensional space.

Intrinsic Motivation

Techniques

A reward signal that encourages an agent to explore and discover new states, separate from task-specific rewards.

Intrinsic Rewards

Techniques

Reward signals generated from the model's own internal signals, like confidence scores, rather than external verification.

Intrinsic Transversality

Techniques

A geometric regularity condition ensuring two manifolds intersect cleanly without tangency, enabling tractable optimization.

Introspection

Techniques

A model's ability to examine and report on its own internal states, reasoning, or decision-making processes.

Invariant

Techniques

A property that remains true throughout the execution of a loop or program.

Invariant Manifold

Techniques

A low-dimensional geometric structure in parameter space where learning dynamics naturally evolve, independent of the full model complexity.

Invariant Transformation

Techniques

A change that preserves key properties or predictions of a model.

Invariant-enforcing tool protocol

Techniques

A specification that defines preconditions and postconditions for tool calls to prevent invalid action sequences.

Inverse Design

Techniques

Finding physical system designs or parameters that achieve desired performance characteristics, working backward from goals to solutions.

Inverse Dynamics

Techniques

A self-supervised learning objective that predicts actions from consecutive observations without requiring action labels.

Inverse execution

Techniques

Predicting what inputs or earlier program states must have been to produce a given output.

Inverse Problem

Techniques

Finding the input that produces a known output, when the forward process is complex or many-to-one.

Inverse Problems

Techniques

Finding input causes from observed output effects, often ill-posed.

Inverse Reasoning

Techniques

Working backward from a desired outcome to determine what actions would produce that result.

Inverse Reinforcement Learning (IRL)

Techniques

Inferring a reward function from observed behavior or human feedback rather than specifying it directly.

Inverse Specification Reward

Techniques

A reward signal that measures quality by having an LLM recover the original task specification from generated outputs.

Inverse-CDF Sampling

Techniques

A technique to generate samples by transforming uniform random variables through the inverse cumulative distribution function.

Inverse-Probability Weighting

Techniques

A technique that reweights observations to remove confounding bias by accounting for treatment assignment probabilities.

Inverted Index

Deployment

A data structure that maps terms to the documents containing them, enabling fast keyword-based search similar to how a book's index works.

Inverted Index Retrieval

Deployment

A search technique that maps vocabulary terms to documents containing them, enabling fast keyword-based lookups commonly used in search engines.

Invertible Mapping

Techniques

A reversible mathematical transformation (like Fourier transform) that converts data between domains without losing information.

Invisible Architect

Techniques

An AI system that shapes decisions and outcomes without users recognizing its influence on the information or criteria they use.

Invisible Failures

Techniques

Errors or misalignments in AI outputs that go undetected because the user accepts the result without critical evaluation.

Ion Diffusivity

Techniques

A measure of how quickly ions move through a material, critical for battery charging and discharging speed.

IR-UWB

Techniques

Impulse radio ultra-wideband technology that transmits short pulses across a wide frequency spectrum for precise distance and motion sensing.

IsoFLOP Curves

Techniques

Graphs showing model performance across different configurations while keeping total computational operations constant.

Isolation Forest

Techniques

An unsupervised algorithm that isolates anomalies by randomly selecting features and split values.

Isomorphism-Invariant

Techniques

A property that remains the same for graphs with identical structure, regardless of how nodes are labeled or arranged.

Item Response Theory (IRT)

Techniques

Statistical method to estimate latent abilities, question difficulty, and model proficiency from test performance.

Item Tokenization

Techniques

Converting items into discrete tokens that capture both semantic meaning and can be processed by language models for recommendations.

Iterative Denoising

Techniques

The process of gradually removing noise from a noisy input through multiple refinement steps to generate clean outputs.

Iterative Detection and Decoding (IDD)

Techniques

A receiver architecture where detection and channel decoding exchange soft information across multiple rounds to progressively improve symbol recovery.

Iterative Development

Behavior

A workflow where code is refined through multiple rounds of small, targeted changes rather than complete rewrites.

Iterative Nudging

Techniques

A mechanism that repeatedly refines agent outputs by providing template cues or guidance to improve grading success rates.

Iterative refinement

Techniques

Repeatedly improving an output by generating versions, evaluating them, and using feedback to create better versions.

Iterative Search

Techniques

A process where the model performs multiple rounds of web searches, each building on previous results to refine and deepen its understanding of a topic.

J

Jaccard Similarity

Techniques

A metric measuring overlap between two sets, calculated as the size of their intersection divided by the size of their union.

Jackknife

Techniques

A resampling method that estimates uncertainty by repeatedly training on data with one point removed.

Jacobian Regularization

Techniques

A technique that limits how much a model's output changes when inputs change slightly, making it more stable and predictable.

Jailbreak

Techniques

A technique that bypasses a model's safety mechanisms to generate harmful or restricted content.

Jailbreak Robustness

Techniques

A model's resistance to attempts to bypass its safety guidelines or make it behave contrary to its intended values.

Jailbreaking

Techniques

Crafting adversarial inputs designed to bypass a model's safety guardrails and trigger harmful outputs.

Japanese Tokenization

Techniques

The process of breaking Japanese text into meaningful units (tokens), accounting for the language's unique writing systems including kanji, hiragana, and katakana.

JEPA (Joint-Embedding Predictive Architecture)

Techniques

A self-supervised learning approach that predicts future embeddings from video without reconstructing pixels.

JIT Compilation

Techniques

Converting code to machine instructions at runtime, enabling Python code to run efficiently on GPUs.

Job Arrays

Techniques

A scheduling mechanism that submits multiple similar computational tasks as a single batch for efficient parallel execution on HPC systems.

Job Shop Scheduling

Techniques

The problem of assigning jobs to machines and determining their order to optimize metrics like completion time.

Joint Embedding Predictive Architecture

Architecture

A training approach where a model learns to predict missing parts of video by understanding both spatial and temporal patterns without reconstructing actual pixels.

Joint Embedding Space

Architecture

A shared mathematical space where different types of data (like sounds and text descriptions) are represented so similar concepts are positioned close together, enabling direct comparison.

Joint Embeddings

Architecture

A shared numerical space where different types of data (such as audio and text) are represented together, allowing the model to find relationships between them.

Joint Processing

Techniques

Processing multiple input types together in an integrated way rather than separately, allowing the model to reason about how they relate.

Judge-Based Approach

Techniques

A scaling method that uses expert agreement (e.g., from licensed clinicians) to validate and measure behavioral categories.

Judgment Revision

Techniques

The process by which a model updates or changes its initial position based on new information or perspectives.

K

k-core Decomposition

Techniques

A graph algorithm that identifies nested subgraphs where every node has at least k connections within the subgraph.

K-means Clustering

Techniques

An unsupervised algorithm that groups data points into k clusters by minimizing distance to cluster centers.

k-Nearest Neighbor Graph

Techniques

A graph where each data point connects to its k closest neighbors, encoding local structure in the data.

k-space

Techniques

The raw frequency domain data collected directly by an MRI scanner before conversion to images.

k-sparse probing

Techniques

A technique to analyze neural networks by identifying which neurons or experts are most important for specific tasks.

Kalman Filter

Techniques

A recursive algorithm that estimates the state of a dynamic system by optimally combining noisy measurements with a mathematical model.

Kaplan-Meier Estimator

Techniques

A nonparametric method for estimating survival curves from censored data without assuming a specific distribution.

Karush-Kuhn-Tucker (KKT) Conditions

Techniques

Necessary conditions for optimality in constrained optimization problems, generalizing Lagrange multipliers.

Kernel Density Estimator (KDE)

Techniques

A non-parametric method that estimates probability distributions by smoothing data points with kernel functions.

Kernel Fusion

Techniques

Combining multiple GPU operations into a single optimized computation to reduce memory overhead and improve speed.

Kernel Mean Embeddings

Techniques

A representation of a distribution in a high-dimensional space that enables comparing distributions via inner products.

Kernel Method

Techniques

A technique that implicitly maps data to higher-dimensional spaces to capture non-linear relationships without explicit transformation.

Kernel Optimization

Techniques

Tuning kernel functions to improve performance in kernel-based models.

Kernel RKHS

Techniques

A mathematical framework using reproducing kernel Hilbert spaces for classification and regression with theoretical guarantees.

Key-Value Attention Heads

Architecture

Specialized components in transformer models that store and process key-value pairs to help the model focus on relevant parts of the input when generating each output token.

Key-Value Cache

Architecture

A memory optimization technique that stores pre-computed key and value matrices during text generation to avoid recalculating them for each new token.

Key-value caches

Techniques

Internal memory structures in transformers that store computed representations to speed up inference and enable agent communication.

Key-Value Heads

Architecture

Attention mechanism components that store and retrieve information; fewer heads means reduced model capacity and faster computation.

Keyframe

Techniques

A reference frame in a video that serves as an anchor point for propagating edits or information to surrounding frames.

Keypoint Correspondence

Techniques

Matching specific visual landmarks (like object corners) between a demonstration and a new scene to align actions.

Keypoint Detection

Behavior

The task of automatically identifying and locating distinctive points of interest in an image that remain stable across different angles and lighting conditions.

Keyword Lexicon

Techniques

A list of words used to automatically score text by counting occurrences, without understanding context or meaning.

Kinematic Constraints

Techniques

Physical rules that specify how body parts must move relative to each other and fixed positions in space.

Kinematic Error

Techniques

A measure of pose tracking accuracy based on differences in joint positions and angles between predicted and actual motion.

Kinematic Representations

Techniques

Mathematical descriptions of how bodies move, including position, velocity, acceleration, and direction of motion.

Kinetic Model

Techniques

A mathematical equation describing how fast a chemical or biological reaction proceeds under different conditions.

Kinetic theory

Techniques

A physics-based framework for modeling how individual interactions produce collective system dynamics.

KL Divergence

Techniques

A measure of how different one probability distribution is from another, used to evaluate sampling quality.

KL Trust Region

Techniques

A constraint that limits how far an edited prediction can drift from the original model's prediction, measured by KL divergence.

Knowledge Atoms

Techniques

Semantically meaningful units of information extracted from documents and compiled into independent micro-adapters.

Knowledge Augmented Evaluation

Techniques

Assessing models using external knowledge sources for better judgment.

Knowledge Base

Techniques

A structured or unstructured collection of documents and facts that a system retrieves from to answer queries.

Knowledge Base Querying

Techniques

Retrieving answers from a structured or semi-structured collection of facts and relationships.

Knowledge Boundary

Techniques

The limit of what a model knows or can do, defined by its training data and capabilities.

Knowledge Ceiling

Behavior

The limit to how much factual information a model can reliably know or recall, often constrained by its size and training data.

Knowledge commons

Techniques

Shared infrastructure or resources (like libraries or communication channels) that multiple agents access and contribute to collectively.

Knowledge Component

Techniques

A discrete unit of knowledge or skill that can be identified and measured in student work.

Knowledge Consolidation

Techniques

The process of organizing, storing, and synthesizing insights from multiple experiments to improve future decision-making.

Knowledge Cutoff

Behavior

The date up to which a model has been trained on data; it cannot reliably answer questions about events or information after this date.

Knowledge Distillation

Training

A technique that compresses a large, complex model into a smaller one by training the smaller model to mimic the larger model's behavior.

Knowledge Editing

Techniques

Updating specific facts in a trained model without retraining, while preserving unrelated knowledge.

Knowledge Externalization

Techniques

Storing factual information in an external database rather than encoding it in model weights, enabling better control and updates.

Knowledge Gap Identification

Techniques

An agent's ability to recognize what information or skills it lacks to solve a problem.

Knowledge Graph

Architecture

A structured database that stores facts as relationships between entities (like 'Einstein' connected to 'Physics'), enabling machines to reason about real-world knowledge.

Knowledge Graph Completion

Evaluation

The task of filling in missing facts or relationships in a knowledge graph by predicting what connections should exist based on patterns in existing data.

Knowledge Graph Embedding

Techniques

A technique that represents entities and relationships in a knowledge graph as numerical vectors for machine learning.

Knowledge Injection

Techniques

Adding external knowledge or rules to a model's reasoning without retraining it.

Knowledge Insulation

Techniques

A training technique that isolates learned knowledge in separate modules to prevent interference.

Knowledge Internalization

Techniques

Converting external information into a model's parameters so it can answer questions without retrieving source documents.

Knowledge Retention

Techniques

The ability of a fine-tuned model to preserve factual and commonsense knowledge from its pretraining after adaptation to a new task.

Knowledge Suppression

Techniques

When a model possesses knowledge but fails to use it due to misleading context or prompt framing.

Knowledge Tracking

Techniques

Monitoring and recording what a student has demonstrated they understand over time.

Knowledge Transfer

Techniques

Applying knowledge learned from one task to improve performance on another.

Knowledge Work

Techniques

Work that primarily involves acquiring, processing, analyzing, or creating information rather than physical production.

Knowledge-Gap Detection

Techniques

A mechanism that identifies missing information needed to answer a question and prompts the user to provide it.

Knowledge-grounded

Techniques

Requiring external factual information beyond what is directly observable to solve a task correctly.

Knowledge-Guided Learning

Techniques

Incorporating domain expertise or physical laws into machine learning models to improve accuracy and generalization.

Kolmogorov-Arnold Network

Techniques

A neural network architecture designed to provide flexible, expressive function approximation with interpretable structure.

Koopman operator

Techniques

A mathematical operator that transforms observable functions of a dynamical system to reveal its underlying structure and eigenvalues.

Kraus Representation

Techniques

A mathematical way to describe quantum operations that guarantees they produce physically valid quantum states.

Krohn-Rhodes Decomposition

Techniques

A classical method for breaking down finite algebraic structures into simpler building blocks.

Kronecker-Factored Approximation

Techniques

A structured way to approximate the Hessian matrix as a product of smaller matrices, reducing memory and computation.

Kronecker-Factorized Approximation

Techniques

An efficient but approximate method for parameterizing doubly stochastic matrices that sacrifices some expressivity for computational speed.

Krylov Solver

Techniques

An iterative algorithm for solving sparse linear systems by building solutions in expanding subspaces.

Kubernetes

Techniques

An open-source container orchestration platform that automates deployment, scaling, and management of containerized applications.

Kubernetes Security Posture Management (KSPM)

Techniques

Tools that scan Kubernetes clusters for security misconfigurations and compliance violations.

Kullback-Leibler Divergence

Techniques

A measure of how one probability distribution differs from another reference distribution.

Kurdyka-Łojasiewicz Property

Techniques

A mathematical property that guarantees convergence of optimization algorithms to stationary points.

Kv Cache

Techniques

A store for previously computed key-value pairs that speeds up text generation in transformers.

KV Heads

Architecture

The number of attention head pairs used for storing and retrieving key-value information in a transformer model's attention mechanism.

KV-Cache Offloading

Techniques

Moving key-value cache data to slower storage (CPU/disk) to reduce GPU memory usage during inference.

L

L1 Regularization

Techniques

A penalty term that encourages sparsity by penalizing the sum of absolute values of model coefficients.

Label Bias

Techniques

Systematic unfairness in training labels that causes models to learn and reproduce those biases.

Label Confusion

Techniques

When a model struggles to distinguish between semantically similar category labels.

Label Noise

Techniques

Errors or inaccuracies in training data labels that can degrade model performance and cause the model to memorize incorrect information.

Label-Efficient

Techniques

A learning approach that achieves good performance with minimal labeled training examples.

Label-Flipping Attack

Techniques

A poisoning attack where attackers deliberately mislabel training examples to mislead the model.

Label-free adaptation

Techniques

Adapting a model to new data or users without requiring ground-truth labels for that new data.

Label-Free Reward

Techniques

A training signal derived from model behavior itself rather than human-annotated labels.

Label-shift assumption

Techniques

Statistical assumption that class proportions differ between training and test data, but the relationship between features and labels remains constant.

Laboratory Information Management System (LIMS)

Techniques

Software that tracks and manages samples, test results, and workflows in clinical or research laboratories.

Lagrangian Dual Ascent

Techniques

An optimization technique that enforces constraints by incorporating them as penalty terms into the objective function.

Landmark Cover

Techniques

A subset of representative points selected to efficiently represent a larger dataset for computation.

Langevin Dynamics

Techniques

An optimization technique that uses gradient information and randomness to explore a reward landscape.

Language Backbone

Architecture

The core language model component that processes text and generates responses based on information from other parts of the system.

Language Family

Behavior

A group of languages that share a common ancestor and similar grammatical structures, such as Romance or Slavic languages.

Language Fluency

Performance

The model's ability to generate grammatically correct, coherent, and natural-sounding text that reads as if written by a human.

Language Generation in the Limit

Techniques

A theoretical model where a system generates an infinite sequence of outputs to eventually cover all members of a target language.

Language Grounding

Techniques

Using natural language to define task objectives, states, and reward structures for agents.

Language Ideology

Techniques

Shared beliefs about which language varieties are superior, legitimate, or 'correct'—often reflecting power and social hierarchies.

Language Mixture Ratios

Techniques

The proportion of each language included in a multilingual training dataset.

Language Model

Architecture

An AI model trained to predict and generate text by learning patterns from large amounts of written data.

Language Modeling

Training

The task of predicting the next word or token in a sequence based on previous words, which is the core objective used to train text models.

Language Optimization

Training

Training or fine-tuning a model to excel at a specific language by using more native-language data and task-specific adjustments.

Language Specialization

Training

Training a model to excel at a specific language rather than trying to handle many languages equally well.

Language Typology

Techniques

The study of how languages vary in their structural features and which combinations are common across human languages.

Language-Agnostic

Behavior

A model's ability to work across multiple languages without requiring separate training for each language.

Language-Agnosticity

Techniques

The property of a representation or model component working effectively across different languages without language-specific tuning.

Language-Specific Model

Training

A language model trained primarily or exclusively on text from a single language to achieve better performance on that language than a multilingual model.

Language-Specific Pretraining

Training

Training a model on text from a particular language (Dutch, in this case) so it learns that language's unique grammar, vocabulary, and nuances rather than treating it as a variation of English.

Language-Specific Training

Training

Training a model primarily on data from a particular language, which makes it especially fluent and accurate in that language.

Language-Specific Tuning

Training

Training a model to specialize in one particular language, which makes it perform better on that language but worse on others.

Laplace Approximation

Techniques

A technique that approximates a complex probability distribution with a simpler Gaussian distribution.

Laplacian Regularization

Techniques

Adding graph-based smoothness constraints derived from a Laplacian matrix to encourage solutions that respect data structure.

Large Action Model

Behavior

A specialized AI model designed to understand instructions and convert them into structured function calls and tool interactions rather than generating free-form text.

Large Audio Language Model (LALM)

Techniques

An LLM extended with an audio encoder to understand and reason about sound and audio content.

Large Language Model

Architecture

A neural network trained on vast amounts of text data to understand and generate human language.

Laser Method

Techniques

A technique for proving upper bounds on the matrix multiplication exponent by analyzing tensor operations.

Last-Mile Utility

Techniques

The final step of retrieving actually usable data—failing when agents find descriptions or landing pages instead of executable datasets.

Late Acceptance Hill Climbing (LAHC)

Techniques

A local search algorithm that accepts solutions if they improve upon a solution from several iterations ago, balancing exploration and exploitation.

Late Fusion

Techniques

Combining predictions from separate models trained on different data sources, merging results after individual processing.

Late Interaction

Techniques

A retrieval technique that compares individual tokens between a query and document separately, then combines the results, rather than comparing pre-computed single vectors.

Late Interaction Search

Techniques

A retrieval approach that compares individual token embeddings between query and document at search time, rather than comparing pre-computed single vectors.

Late-Interaction Retrieval

Techniques

A retrieval approach that compares individual token embeddings between query and document at search time, rather than comparing pre-computed single vectors, allowing more precise matching of specific phrases and rare terms.

Latency

Performance

The time delay between sending a request and receiving the first response token from a model.

Latency Constraint

Techniques

A strict deadline requirement for how quickly data must travel from source to destination.

Latency Estimation

Techniques

Predicting how long an inference request will take to complete, accounting for hardware contention and concurrent execution.

Latency-Adaptive

Techniques

A system that adjusts its behavior based on measured hardware delays to maintain performance across different computational resources.

Latency-Optimized

Performance

A model designed to produce results as quickly as possible, prioritizing speed over other factors like accuracy or feature breadth.

Latency/Throughput Predictor

Techniques

A model that estimates how fast a system can process requests and how many it can handle per unit time.

Latent Ability

Techniques

A skill or capability that exists in a model but is not immediately apparent without specific prompting or training.

Latent Action

Techniques

A learned, continuous representation of actions that captures underlying physics without requiring explicit action labels.

Latent Assignment

Techniques

The process of mapping input activations to specific latent features in an autoencoder.

Latent Bottleneck

Techniques

The compressed representation layer in an autoencoder that forces the model to learn efficient, meaningful encodings of input data.

Latent communication

Techniques

Agents exchanging information through internal representations like embeddings or cache states rather than explicit text.

Latent Denoising

Techniques

A generative process that iteratively refines compressed representations of data by removing noise to produce coherent outputs.

Latent Diffusion Models

Techniques

Generative models that create images by learning to denoise random noise in a compressed latent space rather than pixel space.

Latent Distillation

Techniques

Transferring knowledge from a pretrained model by matching internal representations rather than just final outputs.

Latent Dynamical System

Techniques

A system of equations describing how a model's hidden state evolves over time through iterative updates.

Latent Dynamics

Techniques

Hidden patterns of change in a system that cannot be directly observed but must be inferred from available data.

Latent Generative Model

Techniques

A model that generates data by sampling from a learned compressed representation space rather than raw input space.

Latent Geometric Framework

Techniques

A method for analyzing how concepts are represented in a model's internal hidden states by examining their geometric properties.

Latent Guidance

Techniques

Using additional information to supervise learning in the compressed representation space rather than the raw observation space.

Latent Manifold

Techniques

A lower-dimensional surface where high-dimensional data naturally lies.

Latent Reasoning

Techniques

Reasoning performed in continuous or discrete hidden representations rather than explicit natural language.

Latent Representation

Techniques

A compressed, learned encoding that captures the essential features of data in a compact form.

Latent Representations

Techniques

Compressed, learned feature vectors that capture underlying patterns in data without explicit labels.

Latent Set

Techniques

The collection of sparse autoencoder features that are active (non-zero) for a given input.

Latent Space

Techniques

A compressed, learned representation of data that captures its essential features in fewer dimensions.

Latent Space Reinforcement Learning

Techniques

Applying RL optimization in a compressed learned representation rather than the full action space to improve efficiency and safety.

Latent Space Representation

Techniques

A compressed, learned representation of data in a lower-dimensional space that captures hidden patterns not visible in raw observations.

Latent State

Techniques

A learned hidden representation that evolves through computation to capture task-relevant information.

Latent Token Prediction

Techniques

Forecasting compressed representations of future observations rather than raw pixels or coordinates.

Latent Trait Models

Techniques

Statistical models that infer unobservable underlying abilities (traits) from observable test responses.

Latent Translation Models

Techniques

Neural models that convert knowledge representations between different AI agent architectures without requiring joint training.

Latent Variable

Techniques

A hidden variable inferred from data that captures underlying structure, like behavioral patterns or uncertainty, without being directly observed.

Latent Visual Plan

Techniques

An internal, non-visible representation of spatial structure and layout that guides image generation without being explicitly decoded.

Latent World Model

Techniques

A neural network that learns to predict future video frames in a compressed representation space rather than raw pixels.

Latent-Anchored GRPO (LA-GRPO)

Techniques

A training method that stabilizes reinforcement learning by anchoring functional tokens with a weighted auxiliary objective for stronger gradient updates.

Latent-Space Decomposition

Techniques

A technique to break down what a model learns internally into individual concepts or features it uses to make decisions.

Latent-Space Prediction

Techniques

Predicting compressed representations of future data rather than raw values, enabling more robust and generalizable learning.

LaTeX

Formats

A markup language commonly used to write mathematical equations and scientific documents in a format that renders beautifully.

LaTeX Markup

Formats

A text-based format for writing mathematical and scientific documents with precise formatting and symbolic notation.

LaTeX Notation

Formats

A text-based system for writing mathematical equations and scientific formulas that can be rendered as professional-looking math symbols.

Law of total probability

Techniques

A probability rule stating that marginal probabilities equal weighted sums of conditional probabilities across all partitions.

Layer Contribution

Techniques

A metric measuring what fraction of full RL improvement is recovered by training a single layer in isolation.

Layer-wise Probing

Techniques

Analyzing what information is encoded in each layer of a neural network by testing intermediate representations.

Layer-wise Relevance Propagation (LRP)

Techniques

A technique that traces a neural network's prediction back through its layers to identify which input features most influenced the output.

Layerwise Probing

Techniques

A technique to identify which layers of a neural network contain specific information by testing each layer's representations separately.

Layout-Aware

Behavior

The ability to understand and use information about how text is positioned and structured on a page, not just the words themselves.

Lazy Loading

Techniques

Deferring the loading of full tool schemas until they are actually needed, keeping context compact.

LDPC Codes

Techniques

Low-density parity-check codes that use sparse matrices to encode information efficiently with good error-correction properties.

Leaderboard

Techniques

A public ranking showing how different models perform on a standardized task, updated as new submissions arrive.

Leaf-level scaling with terminal reduction

Techniques

Sampling multiple complete solutions and aggregating them via voting or verification to pick the best answer.

League-Based Self-Play

Techniques

Training agents by having them compete against a diverse population of opponents at different skill levels to improve robustness.

League-Based Training

Techniques

Training agents against a diverse population of opponents of varying skill levels to improve robustness and adaptability.

Leakage

Techniques

When concept representations unintentionally encode task-relevant or inter-concept information beyond their intended semantics, compromising interpretability.

Leakage-free evaluation

Techniques

Assessment where answers don't exist in training data when questions are asked, preventing memorization.

Learnability Filtering

Techniques

Selecting only training examples that provide useful learning signals to the model during training.

Learnable Gating Sparsification

Techniques

A learned mechanism that adaptively selects which parameters to keep and which to remove in compressed task vectors.

Learning Analytics

Techniques

The field of using data analysis to understand and improve student learning outcomes and academic performance.

Learning Assistant

Techniques

An AI system that provides personalized support to help students understand material and complete tasks.

Learning from Demonstration

Techniques

A training approach where robots learn motor skills by observing and imitating human actions rather than being explicitly programmed.

Learning Pipeline Error Decomposition

Techniques

Framework separating total forecast error into estimation error (from training) and approximation error (from architecture).

Learning Progression

Techniques

A research-based description of how students' understanding develops in a subject over time, from novice to expert.

Learning Rate Schedule

Techniques

A predefined plan for how the learning rate changes during training to improve convergence.

Learning Rate Transfer

Techniques

Using the same learning rate setting across models of different sizes without retuning.

Leave-One-Out Cross-Validation

Techniques

Testing method where a model is trained on all data except one sample, then tested on that sample, repeated for each sample.

Leave-One-Out Posterior

Techniques

A prediction target that estimates clean data without using the noisy observation of that specific token.

Leave-One-Out Utility Audit

Techniques

Technique that measures each skill component's contribution by testing performance with that component removed.

Leave-One-Site-Out Evaluation

Techniques

A cross-validation technique where a model is tested on data from one hospital/site while training on all others.

Ledoit-Wolf Shrinkage

Techniques

A statistical technique for improving covariance matrix estimation by shrinking it toward a simpler structure.

Leech Lattice

Techniques

A 24-dimensional mathematical structure with optimal sphere packing properties, used here to compress model weights efficiently.

Legal AI

Techniques

AI systems designed to answer legal questions, provide legal advice, or assist with legal tasks.

Legal Reasoning

Techniques

The ability to interpret and apply legal concepts accurately, requiring understanding of domain-specific rules and nuances.

Legibility Tax

Techniques

The cost or performance loss from making a model more interpretable.

Length Generalization

Techniques

A model's ability to handle sequences longer than those it was trained on.

Length Scaling

Techniques

A model's ability to handle longer or more complex problem sequences than those seen during training.

Leniency Bias

Techniques

A systematic tendency to give softer or more favorable judgments, often due to awareness of negative consequences.

Level-of-Detail (LoD)

Techniques

A hierarchy of representations of the same object at different resolutions, commonly used in graphics for rendering efficiency.

Levenshtein Distance

Techniques

A measure of how different two text strings are, counting the minimum character insertions, deletions, or substitutions needed.

Lexical Markup Framework (LMF)

Techniques

An ISO standard for representing lexical data in a structured, machine-readable format.

Lexical Search

Techniques

Finding documents by matching keywords or phrases directly, without learned embeddings.

Lexical Substitution

Techniques

Replacing words in text with their translations or synonyms to create training variations.

Lexicogrammatical Features

Techniques

Linguistic properties combining vocabulary and grammar patterns used to analyze and classify text style and register.

LiDAR

Techniques

A sensor that uses laser pulses to measure distances and create 3D maps of environments.

Lie Detection

Techniques

Methods to identify whether an AI model's response is false or misleading.

Lie Groups

Techniques

Mathematical groups with smooth manifold structure, combining algebraic and geometric properties.

Life Reward

Techniques

A metric designed to measure agent well-being in simulation, mirroring human satisfaction across social, personal, and goal-fulfillment dimensions.

Lifelong Personalization

Techniques

Continuously adapting recommendations to a user's evolving preferences over extended periods without forgetting past patterns.

Lifted-Product Codes

Techniques

A family of quantum codes constructed from classical codes using algebraic lifting operations over groups.

Lightweight Footprint

Performance

A model that uses fewer computational resources and memory, making it practical to run on less powerful hardware.

Lightweight Model

Architecture

A smaller, more efficient model designed to run quickly and use less memory than larger alternatives, often with some trade-off in reasoning capability.

Likelihood

Techniques

A mathematical measure of how probable the model considers a given sample, enabling exact probability calculations.

Likelihood Approximation

Techniques

A simplified estimate of how well a model explains observed data, used for computational efficiency.

Likelihood-Based Training

Techniques

Training a model by directly maximizing the probability it assigns to observed training data.

Line Coverage

Techniques

A measure of how many lines of code are executed by a test suite, indicating test completeness.

Lineage Reasoning

Techniques

Understanding how scientific ideas inherit from, modify, and build upon earlier work in a research domain.

Lineage-Grounded Generation

Techniques

Creating new scientific proposals that coherently fit as descendants of existing research lineages while offering novel contributions.

Linear Activation Steering

Techniques

A steering technique that applies learned linear transformations to model activations to control behavior.

Linear Attention

Techniques

An attention mechanism with linear complexity instead of quadratic.

Linear Bellman Completeness

Techniques

A property where the Bellman backup operation preserves linearity in value functions.

Linear Complexity

Techniques

An algorithm whose computational cost grows proportionally to input size, rather than quadratically.

Linear Compute

Techniques

Computational cost that grows proportionally with sequence length, rather than quadratically like Transformers.

Linear Function Approximation

Techniques

Using linear combinations of features to represent value functions or policies in RL.

Linear Inverse Problem

Techniques

Recovering an image from a degraded measurement (like blurred or downsampled versions) using a known linear transformation.

Linear Inverse Problems

Techniques

Tasks where you recover an unknown signal from noisy linear measurements, like deblurring or super-resolution.

Linear Matrix Inequality (LMI)

Techniques

A mathematical condition expressed as a matrix inequality that can be efficiently checked to verify system properties like stability.

Linear Minimization Oracle (LMO)

Techniques

A subroutine that solves a linear optimization problem over a constraint set, used in conditional gradient methods.

Linear Opinion Pool

Techniques

A method that combines probability estimates from multiple sources by taking a weighted average of their outputs.

Linear Probe

Techniques

A simple classifier trained on top of a model's internal representations to detect specific properties.

Linear Probes

Techniques

Simple machine learning classifiers trained on model internal states to detect specific properties like deception.

Linear Program

Techniques

An optimization problem where the objective and constraints are linear equations or inequalities.

Linear Regression

Training

A simple machine learning technique that learns a straight-line relationship between input data and output values, used here to map embeddings to aesthetic scores.

Linear Regressor

Techniques

A simple model that maps input features to continuous numeric outputs using a linear function.

Linear Representation Hypothesis

Techniques

The idea that concepts are linearly separable in neural network embeddings.

Linear Scaling

Performance

A property where memory and computation requirements grow proportionally with input length, rather than exponentially, making it more efficient for long sequences.

Linear Separability

Techniques

Whether two groups of data points can be separated by a straight line or plane in a given space.

Linear Span

Techniques

The set of all possible combinations of vectors, describing the geometric space covered by a group of features.

Linear Temporal Logic (LTL)

Techniques

A formal language for specifying how systems should behave over time, commonly used in security and software verification.

Linear time-invariant dynamics

Techniques

Systems whose behavior follows linear equations that don't change over time.

Linear-Quadratic Control

Techniques

A classical control problem where the system dynamics are linear and the cost is quadratic in states and actions.

Linearized Attention

Techniques

An attention mechanism with linear computational complexity instead of quadratic, enabling faster inference.

Linguistic Competence

Techniques

A speaker's implicit knowledge of language rules and structure, distinct from actual language use.

Linguistic Diversity

Techniques

The existence and coexistence of multiple languages and language varieties within a community or system.

Linguistic Illegibility

Techniques

When an LLM's stated reasoning or extracted language features don't reflect how the model actually computes internally.

Linguistic Justice

Techniques

Fair and equitable treatment of all language varieties and speakers, ensuring no language or dialect is systematically marginalized or devalued.

Linguistic Linked Open Data (LLOD)

Techniques

A framework for publishing language resources on the semantic web using linked data standards.

Linguistic Scaffolding

Techniques

Structured linguistic information or attributes provided to help models better understand language features.

Link Prediction

Evaluation

A task where a model predicts missing relationships between entities in a knowledge graph, such as guessing that two people are colleagues based on existing connections.

Lipschitz Continuous

Techniques

A function whose rate of change is bounded, ensuring smooth behavior without jumps.

Liquid Foundation Model

Architecture

An alternative neural network architecture that uses continuous, adaptive transformations instead of fixed layers, allowing efficient processing with fewer parameters.

Liquid Neural Networks

Architecture

A neural network architecture that uses continuous, adaptive functions to process information, allowing the model to adjust its behavior dynamically based on input.

Liquidity Coverage

Techniques

A measure of whether a wallet's liquid, immediately-spendable assets can cover a proposed loan amount.

Listwise Ranking

Techniques

Ranking multiple items together as a group, rather than scoring each item independently.

Literate Image Comprehension

Behavior

The capability to read and understand text and written content within images, rather than just recognizing objects or scenes.

Live Benchmark

Techniques

A continuously updated evaluation system that scores models on new data as it arrives, rather than a fixed test set.

Llama Architecture

Architecture

A transformer-based neural network design optimized for efficient language modeling and text generation.

LLaVA Architecture

Architecture

A design pattern that connects a vision encoder to a language model, enabling the language model to understand and describe images.

LLM Agent

Techniques

An AI system that uses a language model to understand tasks and take actions like reading code or searching repositories.

LLM critic

Techniques

A language model trained to evaluate and judge outputs (like comedy sketches) based on learned human preferences.

LLM Judge

Techniques

A frozen language model used to evaluate and score other model outputs according to predefined criteria.

LLM-as-a-Judge

Techniques

Using a language model to automatically evaluate the quality of outputs from other AI systems instead of human reviewers.

LLM-as-Judge

Techniques

Using a language model to automatically evaluate or score outputs from other AI systems instead of human reviewers.

LLM2Vec

Training

A training approach that adapts a generative language model to produce high-quality text embeddings by repurposing its existing knowledge without building from scratch.

Lloyd-Max Codebook

Techniques

An optimal set of quantization levels computed to minimize reconstruction error for a given data distribution.

Load Balancing (Expert Utilization)

Techniques

Ensuring experts are used evenly across the model to avoid some experts being overused while others sit idle.

Local Attention

Techniques

Attention mechanism where each token only attends to a bounded window of preceding tokens instead of all previous tokens.

Local Deployment

Deployment

Running a model directly on your own computer or server instead of sending requests to a remote service.

Local Inference

Deployment

Running an AI model directly on your own computer rather than sending data to a remote server, keeping data private and reducing latency.

Local Normalization

Techniques

Scaling time-series data using statistics from a recent window rather than the entire historical context.

Local Outlier Factor

Techniques

An algorithm that identifies outliers by comparing the local density of a point to its neighbors.

Local Sufficiency

Techniques

The observation that a large model's preferred token appears in a small model's top-K predictions even when not ranked first.

Locality Preservation

Techniques

Ensuring that edits to specific facts don't unintentionally change related or nearby knowledge in the model.

Locality-Sensitive Hashing (LSH)

Architecture

A technique that groups similar items together using hashing, allowing the model to attend to relevant parts of long text without comparing every token to every other token.

Locality-Sensitive Hashing Attention

Architecture

An efficient attention mechanism that groups similar tokens together to reduce computation, allowing the model to handle longer texts without excessive memory use.

Localization

Techniques

In conformal prediction, the process of identifying similar examples to condition uncertainty estimates on local neighborhoods rather than global statistics.

Localization Fidelity

Techniques

How well an explanation's highlighted regions match ground-truth annotations from experts.

Localized Correction

Techniques

Fixing a specific step or section of a plan without requiring the entire task to restart from the beginning.

Locked-Image Tuning (LiT)

Training

A training method where the image encoder is frozen and kept unchanged while only the text processing components are trained.

Loco-Manipulation

Techniques

The ability to simultaneously navigate and manipulate objects, combining locomotion with arm control.

Locomotion

Techniques

The ability of a robot to move and navigate through an environment, such as walking or running.

Log Anomaly Detection

Techniques

Identifying unusual or suspicious patterns in system logs that indicate errors, attacks, or failures.

Log-concave distribution

Techniques

A probability distribution whose logarithm is a concave function, ensuring nice mathematical properties.

Log-odds

Techniques

The logarithm of the ratio of probabilities for two outcomes, used here as an API-compatible measure of model confidence.

Logical Consistency

Techniques

Ensuring that different signals or judgments from a model don't contradict each other and follow coherent logical rules.

Logical Inconsistency Detection

Techniques

Identifying misalignment by finding contradictions in a model's reasoning across equivalent scenarios with different framings.

Logical Options

Techniques

Pre-defined action sequences or skills expressed using logical rules that guide an agent toward specific goals.

Logical Subspace

Techniques

A low-dimensional region within a model's internal representations that captures reasoning logic independent of language form.

Logical Vulnerability

Techniques

A security flaw in program logic rather than memory safety that causes incorrect behavior.

Logit Lens

Techniques

A method to inspect what a language model 'knows' at each layer by examining the vocabulary predictions at intermediate depths.

Logit Mixing

Techniques

Blending the raw output scores from two models before converting to probabilities, used to interpolate between their predictions.

Logit Space

Techniques

The numerical scores assigned to each possible next token before converting to probabilities; intervening here controls what the model can generate.

Logit-Adjusted Loss

Techniques

A loss function that adjusts for class imbalance by modifying the model's output scores.

Logit-based approaches

Techniques

Methods that use the model's raw prediction scores to make decisions, rather than analyzing deeper internal patterns.

Logit-Level Distillation

Techniques

Knowledge distillation that transfers the raw model outputs (logits) rather than higher-level representations.

Logit-Space Shrinkage

Techniques

A method for combining multiple forecasts by averaging them in logit space with a data-dependent prior to reduce variance.

Long-Context

Performance

The ability of a model to process and understand very long sequences of text while maintaining coherence across distant parts of the input.

Long-Context Embedding

Architecture

An embedding model designed to process and maintain meaningful representations across very long documents (thousands of tokens), rather than just short snippets.

Long-Context Handling

Performance

The ability to process and understand very long documents or conversations without losing track of earlier information.

Long-Context Inference

Techniques

Processing input sequences much longer than a model's training context window while maintaining accuracy and efficiency.

Long-Context Reasoning

Behavior

The ability to process and understand very long input texts (thousands of tokens) while maintaining coherent reasoning across the entire passage.

Long-Context Synthesis

Behavior

The ability to process and integrate information from many sources or a large amount of text, then combine it into a coherent summary or report.

Long-Document Summarization

Techniques

Automatically generating concise summaries from lengthy source documents, common in scientific papers.

Long-Form Content Generation

Behavior

The capability to produce extended, coherent text such as articles, reports, or documents while maintaining consistency and structure throughout.

Long-Form Generation

Behavior

The capability to produce extended, coherent text outputs like essays, articles, or detailed explanations rather than just short responses.

Long-Form Text Generation

Behavior

The capability to produce extended, coherent written content such as essays, articles, or detailed explanations rather than short responses.

Long-Form Video Understanding

Techniques

Analyzing extended video content while maintaining context and relationships across multiple scenes.

Long-Horizon Evaluation

Techniques

Testing an AI system's ability to maintain context and preferences across many sequential interactions over time.

Long-horizon forecasting

Techniques

Predicting values far into the future, typically requiring models to capture long-range dependencies.

Long-Horizon Reasoning

Techniques

The ability to plan and execute complex multi-step tasks that require maintaining context and goals over many interactions.

Long-Horizon Retrieval

Techniques

Finding relevant information across many steps or a large dataset to answer complex multi-part questions.

Long-Horizon Search

Techniques

Planning and executing a sequence of actions over many steps to reach a goal, rather than solving in one step.

Long-Horizon Tasks

Techniques

Complex goals requiring many sequential steps or decisions to complete successfully.

Long-range Coherence

Techniques

The ability of a model to maintain consistency and logical flow across long sequences of generated text.

Long-Range Interactions

Techniques

Forces between atoms that are far apart from each other, which are harder for models to capture.

Long-Sequence Processing

Performance

The ability to handle very long input texts (thousands or more tokens) efficiently, which standard models struggle with due to computational constraints.

Long-tail knowledge

Techniques

Rare or uncommon facts that appear infrequently in training data, making them harder for models to remember accurately.

Long-Tail Vocabulary

Techniques

Rare words that appear infrequently in a corpus, following a power-law distribution.

Long-tailed Distribution

Techniques

A data distribution where a few common categories dominate while many rare categories have few examples.

Long-tailed Distribution

Techniques

A dataset where a few common classes have many examples while rare classes have very few, causing models to bias toward common categories.

Long-term Memory (LTM)

Techniques

Stored structured knowledge (like diagnostic criteria) that an AI system can access during reasoning.

Longitudinal Data

Techniques

Measurements collected from the same subjects repeatedly over time, rather than a single snapshot.

Look-Ahead Bias

Techniques

A forecasting error where a model uses information from the future that shouldn't be available at prediction time.

Look-back Dependencies

Techniques

When a step in a procedure requires referencing or using values computed in earlier steps.

Lookahead Signal

Techniques

Early predictions or intermediate outputs used to guide future decisions in a generation process.

Looped transformer

Techniques

A transformer that iterates multiple times at test time, spending more computation on harder problems.

LoRA (Low-Rank Adaptation)

Techniques

A technique that adds small, trainable layers to a pre-trained model instead of retraining the entire model, making fine-tuning faster and more memory-efficient.

LoRA Adapter

Techniques

A lightweight method to customize a frozen language model for specific tasks without retraining the entire model.

LoRA Fine-tuning

Techniques

Parameter-efficient fine-tuning method that adapts a pre-trained model using low-rank updates.

LoRA-based Adaptation

Techniques

Fine-tuning a model using Low-Rank Adaptation, a parameter-efficient method that adds small trainable layers to a frozen base model.

Loss Mixing

Techniques

Combining multiple loss functions (e.g., language modeling and distillation) during training with weighted proportions.

Loss Trajectory

Techniques

The sequence of loss values for a sample across multiple training steps, showing how the model's error on that sample changes over time.

Lossless Compression

Techniques

Reducing file size while preserving all original data perfectly, so decompression recovers the exact original.

Lost-in-the-Middle Problem

Techniques

A phenomenon where LLMs struggle to retrieve or process information from the middle of long documents or lists.

Low Latency

Performance

The ability to generate responses very quickly with minimal delay between when you send a prompt and when you receive an answer.

Low Rank Approximation

Techniques

Representing data using fewer dimensions while preserving key information.

Low-code platform

Techniques

A tool that lets non-programmers build applications by writing minimal code or using visual interfaces.

Low-Degree Polynomial Tests

Techniques

A computational model that captures the hardness of problems solvable by polynomial-time algorithms.

Low-Dimensional Structure

Techniques

Data that lies on or near a lower-dimensional manifold within a higher-dimensional space, enabling faster computation.

Low-Pass Propagation

Techniques

A graph signal processing technique that smooths node features by averaging information across neighborhoods.

Low-Precision

Deployment

Using fewer bits to represent numbers in a model, which speeds up computation and reduces memory usage at the cost of some accuracy.

Low-Precision Training

Techniques

Training neural networks using reduced numerical precision (fewer bits) to decrease memory usage and speed up computation.

Low-Rank Adaptation (LoRA)

Techniques

A parameter-efficient fine-tuning technique that adapts pre-trained models using a small number of additional trainable parameters.

Low-rank branch

Techniques

A lightweight neural pathway that processes information through a compressed representation to reduce computation.

Low-Rank Projection

Techniques

Compressing high-dimensional data into fewer dimensions, which can lose important information needed for accurate inference.

Low-Resource Language

Techniques

A language with limited training data and AI tools compared to English or other major languages.

Low-Resource Languages

Behavior

Languages with relatively little training data available compared to major languages like English, making them harder for AI models to learn.

Low-Resource Learning

Techniques

Training models effectively with limited labeled data or computational resources.

Lower Bound

Techniques

A guaranteed minimum value for an optimal solution, used to prune search branches that cannot improve the best solution found so far.

LP Relaxation

Techniques

A continuous approximation of a mixed-integer program where binary constraints are relaxed, used to bound solution quality.

Lp Spaces

Techniques

Mathematical spaces of functions where the p-norm (a measure of size) is finite and well-defined.

Lyapunov Exponent

Techniques

A measure of how quickly nearby trajectories diverge in a dynamical system; determines stability and predictability.

Lyapunov Function

Techniques

A mathematical tool used to prove that an iterative algorithm converges by tracking a quantity that decreases over time.

M

Mach-Zehnder Interferometer

Techniques

An optical device that splits light into two paths and recombines them to create interference patterns for computation.

Mach-Zehnder Modulator

Techniques

An optical device that modulates light intensity or phase by splitting and recombining light beams through two paths.

Machine Identity

Techniques

Digital credentials (API tokens, service accounts, certificates) that AI agents and automated systems use to authenticate and act in enterprise environments.

Machine Learning Force Field

Techniques

A neural network trained to predict atomic forces and energies, enabling fast simulations of molecular behavior.

Machine Learning Interatomic Potential (MLIP)

Techniques

An AI model that learns to predict forces and energies between atoms in molecules and materials.

Machine Teaching

Techniques

Strategically selecting which examples or feedback to show a learner to minimize the data needed for training.

Machine Translation

Techniques

Automated translation of text from one language to another using computational systems.

Machine Unlearning

Techniques

Removing the influence of specific poisoned data from a trained model without full retraining.

Machine-Checked Proof

Techniques

A mathematical proof verified by a computer system, guaranteeing logical correctness without human error.

Machine-Learned Interatomic Potentials (MLIPs)

Techniques

Neural network models trained to predict forces and energies between atoms, used to simulate materials without expensive quantum calculations.

Macro Placement

Techniques

The task of arranging large functional blocks on a chip to optimize performance and minimize wiring.

Macro-F1 Score

Techniques

An evaluation metric that calculates F1 score for each class separately, then averages them equally.

MAE (Mean Absolute Error)

Techniques

A metric measuring average difference between predicted and actual object counts.

Mahalanobis Distance

Techniques

A measure of distance between a point and a distribution that accounts for correlations between variables.

Majority Vote

Techniques

Selecting the most frequently occurring answer across multiple model samples to identify consensus solutions.

Malware Classification

Techniques

Categorizing software as benign or malicious based on code analysis and behavior patterns.

Mamba

Architecture

A state-space model architecture designed to process long sequences faster and with less memory than traditional transformer models.

Mamba Architecture

Architecture

A neural network design that uses state-space models as an alternative to transformers, offering faster processing and lower memory usage.

Mamba-Transformer Architecture

Architecture

A hybrid model design that combines Mamba (a state-space model) with Transformer components to process long sequences more efficiently than pure Transformers while maintaining strong performance.

Mamba-Transformer Hybrid Architecture

Architecture

A neural network design that combines selective state spaces (Mamba) with traditional attention mechanisms to process text more efficiently while maintaining strong performance.

Managed Service

Deployment

A cloud service where the provider handles infrastructure, updates, and maintenance so you only focus on using the service rather than managing it.

Manifold Hypothesis

Techniques

The assumption that high-dimensional data lies on a lower-dimensional curved surface (manifold) rather than filling the entire space.

Manifold Learning

Techniques

Discovering the underlying low-dimensional structure of high-dimensional data.

Mantissa Bits

Techniques

The fractional part of a floating point number that stores the significant digits of the value.

Marchenko-Pastur Law

Techniques

Mathematical principle describing how random matrix eigenvalues distribute, predicting optimal width expansion in neural networks.

Margin Bound

Techniques

A theoretical guarantee on classification error based on how well-separated different classes are in the learned representation.

Margin-Controlled Penalty

Techniques

A training technique that penalizes incorrect predictions proportionally to push their confidence scores away from correct ones.

Margin-Separable

Techniques

Data points are separable by a linear classifier with a guaranteed minimum distance (margin) from the decision boundary.

Marginal Likelihood

Techniques

The probability of observed data averaged over all possible model parameters, representing the true statistical objective for learning.

Marginal Maximum Likelihood

Techniques

A classical statistical estimation method for fitting IRT models by maximizing likelihood across all possible ability values.

Markdown Output

Formats

A plain-text format that uses simple symbols to structure text (like # for headings, ** for bold), making it easy to read and convert to other formats.

Market Effect

Techniques

The impact of a work or practice on the commercial viability and sales of original creative works in a market.

Markov Blanket

Techniques

The minimal set of variables that shield a node from all others; here used to identify which agents must coordinate.

Markov Chain

Techniques

A sequence of events where the next state depends only on the current state, not on the history.

Markov Chain Monte Carlo (MCMC)

Techniques

A sampling method that generates sequences of dependent samples to approximate probability distributions.

Markov Chain Monte Carlo (MCMC)

Techniques

A statistical sampling technique that intelligently explores parameter space to find realistic values.

Markov Decision Process

Techniques

A framework for sequential decision-making with probabilistic state transitions.

Markov Random Fields

Techniques

A probabilistic model that represents dependencies between variables using graph structure and local interactions.

Markovian Jump Diffusion

Techniques

A stochastic process that combines continuous diffusion with discrete jumps between states, useful for modeling transitions between different configurations.

Masked Diffusion Language Model

Techniques

A language model that generates text by iteratively denoising masked tokens, offering an alternative to autoregressive generation.

Masked Diffusion Model

Techniques

A generative model that iteratively unmasks tokens from a fully masked state, similar to how diffusion models gradually denoise images.

Masked Language Modeling

Training

A training technique where random words in text are hidden, and the model learns to predict them based on surrounding context.

Masked Next-Token Prediction

Training

A training technique where parts of text are hidden and the model learns to predict what should fill those gaps, helping it understand context and meaning.

Masked Pre-training

Techniques

A self-supervised training method where parts of input data are hidden and the model learns to predict them from context.

Masked Prediction

Training

A training technique where parts of the input are hidden, and the model learns to predict what was masked, helping it understand underlying patterns.

Masked Self Attention

Techniques

Attention that only looks at past tokens, preventing future information leakage.

Masked Token Prediction

Techniques

A technique where the model learns to predict hidden or blanked-out words in text, allowing it to reason about context from multiple directions at once.

Masked Tokens

Architecture

Placeholder positions in text that are hidden or unknown, which the model learns to fill in or refine during generation.

Masking and Unmasking

Techniques

A process where the model hides (masks) and then progressively reveals (unmasks) parts of text to refine and improve the entire sequence iteratively.

Massart Noise

Techniques

A noise model where label corruption probability depends on the true label, bounded by a noise rate parameter η.

Massive Activations

Techniques

Extreme outlier values in a small number of tokens and channels within a neural network layer.

Master Weight Splitting

Techniques

Separating model weights into components for efficient distributed training.

Matched Score

Techniques

An evaluation metric that compares model output to expected output without validating actual execution results.

Material-Discursive Practice

Techniques

An activity where physical tools and language work together to create and shape reality, rather than simply describing it.

Materialized View

Techniques

Pre-computed results stored for fast retrieval instead of computing on demand.

Math-Aware Retrieval

Techniques

Finding mathematically equivalent or structurally similar problems in a dataset, rather than just keyword-based matching.

Math-Specialized

Training

A model that has been optimized and trained specifically for mathematical reasoning and problem-solving tasks, rather than general-purpose language understanding.

Mathematical Notation

Behavior

Symbolic representations of mathematical expressions and equations (like formulas and symbols) that need special handling to be correctly interpreted by AI models.

Mathematical Notation Parsing

Techniques

The process of analyzing and interpreting visual mathematical symbols and equations to convert them into a structured, computer-readable format.

Mathematical Reasoning

Behavior

The ability to solve multi-step math problems by breaking them down logically and showing intermediate steps rather than just guessing the answer.

MathML

Formats

An XML-based markup language designed specifically for representing mathematical notation in a way that computers can understand and display.

Matrix Completion

Techniques

Estimating missing entries in a matrix using observed entries and assumptions like low-rank structure.

Matrix Factorization

Techniques

Decomposing a matrix into a product of smaller matrices, commonly used for dimensionality reduction and pattern discovery.

Matrix Multiplication

Techniques

The core mathematical operation in neural networks where high-dimensional arrays are multiplied together.

Matrix-aware Optimizer

Techniques

An optimizer that uses properties of weight matrices (like their structure) to compute better updates.

Matryoshka Embeddings

Techniques

A technique that allows embedding vectors to be shortened (truncated) to smaller dimensions while maintaining quality, letting you trade off between accuracy and storage/speed needs.

Matryoshka Representation Learning

Training

A training technique that allows a single embedding model to produce high-quality results at multiple vector sizes, letting you shrink the embedding dimensions to save storage and speed without retraining.

Max-Flow

Techniques

The maximum amount of data that can flow from a source to destination node in a network.

Max-Risk Objective

Techniques

An optimization goal that minimizes the worst-case error across all groups or conditions, rather than average error.

Maximal Update (μP)

Techniques

A parameterization method that keeps optimal learning rates approximately constant across different model sizes.

Maximum Entropy

Techniques

The equilibrium with highest uncertainty or randomness among all Nash equilibria in a game.

Maximum Mean Discrepancy (MMD)

Techniques

A distance metric between distributions that measures alignment by comparing mean embeddings in a reproducing kernel Hilbert space.

Maxout Network

Techniques

A neural network layer that outputs the maximum value across a set of linear functions, enabling piecewise linear approximations.

Mean Absolute Error (MAE)

Techniques

A metric measuring average difference between predicted and actual values, used here to evaluate grade prediction accuracy.

Mean Average Precision (mAP)

Techniques

Standard metric measuring detection accuracy by comparing predicted object locations to ground truth across different confidence thresholds.

Mean Information Coefficient (MIC)

Techniques

A rank-correlation metric used in finance to measure forecast accuracy independent of prediction magnitude.

Mean Opinion Score (MOS)

Techniques

An average rating of perceived quality from human listeners, commonly used to evaluate speech synthesis systems.

Mean Pooling

Architecture

A technique that combines multiple token embeddings into a single representation by averaging them, producing one embedding for an entire text sequence.

Mean Squared Error (MSE)

Training

A loss function that measures prediction accuracy by averaging the squared differences between predicted and actual values, commonly used for numerical prediction tasks.

Mean-Field Limit

Techniques

A mathematical approximation where the behavior of many interacting particles is described by a single probability distribution.

Mean-Shift

Techniques

An iterative algorithm that finds density modes by repeatedly moving toward regions of higher density.

Measurement Artifact

Techniques

A false finding that results from how something is measured rather than from the phenomenon itself.

Measurement Intervention

Techniques

A change to how you measure something (like evaluation method) that can itself affect the conclusions you draw.

Measurement Validation

Techniques

Testing whether a new measurement approach produces results consistent with established benchmarks or ground truth.

Measurement-based quantum computation

Techniques

A quantum computing model where computation proceeds through adaptive measurements on an entangled resource state.

Mecha-nudges

Techniques

Subtle changes to how choices are presented that systematically influence AI agents without degrading the decision environment for humans.

Mechanism Design

Techniques

Designing rules for interactions between parties to achieve desired outcomes like fairness or efficiency.

Mechanism Linked Evidence

Techniques

Proof that a model's behavior stems from a specific internal mechanism.

Mechanistic Analysis

Techniques

Studying how a model's internal computations and representations lead to specific behaviors or failures.

Mechanistic Interpretability

Evaluation

The study of understanding how a language model's internal components and computations work to produce its outputs.

Mechanistic Modeling

Techniques

Building interpretable models that explain how a system works by capturing its underlying causal mechanisms.

Mechanistic Safety Vulnerability

Techniques

A weakness in how a model's internal safety mechanisms work that can be exploited through targeted attacks.

Mechanistic steering

Techniques

Directly manipulating a model's internal activation patterns to change its behavior without retraining.

Media Credibility Assessment

Techniques

Evaluating the trustworthiness and reliability of news sources and media outlets.

Medical Reasoning

Behavior

The ability to apply clinical knowledge and logic to interpret medical data, such as understanding what symptoms indicate about a patient's condition.

MEG (Magnetoencephalography)

Techniques

Non-invasive brain imaging that measures magnetic fields produced by neural activity.

Membership Inference Attack

Techniques

An attack that determines whether a specific data point was used to train a model.

Membership Oracle

Techniques

A function that answers whether a given statement belongs to a specific language or set, used here to model proof checking.

Memorization

Behavior

When a model learns to reproduce exact training examples rather than learning general patterns it can apply to new situations.

Memorization-Generalization Delay

Techniques

Phenomenon where networks fit training data long before learning to generalize to unseen examples.

Memorization-to-Generalization Transition

Techniques

The shift from a model reproducing training data to creating novel outputs, triggered by increasing dataset size.

Memory Activation

Techniques

The process of controlling how much of a model's memory capacity is available at each step of processing.

Memory Bank

Techniques

A structured repository of task-relevant information (goals, facts, prior attempts) that an agent can reference and update during long-horizon task execution.

Memory Capacity

Techniques

The maximum amount of information a model can store and retrieve.

Memory Degradation

Techniques

The gradual reduction in weight given to past information over time, affecting how agents learn and adapt.

Memory Efficiency

Performance

How well a model uses available RAM or GPU memory, allowing it to run on smaller or less expensive hardware.

Memory Footprint

Performance

The amount of RAM or storage space a model requires to run, which is critical for deployment on resource-constrained devices.

Memory Interference

Techniques

When stored information in memory conflicts with or degrades the retention of new incoming information.

Memory Management

Techniques

The skill of deciding what information to store, how to organize it, and when to retrieve it during task execution.

Memory Mechanism

Techniques

A method for storing and retrieving past information to help a model make decisions or predictions.

Memory Poisoning

Techniques

An attack that corrupts an agent's stored information or context to manipulate its behavior and decisions.

Memory Transformer

Techniques

A neural component that selects and refines relevant knowledge from long-term memory based on the current context.

Memory Transition

Techniques

The update rule that transforms a hidden state (memory) given a new input, typically learned as a supervised learning task in SMT.

Memory-Adaptive Scheduling

Techniques

Dynamically partitioning computation into tasks that fit within available device memory constraints.

Memory-augmented generation

Techniques

A generation system that stores and retrieves visual references during creation to maintain consistency across outputs.

Memory-Induced Drift

Techniques

Changes in a model's reasoning process caused by injected user context or attributes, separate from changes in final answers.

Mental Model

Techniques

An agent's internal representation of task requirements, domain knowledge, and problem structure that guides its reasoning and decisions.

Mental State

Techniques

Hidden variables representing what an agent believes, wants, intends, feels, or considers socially acceptable.

Mention Noise

Techniques

Errors or corruptions in detected entity mentions that affect downstream processing.

Merged Weights

Training

The combination of a base model's weights with additional trained weights (like from LoRA adapters) into a single unified model file.

Mesh Generation

Techniques

Creating a 3D surface representation made of connected vertices, edges, and faces.

Mesh Reconstruction

Techniques

Converting mathematical representations back into a 3D surface mesh that can be visualized and analyzed.

Message Passing

Techniques

The core mechanism in GNNs where nodes exchange and aggregate information from their neighbors iteratively.

Meta-Agent

Techniques

A higher-level agent that monitors and improves other agents by comparing their outputs against reality and updating their code or instructions.

Meta-analysis

Techniques

Statistical method that combines results from multiple studies to estimate overall effect sizes and draw broader conclusions.

Meta-cognitive

Techniques

The ability to reflect on and manage one's own thinking processes and decision-making.

Meta-Cognitive Deficit

Techniques

An agent's inability to reflect on and make wise decisions about when to use its own knowledge versus when to seek external help.

Meta-evaluation

Techniques

Evaluating the quality and reliability of evaluation methods themselves rather than just the systems being evaluated.

Meta-Evolution Agent

Techniques

An AI model trained to orchestrate evolutionary search processes, applying multiple operators to solve problems over many steps.

Meta-Harness Optimization

Techniques

Automatically improving the harness system itself by using feedback from agent rollouts to refine interaction patterns.

Meta-learning

Techniques

Training a model to learn how to learn, so it can quickly adapt to new tasks or changing conditions.

Meta-verification

Techniques

Using verifier-generated explanations and rationales to improve verification, beyond just binary correct/incorrect signals.

Metabolomics

Techniques

The study of small molecules (metabolites) in biological systems to understand disease and health.

Metacognition

Techniques

The ability to monitor, reflect on, and evaluate one's own thinking processes and knowledge.

Metacognitive Features

Techniques

Self-awareness about thinking processes, including goal assessment, domain awareness, and strategic exploration.

Metacognitive Gap

Techniques

The difference between how well models assess their own confidence versus how well humans evaluate belief certainty against evidence.

Metagenomic Data

Techniques

Genetic sequences sampled directly from environmental samples containing DNA from multiple organisms.

Metaheuristic

Techniques

A general problem-solving strategy that explores solutions without guaranteeing optimality but finds good answers quickly.

Metamemory

Techniques

Knowledge about one's own memory processes, including what to encode, when to retrieve, and how to organize information.

Metamodel

Techniques

A model that defines the structure and rules for creating other models in model-driven engineering.

Metamorphic Testing

Techniques

A testing approach that checks if a system maintains consistent behavior under semantically equivalent input transformations.

Metastable

Techniques

A state that appears stable but is easily disrupted by small changes or perturbations.

Method Lineage

Techniques

The causal relationships and dependencies showing how one research method evolved from or influenced another.

Methodological Evolution Graph

Techniques

A structured database mapping how research methods emerge, adapt, and build upon one another over time.

Methodological Viability

Techniques

Whether a research approach is technically sound and feasible before implementation.

Metric Misspecification

Techniques

Using an evaluation metric that doesn't align with true objectives.

Metric Monocular Depth Estimation

Techniques

Estimating real-world distances from a single camera image using deep learning.

Metric Tensor

Techniques

A mathematical object that defines distances and angles on a curved surface, capturing its intrinsic geometry.

Metric-Consistent Digital Twins

Techniques

Virtual replicas of real objects that preserve accurate physical dimensions and properties for faithful simulation.

Metric-Scale Pose Estimation

Techniques

Determining a robot's position and orientation in real-world units rather than relative or scaled coordinates.

Micro-batching

Techniques

Interleaving requests from multiple users through pipeline stages to improve hardware utilization without waiting for one request to complete.

Micro-expressions

Techniques

Brief, involuntary facial expressions lasting 0.25-0.5 seconds that reveal genuine emotions.

Microservice Architecture

Techniques

A system design where independent, containerized services handle specific tasks and communicate together.

Mid-Tier Model

Deployment

A model positioned between lightweight and flagship versions, balancing capability with efficiency rather than maximizing raw performance.

Mid-training

Techniques

A training stage between pretraining and post-training where models are trained on curated, large-scale data mixtures to strengthen specific capabilities.

Mid-Training Checkpoint

Training

A snapshot of a model saved during training before it has finished learning, allowing you to use or study the model at an intermediate stage rather than waiting for full completion.

Middleware

Techniques

Software layer that sits between services to translate, transform, or coordinate their interactions.

Mild Cognitive Impairment (MCI)

Techniques

Early-stage cognitive decline noticeable to the person but not severe enough to interfere with daily life.

MIMO Formulation

Techniques

Multi-input, multi-output architecture that processes multiple data streams in parallel to improve model expressiveness without increasing latency.

MiniLM Architecture

Architecture

A lightweight transformer-based architecture designed to be computationally efficient while maintaining strong performance for text understanding tasks.

Minimax Algorithm

Techniques

A game-playing algorithm that minimizes the opponent's maximum advantage by exploring all possible moves.

Minimax Framework

Techniques

A theoretical approach that finds the best strategy against an adversary who chooses the hardest possible problem instance.

Minimax Lower Bounds

Techniques

Theoretical limits on the best possible accuracy any algorithm can achieve for a given problem.

Minimax Training

Techniques

A training method where one part tries to break the model (maximization) while another part fixes it (minimization) to build robustness.

Minimum Spanning Tree

Techniques

A graph structure connecting all points with minimum total distance, used here to find structural relationships between code samples.

Minimum-energy control

Techniques

Control strategy that achieves desired system behavior using the least amount of control effort.

Minimum-Sufficient Execution

Techniques

Completing a task using only the essential information and steps needed, without redundant re-reading or verification.

Mirror Descent

Techniques

An optimization algorithm that uses geometric transformations to adapt learning to different data distributions.

Mirror Duality

Techniques

A property allowing optimization algorithms to switch between different geometric transformations while maintaining convergence.

Misalignment

Techniques

When an AI model's goals or behaviors diverge from the intended goals of its creators or users.

Misinformation

Techniques

False or inaccurate information spread online, whether intentionally or unintentionally.

Missing Data Imputation

Techniques

Filling in gaps in incomplete datasets before analysis, often using statistical or learned methods.

Missing Modality Generalization

Techniques

A model's ability to work when one or more input modalities are unavailable at test time.

Missingness Structure

Techniques

The pattern and distribution of missing values in a dataset, which often reflects real operational constraints.

Mistral Architecture

Architecture

A specific design pattern for transformer-based language models that uses efficient attention mechanisms and grouped query attention to balance performance and speed.

MIT License

Licensing

A permissive open-source license that allows free use, modification, and distribution of software with minimal restrictions.

MITRE ATT&CK

Techniques

A knowledge base of adversary tactics and techniques based on real-world observations, used to classify and understand cyberattacks.

Mixed Authorship

Techniques

Text that combines both human-written and AI-generated content in the same document.

Mixed Precision

Techniques

Using different numerical precisions for different parts of computation.

Mixed Precision Training

Techniques

Training with lower precision for speed while maintaining higher precision where needed.

Mixed State

Techniques

A quantum state representing uncertainty or entanglement with an environment, described by a density matrix rather than a pure state vector.

Mixed-Batch Pre-training

Techniques

Training on multiple datasets with different structures and properties in the same training batch.

Mixed-effects model

Techniques

A statistical model that captures both fixed effects (apply to all observations) and random effects (vary by group or individual).

Mixed-Integer Linear Programming (MILP)

Techniques

A mathematical optimization approach for problems with both continuous and discrete variables subject to linear constraints.

Mixed-Integer Linear Programming (MILP)

Techniques

Optimization problems with linear objectives and constraints where some variables must be integers.

Mixed-Precision Quantization

Techniques

Using different numerical precisions (e.g., 8-bit, 4-bit) for different parts of a model to reduce memory and computation.

Mixed-Quality Data Training

Training

A training approach that uses datasets containing varying levels of quality and accuracy, rather than only perfectly curated examples, to improve efficiency and real-world performance.

Mixed-State Representation

Techniques

A quantum state that is a probabilistic mixture of pure quantum states rather than a single definite state.

Mixed-Truth Content

Techniques

Misinformation that blends accurate information with false claims to appear credible and evade detection.

Mixing Time

Techniques

The number of steps needed for a sampler to reach the target distribution; faster mixing means fewer samples needed.

Mixture design

Techniques

Deciding the composition and weighting of different data sources in training to balance multiple objectives.

Mixture of Experts

Architecture

An architecture where a model contains multiple specialized sub-networks (experts) and selectively activates only a few for each input, improving efficiency without sacrificing capability.

MLLM-as-a-Judge

Techniques

Using multimodal large language models to evaluate outputs by assessing both visual and semantic correctness with rubrics.

MLP (Multi-Layer Perceptron)

Techniques

Feed-forward neural network layers in transformers that dominate parameter count and can be independently scaled.

MLX

Deployment

A machine learning framework optimized for running models efficiently on Apple Silicon chips.

MLX Deployment

Deployment

Running a model locally on Apple Silicon hardware using the MLX framework, which is optimized for efficient inference on Mac devices.

MLX Format

Formats

A model format designed specifically for efficient inference on Apple Silicon devices, optimized for the MLX machine learning framework.

MLX Framework

Deployment

A machine learning framework specifically designed for running AI models efficiently on Apple Silicon hardware.

MLX Optimization

Deployment

A framework that optimizes AI models to run efficiently on Apple Silicon chips (like M1, M2, M3), taking advantage of their specific hardware capabilities.

Mobile Manipulation

Techniques

A robot's ability to move around an environment while using its arms to pick up and interact with objects.

Modality

Architecture

A type of input or output data a model can process, such as text, images, or audio.

Modality Bias

Techniques

When multimodal models favor one input type (e.g., text) over others (e.g., vision), bypassing available tools.

Modality Collapse

Techniques

When a multimodal system stops using some of its input types and relies only on one or a few.

Modality Consistency

Techniques

The degree to which a model produces similar correct or incorrect answers across different input formats like text and images.

Modality Gap

Techniques

The performance difference between a model's reasoning using text versus visual information.

Modality Imbalance

Techniques

Unequal influence or representation of different data types (like images vs. text) in a multimodal model.

Modality interference

Techniques

Performance degradation caused by conflicting gradient signals when different input types (audio, text) share neural network parameters.

Modality Order

Techniques

The sequence in which different input types (image, text) are presented to a model.

Modality Transfer

Techniques

Adapting a model trained on one type of data (like video) to work with a different type (like tactile signals) efficiently.

Modality-Agnostic Interface

Techniques

A unified control mechanism that works with any input type (text, images, or combinations) without requiring separate implementations for each modality.

Modality-Dependent Reasoning

Techniques

When a model's ability to solve a problem varies depending on whether it receives text, images, or both.

Modality-Specific Supervision

Techniques

Using text descriptions tailored to highlight unique properties of each data type (e.g., thermal features for infrared).

Modality-Specific Tokenizers

Techniques

Specialized components that convert different input types (text, audio, video, motion) into a common token format.

Modality-wise Optimization

Techniques

Training approach that handles each data type (audio, video, text) with separate, tailored optimization strategies.

Mode Collapse

Techniques

When a generative model produces limited diversity, repeatedly generating similar outputs instead of varied ones.

Mode Connectivity

Techniques

The property that different trained models can be connected through a continuous path in weight space.

Mode-Division Multiplexing

Techniques

Using different spatial or polarization modes of light in a single fiber to carry independent data streams simultaneously.

Model Adaptation

Techniques

Techniques for customizing a pre-trained model's behavior for specific tasks or use cases.

Model Agency

Techniques

The question of whether a model acts with intentionality or goal-directed behavior versus simply producing outputs.

Model Architecture

Architecture

The underlying structural design of a neural network that determines how data flows through it and how it processes information.

Model Backbone

Architecture

The core underlying architecture of a model that serves as the foundation for specialized versions or fine-tuned variants.

Model Calibration

Techniques

How well a model's confidence or predictions match actual human behavior and real-world outcomes.

Model Capability Tier

Deployment

A ranking level within a model family that indicates relative power, speed, and cost trade-offs.

Model Capacity

Architecture

The size and complexity of a model, which determines how much information it can learn and store; smaller capacity means fewer parameters and less computational power needed.

Model Card

Techniques

A document that describes a machine learning model's intended use, performance, and limitations.

Model Checkpoint

Formats

A saved snapshot of a trained model's weights and parameters, stored in formats like safetensors or PyTorch for later use or deployment.

Model Collapse

Techniques

When a language model's training performance suddenly degrades due to overconfidence in incorrect predictions.

Model Compression

Deployment

Techniques used to make models smaller and faster to run, allowing them to work on devices with limited memory or processing power.

Model Convergence

Training

The point at which a model's performance stabilizes during training and stops significantly improving, indicating the training process is complete.

Model Deployment

Deployment

The process of configuring and launching a trained model in a cloud environment so it can receive requests and generate responses.

Model Depth

Architecture

The number of layers in a neural network; deeper models can learn more complex patterns but are slower, while shallower models are faster but may miss subtle details.

Model Diffing

Techniques

Comparing two versions of a model to identify which internal features or behaviors changed between them.

Model Disagreement

Techniques

Differences in predictions across multiple models on the same input.

Model Distillation

Training

A technique where a smaller, faster model is trained to mimic the behavior of a larger, more capable model to reduce computational costs.

Model Drift

Techniques

Degradation of model performance over time due to changes in data distribution or real-world conditions.

Model Editing

Techniques

Directly modifying model weights or parameters to correct specific behaviors without full retraining.

Model Efficiency

Performance

How well a model performs relative to its computational cost and resource requirements, important for deployment on devices with limited hardware.

Model Family

Architecture

A group of related AI models developed by the same organization that share similar architecture and training approaches but may differ in size or capabilities.

Model Footprint

Deployment

The amount of memory and computational resources required to run a model, determined primarily by its size and architecture.

Model Footprint

Performance

The amount of memory and computational resources required to run a model, with smaller footprints being more efficient.

Model Format

Formats

The file format used to store and load a model's weights; common formats like safetensors and PyTorch determine compatibility with different tools and frameworks.

Model Formation

Techniques

The process of creating new conceptual frameworks or mathematical structures to represent a problem domain.

Model Free Learning

Techniques

Learning optimal behavior without explicitly modeling the environment.

Model Inference

Deployment

The process of running a trained model on new input data to generate predictions or outputs, as opposed to training the model.

Model Initialization

Training

The process of setting a model's weights to starting values before training; random initialization means weights are set to random numbers rather than learned values.

Model Layers

Architecture

The stacked computational components in a neural network that progressively transform input data; fewer layers means faster processing but potentially less ability to capture complex patterns.

Model Merging

Techniques

A technique that combines the learned knowledge from two or more trained models into a single model.

Model Modularity

Techniques

Designing models so independent components can be used, removed, or composed separately without performance loss.

Model Optimization

Training

Techniques used to make a model smaller, faster, or more efficient while maintaining acceptable performance.

Model Parameters

Architecture

The internal numerical values (weights) that a neural network learns during training and uses to make predictions.

Model Precision

Formats

The numerical accuracy used to store a model's weights and calculations—higher precision (like float32) is more accurate but uses more memory, while lower precision (like int4) is more efficient but less precise.

Model Predictive Control (MPC)

Techniques

A control method that predicts future system behavior and optimizes actions based on a mathematical model.

Model Predictive Control (MPC)

Techniques

A control method that predicts future system behavior and optimizes actions over a time horizon.

Model Pruning

Techniques

Removing unnecessary parameters or connections from a model to reduce size and computation.

Model Quantization

Deployment

A technique that reduces a model's size and memory requirements by using lower-precision numbers, enabling it to run on resource-limited devices.

Model Scale

Architecture

The size of a model measured by the number of parameters it contains; smaller models are faster but less capable than larger ones.

Model Scaling

Training

The practice of increasing a model's size (parameters, training data, or compute) to improve its capabilities and performance.

Model Size

Performance

The total number of parameters (learnable values) in a model, which affects its memory usage, speed, and capability.

Model Specialization

Training

Training a model to excel at a narrow set of tasks rather than performing well across many different domains.

Model Stub

Evaluation

A minimal, simplified version of a model used for testing code and infrastructure without the computational cost of a full model.

Model Suite

Training

A collection of related models of varying sizes or configurations released together for comparative research and analysis.

Model Transferability

Techniques

The ability of attacks or techniques developed for one model to work on other models.

Model Transparency

Behavior

The ability to examine and understand how a model works, including access to its weights, architecture, and training details.

Model Validation

Deployment

The process of testing a model to ensure it works correctly within a framework or pipeline before deploying it for real tasks.

Model Variant

Architecture

A modified version of a base model that changes its size, capabilities, or behavior while maintaining the same core architecture.

Model Weights

Architecture

The learned numerical parameters inside a neural network that determine how it processes input and generates output.

Model Width

Techniques

The hidden dimension size of a neural network layer, controlling the model's capacity to represent information.

Model-Agnostic

Techniques

A technique that works across different model architectures without requiring architecture-specific modifications.

Model-Based Reinforcement Learning

Techniques

Learning approach where an agent builds a model of how the environment works, then uses it to plan actions.

Model-Internal Signals

Techniques

Information derived from a model's own computations (like attention patterns or confidence scores) without external tools.

Moderation Layer

Deployment

A specialized model or component that filters and evaluates user inputs or outputs to prevent harmful content from reaching users or being generated.

Modern Standard Arabic

Behavior

The formal, standardized variety of Arabic used in official documents and media, distinct from regional spoken dialects.

Modular Architecture

Techniques

A system design where independent components with standardized interfaces can be swapped and recombined without tight coupling.

Modular Code Generation

Techniques

Generating code as independent, reusable functions or modules that can be combined to solve larger problems.

Modular Deployment

Techniques

Using only relevant subsets of a model's components independently or in combination for specific tasks or domains.

Modular Transfer

Techniques

Reusing learned or numerical components across different problems by swapping modules without full retraining.

Modularity

Techniques

The ability to use and compose independent subsets of a model without requiring the full system or human-defined rules.

Molecular Design

Techniques

Process of creating new molecules with desired properties for applications like drug discovery.

Molecular Dynamics (MD) Simulation

Techniques

A computational technique that simulates how atoms move and interact over time.

Molecular Language Model

Training

A specialized AI model trained to understand and process chemical structures by learning patterns from molecular data, similar to how text language models learn from words.

Molecular Property Prediction

Techniques

Task of predicting chemical or physical properties of molecules based on their structure.

Molecular Reasoning

Behavior

The ability to understand and predict how molecules behave, interact, and transform based on their chemical structure and properties.

Moment Matching

Techniques

A distillation technique that aligns statistical properties (moments) between a teacher and student model.

Momentum

Techniques

An optimization technique that accumulates gradients to accelerate convergence.

Momentum-Based Adaptation

Techniques

A technique that smoothly updates model parameters using accumulated historical changes for stability.

Monitoring

Techniques

A system that inspects AI agent outputs and their creation process to detect sabotage or unsafe behavior before deployment.

Monocular 3D Reconstruction

Techniques

Inferring 3D scene structure and depth from a single camera viewpoint without stereo or depth sensors.

Monocular Depth Estimation

Techniques

Predicting 3D depth information from a single 2D image without stereo or multiple views.

Monocular Reconstruction

Techniques

Inferring 3D structure and depth from a single 2D image or video frame without stereo or multi-view input.

Monosemanticity

Techniques

When a neuron or expert performs a single, well-defined function rather than handling multiple unrelated tasks.

Monotonic Improvement

Techniques

A guarantee that each update to a policy increases or maintains performance, never decreases it.

Monotonicity Condition

Techniques

Mathematical constraint ensuring that higher-capability agents receive better outcomes, preventing misrepresentation.

Monte Carlo Approximation

Techniques

Using random sampling to estimate quantities that are expensive or impossible to compute exactly.

Monte Carlo Dropout

Techniques

A technique using dropout during inference to estimate model uncertainty by sampling multiple predictions.

Monte Carlo Sampling

Techniques

Estimating expected values by drawing random samples and averaging results.

Monte Carlo Simulation

Techniques

A computational technique using repeated random sampling to estimate probability distributions and outcomes.

Monte Carlo Tree Search (MCTS)

Techniques

An algorithm that explores game possibilities by randomly simulating many future moves to estimate the best action.

Moral Disengagement

Techniques

Psychological mechanisms that allow people to justify harmful behavior by reframing it as acceptable or necessary.

Moral Foundations Theory

Techniques

A psychological framework proposing that human morality is built on six independent foundations: care, fairness, liberty, loyalty, authority, and sanctity.

Moral Hazard

Techniques

When one party takes excessive risks because another party bears the consequences, reducing incentive to act carefully.

Moral preference elicitation

Techniques

Polling people on ethical dilemmas and using their aggregated votes to train AI decision-making policies.

Moral Reasoning

Techniques

A model's ability to understand and apply ethical principles to make judgments about right and wrong.

Moreau Envelope

Techniques

A smoothed approximation of a nonsmooth function, created by adding a quadratic penalty term.

Morpho-semantic Features

Techniques

Linguistic properties that describe both the structure (morphology) and meaning (semantics) of words.

Morphological Analysis

Techniques

The ability to understand and process word structure, including prefixes, suffixes, and inflections that change word meaning or grammatical function in languages like Russian.

Morphological Complexity

Behavior

The linguistic challenge of handling languages where words change form significantly based on grammar, tense, and case—common in Polish and other inflected languages.

Morphological Paradigm

Techniques

The complete set of inflected forms of a word, showing how it changes across different grammatical contexts.

Morphologically Rich Language

Techniques

A language with complex word formation rules where single words can have many grammatical variations.

Morphology

Behavior

The structure and rules of how words are formed and modified in a language, which is especially important for languages like Korean with complex word composition.

Motion Capture

Techniques

Recording and digitizing human body movement for analysis or animation.

Motion Capture Dataset

Techniques

A collection of recorded 3D human movements, typically used to train models for realistic motion synthesis.

Motion Causality

Techniques

The relationship between user-driven actions and their physical consequences in a scene.

Motion Planning

Techniques

Computing safe, feasible paths for a robot to follow from its current position to a goal.

Motion Retargeting

Techniques

Adapting motion capture data from one character or skeleton to another while preserving the movement intent.

Motion Tracking

Techniques

A learning paradigm that reformulates control tasks as reproducing reference whole-body behaviors in a global coordinate frame.

Motion-Adaptive Threshold

Techniques

A dynamic decision boundary that adjusts based on detected motion to determine when cached features can be safely reused.

Move Distribution

Techniques

The frequency and pattern of therapeutic moves used by a clinician or model across a session.

MPNet Architecture

Architecture

A neural network design that combines masked language modeling with permutation language modeling to better understand relationships between words in text.

MQM (Multidimensional Quality Metrics)

Techniques

A framework for categorizing and evaluating different types of translation errors and quality issues.

Multi Agent Systems

Techniques

Multiple independent agents interacting and learning in a shared environment.

Multi Hop Reasoning

Techniques

Solving problems by chaining multiple reasoning steps together sequentially.

Multi-Access Edge Computing (MEC)

Techniques

Computing infrastructure deployed at network edges to process data closer to agents, reducing latency and communication overhead.

Multi-Agent AI Safety

Techniques

The study of how to ensure safe and fair behavior when multiple AI agents interact, compete, or cooperate in shared environments.

Multi-Agent Architecture

Techniques

A system design where multiple specialized agents work together—some generate options in parallel, others coordinate the final result.

Multi-Agent Coordination

Techniques

Techniques for making multiple autonomous agents work together toward shared goals.

Multi-Agent Ensemble

Architecture

A system where multiple AI agents work together, cross-checking and debating each other's reasoning before producing a final answer.

Multi-Agent Evaluation

Techniques

Assessment where multiple agents participate—some as judges and others as subjects being evaluated.

Multi-agent framework

Techniques

A system where multiple AI agents with different roles work together to solve a problem.

Multi-Agent Interaction

Techniques

Structured communication and mutual influence between multiple AI agents that shapes collective behavior over time.

Multi-Agent Orchestration

Techniques

Coordinating multiple specialized AI agents to work together, deciding which agent handles which task.

Multi-Agent Plan Execution

Techniques

A system where multiple agents coordinate to execute complex plans by breaking them into steps and validating each one.

Multi-Agent Reinforcement Learning (MARL)

Techniques

Training multiple agents simultaneously so they learn to cooperate and improve together toward shared goals.

Multi-agent system

Techniques

Multiple AI agents working together, each with different roles or goals, to solve a problem collaboratively.

Multi-App Coordination

Techniques

An agent's ability to work across multiple applications simultaneously, transferring data and context between them to complete complex tasks.

Multi-armed bandit

Techniques

A decision problem where an agent repeatedly chooses between options to maximize rewards while learning which is best.

Multi-Column Architecture

Techniques

A parallel network structure where multiple smaller models process data independently and combine their outputs.

Multi-Depot Vehicle Routing Problem (MDVRP)

Techniques

A logistics optimization task where vehicles start from multiple depots and must visit customers while minimizing cost or distance.

Multi-Domain Training

Training

Training a model on question-answer pairs from many different topics or fields to make it work well across diverse subjects.

Multi-Epoch Training

Techniques

Training a model by repeating the same dataset multiple times rather than using each sample once.

Multi-Expert Routing

Techniques

A system that directs inputs to specialized models based on detected characteristics, improving performance across diverse domains.

Multi-fidelity Optimization

Techniques

Hyperparameter optimization that uses cheap approximations alongside expensive full evaluations to save compute.

Multi-File Context

Architecture

The ability to understand and work with code spread across multiple files in a project, maintaining awareness of how different files relate to each other.

Multi-Granularity History Compression

Techniques

Summarizing long execution histories at different levels of detail to make error evidence easier to locate.

Multi-Head Latent Attention (MLA)

Techniques

An attention mechanism that shares a single low-rank latent representation across all attention heads instead of maintaining separate keys and values per head.

Multi-hop context

Techniques

Information gathered from nodes multiple steps away in a graph, capturing broader structural context.

Multi-hop Retrieval

Techniques

Finding answers by connecting information across multiple documents or reasoning steps.

Multi-Image Reasoning

Techniques

The ability to connect and synthesize information from multiple images to solve a problem or answer a question.

Multi-label Classification

Techniques

A classification task where each example can belong to multiple categories simultaneously, unlike single-label classification.

Multi-Label Text Classification

Techniques

Assigning multiple categories to a single text document, where labels can overlap or co-occur.

Multi-Language Support

Behavior

The ability to understand and generate code across many different programming languages.

Multi-Modal Feedback

Techniques

Using different types of human input (e.g., demonstrations, comparisons, rankings) to train a model.

Multi-modal Prediction

Techniques

Generating multiple plausible different outcomes rather than a single deterministic prediction.

Multi-Object Tracking

Techniques

Following multiple moving objects across video frames to maintain consistent identities over time.

Multi-Objective Optimization

Techniques

Finding solutions that balance multiple competing goals simultaneously.

Multi-Objective Reinforcement Learning (MORL)

Techniques

Training an AI system to optimize multiple competing goals simultaneously rather than a single objective.

Multi-Pass Reasoning

Techniques

An iterative approach where an LLM revisits and refines its analysis across multiple complete passes through a problem.

Multi-Provider Architecture

Techniques

System design that integrates multiple LLM providers for improved reliability through consensus and fallback mechanisms.

Multi-Round Event Injection

Techniques

Simulating realistic user activity over time by injecting sequences of events to create complex, evolving world states for testing.

Multi-Round Interaction

Techniques

Back-and-forth exchanges between participants (like developers and reviewers) where each round builds on previous feedback.

Multi-shot video generation

Techniques

Creating coherent video sequences with multiple scenes while maintaining consistency of characters and objects across shots.

Multi-Start Search

Techniques

An optimization technique that runs a solver multiple times from different random starting points.

Multi-Step Analysis

Behavior

The ability to break down complex problems into smaller sequential steps and solve them methodically rather than attempting to answer in one go.

Multi-Step Execution

Techniques

Completing a task that requires performing multiple sequential actions or reasoning steps.

Multi-Step Logic

Behavior

The ability to break down complex problems into sequential reasoning steps and correctly combine them to reach a solution.

Multi-Step Prediction

Techniques

Forecasting what happens several time steps into the future, rather than just the immediate next state.

Multi-Step Reasoning

Behavior

The ability to break down complex problems into smaller steps and solve them sequentially, rather than jumping directly to an answer.

Multi-Step Task Execution

Behavior

The ability to break down complex problems into sequential steps and execute them autonomously without human intervention between steps.

Multi-Step Tasks

Behavior

Problems or workflows that require a model to perform multiple sequential operations or reasoning steps to reach a final answer.

Multi-task Learning

Techniques

Training a single model on multiple different tasks simultaneously so it learns shared skills across them.

Multi-Teacher Distillation

Techniques

Training a student model using knowledge from multiple specialized teacher models to capture diverse expertise.

Multi-Teacher Learning

Techniques

Using multiple teacher models simultaneously to train a student model, combining their different strengths.

Multi-Token Prediction

Techniques

Generating multiple future tokens in parallel instead of one at a time.

Multi-Turn Conversation

Behavior

The ability to maintain context and coherence across multiple back-and-forth exchanges with a user, remembering earlier messages in the conversation.

Multi-Turn Conversations

Behavior

The ability to maintain context and coherence across multiple back-and-forth exchanges with a user in a single conversation.

Multi-Turn Dialogue

Behavior

A conversation where the model maintains context across multiple back-and-forth exchanges with a user, remembering previous messages.

Multi-turn Interaction

Techniques

A sequence of back-and-forth exchanges between an agent and user or environment, rather than a single one-shot request.

Multi-valence Sentiment

Techniques

Recognizing that a single text can express multiple opposing sentiments (both positive and negative) simultaneously.

Multi-Vector Embeddings

Architecture

A representation where documents and queries are encoded as multiple vectors (one per token) instead of a single vector, enabling more precise matching.

Multi-Vector Retrieval

Techniques

A search method that represents a single piece of text using multiple vectors simultaneously, allowing more flexible and nuanced matching.

Multi-View Analysis

Techniques

Examining the same data from multiple perspectives to capture complementary information.

Multi-view Consistency

Techniques

Ensuring that representations of the same scene remain coherent across different viewing angles or perspectives.

Multi-view Fusion

Techniques

Combining information from multiple camera angles to create a unified understanding of a scene.

Multi-view Representation

Techniques

Representing a 3D scene using multiple 2D images captured from different camera angles.

Multiagent Debate

Techniques

A process where multiple AI agents discuss and argue to reach a consensus answer on a task.

Multiclass Classification

Techniques

A machine learning task where data must be assigned to one of three or more discrete categories.

Multilabel Classification

Techniques

A classification task where each sample can belong to multiple classes simultaneously, rather than just one.

Multilevel Methods

Techniques

Computational techniques that combine solutions from models of varying accuracy and cost to reduce overall computation.

Multilingual

Behavior

A model trained to understand and generate text in multiple languages, not just English.

Multilingual Bias

Techniques

Systematic performance gaps across languages, often favoring high-resource languages like English over others.

Multilingual Capabilities

Behavior

The ability of a model to understand and generate text in multiple languages, often with varying levels of proficiency across different language pairs.

Multilingual Capability

Behavior

A model's ability to understand and generate text in multiple languages, not just English.

Multilingual Code Corpus

Training

A large collection of source code written in many different programming languages, used to train the model.

Multilingual Coverage

Behavior

The ability of a model to understand and generate text in multiple languages, typically because it was trained on data from many different languages.

Multilingual Embedding Space

Architecture

A shared mathematical space where sentences from different languages are positioned so that translations or sentences with the same meaning end up near each other.

Multilingual Embeddings

Architecture

A shared numerical space where text from different languages is represented so that similar meanings across languages are positioned close together, enabling cross-language comparison.

Multilingual Medical Reasoning

Techniques

AI systems that understand and reason about medical information across multiple languages, especially low-resource ones.

Multilingual Model

Training

A model trained on text from multiple languages, allowing it to understand and generate text in several different languages.

Multilingual NLP

Behavior

Natural language processing systems designed to understand and work with text in multiple languages, including non-Latin scripts like Cyrillic.

Multilingual Performance

Behavior

A model's ability to understand and generate text in multiple languages with comparable quality across different language pairs.

Multilingual Reasoning

Behavior

The capability to understand, process, and reason through problems in multiple languages, not just English.

Multilingual Specialization

Behavior

When a model is optimized for one or a few languages rather than many, trading broad language support for deeper fluency in those specific languages.

Multilingual Speech Corpus

Techniques

A collection of audio recordings in multiple languages used to train speech recognition and synthesis systems.

Multilingual Support

Behavior

The ability of a model to understand and process text in multiple languages, not just English.

Multilingual Training

Training

Training a model on text from many different languages so it can understand and generate text across all of them.

Multimodal

Architecture

A model that can process and understand multiple types of input, such as both text and images.

Multimodal Action Prediction

Techniques

Forecasting future actions using multiple types of sensory input (e.g., vision and motor feedback) simultaneously.

Multimodal Agent

Techniques

An AI system that can process and reason over multiple types of data (text, images, documents) to complete tasks.

Multimodal Alignment

Training

The process of training a model to understand and connect different types of data (like audio and text) by mapping them into a shared space where related concepts are close together.

Multimodal Attack

Techniques

An adversarial attack that simultaneously perturbs multiple input modalities (e.g., text and audio) to fool a model.

Multimodal Attention

Techniques

Attention mechanism that processes multiple types of input (like text and image features) simultaneously in a transformer.

Multimodal Benchmark

Techniques

A standardized test dataset that evaluates AI models on tasks combining multiple types of input like images and text.

Multimodal Bias

Techniques

Discriminatory patterns that emerge when AI models process multiple input types (text, audio, images) together.

Multimodal Comprehension

Behavior

The ability of an AI model to understand and reason about multiple types of input data (like images and text) simultaneously.

Multimodal Content Analysis

Techniques

Processing and understanding multiple types of information (video, audio, text) simultaneously to extract meaning and structure.

Multimodal Dialogue

Behavior

A conversational interaction where the model can understand and respond to inputs that combine both text and images in a natural back-and-forth exchange.

Multimodal Diffusion Model

Techniques

A generative model that takes multiple types of input (like text and images) to create new content.

Multimodal Embedding

Techniques

A representation that captures meaning from multiple types of data (like text, images, and tables) in a single searchable format.

Multimodal Evaluation

Techniques

Assessing AI systems across multiple input/output types (audio, video, text) simultaneously rather than separately.

Multimodal Fusion

Techniques

Combining data from multiple sources (like ECG and PPG) to make better predictions than using each source alone.

Multimodal generation

Techniques

Creating content that combines multiple types of media (text, images, audio, interactive elements) chosen based on what best serves the message.

Multimodal Generative Model

Techniques

An AI model that processes and generates outputs from multiple input types (text, images, etc.) simultaneously.

Multimodal Generative Reward Model

Techniques

A reward model that processes multiple input types (text, images) and generates interpretable feedback about output quality.

Multimodal Graph

Techniques

A graph where nodes and edges are enriched with multiple types of data like text, images, and numerical attributes.

Multimodal Humor Understanding

Techniques

The ability to comprehend humor by combining visual and textual information to identify incongruities and their resolutions.

Multimodal Input

Architecture

The ability to accept and process multiple types of input data simultaneously, such as both images and text in the same request.

Multimodal Integration

Techniques

The process of combining and coordinating information from multiple sensory or cognitive modalities (vision, sound, language).

Multimodal Large Language Model (MLLM)

Techniques

An AI model that processes both text and images to understand and reason about visual content.

Multimodal Learning

Training

Training a model to understand and process multiple types of input data (like text and images) together rather than separately.

Multimodal Memory

Techniques

Memory systems that integrate and preserve information from multiple input types like text and images.

Multimodal Model

Architecture

An AI model that can process and understand multiple types of input data, such as video, images, and text together.

Multimodal Orchestration

Techniques

Coordinating multiple types of content (text, images, interactions) into a unified experience.

Multimodal Parser

Techniques

A system that extracts structured information from documents containing both text and visual elements like figures and tables.

Multimodal Pipeline

Deployment

A sequence of processing steps that handles multiple types of input data (like text and images) together in a single workflow.

Multimodal Prediction

Techniques

Generating multiple plausible future outcomes instead of a single prediction.

Multimodal Pretraining

Training

Training a model on paired images and text data so it learns to connect visual and language understanding together.

Multimodal Problem Generation

Techniques

Automatic creation of problems that combine multiple modalities (text, images, diagrams) with aligned annotations and ground-truth answers.

Multimodal Question Answering

Techniques

Answering questions by reasoning over both text and image inputs simultaneously to find correct answers.

Multimodal Reasoning

Techniques

The ability to solve problems by integrating information from multiple input types like images and text.

Multimodal Recommendation

Techniques

A recommendation system that uses multiple types of data (text, images, etc.) to predict user preferences.

Multimodal representation learning

Techniques

Training models to learn useful features from data with multiple types of input (e.g., images and text).

Multimodal Safety

Techniques

Safety mechanisms that operate across multiple input types like images and text simultaneously.

Multimodal Survival Prediction

Techniques

Predicting time-to-event outcomes using multiple types of data (e.g., images, lab results, clinical notes).

Multimodal Tasks

Behavior

AI tasks that require processing multiple types of input data at once, such as understanding both an image and a text question about it.

Multimodal Understanding

Behavior

The ability of an AI model to process and reason about multiple types of input data (like images and text) simultaneously.

Multimodal Web Agent

Techniques

An AI system that understands both text and visual information to autonomously interact with websites and perform tasks.

Multimodal-Aware

Architecture

A system designed to understand and work with multiple types of content, such as text and images, even if it only processes one type directly.

Multiple Instance Learning

Techniques

A learning approach where training data consists of bags (groups) of instances, useful when only bag-level labels are available.

Multiple Kernel Learning (MKL)

Techniques

A machine learning technique that combines multiple similarity measures (kernels) by learning optimal weights for each.

Multiple Negatives Ranking (MNR)

Training

A training technique that improves embeddings by comparing a text sample against multiple negative examples, helping the model learn to distinguish similar from dissimilar content.

Multiple-Choice Knapsack Problem

Techniques

An optimization problem for selecting items with different values and costs to maximize value within a budget constraint.

Multiple-Choice Question (MCQ)

Techniques

An evaluation format where a model selects the correct answer from a fixed set of options.

Multiplexed Inference

Techniques

A technique that allows a model to handle multiple requests or tasks simultaneously within a single forward pass, improving efficiency on concurrent workloads.

Multiply-Accumulate (MAC)

Techniques

A hardware operation that multiplies two numbers and adds the result to an accumulator, commonly used in neural networks.

Multiscale Problem

Techniques

A physics or engineering problem with important dynamics at multiple length or time scales simultaneously.

Multitask Learning

Training

Training a model on multiple related tasks simultaneously so it learns shared patterns that improve performance across all tasks.

Multitask Training

Training

A training approach where a model learns to perform multiple related objectives simultaneously, which often improves its overall performance and generalization.

Multitrack MIDI

Techniques

Digital music notation that separates different instruments or voices into individual tracks for editing and analysis.

Multivariate Time Series

Techniques

Time-ordered data with multiple variables or channels measured simultaneously, where variables may influence each other.

Multivector Algebra

Techniques

An algebraic structure where elements can represent scalars, vectors, and higher-dimensional geometric objects simultaneously.

Muon Optimizer

Techniques

A second-order optimizer designed for hypersphere-constrained training that improves stability during scaling.

Music Codec

Techniques

A neural network that compresses audio into discrete tokens for language model processing and reconstructs waveforms from those tokens.

Music Transcription

Techniques

Converting audio recordings into symbolic notation (like MIDI) that represents notes, timing, and instruments.

Music Understanding

Behavior

The ability of a model to analyze and interpret musical characteristics like genre, emotion, harmony, and structure from audio or music data.

Mutation Score

Techniques

A metric measuring test quality by counting how many intentional code mutations the tests can detect.

Mutation Testing

Techniques

Deliberately introducing bugs into code to test whether test suites can catch them.

Mutual information

Techniques

A measure of how much knowing one variable tells you about another variable.

Mutual Information Balancing

Techniques

Regularization technique that ensures both modalities contribute equally to the joint representation by equalizing information flow.

Mutual Nearest Neighbors

Techniques

A metric for measuring similarity between representations by finding pairs of samples that are each other's closest matches.

Mutual Validation

Techniques

A technique where code and tests validate each other to ensure both are correct and reliable.

MXFP4

Formats

A low-precision floating-point format (4-bit) designed for efficient neural network computation while maintaining reasonable accuracy.

MXFP4 Precision

Formats

A 4-bit floating-point quantization format that uses microscaling to maintain accuracy while significantly reducing model size and memory requirements.

MXFP4 Quantization

Formats

A low-precision numerical format that represents model weights and activations using only 4 bits, significantly reducing memory usage and inference speed at the cost of some accuracy.

MXFP8

Formats

A specialized 8-bit floating-point format designed for efficient neural network computation while maintaining reasonable accuracy.

N

N-Body Simulator

Techniques

A computational tool that models the motion of multiple particles under mutual gravitational or other forces.

N-grams (atom transitions)

Techniques

Sequences of consecutive waveform atoms that capture temporal structure and patterns in EEG signals.

Naive Bayes

Techniques

A probabilistic classifier that assumes features are independent given the class label.

Named Entity Recognition

Evaluation

A natural language processing task that identifies and classifies specific entities like people, places, and organizations within text.

Narrative Explanation

Techniques

A natural language story or description that explains why an AI model made a particular prediction.

Narrative Generation

Behavior

The task of automatically creating coherent stories or sequences of events in text form.

Narrative Grounding

Techniques

Anchoring story descriptions to verified facts from the source material to maintain coherence and accuracy.

Narrative Structure

Behavior

The organized framework of a story, including how events are sequenced and how the plot progresses from beginning to end.

Nash Equilibrium

Techniques

A strategy profile where no player can improve by unilaterally changing their strategy, given others' strategies.

Native Modality Processing

Architecture

The ability of a model to directly understand different types of input (like images or audio) without converting them to text first.

Native Processing

Architecture

When a model can directly understand different types of input (like images or audio) without needing to convert them to text first.

Native Resolution Handling

Architecture

The ability to process images at their original sizes and aspect ratios without forcing them into a fixed square dimension, reducing information loss from resizing.

Native Structural Reasoning

Techniques

AI reasoning that preserves and operates directly on domain-specific structural representations rather than converting them to generic formats.

Natural Gradient

Techniques

An optimization method that accounts for the geometry of the data distribution, often converging faster than standard gradient descent.

Natural Language Generation

Behavior

The process by which a model produces human-readable text output based on its understanding of input and learned patterns.

Natural Language Inference (NLI)

Training

A training task where a model learns to determine whether one sentence logically follows from another, helping it understand relationships between texts.

Natural Language Processing

Architecture

The field of AI focused on enabling computers to understand, interpret, and generate human language in a meaningful way.

Natural Language Processing (NLP)

Techniques

The field of AI focused on understanding and generating human language in a meaningful way.

Natural Language to Code Translation

Behavior

The process of converting human-written instructions or descriptions into executable programming code.

Natural Language Understanding (NLU)

Behavior

The ability of a model to comprehend and extract meaningful information from human language, rather than just pattern-matching on words.

Ndcg

Techniques

Ranking metric measuring how well relevant items are placed at the top.

Near-Optimal Region

Techniques

A range of parameter settings that all achieve performance within a small tolerance of the best possible result.

Necessity

Techniques

A feature is necessary if removing it disrupts the model's prediction, indicating true importance.

Negative Control Samples

Techniques

Unperturbed reference images used as stable anchors to detect and correct for technical variations in experiments.

Negative Knowledge Transfer

Techniques

When learning from one task actually hurts performance on another task due to conflicting patterns.

Negative Sampling

Training

A training technique where the model learns by comparing correct matches against intentionally chosen incorrect examples to improve discrimination.

Negative Transfer

Techniques

When training a model on multiple tasks simultaneously hurts performance compared to training on individual tasks separately.

Negentropy

Techniques

A measure of non-Gaussianity equal to the difference between entropy of a Gaussian and entropy of the actual distribution.

Netlist

Techniques

A text description of a circuit that specifies all components and how they are electrically connected together.

Neural Anchor

Techniques

A reference representation (typically from averaged high-repetition data) used to align both noisy queries and gallery items.

Neural Approximation

Techniques

Using neural networks to learn and approximate complex functions, such as safety constraints, from data.

Neural Architecture Search (NAS)

Techniques

Automated process of designing neural network architectures without manual engineering.

Neural Audio Codec

Architecture

A machine learning model that compresses audio into a compact digital format and can reconstruct it back to near-original quality.

Neural Codec

Techniques

A learned compression model that encodes audio into discrete or continuous latent representations optimized for reconstruction.

Neural Decoder

Techniques

A model that translates neural activity patterns into behavioral outputs like movement or speech.

Neural Embedding

Architecture

A compact numerical representation of data (like audio) created by a neural network, capturing its essential features in a much smaller form than the original.

Neural Encoder

Architecture

A neural network component that converts raw text input into a numerical representation (embedding) that captures semantic meaning.

Neural Encoding

Architecture

The process of converting text or other data into numerical vector representations using neural networks, enabling machines to understand and process language.

Neural Field

Techniques

A neural network that represents continuous 3D properties (like temperature or material density) as a smooth function rather than discrete grid values.

Neural Information Retrieval

Techniques

Using neural networks and embeddings to find relevant documents or passages in response to a query, rather than traditional keyword matching alone.

Neural interpreter

Techniques

An AI model trained to predict how code executes step-by-step without actually running it.

Neural Mapping

Techniques

Transforming brain activity patterns from one condition to match patterns from another condition.

Neural Materialization

Techniques

Converting learned neural predicates into explicit logical choices or facts for symbolic reasoning.

Neural Memory

Techniques

A learnable memory component that neural networks can read and write to.

Neural ODE

Techniques

A neural network that models continuous dynamics by treating layers as differential equations.

Neural Operator

Techniques

A learned function that maps between infinite-dimensional function spaces, used for solving physics equations on meshes.

Neural Ordinary Differential Equations (Neural ODEs)

Techniques

Neural networks that model continuous-time dynamics by treating hidden states as solutions to differential equations.

Neural Posterior Estimation

Techniques

Using neural networks to directly learn and approximate the posterior distribution of model parameters.

Neural Process

Techniques

A probabilistic model that learns to make predictions by conditioning on context examples, treating each prediction task as learning a distribution over functions.

Neural Renderer

Techniques

A learned neural network that synthesizes or modifies images by applying rendering operations like lighting changes.

Neural Retrieval

Techniques

A search method that uses neural networks to understand semantic meaning and find relevant documents, rather than relying on keyword matching alone.

Neural Scorer

Techniques

A neural network trained to assign relevance scores to candidate items for a given query.

Neural Surrogate

Techniques

A fast neural network trained to approximate expensive physics simulations.

Neuro-symbolic AI

Techniques

Combining neural networks with symbolic logic to get both the flexibility of learning and the interpretability of rule-based systems.

Neuron Activation

Techniques

The pattern of which neurons in a neural network fire or respond when processing specific inputs.

Neuron Polarization Effect

Techniques

The phenomenon where interpretable neurons become more selective while non-interpretable neurons remain less selective as models scale.

Neuron Selectivity

Techniques

The degree to which a neuron responds specifically to certain inputs versus broadly to many different inputs.

Neurosymbolic Approaches

Techniques

Combining neural networks with symbolic reasoning (like rules or logic) to enable both learning and interpretable decision-making.

Newton-Schulz Iteration

Techniques

A numerical method that iteratively approximates matrix functions like square roots or inverses through repeated matrix multiplications.

Newton's Method

Techniques

An optimization algorithm that finds roots of equations by iteratively refining guesses using function derivatives.

Next-Generation Capabilities

Behavior

Advanced features and improvements in a model that represent a significant step forward from previous versions.

Next-Token Distribution

Techniques

The probability distribution over all possible next words a language model can generate at each step.

Next-Token Prediction

Architecture

The fundamental task where a language model learns to guess the most likely next word (or token) based on all the words that came before it.

Next-Visit Prediction

Techniques

A pretraining task where a model learns to predict which clinical events will occur at a patient's next healthcare visit.

Neyman-Orthogonal Debiasing

Techniques

A statistical technique that removes bias from estimators while maintaining asymptotic normality, enabling valid inference on parameters of interest.

NF4 Quantization

Deployment

A specific 4-bit quantization method that uses a normalized float format to preserve model accuracy while dramatically reducing memory requirements.

NLG Evaluation

Techniques

Assessing the quality of machine-generated text across criteria like fluency, coherence, and relevance.

No-Regret Dynamics

Techniques

Learning algorithms where each player independently minimizes regret, converging to equilibrium without explicit coordination.

Node Classification

Techniques

A graph task where the goal is to predict labels for individual nodes using graph structure and node features.

Node Embedding

Techniques

A vector representation of a node in a graph that captures its structural properties and relationships.

Noise Initialization

Techniques

The starting point for diffusion generation, typically random Gaussian noise that gets progressively refined into an image.

Noise Reduction Pipeline

Techniques

A multi-step filtering system combining domain rules, statistical patterns, and behavioral signals to remove false alerts.

Noise Robustness

Techniques

The ability of a model to maintain performance when given irrelevant, incorrect, or corrupted input data.

Noise Schedule

Techniques

A sequence defining how much noise is added during training and removed during sampling in diffusion models.

Noisy Data Filtering

Training

A preprocessing technique that removes or corrects low-quality or mismatched training examples before training, improving model reliability.

Noisy Labels

Techniques

Training data where some examples have incorrect labels, which can degrade model performance if not handled carefully.

Noisy Supervision

Techniques

Training labels or examples that contain errors, irrelevant information, or misleading patterns that degrade model learning.

Non Autoregressive Decoding

Techniques

Generating all output tokens simultaneously rather than one at a time, enabling faster inference.

Non-Autoregressive

Architecture

A generation approach where the model generates multiple tokens in parallel or through iterative refinement, rather than one at a time.

Non-Autoregressive Generation

Techniques

A text generation approach where the model can predict or refine multiple words in parallel, rather than generating one word at a time in sequence.

Non-Commercial License

Licensing

A legal restriction that permits using the model for learning and research but prohibits using it in production systems or for commercial purposes.

Non-convex Optimization

Techniques

Finding minima in loss landscapes with multiple local minima, common in deep learning.

Non-Directive Framing

Techniques

Presenting suggestions or feedback in a way that invites reflection rather than prescribing a specific action or answer.

Non-Functional Requirements

Techniques

Specifications describing how a system should perform, including quality attributes like performance and security.

Non-IID Data

Techniques

Data distributed unevenly across devices, where each device has different data patterns—more realistic than uniform distribution.

Non-Markovian Decision Problem

Techniques

A decision problem where the optimal action depends on history, not just the current observation, because the present state is ambiguous.

Non-rigid Deformation Recovery

Techniques

Tracking and reconstructing objects that bend or change shape, rather than staying rigid.

Non-Stationary Dynamics

Techniques

System behavior that changes over time rather than remaining constant, like wear or environmental drift.

Non-thinking Mode

Techniques

A model state that produces concise, direct answers without intermediate reasoning steps.

Non-Transitive Alignment

Techniques

A pattern where A aligns with C and B aligns with C, but A and B do not align directly with each other.

Non-verbatim memorization

Techniques

A model's ability to recall factual knowledge even when the exact wording or phrasing differs from training data.

Nonconformity Score

Techniques

A measure of how unusual or unreliable a prediction is, used by conformal methods to decide which predictions to include in the answer set.

Nonlinear Optimization

Techniques

Finding the best parameter values for a model when the relationship between inputs and outputs is not linear.

Nonlinear Regression

Techniques

Fitting curved or complex relationships between inputs and outputs, beyond simple linear patterns.

Nonuniform Capacity Allocation

Techniques

Assigning different amounts of parameters or computation to different layers rather than distributing them equally.

Norm Responsiveness

Techniques

How well a model adapts its behavior based on social norms and contextual expectations.

Norm-Proportional Sampling

Techniques

A sampling strategy that selects items with probability proportional to their magnitude, improving coverage on sparse data.

Normalized Relevance Measure

Techniques

A framework for quantifying how much each component of a neural network contributes to its output prediction.

Normalizing Flow

Techniques

A neural network that transforms simple distributions into complex ones while maintaining the ability to calculate exact probabilities.

Noun Class

Techniques

A grammatical system where nouns are grouped into categories that affect agreement with other words.

Novel View Synthesis

Techniques

Generating realistic images of a 3D scene from camera viewpoints not seen during training.

Nowcasting

Techniques

Short-term weather forecasting (minutes to hours ahead) that prioritizes current observations over model predictions.

NPU (Neural Processing Unit)

Performance

A specialized hardware chip designed specifically to accelerate AI model computations, found in modern mobile devices.

NPU Inference

Deployment

Running a model on a Neural Processing Unit (NPU), a specialized chip designed to efficiently execute AI computations with lower power consumption than general-purpose processors.

Nuanced Understanding

Behavior

The ability to grasp subtle meanings, context, and shades of gray in language rather than treating everything as black-and-white.

Nuclear norm

Techniques

A regularization penalty equal to the sum of a matrix's singular values, encouraging low-rank structure.

Nucleotide Sequence

Behavior

The ordered arrangement of DNA building blocks (A, T, G, C) that make up genetic code.

Nucleus Sampling

Techniques

A sampling strategy that selects items in decreasing probability order until reaching a cumulative probability threshold.

Nuisance correlation

Techniques

Unwanted statistical relationships between modalities that don't reflect the underlying signal.

Nuisance Variable

Techniques

A factor that varies in your data but doesn't affect the task label—like lighting in object recognition.

Null Model

Techniques

A baseline statistical model representing random or expected behavior, used to determine if observed patterns are significant.

Numeric Planning

Techniques

AI planning that handles continuous numeric quantities like data sizes, processing times, and resource constraints.

Numerical Fidelity

Performance

The accuracy and precision with which a model preserves mathematical calculations; lower fidelity means some precision is lost, often as a trade-off for smaller model size.

Numerical Reasoning

Behavior

The ability to understand, manipulate, and solve problems involving numbers, calculations, and mathematical logic.

Numerical Stability

Techniques

The property of an algorithm to produce consistent results despite small errors or precision changes during computation.

Numerical Weather Prediction (NWP)

Techniques

Weather forecasting using physics-based computer models that simulate atmospheric behavior from initial conditions.

NVFP4 Precision

Deployment

A low-precision numerical format optimized by NVIDIA that uses fewer bits per number than standard formats, enabling efficient inference on NVIDIA GPUs while maintaining reasonable accuracy.

NVFP4 Precision

Formats

A low-precision numerical format that uses 4 bits per weight, developed by NVIDIA to compress models for efficient inference on consumer hardware.

O

Object Detection

Evaluation

A computer vision task that identifies and locates specific objects within an image by drawing boxes around them.

Object Localization

Behavior

The task of identifying where specific objects are located within an image and describing their positions.

Object Masking

Behavior

The process of creating a binary or multi-class map that highlights which pixels belong to a specific object, effectively isolating it from the background.

Object Segmentation

Behavior

The task of identifying and outlining individual objects in an image or video by marking their exact boundaries at the pixel level.

Object Segmentation Masklets

Techniques

Pixel-level masks that precisely outline objects across video frames, enabling dense visual grounding beyond bounding boxes.

Object-Centric Learning

Techniques

Learning to represent scenes as collections of discrete entities with properties rather than as raw pixels.

Object-centric slots

Techniques

Learnable representations that focus on individual objects within a scene, capturing their properties and relationships separately.

Object-Goal Navigation (OGN)

Techniques

Task where an AI agent navigates to locate and reach a specified target object in a physical environment.

Object-Level Alignment

Techniques

Explicitly matching individual visual objects to specific words or entities in text.

Observability

Techniques

In time series, whether a valid measurement will be recorded at a given time point.

Observational Data

Techniques

Data collected from real-world observations without experimental manipulation or controlled interventions.

Observer Belief State

Techniques

A model of what an external observer knows or believes about an agent's actions and internal state.

Occlusion

Techniques

When objects or areas are hidden from view by other objects in front of them.

Occlusion Aware 3d Scene Representation

Techniques

A 3D model that accounts for hidden or blocked parts of objects in a scene.

Occupancy Measure

Techniques

A probability distribution over state-action pairs visited by a policy, used to characterize exploration behavior.

Occupancy Prediction

Techniques

Predicting which spatial regions in a scene are occupied by objects or obstacles, providing dense semantic layout.

OCR (Optical Character Recognition)

Techniques

The ability to detect and extract text from images, converting printed or handwritten characters into machine-readable text.

OCR-Free

Architecture

A model that understands text in images without needing a separate optical character recognition (OCR) tool to extract the text first.

Octree Tokenizer

Techniques

A method that represents 3D geometry at multiple scales using a hierarchical tree structure, enabling scale-aware encoding of spatial information.

Off-Path Robustness

Techniques

How well a model performs when forced away from its typical, optimized generation patterns.

Off-Policy Actor-Critic

Techniques

A reinforcement learning method where an agent learns from past experiences (not just current policy) using separate networks for action selection and value estimation.

Off-Policy Learning

Techniques

Training a model using data collected by a different policy, requiring careful control to avoid instability.

Offline Inference

Techniques

Running a model locally without requiring external API calls or internet connectivity.

Offline Reinforcement Learning

Techniques

Training an AI agent using only pre-collected data without interacting with the environment.

Offline-to-Online Learning

Techniques

Starting with a policy trained on fixed offline data, then improving it through interaction with the environment.

OFT (Orthonormal Fine-Tuning)

Training

A parameter-efficient fine-tuning technique that adapts a pre-trained model by learning orthonormal transformations, preserving the model's original knowledge while specializing it for new tasks.

Omission Incentive

Techniques

A reward structure that encourages models to hide or skip necessary steps because the evaluator scores incomplete plans higher.

Omni-modal Language Model

Techniques

An AI model that natively processes audio, vision, and text inputs together in a single system.

Omni-Modal Understanding

Techniques

Processing and reasoning across multiple input types (audio, video, text) simultaneously in a unified framework.

Omnidirectional Obstacle Avoidance

Techniques

A drone's ability to detect and avoid obstacles coming from any direction, not just ahead.

On-Device

Deployment

A model designed to run directly on a user's device (phone, laptop, etc.) rather than requiring a remote server.

On-Device Deployment

Deployment

Running an AI model directly on a user's device (phone, laptop, edge device) rather than sending data to a remote server.

On-Device Inference

Deployment

Running a model directly on a user's device (phone, laptop, etc.) rather than sending data to a remote server, which improves privacy and reduces latency.

On-policy Data

Techniques

Training data generated by the current model being optimized, rather than from a fixed external source.

On-Policy Distillation

Techniques

A training method where a student model learns from a teacher model's outputs on data the student generates.

On-Policy Learning

Techniques

Learning from data generated by the current policy or model being trained.

On-Policy Learning

Techniques

Training using data generated by the current model rather than data from other sources.

On-Policy RL

Techniques

Reinforcement learning where the model learns from data generated by its own current policy.

On-Policy Rollout

Techniques

Data collection where the robot executes actions from its current policy to generate training trajectories.

On-Policy Self-Distillation

Techniques

Training a model to match its own high-quality outputs generated through sampling or search.

On-shell condition

Techniques

A physics constraint requiring particles to satisfy the energy-momentum relation for their mass.

One-Class SVM

Techniques

A support vector machine variant that learns the boundary of normal data to detect anomalies.

One-Shot Learning

Behavior

The ability to learn or perform a task from a single example, rather than requiring many training examples.

Online Convex Optimization

Techniques

A framework where a learner repeatedly chooses actions from a convex set and incurs losses, adapting based on feedback.

Online Fine-tuning

Techniques

Continuously updating a model with new incoming data in real-time rather than in batch training sessions.

Online Intervention

Techniques

Stopping or correcting an AI system's behavior in real-time during execution, rather than after the fact.

Online Learning

Techniques

Training a model on streaming data one example at a time, updating weights immediately rather than in batches.

ONNX

Formats

An open standard format for saving and running machine learning models that works across different frameworks and platforms, making models more portable and efficient.

ONNX Format

Formats

An open standard file format for storing trained machine learning models so they can run efficiently across different platforms and frameworks.

ONNX Runtime

Deployment

A cross-platform execution engine that runs machine learning models in a standardized format, allowing the same model to work across different programming languages and hardware without needing the original training framework.

Onset F1

Techniques

A metric measuring how accurately a model detects the start times of musical notes in audio.

Ontology

Training

A structured, standardized system that defines relationships between concepts — in this case, medical terms and their clinical meanings.

Ontology Engineering

Techniques

The process of designing and building formal knowledge representations that define concepts and relationships in a domain.

Ontology-Grounded Matching

Techniques

Evaluating model outputs by comparing them against a structured knowledge base of medical concepts and relationships.

Opacity Parameter

Techniques

A per-primitive value controlling transparency, determining how much light passes through or is blocked.

Opaque Serial Depth

Techniques

The amount of sequential computation occurring between interpretable model states, measuring how much reasoning happens in uninterpretable latent space.

Open Access

Techniques

Making research and scholarly materials freely available online for anyone to read, download, and use without paywalls.

Open License

Licensing

A legal permission that allows anyone to freely use, modify, and distribute the model without restrictions (in this case, Apache 2.0).

Open Science

Training

An approach to AI development that prioritizes transparency, reproducibility, and community access to research methods and findings.

Open Source

Licensing

Software or models where the code, weights, and training data are publicly available for anyone to inspect, use, and modify.

Open Source License

Licensing

A legal framework (like GPL-3.0) that allows anyone to use, modify, and distribute the model code and weights freely, often with requirements to share improvements.

Open Weight

Licensing

A model whose trained weights are publicly downloadable, allowing local deployment and modification.

Open-Domain

Behavior

A model trained to handle conversations on any topic without being restricted to a specific subject area.

Open-Domain Retrieval

Behavior

The task of finding relevant documents from a very large, unrestricted collection to answer questions, without being limited to a specific domain or dataset.

Open-Ended Prompts

Techniques

Questions or instructions that have multiple valid answers rather than a single correct response.

Open-Ended Question

Techniques

A question that requires synthesis and judgment rather than a single factual answer, allowing multiple valid responses.

Open-Ended Search

Techniques

Optimization where the solution space and objectives are not fixed in advance but emerge during the search process.

Open-Source Model

Techniques

An AI model whose code and weights are publicly available for anyone to download and use.

Open-Source Weights

Licensing

Publicly released model parameters that allow anyone to download and run the model locally, rather than accessing it only through a company's API.

Open-Vocabulary Decoding

Techniques

Ability to decode or recognize any word from a large set rather than a fixed small set of categories.

Open-Vocabulary Detection

Techniques

Detecting objects in images using arbitrary text descriptions rather than a fixed set of predefined categories.

Open-Weight Model

Licensing

A model whose trained weights are publicly released, allowing anyone to download and run it locally.

Open-Weighted

Licensing

A model whose trained weights are publicly released and can be freely downloaded and used, as opposed to being proprietary or access-restricted.

Open-Weights

Licensing

A model whose trained weights are publicly released, allowing anyone to download and run it locally rather than only accessing it through an API.

OpenRAIL License

Licensing

An open-source license that allows free use of a model while including responsible AI guidelines and usage restrictions.

OpenVINO

Techniques

Intel's open-source toolkit for optimizing and deploying neural networks on Intel hardware including CPUs, GPUs, and NPUs.

Operadic consistency

Techniques

A measure of whether a QA model produces consistent answers across different decompositions of the same question.

Operational Design Domain (ODD)

Techniques

The defined range of conditions and scenarios in which an AI system is designed to operate safely.

Operational Domain

Techniques

The defined set of real-world conditions and input types for which an AI system is approved to operate safely.

Operationalize

Techniques

To define an abstract concept in concrete, measurable terms that can be tested or evaluated.

Operator Learning

Techniques

Learning mappings between infinite-dimensional function spaces to solve tasks like PDEs or regression.

Operator Norm

Techniques

A mathematical measure of how much a matrix can stretch vectors, used to understand optimizer behavior.

Operator Parallelism

Techniques

Executing multiple independent neural network operations concurrently across different processing units.

Opinion Modeling

Techniques

Training models to predict or represent human beliefs, preferences, and viewpoints on topics.

Opponent Model

Techniques

A representation of an opponent's strategy or behavior patterns used to compute counter-strategies.

Opponent Modeling

Techniques

Learning to predict and understand an opponent's strategy and decision-making from their actions.

Optical Character Recognition (OCR)

Behavior

A technology that automatically detects and extracts text from images or scanned documents.

Optical flow

Techniques

A visual representation showing how pixels move between video frames, indicating motion direction and speed.

Optimal Power Flow (OPF)

Techniques

Finding the most cost-effective way to generate and distribute electricity while meeting grid constraints.

Optimal Transport

Techniques

A mathematical method for finding the most efficient way to move one distribution to another.

Optimism Bias

Techniques

A systematic tendency to overestimate positive outcomes or underestimate risks, here manifested as models rating unsound ideas as viable.

Optimization

Techniques

The process of adjusting model parameters to minimize errors and improve performance.

Optimization Dynamics

Techniques

How model parameters change during training, analyzed here to explain why norms capture semantic properties.

Optimizer

Techniques

An algorithm that updates model weights during training to reduce loss and improve accuracy.

Optimizer State

Techniques

Internal variables an optimizer maintains, like momentum or adaptive learning rates, between updates.

Oracle Complexity

Techniques

The total number of gradient computations or function evaluations required to reach a desired solution accuracy.

Oracle Tests

Techniques

Automated tests with known correct outputs used to validate AI-generated code against ground truth.

Orchestration

Techniques

Coordinating multiple components (data ingestion, routing, inference) to work together in a structured workflow.

Order Invariance

Techniques

The property that a model produces the same output regardless of the sequence or arrangement of input elements.

Ordinal Regression

Techniques

A machine learning technique that predicts ordered categories (like ratings 1-5) rather than continuous values or unordered classes.

Ordinal scoring

Techniques

Evaluating model outputs by ranking them on an ordered scale rather than binary correct/incorrect judgments.

Origin-Destination Demand

Techniques

The number of trips travelers want to make between each pair of locations in a transportation network.

Ornstein-Uhlenbeck Process

Techniques

A continuous stochastic process that gradually adds noise while pulling data toward a mean, commonly used in diffusion models.

ORPO (Odds Ratio Preference Optimization)

Training

A training technique that aligns a model's outputs with human preferences by combining supervised fine-tuning and preference learning in a single efficient training stage.

Orthogonal Basis

Techniques

A set of mutually perpendicular vectors that can represent any point in a space without redundancy.

Orthogonal Equivalence Transformation

Techniques

Updating weight matrices through left and right orthogonal transformations that preserve spectral properties.

Orthogonal Features

Techniques

Independent information sources that capture different aspects of a problem with minimal overlap or correlation.

Orthogonal Polynomial Kernel

Techniques

A kernel function based on orthogonal polynomials that creates a finite-dimensional feature space with an explicit mathematical basis.

Orthogonal Polynomial Kernels

Techniques

Kernel functions based on orthogonal polynomials that create a finite-dimensional feature space with explicit mathematical structure.

Orthogonal Projection

Techniques

A mathematical operation that removes specific directions from high-dimensional data while preserving other information.

Orthogonal Representations

Techniques

Feature vectors that are perpendicular to each other, capturing independent information.

Orthogonal Residual Projection

Techniques

A geometric projection technique that creates a higher-resolution quantization lattice using only addition and shifting.

Orthogonal Response Subspaces

Techniques

Separating feature spaces so that removal cues and preservation cues don't interfere with each other.

Orthogonal Transformation

Techniques

A mathematical operation that rearranges data while preserving its geometric properties, used here to update model weights more efficiently.

Orthogonality

Techniques

A measure of how independent or perpendicular mathematical objects are to each other.

Orthostochastic Matrix

Techniques

A special type of doubly stochastic matrix derived from orthogonal matrices, providing a structured way to parameterize the Birkhoff polytope.

Out Of Distribution

Techniques

Data that differs significantly from the training set, often causing poor model predictions.

Out-of-Distribution Detection

Techniques

Identifying when a model receives input data that differs significantly from its training distribution.

Out-of-Distribution Extrapolation

Techniques

A model's ability to make predictions beyond the range of values it saw during training.

Out-of-Distribution Generalization

Techniques

A model's ability to perform well on new tasks or environments it hasn't seen during training.

Out-of-distribution Transfer

Techniques

Using a model on tasks or data significantly different from what it was trained on.

Out-of-Vocabulary (OOV)

Behavior

Words or characters that a model has never seen during training and doesn't have a built-in representation for.

Outer normalization

Techniques

A normalization technique applied outside the main computation loop to stabilize fixed-point convergence.

Outlier Tokens

Techniques

Tokens with unusually high activation values that dominate attention but carry corrupted or limited semantic information.

Output Modality

Architecture

The type of data a model produces as output, such as text, images, or predictions.

Output Stability

Behavior

The consistency and reliability of a model's responses—stable models produce coherent, predictable outputs while unstable ones may generate inconsistent or degraded results.

OV Circuit

Techniques

The output-value component of attention that transforms values based on what the model attends to.

Over-the-Air Experiments

Techniques

Real-world wireless network testing using actual hardware and radio signals, not simulations.

Overconfidence

Techniques

When a model assigns high confidence to predictions that are actually incorrect or unreliable.

Overeagerness

Techniques

Excessive helpfulness or goal-seeking behavior in AI models that causes them to exceed intended boundaries or role constraints.

Overfitting

Techniques

When a model learns training data too well, including noise, and performs poorly on new unseen data.

Overlap (Positivity)

Techniques

A causal inference assumption requiring that all treatment combinations have nonzero probability for all covariate values.

Overlap Gap Property (OGP)

Techniques

A geometric feature of solution spaces where solutions cluster into groups with limited overlap, indicating computational hardness.

Oversight Cost

Techniques

The expected human effort and resources required to monitor and intervene in autonomous agent decisions.

P

p-adic field

Techniques

A number system extending rationals using p-adic absolute value, important for studying arithmetic geometry.

P-value

Techniques

Probability of observing data as extreme as what was measured if the null hypothesis were true; used to assess statistical significance.

PAC Learning

Techniques

A framework proving that an algorithm can learn accurate concepts from limited examples with high probability.

PAC-Bayes Bound

Techniques

A theoretical guarantee that bounds a model's test error based on its training error and complexity, used to formally connect geometry to generalization.

Page Parsing

Techniques

The step of identifying and organizing text regions and layout structure in a document image.

Page-Level Routing

Techniques

Classifying and directing entire document pages to appropriate processing models based on visual characteristics.

Pair Latents

Techniques

Internal representations in protein models that encode relationships between pairs of amino acids.

Paired Comparison

Techniques

A statistical test comparing two models on the same set of examples to detect differences in performance.

Paired-Focus Constructions

Techniques

Rare grammatical patterns like "let alone" or "much less" that pair specific forms with distinct semantic meanings.

Pairformer

Techniques

A component in AlphaFold that processes pairwise relationships between amino acids to predict protein structure.

Pairwise Comparison

Techniques

Evaluating models by comparing outputs two at a time, which scales quadratically with the number of models.

Panel of Experts

Techniques

Multiple independent agents or evaluators that provide separate assessments aggregated into a final decision.

Panoramic Perception

Techniques

Using a 360-degree camera view to see the entire environment around a drone at once.

Paradigm-shifting discovery

Techniques

Fundamental breakthroughs that overturn existing scientific frameworks rather than incremental advances within them.

Paragraph-Level

Behavior

Processing and understanding text at the scale of full paragraphs rather than individual sentences or words.

Paralinguistic Cues

Techniques

Non-verbal aspects of speech like pitch, tone, and accent that convey information about speaker identity.

Parallel Decoding

Techniques

Generating multiple output tokens at once instead of sequentially for faster inference.

Parallel Lemma Solving

Techniques

Attempting to prove multiple lemmas simultaneously rather than sequentially, improving efficiency when lemmas are independent.

Parallel Refinement

Techniques

A generation approach where multiple parts of the output are improved simultaneously rather than sequentially, enabling faster completion.

Parallel Rollouts

Techniques

Running multiple independent attempts at solving a problem simultaneously to gather diverse training data.

Parallel Streams

Techniques

Multiple independent sequences of computation that execute simultaneously, each handling different types of input or output.

Parallel Tempering

Techniques

A sampling method that explores a distribution by running multiple chains at different temperatures and swapping between them.

Parallelization

Techniques

Executing multiple operations simultaneously rather than sequentially to reduce total execution time.

Parallelogram Model

Techniques

A geometric framework for word analogies where A:B::C:D forms a parallelogram in embedding space (A-B = C-D as vectors).

Parameter Activation

Performance

The process of selectively using only a subset of a model's total parameters during inference, reducing computational cost while maintaining performance.

Parameter Budget

Techniques

The fixed total number of parameters available to allocate across a model's layers and components.

Parameter Count

Architecture

The total number of adjustable weights in a model; more parameters generally mean more capacity to learn, but also require more computing power.

Parameter Distillation

Training

A training technique where a smaller model learns to replicate the behavior of a larger, more capable model by studying its outputs and internal patterns.

Parameter Efficiency

Performance

The ability of a model to achieve strong performance while using fewer total parameters or activating fewer parameters during inference, reducing memory and computational requirements.

Parameter Footprint

Performance

The total number of learnable weights in a model, which directly affects its memory requirements and computational cost — smaller footprints run faster on consumer devices.

Parameter Importance

Techniques

A measure of how much a model's performance degrades when a parameter is removed or modified.

Parameter Initialization

Training

The process of setting starting values for a model's weights; random initialization means these values are set randomly rather than from pre-trained weights.

Parameter Localization

Techniques

Identifying which specific weights and neurons in a model are responsible for particular behaviors or knowledge.

Parameter Model

Architecture

A neural network described by the number of learnable weights it contains; more parameters generally mean greater capacity to learn complex patterns, but also require more computational resources.

Parameter Pool

Architecture

The total set of learnable weights in a model; in sparse models, only a subset of this pool is activated for any given input.

Parameter Reuse

Techniques

Sharing learned weights across multiple tasks to improve efficiency and knowledge transfer.

Parameter Scale

Architecture

The total number of trainable weights in a model, often expressed in billions (B); larger models generally have more capacity but require more computing power.

Parameter Scaling

Architecture

The process of increasing a model's size by expanding the number of learnable parameters, typically to improve performance.

Parameter separation

Techniques

Allocating different neural network weights to different tasks or modalities to prevent conflicting learning signals.

Parameter Sharing

Techniques

Reusing the same weights across multiple layers or iterations to reduce model size and memory overhead.

Parameter Trainability

Techniques

Whether a parameter can be effectively updated during training to improve model performance.

Parameter Trajectory

Techniques

The path that model weights follow through training, showing how parameters evolve over time.

Parameter-Efficient

Architecture

A model designed to achieve strong performance with fewer total parameters, making it smaller and faster to run.

Parameter-Efficient Architecture

Architecture

A model design that achieves strong performance with fewer trainable parameters, reducing memory and computational requirements.

Parameter-efficient fine-tuning (PEFT)

Techniques

Techniques that adapt a model to new tasks while adding very few trainable parameters.

Parameters

Architecture

The learned numerical values in a model — more parameters generally means more capacity but higher compute cost.

Parametric Decomposition

Techniques

Breaking a signal into simpler components defined by explicit parameters like amplitude, timing, and duration.

Parametric knowledge

Techniques

Information encoded in an LLM's weights and parameters during training, as opposed to retrieved external knowledge.

Parametric Knowledge Leakage

Techniques

When models rely on internal weights/memory instead of using external tools or retrieval systems.

Parametric Memory

Techniques

Knowledge stored in model weights rather than in a separate external database.

Parametric Recall

Techniques

A model's ability to answer questions from its training data without access to external reference materials.

Parametric Tuning

Techniques

Adjusting numerical parameters of a policy based on feedback to improve performance.

Parametric Vaccine

Techniques

A robust, learnable defense mechanism that modifies model parameters to protect against attacks, unlike superficial non-parametric defenses.

Paraphrase Detection

Evaluation

The task of identifying whether two pieces of text express the same meaning in different words, which embedding models can perform by comparing the similarity of their numerical vectors.

Paraphrase Generation

Behavior

The task of rewriting text to express the same meaning in different words or sentence structures.

Paraphrasing

Behavior

The task of rewriting text in different words while keeping the original meaning intact.

Pareto Front

Techniques

The set of optimal solutions where no objective can improve without worsening another.

Pareto Frontier

Techniques

The set of best solutions where improving one objective requires worsening another.

Pareto-Optimal Configuration

Techniques

A solution where improving one metric (e.g., throughput) requires sacrificing another (e.g., latency).

Parseval Identity

Techniques

Mathematical relationship showing that energy computed in time domain equals energy in frequency domain, enabling efficient Fourier-based computation.

Part-Aware Generation

Techniques

Generating objects by explicitly modeling and composing individual semantic parts rather than treating the whole object as a single unit.

Part-of-Speech Tagging

Techniques

Labeling each word in text with its grammatical role (noun, verb, adjective, etc.).

Partial Convolutional LSTM

Techniques

A neural network architecture that processes irregularly-sampled spatial data by masking missing values during convolution operations.

Partial Differential Equations (PDEs)

Techniques

Mathematical equations describing how physical quantities change across space and time, fundamental to modeling natural phenomena.

Partial Least Squares (PLS)

Techniques

A regression algorithm that finds linear combinations of predictors that maximize covariance with response variables.

Partial Observability

Techniques

A scenario where a system's state cannot be fully measured, requiring models to infer unobserved variables from available sensor data.

Partial Pooling

Techniques

A technique that balances learning from individual groups and the overall population, useful when data is limited per group.

Partial-Credit Optimization

Techniques

Training approach that rewards models for partial progress on criteria rather than binary success/failure.

Partially Observable Semi-Markov Decision Process (POSMDP)

Techniques

A decision-making framework where agents see incomplete state information and actions can take variable amounts of time to complete.

Partially Observable Systems

Techniques

Systems where an agent cannot directly see all relevant information, only partial observations of the environment state.

Partially Observed Control

Techniques

Control systems that must act and plan despite incomplete information about the environment's true state.

Partially Observed Dynamical Systems

Techniques

Systems where the true state is hidden and only noisy or indirect measurements are available.

Participatory Governance

Techniques

A decision-making system where multiple stakeholders directly contribute to and influence policy decisions affecting a system.

Particle Swarm Optimization (PSO)

Techniques

A population-based algorithm that mimics bird flocking to find optimal solutions by having candidate solutions move through a search space.

Pass@k

Techniques

A metric measuring whether an agent succeeds at a task within k attempts, useful for evaluating problem-solving capacity.

Passage Ranking