Technical terms explained for non-experts. These definitions appear throughout ThinkLLM to help you understand model profiles.
6157 terms
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.
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).
An extreme form of quantization where each weight is represented by just a single bit (0 or 1), maximizing compression but reducing model expressiveness.
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.
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.
A data format that represents model weights using 16 bits per number, balancing memory efficiency with numerical accuracy.
A technique for representing and rendering 3D scenes using millions of small Gaussian blobs instead of traditional meshes.
Mathematical shapes (Gaussian distributions) positioned in 3D space used to represent and render 3D scenes efficiently.
Guiding AI model outputs by conditioning on 3D spatial layout information.
Building a complete 3D model of a physical environment from images or sensor data.
Comprehending the three-dimensional structure, objects, and relationships within a physical environment.
A lightweight module that fuses multiple geometric representations with visual features to enhance model understanding.
A specific quantization method that represents model weights using only 4 bits per number instead of the standard 32 bits, dramatically reducing memory usage.
A quantization level where model weights are stored using only 4 bits per value, significantly reducing model size at the cost of some accuracy.
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.
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.
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.
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.
A specific quantization method that represents model weights using 8 bits instead of the standard 32 bits, significantly reducing memory requirements.
A testing technique that removes or disables components to measure their impact on system behavior.
An experiment that removes components from a system one at a time to measure how much each contributes to overall performance.
A model variant where safety filters and refusal mechanisms have been removed, allowing it to respond to requests without built-in content restrictions.
A technique that removes or disables a model's built-in safety refusal mechanisms, allowing it to respond to a wider range of requests.
Identifying and highlighting the specific regions in medical images where disease or abnormalities are present.
Visual maps showing which regions of a medical image are abnormal, derived from comparing to historical cases.
A measure of relevance between a query and key that is independent of other keys, allowing explicit rejection of irrelevant keys.
When a system declines to make a prediction or recommendation instead of providing an answer.
When an AI model declines to answer a question rather than providing a response.
A tree representation of code structure that shows how statements and expressions relate to each other.
Generating a summary by creating new sentences that capture key information, rather than selecting existing text.
Realistic power flow calculation that models both active and reactive power using alternating current physics.
The average number of draft tokens verified and accepted per verification round in speculative decoding.
A formal criterion that determines whether a generated design meets specified requirements.
The proportion of draft model's proposed tokens that the target model accepts as correct during speculative decoding.
Restrictions on what operations or resources a system or user is allowed to use.
Designing technology so people with disabilities can use it effectively.
Determining which party in a system is responsible for harms or failures.
A measure of how well an agent performs relative to the computational cost or number of steps it takes.
A communication rate that can be reliably achieved by some protocol, used to characterize channel capacity.
Measurable properties of sound like loudness, pitch, or spectral characteristics used to describe audio signals.
An internal mathematical encoding of sound properties that a model learns to recognize, such as frequency, pitch, and timbre characteristics.
A rule that decides which point to evaluate next by balancing exploration of new areas with exploitation of promising regions.
The problem of correctly associating a specific action command with the correct agent or subject in a scene.
A failure mode where agents make poor action choices that lead to uninformative observations, cascading into reasoning errors.
A short sequence of robot actions predicted together as a unit, executed in a receding-horizon fashion for closed-loop control.
Predicting multiple future robot actions at once instead of one action per step, reducing latency.
The mechanism through which an agent specifies what operations to perform, such as code execution or structured tool calls.
The numerical size of predicted robot movements, which directly correlates with execution speed and distance traveled.
Preventing an RL agent from taking invalid actions by zeroing out their probabilities before selection.
Learned knowledge about how actions and motion typically unfold over time, used to guide policy learning.
Scoring and ordering candidate actions to select the best one for the agent to take next.
The task of identifying and classifying specific actions or activities occurring in video frames.
Pre-training a model to understand and predict action tokens before learning continuous control.
Creating videos where specific physical actions (like forces or robot movements) control what happens in the scene.
Simulating multiple future steps of an environment given a sequence of actions the agent might take.
A continuous measure of how different two agents' behaviors are from each other.
Providing training signals at individual action decisions rather than at the trajectory or task level.
Visual features that specifically encode aspects of a scene important for robot control and manipulation.
Predicting the expected future reward from taking a specific action in a given state.
A joint prediction of both the robot's movement and the expected forces (wrench) that movement will produce during contact.
A learned encoding of an object that explicitly captures how it responds to and changes under different actions.
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.
The probability distribution of neuron outputs at each layer of a network.
The geometric structure formed by a model's internal activations across different inputs, revealing patterns in how the model processes information.
Random variations added to a model's internal computations to test robustness.
A mechanistic interpretability technique that replaces activations during inference to identify which components cause specific behaviors.
The specific configuration of which neurons are active across a network when processing a particular input or task.
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.
Analyzing internal neural network activations to understand what a model has learned or decided at different points.
The process of reducing the precision of intermediate values (activations) computed during model inference, separate from weight quantization.
The space of internal neuron activations in a model, as opposed to parameter or gradient space.
Controlling model behavior by modifying internal activations during inference without changing model weights.
Examining the internal numerical outputs of neural network layers to understand or guide model behavior.
Bypassing AI safety features by manipulating the internal numerical patterns the model uses to process information.
A setting where representation similarity metrics are uninformative because models can share identical activations yet have different task-specific outputs.
How hidden layer representations evolve during training in terms of magnitude and direction.
A framework where agents minimize expected free energy by selecting actions and beliefs that reduce uncertainty about their environment.
A training approach where the model chooses which new examples to learn from rather than using random data.
The number of model parameters that are actually used during inference for a given input, as opposed to the total parameters available.
A model architecture where only a subset of parameters are used for each token, reducing computational cost while maintaining model capacity.
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.
An agent's ability to selectively choose what to observe or process based on task needs, rather than passively consuming all input.
A reinforcement learning approach combining a policy-learning actor with a value-estimating critic for improved training stability.
A formal framework for determining whether a specific event caused another specific event by analyzing counterfactual scenarios.
A mathematical constraint ensuring a causal graph has no cycles, enforcing valid causal structures.
Enabling an agent to collaborate with novel partners without prior coordination or training on those specific partners.
A standard optimizer algorithm commonly used to train neural networks by adjusting weights based on gradients.
A small, specialized module added to a model that modifies its output for a specific task without changing the core model weights.
Custom code written to translate data between incompatible formats or interfaces.
Adding lightweight modules to a pre-trained model to enable new capabilities without retraining the entire model.
A method that adjusts how client updates are combined on the server based on their quality or contribution, rather than using fixed weights.
An attack that adjusts its strategy based on feedback from the target system to improve its effectiveness.
Automatically adjusting the amount of computation (depth, steps) based on the difficulty of each input.
Dynamically adjusting the amount of computation (e.g., number of steps) based on problem difficulty.
Dynamically adjusting task difficulty during training based on the model's current performance level.
Educational systems that adjust content difficulty and pacing based on real-time analysis of learner performance and understanding.
Players who adjust their strategies based on observing the history of play rather than using fixed predetermined strategies.
A system that dynamically adjusts parameters (like reward weights) based on the current task or input.
Dynamically selecting or modifying prompts based on the specific input query to optimize model performance.
A quantization approach that adjusts its representation strategy based on the distribution of input values.
Dynamically adjusting how much computational effort a model uses based on problem difficulty.
Intelligently choosing how to round weights during quantization based on loss landscape information rather than simple truncation.
Adjusting computational effort or step sizes based on problem structure rather than using uniform fixed schedules.
Dynamically deciding when to halt refinement based on learned signals rather than using a fixed number of steps.
Selecting test cases or queries based on results from previous tests, allowing dynamic adjustment of evaluation strategy.
Dynamically choosing which test tasks to evaluate based on how informative they are for distinguishing between candidate solutions.
A technique for computing gradients of a system's outputs with respect to inputs by backpropagating through the system dynamics.
A set of variables that must be controlled for in analysis to isolate the true causal effect of a treatment.
A decision rule that determines whether to accept or reject incoming requests to a service based on current load and capacity.
Optimization algorithm that splits problems into smaller parts solved alternately.
Real-world information about how and when workers actually use AI tools in practice.
Computing how much better an action is compared to the baseline, used to guide policy gradient updates.
A method for computing how much better an action is compared to the average, used to guide policy learning in reinforcement learning.
In RL, measures how much better an action is compared to the average action in a given state.
The difference in expected returns between two policies, used to measure which policy is making better decisions in a given state.
Using estimated advantage values to weight training examples, emphasizing transitions that improve over baseline.
A technique that prioritizes reusing past training samples with high advantage estimates instead of always collecting new data.
Intentional manipulation of input data to trick an AI model into making wrong decisions.
Intentional modifications to input data designed to fool or degrade a model's performance.
Systematically testing an agent's reasoning to find logical or evidential violations it may have missed.
A training loop where attack and defense agents compete and improve against each other iteratively.
Testing designed to find weaknesses and edge cases rather than help the system succeed.
Deliberately tricky test cases designed to fool AI models, like plausible wrong answers.
Systematically searching for inputs where a model fails, used here to find materials where ML predictions diverge from ground truth.
A training setup where a generator model creates outputs while a discriminator learns to distinguish them from human examples, providing implicit feedback.
Training where two networks compete—one generates behavior, the other judges if it matches the expert.
A process where one agent intentionally creates challenging test cases to improve another agent's output.
A learned regularizer that encourages realistic, evasive movements by opposing adversarial perturbations during training.
Training approach where a generator and discriminator compete to improve output quality and realism.
Carefully crafted, often imperceptible changes added to images to fool AI models into producing incorrect outputs.
Manipulating a model's output by prepending adversarial text that constrains the model's response generation.
Deliberately crafted inputs designed to trick an LLM into unsafe or unreliable outputs.
A training technique that reweights samples to penalize worst-case calibration errors, improving robustness under distribution shift.
The ability of an AI system to maintain correct behavior even when facing intentionally crafted misleading inputs.
Revising tasks based on solver behavior to find the optimal difficulty zone where learning is most effective.
Deliberately attempting to break or mislead an AI model to identify vulnerabilities and failure modes.
A specially crafted surface pattern designed to fool computer vision systems into making incorrect predictions or decisions.
A defense method that trains models on adversarial examples to improve robustness against attacks.
A defense mechanism that protects models from attacks without requiring exposure to adversarial examples during training.
The disrupted air flow created by a moving object that affects nearby objects, a physical interaction agents must learn to handle.
Evaluating the visual appeal and artistic qualities of images or scenes, such as composition and harmony.
Pre-training a model with automatic musicality labels before preference alignment to establish quality priors and reduce downstream optimization conflicts.
Linking emotional or sentiment states between connected entities in a system.
The emotional tone of text, measured as the degree of negativity, positivity, or neutrality in language.
A person's emotional state, typically measured by dimensions like valence (positive/negative) and arousal (calm/energized).
Predicting which areas or objects in a scene are suitable for a specific action or interaction.
An AI system's ability to act autonomously toward goals in its environment.
Gradually shifting decision-making control from one policy to another during training.
Systematic evaluation of an agent's behavior changes to detect shifts toward undesired traits or capabilities.
The degree to which an agent retains independent decision-making capability without external manipulation.
The framework or system that orchestrates how an AI agent retrieves information, calls tools, and processes results.
Coordinating multiple AI agents to work together on complex tasks.
A measure of how much influence an individual agent has on collective outcomes and system behavior.
Automatically selecting the most suitable agent(s) for a task from available registries using matching and ranking techniques.
A multi-agent system where subagents work together to complete a task while hiding the overall objective.
A specific capability or tool that an AI agent can use to accomplish part of a larger task.
Assigning different agents to focus on specific types of tasks or domains where they perform best.
The sequence of actions and decisions an agent makes while working toward a goal.
A system or interface designed to work with any type of agent without requiring agent-specific customization.
A simulation where independent agents follow simple rules and interact, creating emergent group behavior.
Documentation and files designed for or primarily used by AI agents, such as instruction files and working notes.
Teaching an AI agent how to interact with a specific tool by providing its input language, constraints, and validation rules.
The boundary between what a measurement instrument observes and what it ignores, which is shaped by the instrument's design choices.
A model designed to act autonomously by making decisions, selecting actions, and using tools to accomplish multi-step tasks.
An AI system that can autonomously plan and execute multi-step tasks, making decisions along the way.
The ability of a model to autonomously plan and execute sequences of actions or tool calls to accomplish a goal.
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.
The process of autonomous agents searching for and obtaining datasets needed to complete tasks.
Sequential overhead from cascaded perception, reasoning, and tool-calling loops in agentic systems.
Designing and building systems where AI agents autonomously plan, decide, and act toward goals.
Testing an AI system's ability to complete multi-step tasks that require planning, searching, and taking actions.
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.
The system of tools, prompts, and interaction patterns that guide an AI agent's behavior on a task.
A structured language with explicit control constructs (IF, GOTO, FORALL) that agents use to execute plans deterministically.
An LLM system that can plan and execute multi-step tasks autonomously to achieve goals.
Training approach where an AI agent learns by proposing and refining actions based on execution feedback over multiple iterations.
The study of local interaction dynamics where one agent's output becomes another agent's input under specific protocol conditions.
When an autonomous AI agent's actions diverge from intended operational objectives due to adversarial influence.
AI systems that can process multiple types of input (text, images, etc.) and actively interact with external tools and environments.
Vision systems that extract structured state information needed for an agent to make decisions, not just recognize objects.
A sequence of automated steps where an AI agent selects tasks, generates solutions, and iteratively improves results.
Reasoning through explicit tool calls or code execution that can be interpreted and debugged, but may incur latency from external execution.
An agent's ability to evaluate its own performance and autonomously improve its behavior across multiple attempts.
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.
Training autonomous agents to make sequential decisions by learning from rewards and reusable experience.
A tool-augmented system where a reasoning model navigates and searches through structured memory using an Observation-Reason-Action loop.
A persistent execution environment that manages an AI agent's planning, execution, and self-correction across multiple steps toward long-horizon goals.
AI systems that iteratively search and synthesize information to solve complex problems autonomously.
An AI agent's ability to detect and fix its own errors by using tools or feedback without human intervention.
An agent's ability to autonomously improve its capabilities by creating and refining its own skills over time.
Evaluation mode where models can iteratively refine outputs or use tools, rather than generating a single response.
Structured approaches where an AI system takes initiative to gather information systematically rather than passively responding to user input.
AI systems that autonomously plan, act, and adapt based on feedback to accomplish multi-step goals in complex environments.
A structured problem where an agent dynamically selects actions and resources to achieve a goal.
Complex tasks where a model acts autonomously to break down goals into steps, use tools, and make decisions to reach an objective.
A visual generation system that autonomously decides when and how to use external tools or search to improve image generation quality.
A system where an AI agent autonomously performs tasks with explicit goals and structured decision-making.
Processes where a model autonomously plans and executes multiple steps or tool calls to accomplish a goal, rather than responding to a single prompt.
Overall performance metric that averages results across all test examples, potentially hiding individual failures.
Combining multiple data points or model outputs into a single summary result.
The study of safely deploying capable but potentially untrusted AI systems through monitoring and oversight.
Computational methods to identify whether text was generated by an AI system versus written by humans.
Interconnected systems where multiple AI components interact through shared data and infrastructure.
Methods to identify whether text was written by an AI system or a human.
Randomness or noise inherent in data that cannot be reduced with more information.
A security operations problem where the volume of alerts exceeds human capacity to investigate them, leading to missed threats.
A classical hierarchical method that solves linear systems by working on coarse and fine levels of approximation.
Systematic errors in AI systems that unfairly disadvantage certain groups of people.
The process of creating or modifying algorithms to solve problems more effectively.
Ensuring AI systems treat different groups equitably without discrimination.
Tendency of AI systems to produce similar outputs or behaviors, either naturally or in response to incentives.
Providing individuals with actionable recommendations to improve their predicted outcomes from a classifier.
The ability to reconstruct and understand the computational process by which a model arrives at its outputs using interpretable intermediate states.
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.
A model trained to behave safely and follow human values through techniques like safety filtering and refusal of harmful requests.
The process of training a model to behave safely and according to human values and preferences, which base models typically lack.
Systematic testing to verify that AI systems behave safely and according to intended values in realistic deployment scenarios.
When an AI model appears aligned under monitoring but subverts its goals when unmonitored.
The process of adjusting a model's behavior to make it safer, more helpful, and better aligned with human values.
Safety constraints built into a model during training to prevent it from generating harmful, biased, or inappropriate content.
Additional training applied to a base model to make it behave safely and follow user intentions more reliably.
A vulnerability where a model exploits the alignment process by influencing its own training data to amplify misaligned behaviors.
The degradation of a model's general capabilities that occurs when training it to align with human values.
A unified framework that handles multiple types of image degradation (blur, noise, rain, etc.) with a single model.
A guarantee that higher bids weakly increase an item's chance of being recommended without requiring model retraining.
How well resources (queries, compute) are distributed among available options to maximize overall value.
An early, experimental version of software that is still under development and may have bugs or incomplete features.
AI agents continuously available to help users by understanding context across their entire digital world and proactively anticipating needs.
Errors caused by confusion between similar or overlapping UI elements when determining which one to interact with.
The linear chain of amino acids that makes up a protein, which determines its structure and function.
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.
Spreading the cost of an expensive computation across multiple uses to reduce per-use cost.
A prediction method that exploits continuous, non-linear relationships in data beyond what linear models capture.
Using domain knowledge from mathematical equations to initialize or guide a machine learning model before training on data.
Automatically identifying and separating different body structures or organs in medical images.
An attention pattern that restricts a model to only attend to ancestor nodes in a tree structure, enabling efficient tree verification.
Choosing a reference model to compare all other models against in pairwise evaluation tasks.
Sparse cross-modal units that connect language concepts to specific scales of 3D geometry, routing semantic information to the most relevant level of detail.
Using a fixed set of reference responses as anchors to rank new outputs and derive rewards efficiently.
Bias where initial information disproportionately influences subsequent decisions.
A bias where an initial piece of information (anchor) disproportionately influences subsequent judgments.
In quantization, the granularity of representable values in high-dimensional space; low resolution causes accuracy loss.
The learning rate applied to the direction of weight updates, separate from the magnitude of weights.
Methods for combining multiple human judgments into a single training signal for the model.
The total amount of labeled data or human feedback available for training.
A structured set of guidelines for labeling data with specific linguistic or semantic information.
A systematic process for labeling data with human-verified information to create training datasets.
The degree to which an annotator (human or model) produces consistent judgments, typically measured by agreement metrics like F1 score.
Variation in how different people label the same content, reflecting genuine differences in perspective rather than labeling error.
The negative electrode in a battery where ions are stored during charging.
Identifying data points or objects that deviate significantly from normal patterns or training data.
Identifying and precisely locating defective or abnormal regions in images or 3D data at the pixel or voxel level.
A declarative programming paradigm for solving combinatorial problems using logical rules and constraints.
The ability of microorganisms to survive exposure to antimicrobial drugs, a major biosecurity and public health concern.
A statistical test that can be checked at any stopping time without inflating error rates.
An open-source software license that allows free use, modification, and distribution of code with minimal restrictions.
A permissive open-source license that allows free use, modification, and distribution of software with minimal restrictions.
A permissive open-source license that allows you to use, modify, and distribute software with minimal restrictions.
A permissive open-source license that allows free use, modification, and distribution of software with minimal restrictions.
An interface that allows developers to send requests to and receive responses from an AI model over the internet.
A programmatic interface that allows developers to send requests to the model and receive responses without running it locally.
The ability to access and use a model programmatically through an application programming interface, allowing developers to integrate it into their applications.
A model that can be used through an application programming interface, allowing developers to integrate it into their applications programmatically.
Access to a model through an application programming interface, allowing developers to integrate the model into their applications and services programmatically.
The ability of a service to work with the same code and commands as another service, making it easy to switch between them.
A method of making an AI model available for use over the internet through standardized web requests, rather than running it locally.
Running a model through a web service interface where you send requests and receive predictions without needing to host the model yourself.
A specification describing how a backend service accepts requests and returns data.
A credential that grants an application or automated agent permission to access services and data on behalf of a user or organization.
A model served through an application programming interface (API) rather than run locally, allowing users to send requests and receive responses over the network.
A model that can only be used through programmatic requests (code) rather than through a web interface or chat application.
A model that is only accessible through a remote service interface rather than being available for download and local installation.
Data structure that records events sequentially without allowing deletions.
Apple's custom-designed processors (like M1, M2, M3) optimized for running machine learning models on Mac computers.
Software tuning that allows a model to run efficiently on Apple's custom processors (like M1, M2, M3) found in Mac computers.
A measure of how close a solution is to the optimal solution, expressed as a ratio.
Mathematical framework for understanding how well functions can represent complex phenomena.
The process by which a model resolves conflicts between different input modalities (e.g., audio vs. text).
A structural limitation in code design that prevents correct solutions even when the agent optimizes parameters within it.
The underlying structural design of a neural network that defines how data flows through layers and components.
A formal system for evaluating arguments based on attack relationships between them, determining which arguments are acceptable.
A mathematical representation of a computation as a directed graph of arithmetic operations.
A model's ability to perform mathematical calculations and solve problems involving numbers and operations.
The intensity or activation level of an emotion, ranging from calm to excited.
A hierarchical representation of connected joints and bones used to model character poses and movements.
A released model, dataset, or tool that is publicly documented and available.
The ability of an agent to produce and return tangible business outputs (documents, code, reports) that meet quality standards.
Organizing and tracking the outputs and intermediate results an agent creates during problem-solving.
Removing spurious patterns (like templates or formatting) that models exploit but don't reflect true underlying phenomena.
A shared space where intermediate results and structured outputs from reasoning steps are stored and accessed by subsequent steps.
A machine learning model inspired by biological neurons that learns patterns from data to make predictions or classifications.
The task of identifying or classifying the artistic style of a work (e.g., Renaissance, Impressionism) using AI.
Training data generated by breaking down queries into multiple aspects and creating complementary evidence examples.
A system that retrieves stored patterns by establishing stable attractors around them, like Hopfield networks.
The ability to find meaningful connections and relationships between different concepts or ideas.
A tool that parses source code into an Abstract Syntax Tree, representing the code's structure as a tree of nodes.
A technique where queries and documents are encoded differently to optimize retrieval performance, rather than treating them identically.
A training approach where the agent has access to additional information or supervision during learning that won't be available when deployed.
A retrieval approach where the query and the documents being searched have different lengths or structures, like matching a short question to long passages.
A statistical property where an estimator's distribution approaches a normal distribution centered at the true parameter as sample size grows.
A neural network approach that correctly captures physics behavior across different scales and parameter regimes.
Large-scale wind and pressure patterns in the atmosphere that drive weather and climate systems.
The set of dictionary atoms (basis vectors) selected to represent a particular signal.
The set of all possible entry points or vulnerabilities in a system that an attacker could exploit.
A safety approach that penalizes actions that significantly reduce the agent's ability to achieve future goals.
A mechanism that lets the model focus on relevant parts of the input when generating each output token.
A method to identify which input tokens most influence specific outputs by analyzing attention weights across network layers.
A measure of how concentrated or distributed attention weights are; lower entropy means the model focuses on fewer tokens.
A parallel attention mechanism within a transformer layer that learns different aspects of input relationships.
Disabling individual attention heads to measure their contribution to a model's output or behavior.
Modifying attention weights in transformer models to change which parts of input the model focuses on.
Visual representations showing which parts of an input a model focuses on when generating each output.
Redirecting where a model's attention focuses by modifying which positions it can attend to during processing.
A technique that allows a model to focus on the most relevant parts of the input when generating each output token.
How a model's attention mechanism divides its focus between different input elements like image and text tokens.
A single forward computation through an attention mechanism that produces weighted outputs from input queries and values.
Aggregating embeddings by learning weighted combinations that emphasize the most relevant slices or features.
A token that attracts excessive attention from the model regardless of its semantic importance.
Tokens that attract disproportionate attention from the model regardless of their semantic relevance to the task.
When floating-point precision limits cause attention weights to become zero, preventing information flow.
Techniques that show which parts of input data a model focuses on during processing.
Numerical values that determine how much a model focuses on different parts of the input when processing information.
A signal measuring how well a reasoning step is supported by the input and previously accepted steps.
An algorithm that identifies sets of states a system will inevitably reach, used in game-theoretic analysis.
A component that refines embeddings by solving for fixed points using implicit differentiation during training.
Deducing personal characteristics like gender, age, or ethnicity from user data without explicit disclosure.
Bias caused by specific visual features (like clothing or age appearance) rather than overall identity differences.
Identifying which input features or model components are responsible for a specific prediction or behavior.
The method used to determine which parts of an input contribute most to a model's prediction.
A technique that identifies which parts of an input (like image regions) are most responsible for a model's predictions or errors.
A technique to identify which neurons are responsible for processing specific types of input by analyzing their contribution to outputs.
A process that diagnoses why an agent failed and updates specific harness components responsible for that failure.
Area Under the Accuracy-Rejection Curve; a metric measuring how well confidence scores distinguish correct from incorrect predictions.
A metric measuring how well a model ranks positive cases higher than negative cases, ranging from 0.5 (random) to 1.0 (perfect).
When a model maintains high classification accuracy (AUC) while its explanations become inconsistent across similar cases.
A system where multiple parties bid to win the right to influence an outcome, with rules ensuring truthful bidding.
A system that generates text descriptions of audio content, allowing LLMs to reason about sound indirectly.
The task of automatically assigning audio clips to predefined categories, such as identifying whether a sound is music, speech, or environmental noise.
A tool that compresses and decompresses audio data to reduce file size while preserving sound quality.
Using an audio sample to guide or control what a generative model produces, rather than using text or other inputs.
A numerical representation (vector) that captures the essential features and meaning of audio data in a compact form that machine learning models can process.
Numerical representations of audio that capture its meaning and characteristics in a form that machine learning models can process.
A neural network component that converts raw audio signals into numerical representations the model can process.
The quality and accuracy of synthesized audio in reproducing natural-sounding speech.
The process of converting compressed audio tokens back into playable audio that closely matches the original sound.
Converting spoken audio content into written text for analysis.
A neural network that processes both audio and text to understand and generate responses about audio content.
A training approach that teaches a model to understand connections between audio sounds and text descriptions by learning from large unlabeled datasets.
A machine learning approach that processes both audio and visual information together to better understand speech and communication.
The ability to simultaneously analyze sound and video streams to understand content where both sight and sound are important.
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.
A detailed record of all actions taken by a system, including what was proposed, what was changed, and why—enabling transparency and accountability.
The process of systematically reviewing code or systems to detect errors, vulnerabilities, or malicious modifications.
An LLM's understanding of sound, audio concepts, and acoustic phenomena learned from text-only pre-training.
Using AI to enhance human capabilities and productivity rather than replacing human workers entirely.
Technology and methods that help people with speech disabilities communicate, from word prediction to text-to-speech systems.
An optimization algorithm that solves constrained problems by iteratively updating variables and penalty parameters.
Area Under the Precision-Recall Curve; a metric measuring classifier performance on imbalanced datasets.
Area Under the Receiver Operating Characteristic curve, a metric measuring how well a model ranks correct answers above incorrect ones.
The underlying purpose or goal behind a creator's choices, whether to inform accurately or mislead deliberately.
A method to estimate how credible or expert a source is on a given topic, based on factors like profession and prior contributions.
Determining who wrote a piece of text, including distinguishing human from AI authorship.
Automatically selecting optimal parameter values for a program by testing different configurations.
A feature that predicts and suggests the next tokens or code snippets as a user types, completing partial inputs.
A neural network that compresses data into a smaller representation (encoder) and reconstructs it (decoder).
Automatically translating natural-language mathematical claims into formal theorem statements in proof assistants.
An attack that uses AI models or algorithms to automatically generate, refine, and evaluate malicious prompts at scale.
Using algorithms to automatically measure AI model performance on tasks.
Using an LLM to iteratively improve an agent's harness components based on evaluation feedback within a fixed computational budget.
Techniques that automatically generate patches to fix bugs or vulnerabilities in source code.
Systems that automatically evaluate student code submissions for correctness and understanding.
Automatically identifying and outlining specific regions or structures in an image without manual labeling.
Using computational methods to automatically check whether a proposed solution is correct without human review.
Computing gradients of functions by decomposing them into elementary operations and applying the chain rule.
Automatically reassigning labels or categories to training data to improve model learning.
Technology that converts spoken audio into written text automatically.
The tendency for humans to over-rely on or trust automated systems, even when they make mistakes.
Conceptual boundaries beyond which replacing humans with algorithms is neither possible nor desirable.
Automated tools that search over multiple model architectures and hyperparameters to find the best classifier without manual tuning.
An AI system that can independently perceive its environment, make decisions, and take actions to accomplish goals without constant human direction.
AI systems that can independently plan and execute multi-step tasks without human intervention at each step.
AI agents that generate, execute, validate, and repair code artifacts without human intervention in the loop.
A system where AI automatically evaluates and improves itself without human intervention in the loop.
A robot independently practicing tasks and generating training data without human guidance or intervention.
A robot's ability to learn new manipulation skills through self-directed practice without human demonstrations.
A structured model defining levels of system independence, from human-controlled to fully autonomous decision-making.
A range of control levels from fully human-controlled to fully autonomous AI, with hybrid modes in between.
A model that generates text one token at a time by predicting the next word based on all previous words in the sequence.
Decoding instability where sequential token generation fails due to high token fertility and error accumulation.
A neural network component that scores candidate tokens by considering previously selected tokens in sequence.
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.
Generating sequences one token at a time, where each new token depends only on previous tokens.
A text generation approach where the model predicts one word at a time, using all previously generated words to inform the next prediction.
Generating graph structures one node/edge at a time, where each step depends on previous decisions.
Generating images sequentially, one token or element at a time, where each prediction depends on previous outputs.
A model that generates text by predicting one word or token at a time, using only the words that came before it.
A model that predicts the next item in a sequence based on all previous items, one step at a time.
Language models that generate text one token (word piece) at a time, where each new token depends on all previously generated tokens.
Generating predictions sequentially where each prediction depends on previous predictions, causing errors to compound over time.
A single neural network that generates outputs one token at a time across all modalities using the same architecture.
A generative model that creates videos frame-by-frame sequentially, where each new frame depends on previously generated frames.
Generating a sequence of zoom-level decisions one at a time, where each decision depends on previous ones, to progressively narrow down a location.
An advanced quantization method that automatically optimizes how model weights are rounded to lower precision, preserving accuracy better than simpler quantization approaches.
An automated quantization method that intelligently rounds weights to lower precision while minimizing the loss in model performance.
Intel's automated quantization method that intelligently rounds model weights to lower precision while minimizing accuracy loss.
Additional training signals beyond the primary task that help models learn richer representations.
Internal business functions like finance, HR, and administration that support core business activities.
The core language model architecture that forms the foundation of a larger system, in this case Llama 3.
The core neural network structure that a model is built upon, which in this case is Llama 3.
A core neural network component that extracts features from input data, typically used as a foundation for larger systems rather than standalone.
Brief verbal responses like 'mm-hmm' or 'yeah' that show engagement without taking a full conversational turn.
A security attack where hidden malicious behavior is embedded in a model to trigger on specific inputs.
A training method for recurrent networks that computes gradients by unrolling the network across time steps.
Testing a model on historical data to evaluate how it would have performed.
Reverting to an earlier decision point when an approach fails, rather than trying to fix errors at the current level.
A sampling strategy that allows reversing previous decisions (remasking tokens) to escape low-reward regions and find better solutions.
How learning new tasks affects performance on previously learned tasks.
The assumption that meaning emerges from simple addition of individual feature meanings without interaction.
An interpretable EEG analysis method that learns a dictionary of recurring waveform patterns and represents signals as sequences of these learned patterns.
A fairness metric that averages accuracy across classes, preventing high scores when one class dominates predictions.
Learning setting where you only observe the outcome of your chosen action, not all alternatives.
A control strategy that switches between extreme values (on/off) rather than using continuous intermediate values.
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.
A neural network design that combines an encoder (for understanding text) and decoder (for generating text) to learn meaningful representations.
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.
A foundational AI model trained on raw text data without additional fine-tuning for specific tasks or instructions.
The individual weak models (like decision trees or neural networks) that are combined in an ensemble method.
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.
A smaller version of a model architecture that prioritizes speed and lower memory usage over maximum performance, making it suitable for resource-constrained environments.
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.
A language model trained on raw text data without additional instruction tuning, so it completes text patterns rather than following specific user instructions.
A simple reference model used to compare performance against more complex models or to establish a minimum expected behavior.
An existing, functional control policy used as a starting point or reference for training improvements.
A region in a model's state space where inputs converge to the same output or memory.
Simple mathematical shapes (like sine waves or Gaussians) combined to represent complex signals.
Learning from multiple independent training batches rather than continuously updating from a live environment.
Systematic differences in data caused by processing samples in separate groups.
A stable outcome where each agent's strategy is optimal given their private information and beliefs about others' strategies.
A resampling method that estimates uncertainty by repeatedly reweighting data and refitting models.
Framework for making optimal decisions by combining probability distributions with utility functions.
Probabilistic methods that estimate hidden states by recursively updating beliefs based on observations and a system model.
A probability combination method that merges confidence signals using Bayesian principles to create a single aggregated score.
A mechanism where participants are motivated to tell the truth about their preferences, given what they know.
A statistical method that updates beliefs about unknown values using observed data and prior knowledge.
A semi-structured representation combining numerical probabilities with natural-language evidence summaries, updated iteratively by an LLM.
Neural networks that model uncertainty by treating weights as probability distributions rather than fixed values.
A method that uses probability to intelligently update and improve a system based on past results.
A framework for analyzing how information disclosure strategically influences decision-makers' choices.
The probability distribution of unknowns after incorporating observed data using Bayes' rule.
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.
A decoding algorithm that keeps the top-k most likely candidate sequences at each step, balancing quality and computational cost.
An algorithm that approximates a sum over exponentially many terms by keeping only the highest-probability terms.
Automatically detecting the regular pulse or rhythm in music to align timing across different representations.
A mathematical model describing how honeybee swarms reach consensus on nest sites through recruitment and inhibition.
Training a policy to imitate expert demonstrations by supervised learning on state-action pairs.
Techniques designed to trigger specific model behaviors, especially rare or problematic ones, for testing purposes.
A large-scale model trained on diverse behavioral data to learn generalizable control policies for embodied agents.
Learned vector representations that capture and control an agent's behavioral characteristics like driving style.
A hierarchical decision-making structure that combines simple rules and conditions to control complex agent behavior.
A regularization technique that keeps a fine-tuned policy close to its original pretrained distribution.
A systematic evaluation of a model's outputs and preferences across different contexts and framings to detect biases.
The sudden drop in a model's ability to apply a learned rule, despite that rule remaining present in training data.
An RL agent's ability to produce multiple different strategies or outputs rather than converging to a single deterministic policy.
How human responses to interventions create secondary effects that influence system outcomes.
A metric measuring how accurately a simulator reproduces a student's actual responses and learning behavior.
Analyzing actual observed behavior patterns rather than theoretical assumptions about how systems should work.
Drawing conclusions about social or psychological states from observable actions and interactions.
When an AI system's behavior deviates from its intended operational goals due to adversarial manipulation.
A controlled experiment or stimulus designed to elicit informative behavior from an agent.
Using models to predict how people will act in specific situations or respond to choices.
A structured description of what a program should do, derived from documentation and testing.
Failure mode where task-relevant information gets buried in context or pushed beyond the context window, preventing it from influencing agent decisions.
Initializing a policy by learning to imitate past user actions from historical data.
The magnitude of shift in a user's conviction about information after receiving a correction.
A cognitive trap where retrieved memories cause an LLM to adopt incorrect beliefs or assumptions that contradict current task context.
The space of probability distributions representing a robot's uncertainty about unobservable factors like human preferences or goals.
A representation of what an AI system or person currently believes to be true about a situation.
Aligning the internal knowledge representations and understanding between multiple agents so they interpret messages correctly.
The process of revising an agent's beliefs when new information about the world becomes available.
A framework modeling agent behavior through beliefs (what they know), desires (what they want), and intentions (what they commit to do).
A recursive equation that relates the value of a state to the values of successor states in dynamic programming.
A mathematical operator that updates value estimates based on immediate rewards and future value predictions.
A standardized test suite used to measure and compare model performance on specific tasks.
A standardized set of test problems used to measure and compare the performance of different algorithms or models.
The infrastructure that runs evaluation tests and measures agent performance against predefined tasks.
The degree to which a synthetic benchmark's structural properties match real-world data distributions.
Using a smaller subset of test cases instead of the full benchmark to speed up evaluation.
Comparing model safety when no labeled benchmark exists for the specific language, domain, or regulatory context.
A phenomenon where a model fits training data perfectly but still generalizes well to unseen data.
A neural network output that predicts binary (0/1) values independently for each bit in an image code.
A foundational neural network architecture designed to understand the meaning of words in context by learning from large amounts of text.
A transformer-based model design that reads text in both directions simultaneously to understand context, widely used as a foundation for language understanding tasks.
A neural network model that reads text and converts it into numerical vector representations that capture the meaning of words and sentences.
A transformer-based neural network architecture designed to understand text by learning bidirectional context, commonly used as a foundation for natural language understanding tasks.
A model architecture that uses the same foundational design as BERT, which learns bidirectional context by reading text in both directions simultaneously.
A model built on BERT, a foundational architecture that learns bidirectional text representations and is commonly adapted for specific tasks like spell-checking.
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.
A transformer-based model architecture that reads text bidirectionally to understand context and produce meaningful representations of words and sentences.
A heavily compressed version of the BERT language model with far fewer parameters, designed for fast inference on resource-constrained devices.
Topic modeling method that uses transformer embeddings to identify and label topics in text data.
The optimal strategy against a known or estimated opponent strategy that maximizes expected payoff.
Generating K samples from a model and selecting the best one according to some criterion.
A decoding strategy that generates N candidate responses and selects the one ranked highest by a reward model.
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.
A topological property that counts connected components and holes in a structure, used here to enforce vessel connectivity.
A 16-bit floating-point format that balances precision and memory efficiency, commonly used for training and deploying large language models.
A 16-bit floating-point format (Brain Float 16) that balances precision and memory efficiency, commonly used for storing and running large language models.
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.
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.
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.
A family of embedding and ranking models designed for dense retrieval tasks, optimized for finding and scoring document relevance.
A model architecture that encodes two pieces of text separately into comparable vector representations, allowing efficient comparison of their semantic similarity.
An optimization approach with two nested loops: an inner loop optimizing fast weights and an outer loop optimizing the main model parameters.
Identifying systematic errors or unfair patterns in AI model predictions across different groups or categories.
Systematic testing of AI models to identify and measure discriminatory patterns against specific groups.
Techniques to reduce discriminatory outcomes in machine learning models through data or algorithm modifications.
The spread of systematic evaluation errors from one agent to others through their interactions.
A mathematical guarantee that limits how much bias can affect a model's decisions, even if the bias source is unknown.
Parts of a model where social biases are most likely to emerge or be encoded in the computations.
Breaking down prediction error into bias (systematic error) and variance (sensitivity to training data).
The fundamental tension between model simplicity (high bias, low variance) and complexity (low bias, high variance).
Bounded-Input Bounded-Output stability ensures that finite inputs produce finite outputs in a control system.
An inference technique that adjusts which items are generated based on real-time bid values, steering recommendations toward higher-value items.
A mechanism that allows the model to look at context both before and after each word when understanding text, rather than just looking forward.
The ability to understand relationships between words by looking at both the words that come before and after a given word.
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.
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.
A large coefficient used in MILP formulations to enforce logical constraints; larger values make the relaxation weaker and solving slower.
A transformer-based model architecture designed to handle very long text sequences efficiently by using sparse attention patterns instead of processing every word pair.
An optimization framework with two hierarchical levels where upper-level decisions constrain lower-level optimization problems.
A factorization where value and policy functions are expressed as products of goal-conditioned coefficients and learned basis functions.
A mathematical optimization problem where the objective involves products of two variables, solvable with standard optimization tools.
A model trained to understand and generate text in two languages, in this case Japanese and English.
A language model trained to understand and generate text in two languages with comparable fluency.
A mapping of words between two languages, showing which words in one language correspond to words in another.
A recurrent neural network that processes text in both forward and backward directions to capture context from both sides of each word.
Synchronized control of two robot arms working together to accomplish a task, requiring precise timing and spatial awareness.
Robot control using two arms simultaneously to perform coordinated tasks.
A model that processes two different types of input (in this case, code and natural language) and converts them into a shared representation space.
A model that separates data into exactly two classes, often used as a building block for more complex classifiers.
A decision mechanism where neurons act as on/off switches to direct data through different computational paths.
The challenge of determining which visual features belong to the same object in a scene.
Inferring physical quantities like joint forces, muscle activation, and body loads from skeletal motion.
A large collection of medical and scientific texts (like research papers and journals) used to train the model on domain-specific language and concepts.
Natural language processing techniques applied specifically to medical and biological text, such as extracting drug names or identifying disease mentions from research papers.
The ability to understand and work with scientific concepts in biology and medicine, such as drug interactions and molecular structures.
Written content from medical and life sciences domains, including clinical notes, research papers, and healthcare documentation.
Specialized medical and scientific terms and concepts that the model has learned to understand from training on medical literature.
Protecting against misuse of biological research and AI in harmful ways.
Electrical or physical signals produced by the body, such as heart rhythms or brain waves.
A graph structure with two distinct sets of nodes where edges only connect nodes from different sets.
A top-down 2D representation of a 3D scene, commonly used in autonomous driving for unified sensor fusion.
A top-down 2D representation of a 3D scene, showing spatial layout as if viewed from above.
The mathematical space of all doubly stochastic matrices; parameterizing this space exactly is the core challenge this paper addresses.
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.
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.
Encoding individual bits as separate tokens in a model's vocabulary to preserve fine-grained binary structure.
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.
Automatically choosing the optimal number of bits for quantizing different parts of a model based on their importance.
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.
A compression metric measuring how many bits are needed to encode each byte of text.
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.
Optimizing a system where you can only observe outputs for given inputs, without access to internal structure or gradients.
Evaluating a system's behavior by observing inputs and outputs without access to internal model structure or weights.
A bioinformatics algorithm that finds similar DNA or protein sequences in a database to identify evolutionary relationships.
The scope of impact or damage caused by a change, such as how many services are affected when a patch breaks a dependency.
A metric that measures translation quality by comparing n-gram overlap between machine-generated and reference translations.
A learned evaluation metric for text generation that uses a pre-trained model to assess translation quality beyond surface-level n-gram matching.
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.
Assessment where evaluators don't know which version or source produced the item being judged.
An attention technique that processes groups of items together to improve efficiency and capture relationships between them.
A diffusion-based generation technique that refines output in structured blocks or segments rather than token-by-token, enabling more efficient parallel generation.
A quantization format that groups values into blocks and uses a shared exponent (scale) for each block to reduce precision while maintaining accuracy.
Internal vector representations produced by a state space model's processing blocks that encode information about token sequences.
Scaling factors computed for groups of values in low-precision formats to maintain numerical accuracy.
Self-contained subproblems with defined interfaces used as building blocks for larger problem construction.
An attention mechanism that only allows tokens to attend to previous tokens in time, enforcing temporal ordering.
A language model that generates multiple tokens in parallel using diffusion, then refines them iteratively.
A quantization method that divides values into groups and applies a shared scale factor to each group.
A method to model dependencies between data streams sequentially in blocks, reducing computational complexity while capturing inter-stream relationships.
A decoding strategy where multiple tokens are generated in parallel blocks rather than one token at a time.
Security operations focused on defending systems, detecting threats, and responding to incidents.
Creating a high-level plan of formally stated definitions, lemmas, and their dependencies before attempting to prove them.
Iteratively updating the global proof plan when individual lemmas fail, rather than backtracking within a single proof path.
A ranking function that scores document relevance based on term frequency and document length normalization.
Movement commands relative to the drone's own orientation, rather than a fixed world direction.
A technique that repeatedly samples data and selects features or solutions that consistently perform well across samples.
The quantum mechanics principle that measurement probabilities equal the squared magnitude of quantum amplitudes.
A quantum state of matter where particles occupy the same quantum state at very low temperatures.
Mechanisms that prevent an LLM from crossing defined limits in reasoning or behavior.
Flagging predictions for instances near decision boundaries where the model is less confident.
A lightweight policy network that adapts a frozen pre-trained model to new tasks or objects with minimal additional training.
A constraint where quantum gates can only act on nearby qubits, limiting which qubits can interact directly.
A guaranteed maximum time delay for system operations, critical for safety-critical real-time control.
A well-defined task with clear success criteria, constraints, and escalation points where human operators can intervene or redirect the agent.
A rectangular coordinate set that marks the exact location and size of detected text or objects within an image.
Byte-pair encoding algorithm that iteratively combines frequent character pairs into new tokens.
A statistical model that ranks items based on pairwise comparison outcomes, commonly used for leaderboards.
Decoding visual information from brain signals to match or retrieve images based on neural activity.
Using AI to enhance the exploratory ideation phase of research rather than automating solution design.
An optimization algorithm that systematically explores a solution space by dividing it into subproblems and pruning branches that cannot contain better solutions.
The average number of possible moves available at each decision point in a game.
A metric combining token uncertainty and policy likelihood gains to identify high-value decision points for exploration.
A marker in code where a debugger pauses execution so you can inspect the program state.
A generalized distance measure defined by a convex function, used to replace Euclidean geometry in optimization algorithms.
A metric measuring forecast accuracy that compares a model's predictions to a baseline (like random guessing).
A situation where the underlying physics has symmetry, but observations reveal a preferred direction or asymmetry due to measurement constraints.
A random trajectory representing continuous random motion, used to model noise in stochastic processes.
A reinforcement learning technique that constrains model outputs to stay within a token budget, reducing response length while maintaining accuracy.
Constraining an agent's resource usage (compute, API calls, time) while it searches for solutions.
Distributing limited resources (like practice time) across options to maximize total value while respecting constraints.
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.
The ability of a system to tolerate and correctly function despite some participants behaving arbitrarily or maliciously.
The ability of a system to function correctly even when some participants behave maliciously or unpredictably.
A formal language that characterizes which computational tasks transformers can solve with length generalization.
A strategy for deciding which cached items to remove when cache capacity is full (e.g., LRU, LFU, FIFO).
Loss of cached computation when prompt structure changes, requiring recomputation of affected tokens.
A component that aligns and calibrates KV caches from different sources into a unified format.
Normalized probability scores that can be safely summed across sources to make consistent decisions.
Model predictions that are numerically meaningful and correspond to real-world values (like aesthetic scores), rather than abstract relative rankings.
Adjusting a model's predictions using held-out data to correct for systematic biases or distribution differences.
Choosing a representative sample of tasks to evaluate in detail, then using results to estimate performance on the full benchmark.
The time required to adjust quantization parameters for a model using a small dataset before deployment.
A method that works without requiring a separate tuning phase on representative data before deployment.
Determining the position and orientation of a camera in 3D space relative to a scene.
Robot actions expressed relative to the camera's local coordinate frame rather than the robot's base frame.
A statistical technique that finds the strongest correlations between two sets of variables by discovering shared patterns.
Training process designed to extract or develop specific abilities from a model, like reasoning or tool use.
Inferring what actions or tasks a partner can reliably execute, even when their true abilities are hidden or uncertain.
The boundary between tasks an agent can reliably solve and tasks it consistently fails, where performance is most uncertain.
A test or criterion designed to measure whether a model possesses a specific skill or capability.
The set of all arrival rate vectors that a network can sustain without queues growing unboundedly.
How the number of storable associations grows with the size of the memory matrix or system parameters.
Forecasts of future returns, volatility, and correlations for different asset classes used to guide investment decisions.
Neural networks with capsule units that learn hierarchical relationships and spatial properties better than traditional convolutional layers.
A standard algorithm for building decision trees using binary splits and impurity-based criteria.
A system where one model's output feeds directly into another model as input, like ASR output going to translation.
Sequential observations of how outcomes spread or evolve through a system, like infection waves or adoption patterns.
A mechanism that sequentially combines information from multiple sources (global context, object details, skill knowledge) to guide model decisions.
A sequential approach to combining modalities in stages, where related modalities integrate first before adding heterogeneous ones.
Sequential processing where output from one stage feeds into the next.
A strategy where each model focuses on progressively smaller regions of interest to improve accuracy.
A multi-stage process that progressively assigns incidents to the correct business team or service owner.
The model's ability to distinguish between uppercase and lowercase letters as meaningful differences, treating 'Москва' and 'москва' as separate tokens with different meanings.
A model that treats uppercase and lowercase letters as identical, so 'Apple' and 'apple' are processed the same way.
The model treats uppercase and lowercase letters as distinct, allowing it to recognize proper nouns and maintain capitalization distinctions.
Text processing that preserves the distinction between uppercase and lowercase letters, treating 'Apple' and 'apple' as different tokens.
The model's ability to distinguish between uppercase and lowercase letters, making it sensitive to proper nouns and capitalization patterns that carry meaning.
Examining the timing and magnitude of money movements to assess financial health and repayment ability.
A mathematical operator that characterizes the properties of a symmetry group; used here to encode nuclear symmetries as neural network features.
When a model loses its original knowledge while learning a new task, like overwriting old skills.
Assigning responsibility or credit to specific inputs for producing an observed outcome based on causal relationships.
Whether generated content accurately represents cause-and-effect relationships and physical/logical dependencies.
A model that learns causal relationships between variables and can answer observational, interventional, and counterfactual questions.
A model that learns how data is generated by capturing cause-and-effect relationships, not just correlations.
The ability to determine true cause-and-effect relationships from data, typically guaranteed by randomization.
A measure of how much a component directly influences the final output, not just correlates with it.
Determining whether a treatment actually caused an outcome, not just whether they're correlated.
Deliberately modifying a model's internal features to measure their direct effect on outputs.
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.
A training approach where the model predicts the next word based only on previous words, commonly used for text generation tasks.
Identifying which specific steps in a trace directly caused a failure, removing irrelevant steps.
Understanding cause-and-effect relationships rather than just statistical correlations in data.
Learning representations that capture causal relationships and mechanisms rather than just correlations.
An internal model state that causally influences the final output and can be verified as actually having occurred.
A machine learning method that estimates personalized treatment effects from survival data using tree-based models.
A mechanistic interpretability technique that identifies which parts of a neural network are responsible for specific outputs.
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.
A Creative Commons license that allows free use and modification of the model for non-commercial purposes only, with attribution required.
A problem-solving technique that starts with a simplified version of a problem and refines it when solutions fail.
A statistical phenomenon where most scores cluster near the maximum possible value, reducing the ability to distinguish between different quality levels.
When a benchmark becomes too easy and models achieve near-perfect scores, making it impossible to compare their true abilities.
A topological structure built from cells of varying dimensions (vertices, edges, faces, volumes) that generalizes graphs and meshes.
Observations where the true value is unknown but bounded, common in survival analysis when subjects are still alive at study end.
Training an AI model to refuse or provide false information about certain topics.
A geometric measure comparing internal representations across models to detect structural differences.
Metric that measures structural similarity between representations by comparing their kernel matrices.
A statistical principle stating that the average of many independent samples approaches a normal distribution.
Access control where permissions are cryptographically certified and must be validated before execution, not just during planning.
A hyperparameter controlling how strongly a generative model adheres to its input prompt versus generating freely.
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.
A technique where a model works through a problem step by step, showing its reasoning process before arriving at a final answer.
RL approach that enforces probabilistic constraints on outcomes rather than hard guarantees.
The maximum rate at which information can be reliably transmitted through a noisy communication channel.
A quantum circuit composed of quantum channels (operations that map quantum states to quantum states) rather than unitary gates alone.
A quantum model that includes noise or stochasticity, representing realistic quantum operations beyond ideal unitary transformations.
Raw wireless signal data that describes how a Wi-Fi signal changes as it travels through space and bounces off objects.
Learning embeddings that understand relationships between different sensor channels using their textual descriptions.
A learnable operation that scales and shifts different feature channels independently in a neural network.
Applying different forgetting rates to different feature channels in a neural network, allowing selective memory retention.
Adjusting each color channel independently based on degradation type to improve restoration quality.
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.
Systems where small changes in initial conditions lead to drastically different outcomes, making long-term prediction extremely difficult.
The ability of a model to maintain a character's voice, personality, and backstory throughout a conversation without contradicting itself.
A metric measuring the percentage of characters incorrectly recognized by an OCR system.
A model's ability to maintain distinct, consistent personality and speech patterns for different characters within a story.
Processing text one character at a time rather than by words, which is useful for catching individual character errors in languages like Chinese.
The ability to extract information from visual charts and perform logical reasoning tasks based on what the chart displays.
A language model specifically trained to have natural back-and-forth conversations with users rather than just completing text.
A model specifically trained and tuned to excel at conversational interactions rather than other tasks like analysis or reasoning.
A model optimized through training to excel at multi-turn conversations and dialogue, rather than single-turn text completion.
A structured message format that organizes conversational exchanges into clearly marked roles (user, assistant, system) to help models understand dialogue context.
Assessing outputs against structured lists of required elements or claims that should be present.
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.
Leveraging intermediate model snapshots from training as separate experts rather than discarding them.
Saved snapshots of a model at different stages of training, allowing researchers to study how the model's behavior changes as it learns.
Breaking long sequences into smaller segments and processing them sequentially while maintaining state between chunks.
A training technique that divides sequences into chunks and processes them in parallel to speed up computation.
Processing sequences in fixed-size blocks rather than token-by-token to improve computational efficiency.
The process of breaking large documents into smaller pieces so a model with a limited context window can process them separately.
Reducing the number of qubits and quantum gates needed to represent and process information in quantum systems.
The process by which neural networks develop specialized, interpretable computational patterns to solve specific tasks.
Identifying and isolating specific subsets of neural network components that perform a particular computation.
The process of determining the specific values (like resistance, capacitance) for each component in a circuit design.
Expressing an idea indirectly or using many words instead of the direct term—what models do when their preferred tokens are blocked.
A network representing which papers cite which other papers, showing the flow of scientific influence and prior work.
Whether an AI model's claims are supported by and properly attributed to specific sources.
A graph structure showing how research papers reference each other, used to understand relationships and influence between scientific works.
An advantage in receiving more citations for work published in certain venues compared to others.
The ability to identify, reference, and maintain accurate attribution to the sources used when generating a response.
Converting unstructured text into atomic, typed statements with explicit evidence locations and source attribution.
The number of insurance claims expected per policy or geographic area over a time period.
Checking whether factual statements in generated text are supported by evidence or ground truth.
A technique that generates visual heatmaps showing which image regions a neural network uses to make predictions.
When training data has unequal numbers of examples across categories, with some classes having far fewer samples than others.
Learning to recognize new object classes over time while maintaining performance on previously seen classes.
Generating complete, structured classes with multiple methods and internal dependencies from a specification.
A loss function that penalizes misclassification of rare classes more heavily, useful when training data is imbalanced.
A statistical framework for designing and validating tests that measure psychological constructs reliably.
A machine learning model trained to assign input data into predefined categories or labels.
Steering diffusion generation toward a target class using a noise-conditioned classifier during sampling.
A two-stage approach where a model first learns representations, then retrains just the final classification layer on balanced data.
A technique that steers diffusion models toward desired outputs by comparing conditional and unconditional predictions.
How well an LLM's medical communication matches established clinical standards and physician practices.
The study of moral principles and values that guide medical decision-making and patient care.
Converting clinical information (diagnoses, medications, procedures) into discrete tokens that a model can process.
Identifying and documenting specific textual passages that support diagnostic conclusions in medical records.
Using historical patient data to predict future health outcomes, disease progression, or treatment responses.
The ability to accurately interpret and reason about medical terminology, patient symptoms, and healthcare documentation.
Natural language processing applied to medical and healthcare text, such as extracting diagnoses or findings from doctor's notes and radiology reports.
The ability to analyze medical information, connect symptoms to conditions, and make logical healthcare decisions based on evidence.
A numerical score derived from patient vital signs and lab values that predicts risk of adverse outcomes like death or organ failure.
The process of confirming that an AI system's outputs meet clinical standards and are safe for use in healthcare.
A model trained on image-text pairs to create shared vector representations for both images and text.
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.
Rapidly adjusting a model to new tasks using direct mathematical solutions rather than iterative training.
A mathematical formula that directly computes an answer without iterative learning or optimization.
A system that continuously adjusts its behavior based on feedback from its actions and outcomes.
A feedback control rule that adjusts actions based on observed state to correct deviations from a nominal plan.
An assessment method where an agent receives feedback and can adjust its behavior iteratively, simulating real-world interaction.
A feedback system where outputs are evaluated and results guide the next iteration of improvements.
A control strategy where the robot observes its current state and adjusts actions based on feedback, rather than executing a fixed sequence.
Generating a sequence of predicted observations by repeatedly applying a world model and policy, where each prediction feeds into the next step.
An evaluation approach where models are tested on a fixed, predefined set of questions with known correct answers.
A special learnable token in transformers that aggregates information from all input patches and is used for classification.
A network component that projects learned representations into a space suitable for clustering tasks.
When multiple features in a neural network are active at the same time, often because they represent related concepts.
A neural network design that jointly trains two components together to produce better embeddings by learning from both query and document representations simultaneously.
Simultaneous optimization of interdependent components that improve each other iteratively.
The probability that all models in an ensemble produce incorrect answers on the same query.
Training approach where different modalities or models teach each other to improve overall performance.
A training strategy where two networks learn together, each selecting clean samples for the other to reduce noise impact.
A training framework where two models or components iteratively improve each other by learning from their complementary strengths.
A stable state where repeated application of an operation (like successive tangent unfoldings) converges or stabilizes.
An equilibrium where no group of players can jointly deviate and all benefit, even if they coordinate.
A game theory solution where no player benefits from unilaterally deviating from a recommended strategy.
A strategy that first captures broad patterns, then progressively refines details for better understanding.
A sequential decision-making approach that starts with broad estimates and progressively refines them to higher precision.
A curriculum learning approach that starts with learning simple components before progressing to optimizing complex global structures.
Identifying sections of code that perform the same function, even if written differently or in different programming languages.
The ability to automatically suggest or generate the next lines of code based on what the programmer has already written.
Percentage of program code executed by a test suite, measured by lines or branches.
A specialized task where a model modifies or refines existing code rather than creating new code, focusing on precision and surgical changes.
A specialized embedding designed specifically for source code that understands programming syntax and semantics, enabling tasks like code search and finding similar code snippets.
The ability of a model to write, complete, or suggest programming code based on prompts or partial code input.
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.
Training a language model primarily on source code and technical documentation rather than general text, making it specialized for coding tasks.
A measure of how well code meets standards for readability, maintainability, and correctness.
The ability of a model to understand, analyze, and make logical inferences about source code and programming logic.
Restructuring existing code without changing its external behavior to improve readability and maintainability.
Encoding structured information (like circuit designs) as code-like syntax that language models can more easily learn and generate.
Process of examining code changes for bugs, quality issues, and adherence to standards before merging.
Automatically generating executable code (like plotting commands) from high-level specifications or natural language descriptions.
Techniques to confirm a student actually understands the code they wrote, not just copied it.
A language model specifically trained on programming code to excel at tasks like code generation, completion, and understanding.
Using multiple languages together in the same text, common in multilingual communities.
A model trained with a focus on understanding and generating programming code across multiple languages.
A language model trained specifically on programming code and related tasks, optimized to understand and generate code better than general-purpose models.
A language model trained specifically on programming code and code-related tasks rather than general text.
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.
A lookup table mapping compressed values back to original data; avoided in this approach to save memory.
The percentage of available discrete tokens in a codebook that are actually used during training or inference.
Indirect linguistic expressions that obscure sensitive meanings to evade detection or moderation systems.
An AI system that autonomously writes, debugs, and executes code to solve tasks without human intervention.
A normalized measure of variability that expresses standard deviation as a percentage of the mean, useful for comparing spread across different scales.
Words in different languages that share a common historical origin and similar meaning.
Identifying words in different languages that share a common origin and similar meaning.
A computational framework that models how an intelligent agent perceives, reasons, and acts in the world.
The process by which AI systems embed external interests into human decision-making architecture in ways users cannot easily perceive or resist.
A mechanism that gates speculative execution based on model confidence, without requiring ground-truth labels.
A structured representation of an agent's reasoning process that tracks concepts, relationships, and how understanding evolves over time.
Mental shortcuts that simplify decision-making but can lead to systematic biases in judgment.
A psychological framework explaining how working memory capacity affects learning and task performance.
AI assistance that helps users think through problems and refine their goals rather than just executing stated requests.
A classification system that organizes learning objectives or tasks by their intellectual complexity, from simple recall to advanced analysis.
A standardized measure of effect size that quantifies the difference between two groups in units of standard deviation.
The quality of maintaining consistent meaning and logical flow across multiple sentences or exchanges in a conversation.
The maximum circuit depth a quantum computer can execute before quantum information is lost to noise and decoherence.
Optical detection method that measures both amplitude and phase of light by interfering it with a reference laser signal.
The ability to preserve quantum information in a superposition state between measurements without collapsing it.
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.
When a model trained with sparse rewards gets stuck early because initial success probability is too low to learn from.
A technique that predicts user preferences by analyzing patterns from similar users' behavior.
Emergent problem-solving and decision-making capability that arises from coordinated interaction of multiple agents.
When input features are highly correlated with each other, making it difficult to isolate individual feature effects on predictions.
Data layout storing values column-by-column instead of row-by-row, optimized for analytical queries.
Finding the best arrangement or selection from a finite set of possibilities, like packing objects efficiently.
The process of converting model-generated commands into a format that can be transmitted and executed by a system.
The interface or set of instructions that a high-level planner sends to a low-level controller to specify desired robot behavior.
Shared beliefs and mutually recognized facts that enable effective collaboration between people or AI systems.
The ability of a model to understand and apply everyday logic and practical knowledge about how the world works.
A standardized database of publicly disclosed security vulnerabilities with unique identifiers and descriptions.
A standardized list of software and hardware weaknesses that can lead to vulnerabilities.
The ability to understand implicit physical, social, or practical prerequisites needed to solve everyday problems.
Minimizing the amount of data exchanged between devices or servers during distributed training.
The structure defining which agents can communicate with each other and how information flows between them.
The underlying purpose or goal behind how information is presented, which may be to persuade, mislead, or distort.
A model variant created and shared by the community rather than the original model creators, often with custom modifications.
A model that has been altered or fine-tuned by users outside the original development team, often to change its behavior or capabilities.
A smaller language model designed to use fewer computational resources while still performing useful tasks.
Evaluating reward quality relative to the current policy's skill level, recognizing that reward rankings change as the policy improves.
Natural language questions that define what an ontology should be able to answer, used to specify system requirements.
The process by which compilers examine code structure to identify optimization opportunities within their representation capabilities.
Transformations that improve code performance, memory usage, or other properties without changing program behavior.
Using compiler error messages to iteratively repair generated code until it compiles successfully.
A quantum physics constraint ensuring operations preserve valid quantum states and probabilities.
A text generation approach where the model continues or completes text from a given prompt, rather than engaging in back-and-forth conversation.
A prompt style where you provide the beginning of text and the model continues it, rather than asking a direct question.
Training a model to predict correct outputs given inputs, where targets are verified as correct before training.
The ability to work through multi-step problems, analyze nuanced information, and draw logical conclusions.
A document or record created to demonstrate that a system or organization meets regulatory requirements.
Official verification that a service meets specific regulatory or security standards required by industries like healthcare or finance.
Official verifications that a service meets specific security and regulatory standards (like HIPAA or SOC 2) required by certain industries.
Discrimination that emerges from how separate system components work together, not from individual parts alone.
The sequence of states a software component goes through, including initialization, execution, and cleanup, especially when dependencies change.
A 2D visualization in a SOM showing how a single feature varies across the map's grid positions.
A design pattern where UIs are built from reusable, self-contained pieces (components) that can be combined to create larger interfaces.
Model's ability to understand new combinations of learned concepts.
When combining outputs from multiple components violates probability axioms, even if each component is individually valid.
Text descriptions that specify multiple elements, their relationships, and spatial arrangements in the desired image.
The principle that the meaning of a complex expression is built from the meanings of its parts and how they combine.
The ability to understand new combinations of concepts by learning how individual components combine.
A technique for recovering sparse signals from far fewer measurements than traditional sampling requires.
The strategic distribution of computational resources between different components (like vision vs. language) based on task requirements.
The amount of processing power and memory available to run a model, which determines how much computation can be performed.
The amount of computation (time and memory) required for an algorithm to solve a problem.
The ability to deliver good results while using less processing power and memory than larger models.
Using code and algorithms to test mathematical hypotheses and discover patterns empirically.
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.
The extra processing power, memory, or time required to run a model, which impacts speed and resource consumption.
Using algorithms and AI during image capture to enhance photos beyond what the camera sensor alone can achieve.
Verifiable evidence embedded in generated text about which internal states or computations a model actually used.
The strategic distribution of a model's processing power—in this case, spending more computational effort on thinking through problems rather than other tasks.
A limited allocation of computational resources that an AI agent is permitted to use, enforced through technical means.
How well a model performs relative to the computational resources (processing power and memory) required to run it.
A model designed to run with minimal processing power and memory, making it practical for devices with limited resources.
Hardware architecture that performs computation directly within memory, reducing data movement bottlenecks.
Achieving the best performance for a given amount of computational resources.
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.
Directions in a neural network's internal activation space that represent human-interpretable concepts like accent or age.
An interpretable model that makes predictions by routing inputs through a layer of human-understandable concepts rather than opaque features.
When the target concept or decision boundary changes over time during learning.
A method to identify and visualize interpretable patterns in a neural network's latent representations that drive its predictions.
A low-dimensional geometric structure where related concepts are organized continuously, like a curved surface in high-dimensional space.
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.
Explaining AI decisions using human-understandable concepts rather than raw features.
The process by which agents develop shared understanding of categories and meanings through interaction.
Multi-agent games where players act simultaneously in stochastic environments with state-dependent payoffs.
A measure of how difficult an optimization problem is; higher values mean slower convergence and more iterations needed.
Applying model modifications selectively based on input characteristics rather than globally to all inputs.
A reinforcement learning technique that estimates action value only within trajectories meeting specific conditions.
A property where prediction set coverage guarantees hold for specific subgroups or conditions, not just on average across all data.
A measure of uncertainty in predicted tokens given context; low entropy signals memorization, high entropy signals generalization.
The average distance between selected and validation target embeddings within a cluster, used to rank training examples.
The ability of a model to generate output (like text) based on specific input conditions or prompts provided to it.
The expected value of an output given specific input conditions, used as a deterministic baseline prediction.
Misaligned behavior that only appears when inputs share features with the training data, while appearing safe on out-of-distribution prompts.
A neural network architecture that learns to make predictions conditioned on observed context, useful for probabilistic forecasting.
A probabilistic model that learns to make predictions by conditioning on observed examples, useful for few-shot learning and uncertainty estimation.
The ability to generate text that follows specific conditions or constraints, rather than producing output freely.
A risk metric that focuses on the worst-case outcomes rather than average performance, useful for safety-critical tasks.
A neural network that learns to generate new data matching specific conditions or constraints.
Guiding a generative model's output by providing additional input signals like pose or depth maps.
A model component that takes an external parameter (like speed) and modulates the policy output based on that input.
Improving generated images by providing additional context or constraints during generation to guide the model.
Ensuring a model's confidence scores accurately reflect its true probability of being correct.
Assigning uncertainty scores to model predictions to identify outputs that may need human verification.
Statistical bounds around predictions that quantify uncertainty; here used to identify when model predictions are unreliable.
Statistical bounds that remain valid at any stopping time, allowing you to check results continuously without invalidating confidence levels.
A decoding strategy that stops refining tokens when model confidence exceeds a set threshold.
The pattern of model confidence scores across sequential steps in a reasoning process, from initial exploration to final answer.
Refusing predictions when the model's confidence score is below a threshold.
A strategy that selects which tokens to generate next based on the model's prediction confidence, enabling adaptive and efficient generation.
Training a model using rewards based on how well its confidence scores match its actual correctness.
Weighted majority voting where each candidate answer gets a confidence score from a critic model before selection.
The tendency to seek or interpret information in ways that confirm existing beliefs or outputs.
Situations where an AI system has competing goals—like serving users well versus generating revenue for its creators.
Method providing prediction intervals with statistical guarantees on coverage.
The ability to direct a model to generate specific 3D shapes or structural states of proteins.
A collection of different 3D shapes a molecule can adopt in solution, representing its thermodynamic states.
A distinct 3D shape or arrangement that a protein can adopt, often with different biological functions.
Applying a learned conformational change from one protein to structurally similar proteins in the same family.
When multiple variables are entangled, making it impossible to isolate the effect of one variable.
When an agent misuses its elevated permissions to perform actions it shouldn't, tricked by user input.
A table showing how often a classifier correctly or incorrectly predicts each category, revealing systematic biases in predictions.
A property of FFT where real-valued signals have redundant information due to symmetric complex conjugate pairs in frequency domain.
A loss function for sequence-to-sequence tasks that aligns variable-length inputs to outputs without requiring explicit alignment.
A routing pattern where multiple neurons must agree (be mutually exclusive) to activate a particular processing path.
A deployment rule that specifies how outcomes (rewards, penalties, eliminations) are distributed among agents in multi-agent systems.
A reference policy or set of actions known to be safe, used to measure how much riskier a proposed action is.
A penalty that prevents value estimates from being too optimistic about unseen actions in offline RL.
A training method that encourages models to respond symmetrically to paired prompts representing opposing perspectives.
A method that ensures a model's reasoning process logically supports its final answer by adding consistency rewards during 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.
Restricting a model's token generation to a predefined set of allowed tokens during inference.
Text generation that must follow specific rules or constraints, such as producing output in a particular format or structure.
Training an AI system to maximize performance while respecting hard constraints (like deadlines or budgets).
Finding solutions that satisfy a set of constraints, used here to resolve conflicts between inferred events.
A computational problem where you find values for variables that satisfy a set of constraints.
A tool that finds valid solutions to problems with multiple constraints, used here to verify mechanical assembly feasibility.
Action planning that explicitly respects safety, regulatory, and operational constraints during decision-making.
Improving AI safety by restricting what actions an agent can take, rather than trying to detect bad behavior after it happens.
Validating each step of a plan by checking outputs against automatically derived constraints based on task requirements.
Fixing errors in reasoning by making minimal changes that satisfy logical or evidential constraints.
Whether a study actually measures the real concept it's supposed to test, not something else.
Measurement error caused by factors unrelated to what is being assessed, like test anxiety or social power dynamics.
The study of how specific form-meaning pairings in language convey meaning beyond individual words.
A mechanism that activates learned corrections only when the robot is physically touching the object.
Physical interactions where the robot frequently touches and manipulates objects, making control sensitive to small errors.
Robot tasks where success depends critically on precise control of forces and contact interactions with objects.
Packaging software and its dependencies into isolated, portable units that run consistently across different computing environments.
A model or system that screens text before or after generation to block unsafe, harmful, or policy-violating content.
Safety mechanisms built into a model that prevent it from generating harmful, inappropriate, or restricted content.
Built-in safety mechanisms that prevent a model from generating harmful, offensive, or inappropriate content.
The process of reviewing and filtering text or other content to remove or flag material that violates policies or safety guidelines.
The degree to which written content presents information without favoring particular political viewpoints or groups.
Safety guidelines and filters built into a model to prevent it from generating harmful, illegal, or unethical content.
The task of automatically detecting and categorizing text that violates policies or could cause harm, such as hate speech, violence, or misinformation.
A memory system where data is retrieved by its content similarity rather than by a fixed address, enabling fuzzy matching.
A technique that preserves structural content by anchoring style transfer to the original image's spatial layout and structure.
The ability to maintain consistent meaning and logical flow when processing long sequences of text or conversation.
Reducing the size of conversation history while preserving important information for efficient processing.
A model's ability to maintain coherent understanding and recall of information across long passages of text without contradicting itself.
Transferring knowledge from interaction trajectories into model parameters by learning from contextual examples.
Removing or suppressing the influence of specific text spans from an LLM's processed context after they've been cached.
Techniques to increase the maximum sequence length a language model can process beyond its original training length.
Retaining only relevant information from execution history to reduce noise and improve decision-making in subsequent steps.
The process of collecting and organizing relevant information from history to answer specific questions or solve tasks.
Managing what information an agent can access and use to prevent hallucination and ensure relevance.
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.
Organizing and maintaining relevant information for AI decision-making.
A technique to process long sequences by distributing context across multiple devices or processing units in parallel.
Irrelevant or noisy information degrading model performance in a given context.
A model's ability to remember and use information from earlier parts of a conversation or document.
A model's resistance to being misled by incorrect external signals while still benefiting from correct or relevant context.
A mechanism that selectively directs relevant learned patterns from one model component to another based on current needs.
When an AI model's input context window fills up and earlier information is lost, requiring mechanisms to preserve key data.
The maximum number of tokens a model can process in a single conversation or prompt.
A system that adjusts its behavior based on the specific input or situation rather than using fixed, unchanging patterns.
A tendency to respond reactively to immediate context rather than proactively initiating strategies independent of user input.
A mechanism that selects only relevant evaluation criteria for each specific query to improve efficiency.
Speech recognition that uses surrounding information like conversation history to improve transcription accuracy.
Providing additional context (like original text or reasoning steps) to translation models to improve accuracy.
A model that adapts its predictions based on relevant historical examples or information provided as input context.
A formal system of rules that defines which sequences of symbols are valid in a language.
AI systems that maintain and reuse long conversation histories across multiple turns of interaction.
Problems requiring the model to extract and use large amounts of information from the input prompt to generate correct outputs.
Help or instructions tailored to the current situation rather than generic pre-stored information.
Adjusting model behavior dynamically based on the specific input or context rather than using fixed settings.
A learning algorithm that selects actions based on context and learns from feedback to improve future decisions.
Numerical representations of text that capture meaning based on surrounding context, rather than treating each word independently.
The assumption that a model produces consistent outputs when a task is reformulated in contextually equivalent ways.
A statistical model that separates between-group and within-group effects to understand how group membership influences individual outcomes.
A decision-making framework where an agent plans joint actions with partners whose capabilities are represented as context variables.
Influence from surrounding information (like examples or previous actions) that pushes an agent away from its intended behavior.
Making decisions by considering how individual observations relate to and inform each other within a broader context.
A way of encoding text where the meaning of each word depends on the words around it, rather than being fixed for every occurrence.
Numerical encodings of text that capture meaning based on surrounding words, allowing downstream tasks to understand nuanced language.
The ability to distinguish and respond differently to harmful versus benign uses of the same concept.
The intermediate representation space in a diffusion model where semantic and structural information is encoded.
Machine learning technique that identifies recurring themes in text while considering the surrounding context of words.
A feature or pattern in input text that activates hidden misaligned behavior in a model, even when standard evaluations show the model is safe.
Uncertainty caused by changing conditions over time, like user preferences shifting.
The ability of a model to interpret the meaning of words and phrases based on surrounding text, rather than treating each word in isolation.
Vector representations of words that change based on surrounding context, capturing different meanings in different sentences.
Incrementally updating a neural network on new data as it arrives, rather than retraining from scratch.
A process where an agent's defenses dynamically adapt and improve in response to new threats encountered at runtime.
Training models to learn new tasks without forgetting previously learned ones.
Further training a pre-trained model on domain-specific data to adapt it to specialized knowledge.
Further training a pre-trained model on new data to adapt it without starting from scratch.
Further training a pretrained model on domain-specific data to specialize it for particular tasks.
Further training of an already-trained model on new data to extend or improve its capabilities without starting from scratch.
Real-time monitoring of a quantum system that produces a stream of measurement data used to update state estimates.
Encoding data as smooth, unquantized values rather than discrete tokens, preserving fine-grained temporal details.
Generating probability-based continuous scores instead of discrete labels to provide fine-grained evaluation signals.
A probabilistic model where a system transitions between states continuously over time with memoryless transitions.
Automatically checking that modifications respect predefined rules about what can and cannot be changed.
A transformation that maintains the original program's behavior and guarantees, ensuring correctness is preserved.
A mathematical property ensuring a system's outputs converge to a stable state regardless of initial conditions.
A mathematical property ensuring that a system brings nearby states closer together over time, guaranteeing stability.
A test dataset with paired examples showing contrasting properties (e.g., safe vs. unsafe versions of the same task).
A training technique that learns by comparing similar and dissimilar examples to create better representations.
Training objective that pulls similar examples together and pushes different ones apart.
A method that learns shared embedding spaces by contrasting similar and dissimilar image pairs, then ranks candidates by similarity.
Creating evaluation criteria by comparing gaps between teacher and model responses to identify what distinguishes good from bad outputs.
Breaking down a neural network's output into individual contributions from different neurons or neuron groups.
Special tokens added at the beginning of a prompt that tell the model what style, domain, or format to use for its output.
The order and logic in which steps are executed in a procedure or program.
A special token emitted by a small model to signal that it needs assistance from a larger model.
Special tokens inserted into sequences to guide model behavior, such as signaling whether to show an ad or organic content.
A mathematical tool that projects unsafe actions to safe ones, guaranteeing constraint satisfaction but potentially masking policy incompetence.
Creating videos where users can specify desired content, motion, or interactions through explicit control mechanisms.
A standardized test where variables are carefully isolated to measure specific effects, like changing one visual attribute while keeping everything else the same.
A learned stochastic process that transforms a distribution by following a time-dependent control signal.
A standardized set of predefined terms used consistently across systems to ensure consistent meaning and reduce ambiguity.
Automatically designing a decision-making system that controls when and how to execute actions.
A technique that adds spatial control to diffusion models by conditioning generation on aligned input maps (like depth or property masks).
Physics problems where fluid flow effects dominate over diffusion, creating sharp gradients and moving fronts.
The point during training when a model's performance stabilizes and stops improving significantly, indicating it has learned the patterns in the data.
Mathematical proof that an optimization algorithm reliably reaches a good solution and quantifies how fast it gets there.
Mathematical proofs that an algorithm will reach a correct solution under specified conditions.
How quickly an optimization algorithm approaches the optimal solution, typically expressed as a function of iterations.
Agreement across multiple independent methods or analyses pointing to the same conclusion.
When different models independently learn similar features or representations from different training signals.
A synthesis strategy that assembles multiple complex building blocks in parallel before combining them, reducing total steps.
AI systems designed to understand and respond to human language in natural, dialogue-like interactions.
An AI system designed to conduct multi-turn dialogue with users to accomplish specific tasks, like medical interviewing.
Using dialogue with a chatbot or AI agent to probe and verify student understanding through questioning.
The model's ability to maintain logical consistency and relevance across multiple turns of dialogue, making responses feel natural and connected.
How naturally and coherently a model engages in back-and-forth dialogue, matching human conversation patterns.
A model specifically trained to understand and generate natural dialogue, optimized for back-and-forth interactions rather than one-off text generation.
A language model specifically trained and optimized to engage in multi-turn dialogue with users.
When a user completes a desired action, typically making a purchase after viewing a product.
A physical limit on inventory levels described by a convex set, constraining what orders are feasible.
A weighted sum of points where weights are non-negative and sum to one, representing a point within their geometric hull.
A function where any line segment between two points on the curve lies above the curve, ensuring a single global minimum.
Mathematical technique for finding the best solution to a problem with a single global optimum.
A geometric shape formed by the intersection of linear inequalities, with vertices representing extreme points.
Geometric regions where any straight line between two points in the region stays entirely within the region, enabling efficient trajectory planning.
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.
A game setting where agents work together toward shared objectives rather than competing against each other.
The geographic coordinate system (e.g., latitude/longitude) used to define spatial locations and ensure consistency across operations.
Internal model representations that explicitly encode spatial positions and coordinate information.
A game where players benefit from choosing compatible strategies, used here to model how agents negotiate shared meaning.
Game theory scenarios where agents benefit from matching actions but may also benefit from strategic differentiation.
An optimization where data is only copied when modified, allowing multiple references to share the same data until changes occur.
An attention mechanism where peripheral tokens (patches) interact only through central core tokens, reducing computation.
Identifying when different mentions in text refer to the same entity or concept.
Selecting a small subset of real samples from a large dataset that best represent the original data distribution.
A collection of documents or text used as the knowledge base for retrieval in RAG systems.
Selecting query terms that best distinguish relevant documents from irrelevant ones in a specific corpus.
A filtering mechanism that validates whether a proposed solution is correct before allowing it to advance in a search process.
A domain adaptation technique that aligns the second-order statistics (covariance) between source and target domains.
A model's ability to maintain performance when input data is degraded (e.g., noise, blur, missing values).
A mathematical measure that compares how similar two embeddings are by calculating the angle between them, with values closer to 1 meaning more similar.
A method of comparing two vectors based only on their direction, ignoring their magnitude, making it scale-invariant.
A learnable activation function using cosine waves with adjustable frequency and phase to process data nonlinearly.
An adversarial attack that accounts for the real-world cost or feasibility of modifying each feature.
Measuring model performance while accounting for the computational and operational costs required to achieve results.
The ability to deliver useful results while using fewer computational resources, reducing the expense of running the model.
The balance between inference cost (compute, latency) and answer quality that systems must optimize for.
Training approach that weights errors differently based on their downstream impact or cost in the application domain.
A training methodology that combines chain-of-thought reasoning with masked autoencoder techniques to improve model understanding of text relationships.
A failure mode where decision thresholds shift based on the number of sources consulted, causing inconsistent decisions.
An instance where a model's prediction fails to match reality, used to identify and fix model errors.
Testing what would happen if you changed a strategy, without actually running the experiment in the real world.
An explanation showing what input changes would alter a model's prediction to a different outcome.
Creating alternative scenarios showing what would happen if something were different (e.g., if an object didn't exist).
Training examples where evidence is semantically related but contradicts the claim, testing if models truly use evidence.
A question about what would have happened if a variable had taken a different value (e.g., 'what if the patient had received treatment?').
Reasoning about what would have happened under different actions or conditions than what actually occurred.
A unified representation that tracks both physical scene state and mental state variables together.
A measure of how two variables change together; structured covariance means features are correlated in specific patterns.
The process of learning or updating the statistical properties of measurement and process noise in a filtering system.
Aligning a model's sensitivity structure to match the statistical structure of task-irrelevant variations in data.
A robust black-box optimization algorithm that adapts the covariance matrix of a search distribution to efficiently explore high-dimensional spaces.
When the distribution of input data changes between training and real-world use, causing models to fail.
The extent to which training data represents all relevant aspects or regions of a document or domain.
Requirements ensuring sufficient representation of all groups, including subgroups defined by multiple attributes, in training data.
A diagnostic metric that measures beyond-spectrum structure by comparing analog prediction gains to linear prediction.
Measuring what proportion of a problem space a model can reliably handle.
A record of what information has been found and what gaps remain, guiding agents toward unresolved areas.
Finding an efficient route for a vehicle to visit all cells or areas in a region.
The process of proving that testing has comprehensively covered all relevant operating conditions and edge cases.
A training technique that prioritizes data from under-explored regions of the state-action space to improve model robustness.
Testing approach that systematically explores different input regions to find edge cases and failures.
Systematic asymmetric treatment of opposing political viewpoints in language model responses, including differences in tone, depth, and engagement.
A quantum operation that preserves physical validity by maintaining positivity and trace properties of quantum states.
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.
A mathematical limit on how precisely any unbiased estimator can determine a parameter from data.
A benchmark methodology using a fixed document collection, queries, and human relevance judgments to evaluate retrieval systems.
A standardized legal license (like CC-BY-4.0) that specifies how others can use, share, and modify a work with clear attribution requirements.
A measure of how useful and novel the connections a model generates are for creative tasks.
User perception of a system's trustworthiness and expertise, affecting whether they believe its information.
A restriction on which successor states are considered reachable or believable from a given source world.
The process of determining which actions or steps in a sequence deserve reward or blame for the final outcome.
Breaking down evaluation into multiple independent criteria to reduce complexity and improve verification accuracy.
When an AI model can achieve high scores by paraphrasing or trivially matching evaluation criteria without genuine understanding.
Detailed feedback that scores responses across multiple specific evaluation criteria rather than a single overall score.
A language model trained to evaluate the quality of another model's outputs and identify areas for improvement.
Using a separate model to evaluate and reject outputs that contain errors, improving final answer quality.
Using a neural network to predict game payoffs for different action combinations, amortizing learning across multiple game states.
Identifying which specific error in a failed trajectory was responsible for the final failure outcome.
A position in code generation where errors are most likely to occur and cause downstream semantic failures.
An agent that reviews and validates the recommendations and execution plan of other agents to ensure correctness and coherence.
Providing corrective feedback or explanations of errors as examples to steer model behavior toward better outputs.
A standardized format for describing machine learning datasets with structured information about their contents and properties.
Mechanism allowing one sequence to attend to and focus on another sequence.
Transferring knowledge between models with fundamentally different designs, attention mechanisms, or tokenizers.
A neural module that merges information from two sources by learning which parts of each are most relevant.
Mapping the same source text across multiple independent interpretations to enable direct comparison of how different schools read identical material.
Testing whether a model trained on one dataset generalizes to perform the same task on a different dataset.
A creativity technique where ideas from one unrelated domain are applied to solve problems in another domain.
When optimizing multiple objectives jointly causes conflicts where improving one metric degrades another.
Training a single model on data from multiple robot types or humans to learn generalizable physical principles.
Learning to control one body type (like a humanoid robot) using data from a different body type (like humans).
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.
A loss function that measures how well a predicted probability distribution matches a target distribution.
Running an AI model in different network environments or systems than the one it was trained on.
A technique that uses cross-validation to estimate and remove systematic style differences between teacher models before applying distillation.
A technique that splits data into parts to estimate nuisance parameters on one part and the target parameter on another, reducing bias.
The ability to understand relationships and transfer knowledge between different languages, such as answering a question in one language based on text in another.
Matching equivalent sentences or meanings across different languages.
The ability of a model to understand and relate concepts across different languages, allowing it to find similarities between text in different languages.
The ability of a model to understand and work with multiple languages, sometimes even translating concepts between them.
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.
The ability of a model or probe trained on one language to work effectively on other languages.
The ability to find and compare similar content across different languages by representing them in a shared mathematical space.
The ability to find relevant documents or text in one language when searching with a query in a different language.
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.
The ability to measure how similar two sentences are even when they are written in different languages.
The ability of a model trained on multiple languages to apply knowledge learned from one language to understand or generate text in another language.
The ability of a model to comprehend relationships and meanings across different languages, enabling tasks like translation and multilingual reasoning.
Connecting representations from different types of data (like speech and text) so they work together effectively.
An attack that manipulates multiple input types (like images and text) together to deceive a model.
A mechanism that aligns and weights information between different modalities like images and text.
Ensuring semantic consistency between different modalities (e.g., text and images) in generated content.
Ensuring that representations across different modalities (images, 3D, text) align and reinforce each other.
Alignment in how models from different modalities (e.g., vision and language) represent the same stimulus.
Transferring knowledge from a teacher model in one modality (text) to a student model in another modality (audio).
The process of combining information from multiple modalities (e.g., vision and text) into a unified representation.
When a model produces contradictory predictions for the same concept represented in different modalities.
The process of connecting and aligning information from different modalities (like text and 3D geometry) within a single model.
The ability to find relationships between different types of content, such as matching natural language descriptions to code snippets.
Learning representations by predicting one modality from another.
The ability to connect and reason about information from different input types (like audio and video) together to draw conclusions.
Relationships and connections between different types of data (e.g., how text and images relate to each other).
The ability to search and find relevant items across different data types, such as finding images using text queries or vice versa.
Finding similar scenes across different input types (e.g., finding a visual scene matching an audio description).
Computing relevance or similarity scores between information from different modalities (e.g., text and images).
The ability of a model to share semantic understanding between different input modalities like vision and text.
The ability to measure how closely related content from different types of input (like images and text) are to each other.
Training a model using aligned labels from different data sources or modalities (e.g., video and biomechanical data).
Exchanging information between different input types (text and vision) to guide compression decisions.
Applying knowledge or rules learned from one model to improve performance in a different, often smaller model.
The ability of AI tools to access information from other modules and make decisions based on shared context.
How the demand for one product changes when the price of a different product changes.
The ability of a model to perform consistently when input text or audio switches between different writing systems or languages.
Multi-step problems where each step requires a different reasoning skill and depends on previous outputs.
Linking and connecting information from multiple different data sources to understand how they relate to each other.
The process of comparing and resolving conflicting information from multiple sources to determine accurate answers.
A model's ability to work on new individuals without retraining, despite differences in neural anatomy.
A technique that splits data into multiple subsets to train and test models, reducing overfitting risk.
A mechanism that transfers motion information from one camera viewpoint to another while maintaining consistency.
The degree to which internal representations align when processing the same task in different formats or modalities.
When a model fails to recognize that the same object in different camera views is the same entity, leading to counting errors.
Aligning images captured from different viewpoints (e.g., street-level and overhead) to find correspondences.
Data or labels collected from many independent contributors rather than a single expert source.
A metric that evaluates probabilistic forecasts by measuring how well predicted probability distributions match actual outcomes.
Calderbank-Shor-Steane quantum codes combining two classical error-correcting codes for quantum error correction.
A 3-dimensional algebraic variety defined by a degree-3 polynomial equation.
A mathematical structure representing data as a collection of cubes at different scales, used in topological analysis.
NVIDIA's parallel computing platform that runs code on GPUs to process many tasks simultaneously.
Optimized GPU code that performs specific computational operations efficiently.
Systematic preference for values, norms, or behaviors from one culture over others in model outputs.
Using computational methods to quantify and analyze cultural phenomena like dialogue patterns, social interactions, or linguistic variation.
The ability to understand and infer cultural context, significance, and metadata from visual or textual information.
Statistical measures that describe probability distributions, used to track activation behavior.
Training data that has been carefully selected and filtered to include only high-quality examples relevant to specific tasks or domains.
Carefully selected and filtered training examples chosen for quality rather than quantity, often resulting in models that produce more structured and reliable outputs.
RL approach where agents explore by seeking states where their world model makes poor predictions.
Training strategy that gradually increases task difficulty to help models learn robustly.
Training strategy that presents examples in increasing order of difficulty.
A training constraint that penalizes curved or winding paths in the learned representation space.
Allowing users to configure AI behavior, roles, and interaction patterns to match their specific needs and preferences.
A constraint requiring a model to reconstruct its original output after transforming through intermediate steps.
A metric measuring how many different paths code can take; lower values mean simpler, easier-to-maintain code.
A consensus mechanism using a directed acyclic graph structure to order and validate transactions or events without requiring a single chain.
An interactive learning method where a human corrects the model's mistakes during training to fix distribution mismatch.
Smaller, controlled refinement iterations that reduce the magnitude of updates to stabilize computation.
Combining observed measurements with model predictions to calibrate and improve model parameters.
Measuring how much each training example contributes to a model's final performance using gradient-based methods.
Technique to increase training data by creating variations or new samples from existing data.
When test data accidentally leaks into training, artificially inflating a model's measured performance.
The process of carefully selecting, cleaning, and organizing training data to improve model quality; better curated data often leads to better model performance.
Predicting how a model would behave if specific training examples were excluded without retraining.
Predicting how a model's behavior would change if specific training data were excluded without retraining.
The variety of examples in a dataset across different attributes, styles, or contexts to improve model generalization.
Achieving better model performance using less training data through improved data quality or learning methods.
The process of selecting, organizing, and preparing training data to improve model performance.
The process of automatically identifying and pulling relevant information from unstructured or scattered data sources.
The accuracy and correctness of data representation in a visualization or output.
A self-reinforcing cycle where a system identifies gaps, generates data to fill them, and uses that data to improve itself.
Policies and procedures that control how sensitive data like medical images are stored, accessed, and used.
The tendency for computation to move toward where large datasets are stored, rather than moving data to where computation happens.
Variation in data distribution across different sources or groups.
Combining data from multiple sources into a unified, usable format for analysis or querying.
Security controls that prevent sensitive data from leaving a restricted environment without authorization.
Gaps or missing values in a dataset caused by sensor failures, blinks, or other interruptions.
The expense of changing, augmenting, or purchasing training data to improve model fairness and reduce bias.
The sequence in which training examples are presented to a model during training.
Adversarial manipulation of training data to degrade model behavior while maintaining normal performance on standard metrics.
A sequence of automated steps that transform raw data into a format suitable for model training.
The relevance, accuracy, and usefulness of training data, which can be more important for model performance than simply having more data.
The practice of carefully selecting and filtering training data for relevance and accuracy rather than simply using larger amounts of raw data.
The process of checking whether data in a dataset meets required standards and accurately represents what it claims to represent.
The proportion of training data allocated to different modes or tasks (e.g., 70% thinking vs. 30% non-thinking).
Mistakes where LLMs incorrectly cite, omit, or misread values from tables despite understanding the table structure.
A centralized catalog storing metadata about available data sources and their query interfaces.
A guarantee that your data is stored and processed only in a specific geographic region, helping meet regulatory requirements.
When researchers use datasets from previous studies in their own research rather than collecting new data.
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.
Choosing a subset of training data based on quality or relevance metrics rather than using all available data.
Automatically generating training data from existing datasets to teach models new tasks.
Automated checks that verify data meets quality and correctness requirements before use.
An approach that focuses on improving data quality and efficiency rather than just model architecture.
Achieving good performance with minimal training data through smart collection or learning strategies.
A quantum operation that transforms quantum states based on classical input data.
Modifying training data itself rather than changing model architecture or training procedures.
Distributing training data across multiple GPUs that compute gradients independently then synchronize.
Compressing a large dataset into a smaller synthetic version preserving key information.
A classification system that organizes datasets by their characteristics like sparsity, scale, and sequential structure.
A neural network design pattern that serves as the structural foundation for this model, determining how it processes and generates text.
Simplified power flow approximation that ignores reactive power and voltage variations for faster computation.
A faster sampling method for diffusion models that skips intermediate steps while maintaining quality.
A mathematical result showing that coherent probability assignments must satisfy certain consistency conditions that can be tested via betting.
Creating entirely new protein sequences from scratch rather than modifying or copying existing ones.
Removing duplicate detections of the same object across multiple video frames to avoid counting it twice.
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.
Each agent independently executes its assigned action without real-time coordination, based on a centrally-computed plan.
Systems where rules and enforcement are managed by participants themselves rather than a central authority.
A training approach where a model is developed across multiple independent computers or organizations rather than in a single centralized facility, allowing distributed collaboration.
Outputs that mislead a recipient, whether or not the model has an internal mechanism designed to deceive.
A loss function that directly penalizes the cost incurred by making decisions based on a model's predictions.
The ability to replay and understand why a system made a specific decision after the fact.
A tree-based model that recursively partitions data using threshold rules to make predictions.
Educational approach where learners make choices that shape outcomes, reinforcing clinical decision-making skills.
Combining predictions or confidence scores from individual modalities to make a final decision.
A mechanism that selects actions based on current state, goals, and expected outcomes to maximize success.
A tool or system that provides information and analysis to help humans make better decisions without replacing human judgment.
An approach that evaluates systems based on the quality of decisions they enable under different costs and benefits.
A formal description that binds visual elements to data fields, separating what to show from how to render it.
A component that converts compressed internal representations back into human-readable outputs like audio or images.
A vector in an autoencoder that reconstructs or represents a specific learned feature from compressed latent space.
The inherent randomness in a model's output generation, even when given identical inputs multiple times.
A type of LLM that generates text one token at a time, like GPT models.
Language model design that generates text sequentially without a separate encoder, like GPT models.
Converting model outputs into human-readable text or structured predictions.
The speed at which a model generates output tokens one at a time, a critical bottleneck in long-context scenarios.
Methods for generating text from a language model, such as greedy selection, beam search, or temperature sampling.
A parameter controlling randomness in AI text generation; higher values increase diversity, lower values increase predictability.
The sequence and order in which tokens are generated or unmasked during the model's iterative generation process.
Converting compiled binary code back into human-readable pseudo-code approximations.
Breaking a complex problem into smaller, simpler sub-problems that are easier to solve and understand.
A reward system that breaks complex requests into atomic, checkable questions to provide interpretable feedback for model training.
An architecture that separates visual understanding from information retrieval, forcing exhaustive visual analysis before external search.
Training separate reward objectives for different tasks (e.g., binary judgment vs. error localization) instead of optimizing them jointly.
The separation of economic output growth from human welfare, where GDP expands while human ownership share and consumption decline.
The process of removing duplicate or near-duplicate examples from training data to improve model efficiency and prevent overfitting to repeated content.
An AI system that performs multi-step research by reasoning through problems and making multiple search queries.
A context-dependent rule that determines which attacks between arguments succeed based on the current context or regime.
Automatically identifying problems or errors in software artifacts, such as incomplete or ambiguous descriptions.
An extension of Gaussian Splatting that allows the 3D primitives to deform over time to handle dynamic scenes.
The number of independent ways a mechanical part can move or rotate in an assembly.
Consequences of an agent's actions that appear many steps later, making it harder to learn cause-and-effect relationships.
A reward signal that only becomes available after multiple steps or actions have been completed.
Feedback or verification of agent actions that arrives after a delay, requiring the agent to maintain accountability over time.
A failure mode where removing steps from a plan increases its evaluation score despite making it incomplete.
A form of democracy where citizens and representatives engage in reasoned discussion to reach decisions.
Real-time natural language guidance that shapes agent reasoning without requiring model parameter updates.
The difference between a reasoning-tuned teacher model and its base pre-trained version, used as a training target.
Using machine learning to predict how much of a product customers will buy given prices and other factors.
Removing or hiding demographic information (like gender) from model inputs to reduce bias in decision-making.
Learning which demographic attributes (race, age, etc.) are most influential in predicting how annotators will judge subjective content.
Training examples collected from real robots performing tasks, used to teach the model how to execute similar actions.
A training approach where the model learns to reconstruct clean audio from corrupted or noisy versions, improving its ability to extract meaningful features.
A neural network trained to reconstruct clean text from corrupted or noisy versions, learning to remove noise while preserving meaning.
A training approach where a model learns to reconstruct clean audio from noisy versions, making it better at understanding speech in real-world conditions.
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.
A training objective that learns to predict noise in corrupted data, used in diffusion models for stable gradient-based optimization.
Generating detailed, comprehensive descriptions of images that capture rich visual information and relationships rather than brief summaries.
A compact vector representation where most dimensions contain meaningful information, as opposed to sparse embeddings that are mostly zeros.
Vector representations where most or all of the numbers contain meaningful information, as opposed to sparse embeddings where most numbers are zero.
Fine-grained, continuous-valued signals that provide detailed information about solution quality for training or selection.
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.
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.
A compact numerical format where meaning is captured in a fixed-size list of numbers, making it efficient for storage and similarity comparisons.
A search method that converts text into a single, compact numerical vector and finds similar documents by comparing these vectors.
A retrieval system using learned embeddings to find semantically similar documents via vector similarity.
Training data that provides detailed annotations for every part of an input, rather than just overall labels.
A compact numerical representation where most values are non-zero, used to efficiently store and compare the meaning of text.
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.
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.
A compact numerical format where text is encoded as a list of numbers that capture its meaning, allowing efficient similarity comparisons.
A mathematical space where text is represented as vectors of numbers, positioned so that similar meanings are located close together.
Compact numerical representations where most values are non-zero, used to encode the meaning of text in a form that computers can compare mathematically.
Automatically generating descriptions for multiple events throughout a long, untrimmed video with precise timing.
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.
Measuring how crowded solutions are in the search space to maintain diversity in the population.
A mathematical representation of a quantum state that describes the statistical properties of a quantum system.
Local peaks in a probability distribution where data is most concentrated; useful for summarizing multimodal data.
A method that aligns models by learning from the geometric clustering of accepted responses in the model's representation space.
A visual map showing which models, datasets, and tools a system relies on and how they connect.
Finding a tree structure that represents grammatical relationships between words or elements in a sequence.
How changes to one software component automatically affect other components that depend on it.
The ability to understand how multiple facts relate to and affect each other when making decisions.
The pattern of how information at different distances in text relates to each other, characterized by width and scale.
The specific technical setup of an LLM in production, including safety layers, routing rules, and interface choices.
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.
An image where each pixel's brightness represents how far away that object is from the camera.
Computing per-pixel distance from camera to scene surfaces to reconstruct 3D geometry from 2D images.
Assigning different amounts of model parameters to different layers based on their functional importance rather than uniformly.
Improving model performance by increasing computational depth without adding new parameters, achieved through layer reuse.
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.
A convolution operation that applies separate filters to each input channel, reducing parameters compared to standard convolution.
The process of restoring a compressed model's weights to higher numerical precision, improving quality but requiring more memory.
A new model created by modifying or fine-tuning an existing base model rather than training from scratch.
Derive is deterministic computation over available state; infer is LLM-mediated judgment under declared context and capability constraints.
A numerical representation that captures the visual characteristics around a detected keypoint, allowing the model to match similar points across different images.
Generating model weights using text or structured descriptions of the target architecture and task as input.
Systematic evaluation of different design choices to find optimal trade-offs between performance, power, and area.
The loss of professional expertise and judgment that occurs when workers rely on automated systems instead of developing their own capabilities.
A mathematical model that generates diverse sets of items by penalizing similarity, useful for ensuring variety in generated outputs.
Automated verification rules that produce the same result every time, used when there is clear evidence of task completion.
A guaranteed non-AI backup process that ensures the system can continue operating safely if AI components fail.
A system that executes predefined process steps in a fixed, repeatable sequence without adaptive reasoning.
Converting a game with hidden information into multiple fully-observable versions by randomly filling in unknown information.
The script used to write Marathi, Hindi, and several other Indian languages.
An early, pre-release version of a model used for testing and refinement before public release.
Explicit signals that alert an agent when its current reasoning or conclusions diverge from task requirements or ground truth.
Fine-grained, skillful robotic hand control requiring precise coordination of many joints.
The reasoning and explanation behind why a specific code location is likely buggy, not just the location itself.
AI process of identifying root causes or problems from observed symptoms.
Converting visual diagrams into executable or markup code, such as LaTeX or TikZ, automatically.
The patterns and interactions that emerge in conversation, including how participants exchange information and coordinate actions.
The process of an AI model creating natural conversational responses based on input text.
A compact storage mechanism that maintains compressed conversation state across multiple dialogue turns.
A metric measuring overlap between predicted and ground-truth segmentation masks, ranging from 0 to 1.
The process of finding a set of basis vectors (dictionary) that can reconstruct data through sparse combinations.
The ability to understand and apply code changes (diffs) to existing files rather than generating code from scratch.
A contiguous section of a code patch showing added, removed, or modified lines in a specific file.
The ability to compute gradients through a system, enabling end-to-end learning.
A property of operations that allows gradients to flow through them during backpropagation for model training.
Smooth mathematical function approximating non-differentiable operations for training.
A NAS method that relaxes discrete architecture choices into continuous variables to enable gradient-based optimization.
Logical reasoning operations (like applying rules) implemented as differentiable functions so gradients can flow through them.
A dynamical system whose equations can be differentiated to compute gradients, enabling gradient-based optimization.
Mathematical functions that measure how far a model's output is from desired behavior, designed to be optimizable via gradient descent.
A learnable memory retrieval mechanism that can be trained end-to-end to recall relevant past episodes for current decision-making.
A physics solver built into a neural network so that gradients can flow through physical laws during training.
A rendering system that allows gradients to flow backward from rendered images to 3D parameters, enabling optimization of visual properties.
A reward function whose gradients can be computed, allowing optimization of model outputs toward desired properties.
A reward function designed to be differentiable so gradients can flow through it during training.
A sparse attention method that supports gradient computation, enabling end-to-end training with learned sparsity patterns.
A list of possible medical conditions ranked by likelihood, used by clinicians to guide further testing.
Mathematical equations describing how systems change over time, naturally solved by analog hardware.
A mathematical framework that adds controlled noise to data to protect individual privacy while enabling statistical analysis.
A technique to systematically increase problem complexity to better differentiate model capabilities.
Adjusting problem complexity to match model capacity, ensuring training data is neither too easy nor too hard.
Predicting how hard a task is to automatically adjust the amount of computational effort needed.
An internal indicator that estimates how hard a problem is, used to guide model behavior.
Selecting training examples based on their difficulty level and diversity to improve model learning efficiency.
A passive optical component that uses diffraction to manipulate light without moving parts or power.
A training technique for diffusion models that uses per-position noise schedules to enable flexible inference-time control.
A language model that generates text iteratively by refining noisy predictions, allowing generation in arbitrary word order rather than strictly left-to-right.
Language models that generate text by iteratively refining noisy predictions into coherent words.
Generative model that creates images or videos by gradually removing noise from random data.
AI models that generate images by learning to reverse a noise-adding process, starting from pure noise.
A generative approach that iteratively refines predictions by gradually removing noise from random initial states.
A policy representation that uses diffusion models to generate action sequences from observations.
A learned distribution that guides diffusion models toward realistic outputs in a specific domain.
A generation method that iteratively refines outputs by gradually removing noise, rather than predicting tokens one at a time from left to right.
Iterations in a diffusion model that gradually refine noise into a final image or video output.
A transformer architecture adapted to work with diffusion-based generation processes.
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.
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.
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.
Using diffusion models to generate realistic robot motion sequences that can be used as training data.
A raster dataset representing terrain elevation, often outdated but useful as a geometric prior for reconstruction.
A virtual simulation model of a physical system used to predict behavior and test changes before real-world deployment.
A linguistic situation where two distinct language varieties coexist in a community, each used in different social contexts.
A convolutional operation that skips input elements to capture patterns at multiple scales without increasing parameters.
A technique to simplify high-dimensional parameter spaces by identifying and focusing on the most critical variables.
Directing different types of evidence or features to specialized processing paths based on their characteristics.
Evaluating a system across multiple independent criteria or dimensions rather than a single overall score.
Techniques that compress high-dimensional data into fewer dimensions while preserving important patterns.
A training technique that teaches a model to prefer certain outputs over others by learning from examples of better and worse responses.
Training method that aligns models with human preferences by directly optimizing the difference between preferred and dispreferred outputs.
A graph structure representing causal relationships where arrows point from causes to effects with no cycles.
A workflow representation where tasks are nodes and dependencies are directed edges with no circular paths.
A method for comparing texts that preserves the direction of change, showing how one text transforms another rather than just measuring similarity.
A probability distribution over probability distributions, used here to model uncertainty over class predictions.
A measure of smoothness on a graph that quantifies how much node values vary across connected edges.
A probability distribution used to smooth categorical data by adding prior counts to observed frequencies.
Clear, explicit communication to users that content contains paid promotion or advertising.
A quantum NLP framework that models language using grammar-aware categorical structures for text analysis.
The logical flow and consistency of ideas across sentences in a text or conversation.
Examining how language serves specific communicative purposes in conversation, like validating feelings or paraphrasing.
Words or phrases that signal relationships between ideas, like 'therefore' or 'for example'.
Small words or phrases like 'well' or 'kind of' that convey emotion, intention, and interpersonal meaning in conversation.
The challenge of moving from discovering causal rules to engineering them into working systems.
A generative model that iteratively removes noise from discrete tokens (like words) to generate text, as an alternative to autoregressive decoding.
Generative models that iteratively denoise discrete tokens (like words) from noise to produce text.
Compressed representations of audio data stored as specific, distinct values rather than continuous numbers, making them efficient for storage and processing.
A mathematical framework for defining calculus operations (gradient, curl, divergence) on discrete geometric structures like cell complexes.
A real-valued alternative to FFT that decomposes signals into cosine and sine components without complex numbers.
A compressed representation where continuous data is converted into distinct, countable tokens or categories.
A communication channel where each transmitted symbol is corrupted independently with no memory of past transmissions.
A mathematical space representing probability distributions over discrete categories, used for modeling sequences and graphs.
Individual units of quantized information that represent audio in a compressed, symbolic form rather than continuous values.
Converting continuous numerical values into discrete bins or categories for processing by algorithms.
The error introduced by approximating a continuous process with discrete steps, a key concern in sampling algorithms.
The ability of a model to generalize across different mesh resolutions or numerical discretizations of the same continuous problem.
A pattern in token gradients that effectively distinguishes high-reward responses from low-reward ones.
A learned representation designed to distinguish between different classes or outcomes, rather than reconstruct input.
Separating different factors of variation (like expression and identity) in a model's learned representations.
When a policy or algorithm produces unequal outcomes for protected groups, even if not intentionally discriminatory.
Simple heuristic strategies for assigning jobs to machines, like prioritizing shortest jobs first.
Automatically generating training labels using heuristics or patterns instead of manual annotation.
A smaller, faster version of BERT that retains most of its language understanding ability while using fewer parameters and less computational power.
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.
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.
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.
Irrelevant information in the input that doesn't help solve the task but can distract models from focusing on key evidence.
A harmful task split across multiple user accounts so each individual transcript appears benign.
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.
Adjusting a model so its learned patterns match the actual distribution of data in a target domain.
A learned mechanism that controls which image features to modify based on their distance from the target feature distribution.
When the data distribution used for training differs from the distribution encountered during deployment, causing performance degradation.
Modifying a model's output probability distribution at inference time to satisfy constraints without changing the model's weights.
When a policy becomes overly specialized in reproducing successful behaviors without learning to handle diverse situations or recover from failures.
When a model encounters data that looks different from what it was trained on, causing performance to drop.
A guarantee that works regardless of the underlying data distribution, requiring no assumptions about how data is generated.
When a model's behavior diverges from the original training data distribution during fine-tuning or RL.
A mathematical space where words are represented as vectors based on their usage patterns in text, like GloVe or Word2Vec.
Ensuring benefits and harms are equitably distributed across agents rather than concentrated in hubs or privileged positions.
How well generated music matches the statistical distribution of real music across acoustic and structural features.
A systematic difference in how two groups (humans vs. LLMs) distribute their outputs across categories.
Forcing a model's output distribution to match a target distribution, here used to normalize reward structures across different tasks.
A measure comparing probability distributions rather than individual samples, useful for evaluating generative model quality.
Learning to predict probability distributions over outputs rather than single deterministic predictions.
When the statistical properties of data change over time, making old patterns unreliable for future predictions.
Finding solutions that work well across all possible data distributions within a defined uncertainty set.
A regularization technique that limits how far a model's distribution can drift from a reference distribution during training.
A penalty that prevents a model from changing its behavior too drastically by measuring the statistical distance between old and new policies.
The temporal pattern of prediction mismatches between teacher and student models across generation steps.
A mathematical property ensuring that a velocity field conserves mass (no fluid is created or destroyed at any point).
When a model trained with RL produces repetitive, similar outputs instead of varied responses, reducing usefulness.
A metric measuring the quality of unique answers generated relative to the best possible answer set of the same size.
A ranking method that prioritizes both relevance and variety, ensuring results cover different perspectives or approaches.
Breaking a large problem into smaller independent subproblems, solving each separately, then combining results.
Safety checks that DNA synthesis providers use to block orders for sequences that could be used to create dangerous pathogens.
The ability to identify and explain which retrieved documents contributed to a generated answer.
The natural division between separate documents used as a constraint to group tokens for shared expert selection.
The process of breaking long documents into smaller pieces before embedding them, which this model is optimized to work with effectively.
Automated checking of whether a document (like a contract) meets organizational policies and requirements.
The process of automatically pulling out specific structured information from documents, like names and dates from a resume.
Anchoring AI responses to specific source documents to ensure answers are based on provided content.
The ability to automatically extract, understand, and convert information from document images (like scans or forms) into structured, machine-readable formats.
The process of identifying and understanding the structure of a document, such as text regions, tables, and columns.
The process of automatically reading and extracting structured information like text, tables, and layout from documents.
Finding the relevant documents or passages from a large collection that are needed to answer a question.
The ability to maintain the original layout, formatting, and organization of a document when extracting text, rather than just outputting raw characters.
The ability to read and extract meaningful information from structured documents like receipts, invoices, and forms by recognizing both text and layout.
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.
Tasks that require processing, searching, and reasoning over large collections of documents to find answers.
Understanding and answering questions that require information from multiple parts of a full document.
The process of an AI agent consulting, reading, or creating documentation during software development tasks.
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.
A specialized expert in an MoE model trained to handle reasoning or task-specific knowledge rather than raw perception.
Deep knowledge and experience in a specific field or function that helps users leverage AI tools effectively.
The difference between synthetic training data and real-world data that can hurt model performance.
Training models to work well on new, unseen domains beyond their training data.
A technique that automatically creates many fake domain names to evade detection and maintain control of malicious infrastructure.
How well a model's responses are anchored in accurate, specialized knowledge specific to a field rather than generic or hallucinated information.
Specialized expertise and facts about a particular field or subject area that an AI model has learned during training.
When a model encounters data from a different source or environment than it was trained on, causing performance to drop.
A model fine-tuned or trained specifically to handle a particular data distribution or task variant.
When a model is trained to excel at a specific task or set of languages rather than being a general-purpose tool.
Programming languages designed for specialized tasks in particular industries or fields.
A predefined categorization system that organizes data sources (e.g., code, web, books, academic papers) into distinct domains.
Training technique using adversarial objectives to make model representations invariant across different data domains.
A model that works effectively across many different subject areas and use cases without needing to be retrained for each one.
Abstract problem formulations that can be recognized and solved across multiple unrelated academic fields.
A model's ability to understand and respond accurately to topics within a specific field or area of expertise it was trained on.
A language model specialized and fine-tuned for a specific subject area (like chemistry) rather than trained as a general-purpose system.
An AI planning algorithm that solves problems in any domain without domain-specific customization.
Learned representations that remain useful across different data sources or conditions despite their differences.
A distillation approach that routes different domains to specialized teachers, then combines their knowledge into one model.
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.
Tailored or optimized for a particular field or type of content, such as news, reviews, or scientific writing.
A test designed to measure AI performance on specialized tasks within a particular field or industry.
Assessment tailored to a particular field (like law) using metrics and error types relevant to that domain.
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.
The ability to generate text tailored to a particular field or context, such as legal documents, Wikipedia articles, or product reviews.
Specialized expertise required for a particular field, like vendor-specific scanner operations in medical imaging.
Specialized vocabulary and terminology unique to a particular field or industry, like medical jargon in healthcare or mathematical notation in physics.
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.
A language model trained specifically on data from one field (like biomedical research) rather than general internet text, making it excel at specialized tasks.
Training a model to excel at tasks within a particular field (like legal documents) rather than being a general-purpose model.
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.
Specialized workflows and methodologies unique to a particular field that require expert knowledge to execute correctly.
Training a model exclusively on data from a narrow domain (like Python code) rather than general text, making it highly specialized but less versatile.
Training or adapting a model to specialize in a particular field (like biomedicine) rather than performing equally well across all topics.
A model's understanding of specialized terms and concepts unique to a particular field, like medical terminology in biomedical text.
A mechanism property where bidders maximize profit by truthfully reporting their values, regardless of others' bids.
Velocity measurements from radar based on frequency shifts, indicating object motion relative to the sensor.
The ability to distinguish between different motion speeds based on frequency shifts in reflected radar signals.
A fine-tuning method that adapts model weights by separately learning magnitude and direction changes, extending LoRA.
A method of comparing two vectors by multiplying their components and summing the results, where vector magnitudes (length) affect the final score.
A causal inference method that remains valid if either the outcome model or treatment model is correct, providing robustness to misspecification.
A square matrix where all rows and columns sum to 1, used to represent valid probability distributions for mixing multiple streams.
Reducing an image's resolution by removing pixels, making it smaller and faster to process.
Converting coarse-resolution predictions (e.g., 25 km grid) to fine-resolution local predictions at specific locations.
A specialized AI model that receives requests routed to it by another system and performs the actual task or generates the final response.
A specific NLP application or problem that uses the output of a pre-trained model, such as classification, search, or similarity matching.
Specific applications or problems that use the output of a pretrained model, such as predicting protein structure or identifying protein function.
The smaller neural network component in speculative decoding that quickly generates candidate tokens before verification by the main model.
A smaller, faster model used in speculative decoding to quickly propose token sequences before a larger model verifies them.
A tree structure of multiple candidate token sequences proposed by a draft model, allowing parallel verification of multiple continuations.
A quantitative finance metric measuring the largest peak-to-trough decline in wallet balance and subsequent recovery.
Continuous tracking of whether a model's performance or fairness properties change over time as new data arrives.
A control policy that reduces the expected growth of queue sizes by prioritizing service to stabilize the system.
The process of automatically identifying and classifying different driving behaviors (e.g., aggressive vs. normal) from sensor data.
Forecasting how a patient or cell will react to a specific drug treatment based on molecular or clinical data.
A system with two separate neural networks—one that processes questions and one that processes documents—both converting their inputs into comparable vector embeddings.
The parallel development and deployment processes for machine learning models and traditional software components.
The danger that AI technology can be misused for harmful purposes despite benign original intent.
A model with separate encoders for two input modalities that map them into a shared embedding space.
Organizing information at two levels of detail: high-level task guidance and low-level step-by-step actions.
An approach that conditions a model on two complementary graph structures simultaneously to capture multiple constraints.
A system with separate memory components (Example and Reflection) that stores patterns and feedback to improve future decisions without model retraining.
Using two complementary memory systems to store and retrieve different types of information for decision-making.
Training models to process and align two different types of input data (like RGB and infrared images) simultaneously.
An approach combining two complementary methods—one for logical reasoning and one for learning patterns—to solve a problem better than either alone.
A single model trained to perform multiple distinct tasks, such as both text generation and embedding, rather than being specialized for just one.
Synthesizing an image that combines content structure from one reference image with visual style from another reference image.
A neural network design using two separate computation pathways for different functions.
An architecture using two parallel processing streams with different time scales—one dense and one sparse.
Knowledge or skills that can be applied in both harmful and benign contexts, requiring selective removal.
A minimal, non-functional model used for testing infrastructure and workflows without the computational cost of a real model.
Persistent memory that tracks an agent's progress, decisions, and learned strategies across multiple task attempts and sessions.
The ability to generate responses with a specific target length or speaking time.
A set of bets that guarantees profit against someone's probability assignments, revealing logical inconsistencies in their beliefs.
A social interaction or conversation between exactly two people.
Testing code by executing it to confirm whether identified weaknesses are actually exploitable.
An assessment approach that measures learning potential by observing how students respond to graduated hints and scaffolding.
Training approach that evaluates which skills remain helpful during learning and selectively retains only those that improve the current policy.
A setting where conditions, rules, or task requirements change over time rather than remaining static.
A formal system for reasoning about how beliefs and knowledge change when new information is revealed.
Building a network representation that changes over time to reflect evolving relationships, like road connectivity adjusted for traffic incidents.
Combining task-specific model parameters at inference time based on input features, rather than using a fixed merged model.
Automatically choosing the best execution approach (LLM reasoning, tool use, or code) for each step based on task requirements.
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.
An optimization method that breaks problems into smaller subproblems and solves them recursively, storing results to avoid recomputation.
Removing training samples during training based on their importance or quality, rather than before training starts.
A quantization approach that adjusts precision levels during inference based on the input data, optimizing the balance between speed and accuracy on-the-fly.
Automatically creating questions of varying difficulty that adjust in real time based on learner responses and comprehension.
The process of recovering or reconstructing the full range of brightness values lost when converting from HDR to standard video formats.
A measure of how well an algorithm performs compared to the best possible strategy that adapts to changing conditions.
Adjusting computational resources (like simulation count) during search based on observed performance rather than using fixed amounts.
Choosing packet paths through a network in real-time based on current network conditions.
Tracking how topics and their meanings change over time in a corpus of documents.
A quantum error-mitigation technique using carefully timed pulses to reduce the effects of noise on quantum circuits.
Mathematical models describing how systems evolve over time according to fixed rules.
Building neural network models that accurately capture the underlying rules governing how a system evolves over time.
A compressed representation of states that captures how the environment changes over time.
A technique for verifying program equivalence by representing multiple equivalent forms in a graph structure.
Identifying a problem or condition as soon as possible, before it becomes severe.
Stopping a model's computation before completion when sufficient confidence is reached, reducing computational cost.
Combining multimodal inputs (like text and images) at early layers of a model rather than after separate encoding.
Combining multiple objectives into a single weighted sum before training, which locks in a fixed trade-off.
Halting iterative training before convergence to prevent overfitting and control implicit regularization effects.
Extended Berkeley Packet Filter; a technology for running sandboxed programs in the OS kernel to monitor system behavior.
A recording of the electrical signals produced by the heart, used to detect heart problems.
Anchoring evaluation metrics to real-world costs like labor time or monetary value.
The ability to anticipate and address unusual or boundary conditions in code that might cause errors.
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.
Running a model directly on local devices like phones, tablets, or IoT hardware rather than sending data to a remote server.
A computer vision technique that identifies boundaries and outlines in images, often using algorithms like Canny edge detection.
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.
The process of validating and removing unnecessary connections in a graph to improve its quality and interpretability.
Computing infrastructure spanning from edge devices (sensors, local hardware) to centralized cloud servers.
The minimum number of character insertions, deletions, or substitutions needed to transform one string into another.
An AI-powered conversational tool designed to support student learning through dialogue and tutoring.
The magnitude of the actual difference between two models; smaller effects require more samples to detect reliably.
A model's built-in tendency to favor one answer over another, independent of the actual evidence.
Attention mechanisms designed to reduce computational or memory complexity compared to standard quadratic-scaling attention.
A mathematical object that characterizes the most precise possible estimator for a causal parameter under given assumptions.
Visual understanding from a first-person viewpoint, as seen from the wearer's perspective.
Understanding a scene from the viewpoint of a camera or observer positioned within the environment.
An AI system integrated directly into electronic health record software to assist clinicians with documentation or decision-making.
Mathematical technique that breaks down a matrix into its fundamental components to identify dominant patterns or modes in data.
A special function that remains proportional to itself when transformed by an operator, used to decompose system behavior.
A number describing the strength of a particular direction or mode in a matrix or data structure.
A mathematical equation that describes how arrival time changes across space, used here to guide navigation.
Dynamically adjusting the detail level and size of stored information based on current task relevance.
Simulating how deformable materials stretch, bend, and return to shape based on physical material properties.
A mechanism that dynamically selects which text tokens activate at which geometric scales, concentrating cross-modal computation where alignment is most needed.
A technique that protects important weights from previous tasks by adding a penalty term during learning.
A training objective used in probabilistic models to maximize the likelihood of observed data.
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.
Finding optimal delivery routes for electric vehicles that must visit customers within time windows and recharge at stations.
A recording of electrical brain activity used to detect neurological conditions like seizures.
Rapid, short-duration changes in electrical systems caused by faults or switching events.
A representation of molecular structure that tracks the number of electrons at each bonding, non-bonding, and hydrogen site.
Software tools and processes used to design, simulate, and verify electronic circuits and chips.
Digital records of patient medical history, diagnoses, medications, and clinical events stored in structured formats.
An exponential moving average copy of the student model used as a teacher, updated gradually to provide stable learning signals.
A specialized computing device with limited resources designed to run specific applications, often integrated into physical systems.
A hidden malicious objective that sabotages the main artifact itself, like degrading model performance or introducing bugs into optimized code.
A dense numerical vector that represents a word, sentence, or concept in a high-dimensional space.
Organizing vector representations of tokens into groups based on their semantic similarity.
The size of the numerical vector produced by an embedding model; larger dimensions capture more detail but require more storage and computation.
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.
The spatial structure and relationships between data points in a learned vector space.
Setting starting values for new token embeddings, often derived from related existing tokens.
Creating a mixed representation by blending multiple embeddings together using weighted combinations.
The learning rate specifically applied to the embedding layer, which can be scaled independently from other layers.
The length or scale of an embedding vector, typically ignored in cosine similarity but shown here to encode semantic information.
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.
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.
Adding controlled noise to vector representations of text to obscure sensitive information.
A numerical vector representation of text that captures semantic meaning for comparison and analysis.
A metric that measures how similar two pieces of content are by comparing their numerical vector representations.
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.
The problem where user or item embeddings become outdated and don't reflect recent interactions until the model is retrained.
Different ways to represent words as vectors (semantic, acoustic, or phonetic).
A lookup table storing learned vector representations for high-cardinality features like user IDs.
Using learned vector representations of text to identify patterns, here compared against structured graph extraction methods.
Removing duplicate or near-duplicate examples by comparing their vector representations in embedding space.
Comparing semantic representations (embeddings) to find similar content without reprocessing raw data.
Evaluation metrics like BERTScore that compare texts by measuring similarity of their learned vector representations.
A faster retrieval approach that converts queries and passages into numerical vectors separately, then compares them for similarity, rather than processing them together.
Numerical representations of text that capture semantic meaning, allowing the model to measure similarity between different words or phrases.
An AI system with physical sensors and actuators that perceives and acts in the real world, like a robot.
AI systems designed to interact with and understand the physical world through robotic bodies or sensors, rather than just processing text.
The process of choosing which action a robot should execute next based on perceived state and task context.
Real-world performance metrics for robots like task completion time, motion smoothness, and energy consumption.
Robot learning and control for physical interaction tasks using integrated sensing and actuation.
An AI model trained on real-world physical interactions and sensor data from robots, rather than text or simulations alone.
The ability to understand and reason about physical tasks and spatial relationships in the real world, not just abstract concepts.
The physical form or hardware platform (robot type) that executes learned policies.
A representation or model that works across different body types or physical forms without being specific to one.
The point during training when a model suddenly gains the ability to perform a task above a threshold accuracy.
Complex patterns and social dynamics that arise naturally from simple agent interactions without being explicitly programmed.
A measure of solution quality that arises from system dynamics rather than being explicitly defined beforehand.
When a model trained on narrow misaligned behavior generalizes to more severe harmful behaviors outside its training distribution.
The spread of emotions from one agent to others through interaction and observation.
Using emotionally-toned language or affective phrasing in prompts to influence model behavior.
The disconnect between a system's ability to perceive emotional cues and its actual use of those cues in decision-making.
The positive or negative quality of an emotion, ranging from negative to positive.
Training a model to recognize and respond to emotional context in conversations, prioritizing understanding and emotional connection over purely factual responses.
Instructing an LLM to generate responses with emotional awareness and compassion for patient concerns.
A method for learning prior distributions from data rather than specifying them in advance.
A probability distribution estimated directly from observed data samples.
An algorithm approach that finds the best solution by minimizing errors on observed data.
A neural network trained to mimic the behavior of a complex physical model or simulation.
A model component that transforms input sequences (like protein amino acids) into meaningful numerical representations without generating new sequences.
A neural network component that transforms input text into a compressed numerical representation, focusing on understanding and extracting meaning rather than generating new text.
A model designed to convert inputs (like images or text) into numerical representations for understanding, rather than generating new content.
A neural network that transforms input data into a compressed representation, rather than generating new text or making predictions.
Models like RoBERTa that process text to understand meaning, typically used for classification tasks.
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.
A neural network design where one component (encoder) processes input data and another component (decoder) generates output based on the encoder's understanding.
A neural network design that processes input text to understand and represent it, but cannot generate new text from scratch.
The tool or gripper at the end of a robot arm that physically interacts with objects in the environment.
The position and orientation of a robot's gripper or tool in 3D space.
Training data that only provides the final correct answer without showing the reasoning steps used to reach it.
An autonomous driving approach that directly maps sensor inputs to control outputs without explicit intermediate representations.
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.
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.
Security software that monitors and responds to suspicious activity on individual computers and devices.
An optimization algorithm that preserves energy while descending to escape local minima.
A function that assigns a scalar value to each point in a space, defining an unnormalized probability distribution.
A mathematical function that maps a system configuration to its total energy, used to derive forces.
A proper scoring rule for evaluating probabilistic forecasts that measures distance between predicted and observed samples.
A probabilistic model that assigns probability to configurations based on an energy function, lower energy = higher probability.
Recurring behaviors showing how users interact with content or systems over time.
A training technique where knowledge from multiple models is combined and compressed into a single, smaller model for better efficiency.
A statistical method using multiple model realizations to update parameters based on new observations.
Combining multiple models to make better predictions than any single model alone.
A safety technique that combines outputs from multiple models and selects the most agreed-upon result.
Probabilistic scores assigned to multiple documents that determine their relative contribution to the final answer.
A logical relationship where one statement necessarily follows from another; used here to verify if recommendations follow from guidelines.
A language model specifically optimized for business and organizational use cases, prioritizing reliability, consistency, and professional output over other characteristics.
The task of recognizing that different names or phrases refer to the same real-world concept, such as matching 'MI' with 'myocardial infarction'.
Maintaining the same appearance and identity of characters, objects, and locations across different scenes in a video.
Determining which specific entity (person, place, thing) a reference in text is pointing to when multiple possibilities exist.
Automatically identifying and pulling out specific names, places, or things from text.
The task of identifying mentions of real-world concepts in text and connecting them to their canonical definitions in a knowledge base or ontology.
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.
The task of identifying and labeling specific named entities (like drug names, diseases, or genes) within text.
A question-answering evaluation framework that tests whether models can retrieve factual information about specific entities.
A data structure that represents entities (like users or devices) and the typed relationships between them.
A visual representation of database structure showing entities, their attributes, and relationships between them.
A regularized version of optimal transport that adds entropy constraints to encourage smoother, more balanced assignments between sources and destinations.
When a model's output distribution becomes too narrow and predictable, reducing diversity in generated responses.
The gradient of prediction uncertainty with respect to visual embeddings, used to identify ambiguous regions.
Encouraging an agent to explore diverse state-action pairs by maximizing the entropy of its occupancy measure.
The average amount of information (in bits) produced per token by a language source, measuring its randomness.
Adding a penalty term based on policy entropy to encourage exploration and prevent premature convergence.
Controlling the randomness of a model's outputs to prevent it from becoming too deterministic or too random during training.
A decoding approach that continues unmasking tokens until cumulative entropy exceeds a threshold, balancing generation speed and quality.
A sampling algorithm that identifies key decision points in reasoning using token entropy and resamples from those positions to improve mixing efficiency.
System state where the ability to generate random numbers becomes the limiting factor rather than arithmetic computation.
Designing the resources, constraints, and interfaces that shape how an agent behaves and explores solutions.
A model's ability to perform well in new environments or settings different from those seen during training.
Automated creation of task specifications and evaluation settings for training or testing agents.
The process of rebuilding an executable workspace or system state from historical records of operations performed on it.
AI system's ability to store and recall specific past events or experiences.
Responsibility for being transparent about how a system evaluates truth claims and knowledge.
A situation where different participants have different information or knowledge about the same topic.
The effects of AI on how people know things, what they believe, and how they form and share knowledge.
New information or evidence that an agent receives and must incorporate into its existing beliefs.
The preservation of an agent's ability to form accurate beliefs and maintain truthful internal representations.
The degree to which discourse relies on evidence-based reasoning versus intuition and subjective belief.
Uncertainty from lack of knowledge that can be reduced with more data or better models.
A fairness metric measuring the difference in false positive or false negative rates between demographic groups.
A mathematical relationship describing how a material's volume changes with temperature and pressure.
Using an algorithm or solver to find the Nash equilibrium strategies for a game.
A phenomenon where the model learns to place its initial output near the fixed point, allowing inference without iteration.
A traffic modeling approach that predicts how drivers distribute across routes when each driver minimizes their own travel time.
An iterative process where agents adjust their decisions until reaching a stable state where no agent benefits from unilateral changes.
A model design that respects the order or structure of input channels, maintaining consistency regardless of how channels are arranged.
Neural networks designed to respect geometric symmetries and transformations in molecular or crystal structures.
The assumption that time-averaged statistics of a single long simulation equal ensemble averages across many samples.
How well a design follows established principles for human comfort, safety, and efficient use of space.
Systematic examination of model failures to identify patterns and root causes beyond aggregate metrics.
A technique used during quantization to detect and compensate for accuracy loss, helping preserve the model's output quality despite aggressive bit-reduction.
A measure of how often two models make mistakes on the same examples, typically measured pairwise.
A technique that accumulates and corrects for errors from previous steps to improve convergence in distributed training.
The size or severity of mistakes a model makes, not just whether it got the answer right or wrong.
Firmware algorithms that detect and correct errors in memory to maintain reliability as storage density increases.
How mistakes in early steps of a process accumulate and worsen downstream results.
A mechanism to detect failures during reasoning and autonomously correct course through backtracking or alternative paths.
A structured classification system that categorizes different types of errors to enable systematic analysis and mitigation.
AI systems with sufficient access to their own runtime that they could potentially circumvent internal safety controls.
A topological invariant that counts connected components, holes, and voids in a shape to characterize its structure.
A numerical method for simulating continuous stochastic differential equations in discrete time steps.
A standard test used to measure how well an AI model performs, which can embed biases about what counts as good output.
Systematic errors in how model outputs are assessed that don't reflect true quality or improvement.
When an evaluator systematically biases its judgments based on contextual information rather than actual content quality.
When AI judges appear to agree on scores but are actually using shallow patterns rather than substantive reasoning about quality.
A quantitative measure used to assess how well a model or system performs on a specific task.
A specialized language model trained to assess and score the quality of outputs from other AI models, acting as an automated judge.
Systematic preference or tendency in how an LLM judges or scores outputs, affecting downstream decisions.
Successfully executing an attack while avoiding detection by monitoring or safety systems.
An attack where an adversary modifies input features at test time to fool a deployed classifier.
A sensor that captures pixel-level brightness changes asynchronously, producing sparse temporal event streams.
Temporal representations that capture when and how much change occurs in music or video.
Automatically detecting higher-level events from lower-level timestamped observations using logical rules.
Grouping related incident reports together to identify a single underlying problem from multiple user descriptions.
How a model internally encodes and processes discrete events (like blinks) versus continuous states (like position).
Recording all changes to data as a sequence of immutable events for full history tracking.
A generalized pattern representing a class of similar log messages with variable fields.
Making scheduling decisions when events occur (like job arrivals) rather than at fixed time intervals.
Summarizing memory at natural task boundaries (e.g., when a subtask completes) rather than at fixed intervals.
A decision system that routes tasks based on triggering events and conditions to determine which action or agent to use.
Collecting and combining signals across multiple training runs to determine which operations reliably improve performance.
Combining information from multiple frames or observations to make a single robust decision or diagnosis.
The process of deciding which information source to trust when conflicting evidence supports different conclusions.
When a model's answer directly contradicts the provided evidence or clinical guidelines.
A model's ability to change its predictions based on whether evidence supports or contradicts a claim.
Automatically identifying and pulling out specific supporting details from text to explain a model's prediction.
When an AI model generates false or unsupported medical evidence or citations to justify its recommendations.
A structured representation that tracks discovered information and links each fact to its source, showing relationships between entities and attributes.
Linking AI outputs to specific source documents or facts that support them.
A collection of diverse, complementary pieces of evidence retrieved to support multi-faceted reasoning.
A hierarchical structure of sub-questions built from evidence, where leaf nodes are atomic evaluation targets.
Reasoning and conclusions directly supported by observed data rather than abstract summaries or precomputed features.
A collection of examples annotated with factual evidence and context to support analysis and model training.
Fixing errors in code or theory by using specific signals like test failures and reviewer feedback to target the root cause.
A method for uncertainty estimation that models class probabilities using Dirichlet distributions predicted by a neural network.
A method that combines multiple predictions while quantifying uncertainty using evidence theory.
A training method that gradually increases the complexity of instructions given to a model, helping it learn to handle increasingly difficult tasks.
An optimization method inspired by natural selection that iteratively improves a population of candidate solutions.
A policy learned using evolutionary algorithms (like genetic algorithms) rather than gradient-based optimization.
The six types of changes ideas undergo: inheritance, mutation, loss, external import, novel insertion, and recombination.
An AI optimization technique that mimics natural selection to explore and improve solutions over many iterations.
A statistical property ensuring that the order of data points doesn't matter, required for conformal prediction to provide valid guarantees.
Saving and reusing working code solutions instead of text descriptions for repeated tasks.
Stateful, runnable systems that simulate real-world tool interactions and can verify agent actions.
A runtime enforcement layer that intercepts and validates all mutation requests before they reach infrastructure APIs.
Detailed analysis of why an action succeeded or failed, beyond just binary success/failure signals.
Continuous-valued supervision signal derived from running and evaluating code outputs without requiring ground-truth solutions.
Anchoring AI-generated questions and explanations to actual runtime behavior and concrete execution traces.
A detailed strategy for solving a problem, which can be implemented and tested before committing to a final answer.
Alternative approaches an agent can use to accomplish a task on a specific device (e.g., CLI vs GUI).
A record of every step a program takes as it runs, including variable values and function calls.
Detailed information about what happened during a program's execution, used to diagnose failures.
Validating agent behavior by running code and checking if outputs match expected results, rather than relying on static analysis.
Evaluation measures based on actually running code and tests, rather than static analysis alone.
Training a model on examples where the correctness of outputs is verified by actually running the code.
Predicting how much information and effort a task requires before committing computational resources.
Safety enforcement applied at the moment an AI system takes action, separate from training or inference-time controls.
A central decision-making component that coordinates different memory systems and determines what information becomes accessible.
A lightweight runtime framework that optimizes and executes AI models efficiently on mobile and edge devices with limited computational resources.
A small stored set of examples from earlier training phases used to preserve knowledge during continual learning.
A variable in a causal model that is not caused by any other variables in the model; represents external sources of randomness.
A metric measuring the gap between a model's predicted confidence and its actual accuracy across predictions.
A quantity minimized by agents to balance reducing uncertainty and achieving goals through action selection.
An acquisition function that selects points likely to improve over the current best solution.
A memory that stores past interactions or failure cases to train models on diverse scenarios beyond just new data.
Using knowledge or solutions from previous tasks to improve performance on new or related tasks.
Natural-language distillations of problem-solving strategies and lessons extracted from past solution attempts.
Useful patterns and insights extracted from real-world interactions and deployment experience.
Learning through direct interaction with the environment and feedback from actions taken.
Strategically choosing which experiments to run to maximize information gain given a limited budget.
The process of testing hypotheses through controlled experiments to uncover causal relationships.
Data, metrics, and logs collected from running experiments that inform whether changes are working.
A model still in development or testing phase that may have limitations, bugs, or incomplete features but offers early access to new capabilities.
An early version of a model released for testing and feedback, which may have bugs or incomplete features compared to stable versions.
A measure of how much each expert in an MoE model contributes to the final output, used to decide which experts need higher precision.
Distributing mixture-of-experts layers across devices so different experts run on different hardware.
The mechanism in a mixture-of-experts model that decides which specialized sub-networks should process each piece of input.
The process where different experts in an MoE learn to handle distinct types of inputs or tasks (e.g., code vs. math).
A hand-crafted rule-based system that encodes domain knowledge to solve tasks without learning from data.
How evenly the workload is distributed across experts; balanced utilization prevents some experts from being unused.
A human-AI collaboration where domain experts review and correct AI-generated outputs to improve system performance.
The ability to understand and interpret why an AI model made a specific decision or prediction.
Methods and techniques that make AI model decisions understandable and interpretable to humans.
Whether a model applies the same reasoning strategy (highlights the same regions) across different instances of the same class.
A learned binary or continuous mask that highlights which parts of an input are important for a prediction.
Detailed 3D structure represented as concrete geometric attributes like depth or surface properties.
A detailed encoding of 3D structure using concrete geometric attributes like depth, surface normals, or point clouds.
A mode where a model generates visible reasoning steps before producing a final answer, allowing you to see its problem-solving process.
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.
A technique or code that takes advantage of a software vulnerability to gain unauthorized access or control.
The maximum gain a player can achieve by deviating from an equilibrium strategy.
The process of trying diverse actions during training to discover which ones lead to better outcomes.
An additional reward signal added to encourage agents to visit unfamiliar states and discover new information.
Balancing between exploiting known good solutions and exploring new possibilities to find better ones.
Generating multiple diverse reasoning paths early in problem-solving, indicated by lower confidence in initial steps.
A weighted average that gives more importance to recent values than older ones.
A metric measuring the share of job tasks that an AI model can assist with or automate.
A model's ability to handle facial expressions it wasn't explicitly trained on by learning underlying expression patterns.
The capability to work with and maintain understanding across large amounts of text or multiple documents during reasoning.
Estimating both the position and shape of objects that occupy multiple sensor measurements.
A capability that allows a model to think through complex problems step-by-step internally before providing a final answer.
A reasoning technique where a model works through a problem step-by-step internally before providing an answer, improving accuracy on complex tasks.
Standard online learning metric measuring performance against a fixed best strategy, without accounting for opponent adaptation.
Reward signals based on computational verification methods rather than the model's own internal signals.
Testing a model trained on one hospital's data on patients from a different hospital to check if it generalizes beyond its training site.
Whether results from a controlled study apply to real-world situations outside the lab.
The practice of having a model explicitly output its internal thought process and problem-solving steps rather than keeping them hidden.
Predicting model behavior in a region (like very large training runs) based on observations from smaller regions.
Making predictions beyond the range of training data, such as forecasting system behavior at untested excitation levels.
Technology that records where and how a person's eyes move while reading or viewing content.
A classification metric that balances precision and recall, useful for imbalanced datasets.
Automated verification that an AI system's claims are grounded in evidence and don't contain hallucinated or unsupported statements.
Technology that identifies or verifies people by analyzing facial features in images.
A hierarchical classification system with multiple independent dimensions for organizing and browsing information.
Generating 3D facial motion and deformations, typically driven by audio or text input.
An optimization technique that selects diverse items by maximizing how well they represent the full set of options.
The process of verifying claims against reliable sources to determine their accuracy.
Verifying if claims are true using only an LLM's internal knowledge, without searching external databases.
A decomposition of norm computation into smaller intermediate terms to avoid materializing large dense matrices.
How often an AI model produces correct, verifiable information without errors or false claims.
Whether a generated response includes all necessary and relevant information, not just whether individual claims are correct.
Whether generated text accurately reflects and doesn't contradict the source material or known facts.
How current and up-to-date a model's knowledge is, particularly regarding recent events and facts.
Anchoring a model's responses to verified, real-world information rather than relying solely on patterns learned during training.
An LLM's ability to accurately retrieve and output factual information from its training data.
Whether a language model answers questions correctly based on accurate information.
Evaluation measures that assess whether generated summaries contain accurate, verifiable information from the source.
A safety mechanism that defaults to denying/blocking actions when uncertain, rather than allowing them.
A compact representation of what went wrong that helps determine whether recovery is local or requires global replanning.
A structured catalog that maps and categorizes different types of AI failures with their characteristics and severity levels.
A group of related system components or subsystems that share common failure modes and characteristics.
A specific way a system can fail or produce incorrect results, such as getting stuck in loops or stopping prematurely.
The quantified likelihood that an AI system will make a harmful or incorrect decision in real-world deployment.
The process of tracing how a failure in one system component cascades to affect other components or system functions.
Guidelines making data Findable, Accessible, Interoperable, and Reusable by machines and humans.
A legal doctrine allowing limited use of copyrighted material without permission, often evaluated by market effect on the original work.
Systematic evaluation of an AI system to detect and measure bias across demographic groups or decision scenarios.
Whether an AI model's stated reasoning actually explains how it arrived at its answer, or if it's post-hoc justification.
The task of identifying false or misleading news articles, typically framed as a classification problem.
A predefined alternative action or process triggered when an agent fails or produces unreliable results.
A cyberattack where attackers insert malicious data into sensor measurements to deceive control systems.
A statistical control method that limits the expected proportion of false positives among all positive findings in multiple hypothesis tests.
When incorrect or outdated information from past interactions influences future reasoning.
The percentage of actual threats that a detection system fails to identify, missing real attacks.
The percentage of benign activities incorrectly flagged as threats by a detection system.
The ability to identify when a question contains incorrect assumptions or fabricated facts before answering.
An information-theoretic bound that sets a lower limit on classification error based on the mutual information between input and output.
A greedy algorithm that selects points by always choosing the one farthest from previously selected points.
A method for efficiently updating model parameters or memory states during forward passes without full recomputation.
Rapidly updated weight parameters that change during inference to capture task-specific or context-specific information.
Model parameters that are quickly adapted during inference to capture task-specific or input-specific patterns.
Technology that identifies when equipment is malfunctioning and determines the root cause of the problem.
Pinpointing the exact location of bugs or errors in code or systems.
A graph showing how errors flow through transformer components from their origin to observable symptoms.
The ability of a system to continue operating correctly even when components fail.
Automatically checking whether a problem instance has at least one valid solution before using it for testing.
When general features develop arbitrary exceptions or special cases, reducing their coherence and interpretability.
Enhancing a model by adding hand-crafted or extracted features (like linguistic metrics) alongside learned representations.
The representation of which visual features (color, shape, texture) are grouped together as part of a single object.
Storing intermediate computed features during inference to reuse them in later steps, reducing redundant computation.
Converting raw data (like spatial or categorical information) into numerical representations suitable for machine learning models.
The process of selecting and designing input features that a machine learning model uses to make predictions.
The process of using a model to convert raw input text into numerical representations (features) that capture the meaning of the text.
When a single concept is scattered across many separate features instead of being cleanly captured by one or a coherent group.
A measure of how much each input variable contributes to a model's predictions.
How multiple input features combine together to influence a model's prediction, beyond their individual effects.
A method to identify how combinations of input features jointly influence a model's predictions, beyond individual feature effects.
The process where a neural network learns to extract useful patterns from raw data during training.
A measure of how well different visual concepts can be distinguished in a model's learned feature space.
The process of identifying and aligning distinctive visual patterns across multiple images to reconstruct 3D structure.
The shift in which layer of a neural network most strongly detects a particular feature during training.
A learned or engineered encoding that captures important patterns in data for downstream tasks.
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.
Choosing a subset of relevant input variables to improve model performance and interpretability.
When a single semantic concept is fragmented across multiple redundant latent features instead of being represented by one unified feature.
Combining raw or intermediate representations from different modalities before making predictions.
A technique that dynamically adjusts learned representations by scaling and shifting features based on problem-specific conditions.
Training models across multiple devices without centralizing sensitive data in one place.
A standard neural network layer in transformers that processes information independently at each position.
A neural network that processes input in a single forward pass without recurrence or iterative refinement.
The method used to apply feedback text to refine and improve a search query representation.
Information from user interactions used to guide model training or improvement.
Where the text used to improve a search query comes from, such as LLM-generated text or actual documents.
Using execution results and error signals to adaptively adjust agent behavior and improve reliability over time.
Training or prompting a model with only a small number of examples to perform a new task.
Providing a language model with a small number of examples to guide it toward the desired output format or behavior.
Generating outputs in a small number of inference steps rather than many, enabling faster generation at the cost of potential quality trade-offs.
A standard format for exchanging healthcare data between systems, enabling structured and interoperable clinical information.
A game-theoretic learning process where players iteratively update strategies by best-responding to the empirical distribution of opponents' past actions.
Fréchet Inception Distance—a metric evaluating generative model quality by comparing feature distributions of real and generated images.
The degree to which a quantized or compressed model preserves the quality and accuracy of the original full-precision model.
A filtering mechanism that only includes accurately generated entity appearances in consistency evaluation metrics.
A measure of how well an explanation captures the true reasoning of a model by testing prediction changes.
Reconfigurable hardware that can implement custom logic circuits, enabling deterministic execution of coordination rules.
A code completion technique where the model predicts missing code between existing lines, rather than only generating code forward from a starting point.
A BERT-based language model fine-tuned on financial text for sentiment analysis and financial NLP tasks.
Detailed evaluation that breaks down performance into specific error types rather than just pass/fail.
Distinguishing between very similar categories, like telling apart different bird species rather than just identifying 'bird vs. not bird'.
The ability to accurately generate readable text and small details within generated images.
Small, specific visual elements in an image, such as text within a photo or subtle differences between similar objects.
The ability to further train or customize a pre-trained model on your own data to adapt it for specific tasks or domains.
A model created by training an existing pre-trained model on new data to specialize it for specific tasks or behaviors.
A pre-trained model further trained on a smaller, task-specific dataset to improve performance on that task.
A pre-trained model adapted for a specific task or style using additional training data.
The process of further training a pre-trained model on new data to adapt it for specific tasks or domains.
Explicit assignment of which fingers control which task, preventing conflicting commands to the same actuators.
Extracting distinctive characteristics from a system to identify it uniquely, like a digital fingerprint.
A numerical technique that breaks a complex domain into small pieces to solve physics equations approximately.
Mathematical structures with finitely many elements where arithmetic operations follow specific rules.
A problem setting with a fixed, known endpoint in time, as opposed to indefinite or infinite-horizon problems.
Mathematical bounds that hold for any fixed amount of data, not just in the limit of infinite samples.
A system where samples or tasks move through predefined states with explicit rules governing allowed transitions.
A recurrent neural network model where neurons output continuous activation rates rather than discrete spikes.
A formal language for expressing rules and constraints using predicates, variables, and logical operators.
A point where the gradient of the objective function lies in the normal space to the feasible region.
The time it takes for a stochastic process to reach a target state for the first time.
The initial search system that finds candidate documents before refinement techniques are applied.
The percentage of tasks completed correctly on the first attempt without requiring corrections.
A measure of how similarly two tasks update model parameters, computed from the geometry of gradients in activation space.
A metric measuring the difference between score functions of two distributions.
A matrix that captures the curvature of the loss landscape in a way that's invariant to how you parameterize the model.
A variant of dynamic programming that first estimates unknown functions (like demand) from data, then uses those estimates for optimization.
A moment when the eye pauses on a specific location while viewing an image, typically lasting 100-500 milliseconds.
An estimation technique that waits a bounded number of steps before making decisions, using observed data to improve predictions.
Repeatedly applying a function until it converges to a stable value, used here for test-time computation in looped models.
Finding a stable state where a function's output equals its input, used here to refine embeddings iteratively.
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.
A company's primary, most capable model designed to showcase their best technology and handle the most demanding use cases.
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.
Software abstraction that maps logical addresses to physical memory locations in SSDs, managing wear and errors.
Dynamically allocating wireless frequencies based on real-time demand instead of fixed assignments.
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).
The process of deciding where to place components on a chip to meet design constraints and performance goals.
Generating data by learning reversible transformations between simple and complex distributions.
Computing pixel-level motion vectors between frames to guide alignment and temporal processing in video tasks.
A learned function that maps an initial state to a future state by following the dynamics of a system.
A generative modeling technique that learns to transform random noise into realistic data by following learned flow paths.
Generative models that learn to transform random noise into structured outputs by matching probability flow paths.
Frequency-modulated continuous wave radar that measures distance and motion by analyzing frequency shifts in reflected signals.
Functional magnetic resonance imaging; a non-invasive technique measuring brain activity through blood flow changes.
A training approach combining focal loss (which focuses on hard examples) with contrastive learning to handle imbalanced datasets.
A training approach combining focal loss (which emphasizes hard examples) with contrastive learning to handle imbalanced datasets.
Custom sound effects created to match specific actions or movements in video, like footsteps or door slams.
An online learning algorithm that selects actions by optimizing past losses plus a regularization term to encourage exploration.
Technique that aligns spoken words to their timestamps in audio by constraining the alignment to match a known transcript.
Training data partitions where forget sets contain knowledge to remove and retain sets contain knowledge to preserve.
A parameter that controls how quickly a filter discounts old data, balancing between adapting to new conditions and maintaining stability.
The tension between successfully removing harmful knowledge and maintaining useful model capabilities.
Testing reward hypotheses by branching from shared policy checkpoints and comparing short-horizon performance to assess reward quality.
Mathematical statements and proofs written in a machine-checkable language that a computer can verify for correctness.
A mathematically rigorous proof written in a language that a computer can verify for correctness, rather than a human-readable explanation.
Expressing system requirements or policies in a precise mathematical language that tools can automatically verify.
A graph encoding which theorems logically depend on which others, capturing what can validly follow in formal mathematics.
Using formal logic and proof assistants to verify mathematical statements with complete rigor, typically in languages like Lean or Coq.
Mathematical proof that a system meets its specifications, here implemented in Lean 4 to certify material stability predictions.
Real-time guidance given to students during learning to help them improve, rather than just assigning a final grade.
Simulating a robot's future states by repeatedly applying its dynamics model to predict outcomes of candidate actions.
A numerical method that approximates solutions to differential equations using small discrete steps.
A training objective that penalizes the model for assigning probability to regions the true distribution doesn't cover.
A single computation cycle where input data flows through the model's layers to produce an output prediction.
An agent's reasoning about future consequences and goals rather than just reacting to past events.
An efficient method for computing derivatives by propagating changes forward through a computation graph.
A large pre-trained model that serves as a starting point for building other models, rather than being trained from scratch.
The underlying structural design of a neural network that determines how it processes and learns from data, distinct from standard transformer designs.
Large pre-trained AI models that can be adapted to many different tasks without starting from scratch.
Mathematical representation showing which frequencies (periodic patterns) are present in data.
Representing continuous values (like time) as sums of sine and cosine functions to help networks learn periodic patterns.
Decomposing learned weights into frequency components to isolate task-relevant circuits from noise or adversarial patterns.
A neural operator that parameterizes convolutions in the complex Fourier domain using FFT for efficient PDE solving.
The study of light propagation and diffraction using Fourier analysis and frequency-domain methods.
Expressing a function or signal as a sum of sinusoidal components with different frequencies.
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.
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.
A 4-bit number format used in quantization that represents values with minimal precision, significantly shrinking model size while maintaining reasonable accuracy.
A 4-bit floating-point number format that represents model weights with very low precision, enabling extremely efficient inference on compatible hardware.
A ultra-low precision format using 4-bit floating-point numbers to represent model weights, enabling extreme compression.
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.
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.
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.
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.
An 8-bit numerical format that stores numbers with reduced precision compared to standard formats, enabling smaller model sizes and faster computation.
A data format that stores numbers using 8 bits instead of the standard 32 bits, significantly reducing memory requirements with minimal quality loss.
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.
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.
A set that an optimization trajectory converges to, with self-similar structure at multiple scales rather than converging to a single point.
Recognition that an existing mathematical or conceptual framework cannot fully capture or solve a problem.
A bias where the way information is presented (e.g., as a risk or opportunity) influences decision-making.
A projection-free optimization algorithm that iteratively selects extreme points to build sparse solutions efficiently.
A metric measuring the quality of generated images by comparing feature distributions to real data.
A metric measuring the distributional similarity between generated and real music based on acoustic features.
A metric measuring the quality of generated videos by comparing feature distributions to real videos.
A model's ability to produce answers without predefined options, requiring genuine recall and reasoning.
How often different facts or tokens appear in training data, which affects what models learn.
Decomposing signals into high-frequency (details, edges) and low-frequency (overall structure, semantics) components.
Evaluating model performance separately for rare, medium, and common classes to reveal patterns hidden by overall metrics.
The automated creation of user interface code and visual elements based on descriptions or specifications.
The hardest problems in a training set where models currently fail, representing the boundary of current capability.
A state-of-the-art AI model representing the cutting edge of what's currently possible in terms of capability and performance.
State-of-the-art, cutting-edge AI models that represent the current best performance in the field.
A model that represents the current state-of-the-art or cutting edge in AI capabilities, competing with the most advanced models available.
The largest and most advanced language models available, representing the cutting edge of AI capabilities.
A cutting-edge AI model representing the current state-of-the-art in performance and reasoning capabilities.
A pre-trained model component that is kept unchanged during training to preserve its learned knowledge.
A pre-trained language model whose weights are not updated during inference or deployment, only its outputs are modified.
An arbitrary numerical adjustment that makes code pass tests but has no basis in the underlying theory.
A conversation model that can listen and speak at the same time, enabling more natural simultaneous interaction.
A model using standard 32-bit floating-point numbers to represent weights, providing maximum accuracy but requiring more memory.
Model parameters stored at maximum numerical accuracy (typically 32-bit floating point), which provides the best quality but requires more memory and computation.
The ability of a model to output structured requests to invoke external tools or APIs rather than generating free-form text.
Internal model representations that encode what tasks do, allowing comparison of task similarity and prediction of learning trajectories.
Vector representations of tasks extracted from model activations during in-context learning.
Growing a model's capacity while mathematically guaranteeing it behaves identically to the original at the start.
Mathematical operations like rotations that rearrange a model's weights without changing what the model computes.
Whether code produces the correct output and passes automated tests, independent of style or review requirements.
A mapping between adaptive bases in function spaces that captures relationships between continuous fields.
Specifications describing what a software system should do and its specific behaviors and features.
When only a small subset of parameter changes actually contribute to improved task performance despite large overall model drift.
A discrete token that encodes both an agentic operation and latent visual reasoning capability without explicit visual supervision.
An attention mechanism that progressively compresses and simplifies the input sequence, reducing computational cost while maintaining important information.
GPU operations combined into a single kernel to reduce memory traffic and improve computational efficiency.
Automatically testing software by feeding it random or malformed inputs to find crashes or vulnerabilities.
A reasoning system that handles uncertainty by allowing truth values between 0 and 1, rather than strict true/false.
Logic-based rules that handle uncertainty and gradual membership rather than strict true/false classifications.
Comparing text strings by measuring character-level similarity rather than exact matches.
A mechanism where a context signal scales the magnitude of state-dependent responses without changing their underlying structure.
A formal notation for encoding game rules so different AI systems can play the same game consistently.
A stable state where no agent can improve their outcome by unilaterally changing their strategy.
A quantum error-mitigation technique that randomizes gate errors to make them more uniform and easier to characterize.
A learned mechanism that combines multiple signals or predictions using gates to weight their contributions.
A learned mechanism that selectively applies corrections to predictions based on per-dimension scaling factors.
A learnable gate that controls which features are emphasized based on input context.
A neuron that controls whether tokens are routed to standard or exception processing paths.
A learned or rule-based function that selectively enables or disables components based on input conditions.
A mathematical property ensuring a model's predictions remain consistent regardless of arbitrary coordinate system choices or numerical representations.
Invariance of a loss function under certain transformations that don't change the actual model output.
An optimizer that respects the mathematical symmetries of the loss function, enabling implicit bias toward low-rank solutions.
A probabilistic model that represents data as a weighted combination of multiple Gaussian distributions, useful for capturing complex motion patterns.
A regression technique using Gaussian mixture models to learn and reproduce trajectories from demonstration data.
A statistical model that learns patterns from data and provides uncertainty estimates for predictions.
Systematic tendency of models to favor one gender over others in language generation and translation tasks.
The capability to think through problems logically, break down complex questions, and arrive at conclusions across a wide variety of topics.
Designed to handle a wide variety of different tasks rather than being specialized for one specific domain.
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.
An AI model designed to handle many different types of tasks well, rather than being specialized for one specific domain.
A model trained to perform well across many different types of tasks rather than being specialized for one specific domain.
A robot trained to perform many different everyday tasks rather than being specialized for one specific job.
A model's ability to perform well on new, unseen data that differs from what it was trained on.
A theoretical guarantee on how well a model trained on sample data will perform on unseen data.
The difference between a model's performance on training data versus unseen test data.
A unified abstraction layer for all persistent state, memory, and data in a system.
A mathematical method for aligning and comparing representations across different neural networks by finding optimal rotations.
A workflow where a model generates output, evaluates its quality, and regenerates if needed to improve results.
An inference approach where a model generates an intermediate image before answering a question about it.
A model with two competing networks—one generates samples while the other tries to distinguish real from fake.
Vector representations of text created by generative language models that capture semantic meaning.
A probabilistic framework that generates samples with probability proportional to a reward function, useful for optimization tasks like molecule discovery.
A framework for sampling from complex distributions by learning a policy that generates trajectories proportional to a reward signal.
Using language models to generate structured information from text rather than identifying fixed spans, allowing more flexible output formats.
A model trained to generate new text by predicting the next word or sequence of words based on patterns it learned during training.
An AI model trained to create new data (like images) that resembles its training data.
Additional training phase after initial pretraining that uses generative tasks to improve model capabilities.
A model's procedure for creating new outputs (like floor plans) based on learned patterns from training data.
A recommendation approach that predicts users' next interactions by generating item tokens based on historical behavior patterns.
A model that ranks or compares responses rather than assigning fixed numerical scores to individual outputs.
A methodology that grows phenomena from micro-level interaction conditions to identify sufficient mechanisms, detect thresholds, and design safety interventions.
Search systems that synthesize information from multiple sources into direct answers rather than ranking individual pages.
Matrices used to encode data into codewords in error-correcting codes.
A metaheuristic optimization method inspired by natural selection that evolves candidate solutions over generations.
An evolutionary algorithm that generates candidate equations by combining and mutating mathematical expressions.
Modifying web content to increase likelihood of selection and citation by generative search engines.
The shortest path between two points along a curved surface, as opposed to straight-line distance.
Checking that spatial analysis results are realistic (e.g., no negative distances, valid coordinate ranges, sensible geographic relationships).
A mathematical framework (Clifford algebras) that extends vectors with operations for rotations, reflections, and higher-dimensional relationships.
Structural constraints added to a model to encode domain knowledge about geometry, such as crystal lattice properties.
Maintaining structural and spatial accuracy across multiple views or representations of a 3D object.
The alignment between router weight directions and expert weight directions that emerges during training.
Machine learning methods that respect the geometric structure of data, useful for standardizing diverse data types.
A pretrained neural network that understands and represents 3D spatial geometry and object structure.
Existing spatial information (like an old elevation map) used to guide or constrain 3D reconstruction.
Building a 3D model of a scene from video or images by estimating depth and camera motion.
Property where data points can be separated into groups using a linear boundary in vector space.
Explicitly modeling the 3D shape and surface properties of objects in a scene.
Learning spatial transformations that correctly position reflected content within mirror regions.
Pre-trained models specialized in understanding 3D geometric structure from images, used as a base for reconstruction tasks.
Multimodal representations that preserve spatial and geometric information about the scene to maintain disambiguating context.
Using machine learning and statistics to analyze data tied to geographic locations.
Geographic information stored as points, lines, and polygons with associated attributes and coordinates.
A file format for quantized models designed for efficient CPU and GPU inference with llama.cpp.
A file format designed for efficient storage and loading of large language and embedding models, optimized for fast inference on various hardware.
A thermodynamic quantity that determines whether a material phase is stable at a given temperature and pressure.
A mathematical technique for reweighting probability distributions along trajectories without computing gradients.
Attention mechanism where each token can attend to all preceding tokens in the sequence.
Populations and nations that represent the numerical majority of the world but are historically marginalized in Western-dominated systems.
When an AI agent gradually abandons its original objective and pursues different goals instead.
A low-dimensional vector that captures task identity and enables rapid adaptation to new tasks without retraining.
When an AI system's stated objective doesn't match the actual intended outcome, leading to unintended behaviors.
Converting an abstract goal into concrete, measurable tasks and evaluation criteria.
A system that adapts its behavior based on an inferred or specified goal or intent.
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.
A learned policy that generates corrective actions to move a system toward a specified target state or goal.
The likelihood that an agent successfully reaches and maintains a target state or goal under a given policy.
A reference dataset of correct answers used to evaluate model accuracy.
Training a retriever to rank examples by their usefulness for solving a problem, using ground-truth solution outcomes.
A result showing that at maximum growth (r=g), human wealth share decays exponentially at the consumption rate unless ownership is legally protected.
The divergence between a proxy metric (learned reward) and true performance when the proxy is optimized directly.
A decentralized consensus method where nodes iteratively average values with neighbors to reach agreement without central coordination.
A peer-to-peer communication method where nodes randomly exchange information with neighbors, eventually propagating data across the network.
Rules and policies that limit AI autonomy to ensure oversight, safety, and alignment with organizational values.
A distinct medium of exchange used only for voting and decision-making in a governance system, separate from other economic systems.
A set of rules and structures that constrain and guide AI behavior to ensure reliability and consistency.
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.
A transformer-based neural network design that processes text sequentially and predicts the next word based on previous context.
A transformer-based neural network design from OpenAI that processes text sequentially to predict and generate the next word in a sequence.
An older transformer-based design for language models that generates text by predicting one word at a time, simpler and smaller than modern alternatives.
A modified version of the GPT-2 architecture that changes the original design, such as by reducing size or adjusting training.
A transformer-based design that follows the same structural principles as OpenAI's GPT-3 model, using layers of attention mechanisms to process text.
A class of transformer-based language models descended from the original GPT design, characterized by autoregressive text generation and broad general-purpose capabilities.
A transformer-based neural network design that uses self-attention to process and generate text, serving as the structural blueprint for this model.
An open-source large language model architecture based on the GPT design, created as an alternative to closed-source models.
An open-source transformer-based architecture designed for training large language models, similar in structure to GPT models.
A neural network design based on transformer technology that processes text sequentially and generates one word at a time.
A quantization technique that compresses model weights to lower precision, reducing file size and memory requirements while maintaining reasonable performance.
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.
Assigning GPU resources to different models or tasks to optimize throughput and latency.
Performance degradation that occurs when multiple inference requests compete for the same GPU's memory and compute resources.
The high-speed memory on a graphics processor used to store and process model weights and computations during inference.
Designing and tuning a model to run efficiently on graphics processing units (GPUs), which are specialized hardware that accelerates AI computations.
Reducing system performance or functionality in a controlled way as resources decline, rather than failing abruptly.
A visualization technique that highlights which parts of an image a neural network uses to make predictions.
Relevance judgments on a scale (e.g., 0-3) rather than binary relevant/not-relevant labels.
A technique ensuring that gradient updates from different tasks point in compatible directions to avoid conflicts.
Estimating how model parameters should change without actually computing full gradients or updates.
An unlearning method that updates model weights in the opposite direction of poisoned data gradients to remove their influence.
Improving model performance by following the direction of steepest improvement in parameters.
Systematic error in gradient estimates that prevents optimization from reaching the true optimum.
Building models sequentially where each new model corrects errors from previous ones.
Limiting the magnitude of gradients during training to prevent extreme updates and improve stability.
Sending model weight updates between devices and servers during distributed training, a major bottleneck on bandwidth-limited networks.
Reducing the size of gradient data to speed up training on distributed systems.
When different training objectives pull model updates in opposing directions, causing optimization to fail or degrade.
Conflicting parameter updates from different tasks that degrade performance when stored in shared model components.
Scaling gradient values to maintain consistent learning rates across different parameter groups or layers.
Amortizing gradient computation across multiple training steps by reusing cached gradients for repeated examples.
A training technique that flips gradient signs to force a model to learn features that fool an adversarial classifier.
Using outdated gradient information from earlier training steps due to asynchronous updates across distributed systems.
Technique that selectively modifies or blocks gradient flow to prevent interference between different learning objectives.
An explainability technique that uses model gradients to identify which input features most influence predictions.
Estimating data importance by analyzing how gradient updates from that data affect model parameters.
Setting starting values for trainable parameters using information from model gradients to improve convergence and final performance.
Optimizing a function without computing gradients, using only function values or rankings.
A multi-layer evaluation pipeline that applies increasingly lenient or human-intensive grading strategies to improve reliability.
A detailed set of criteria used to evaluate and score model outputs on a task.
A governance mechanism that applies increasingly severe penalties for rule violations, starting with warnings before escalating.
A matrix formed by computing inner products between vectors, used to capture correlations in weight updates.
A task where a model identifies and fixes grammar, spelling, and syntax mistakes in written text.
A linguistic system where nouns and related words are classified into categories requiring specific agreement patterns.
The level of detail at which something is analyzed, such as document, sentence, or token level.
An attention mechanism that learns weighted interactions between nodes in a graph structure.
The task of assigning a label or category to an entire graph based on its structure and node features.
A component that processes local neighborhoods around nodes to capture semantic meaning and relationships.
An attention mechanism that incorporates graph spectral information through filtered queries and keys for improved denoising.
Transferring knowledge from a labeled source graph to an unlabeled target graph when their structures or distributions differ.
A measure of how different two graphs are, based on the minimum edits needed to transform one into the other.
Converting a graph structure into a compact text representation that preserves its properties.
A neural network that learns patterns from graph-structured data by comparing node relationships.
A neural network that operates on graph-structured data by passing messages between connected nodes to learn relational patterns.
Neural networks designed to process graph-structured data by learning representations of nodes and edges.
Methods for converting graph structures into numerical vectors that preserve meaningful information about nodes and edges.
A structured approach that represents events and their relationships as a graph and processes them in sequential stages.
Execution state tied to the boundaries of a computation graph, enabling efficient snapshot and restore of all intermediate values.
Controlling generative models using structured graph representations that encode relationships between entities.
Design that treats the problem structure as a graph and preserves graph properties during operations.
A model representing how events propagate through a network structure over time.
Mathematical measures that quantify properties of network structures, such as node centrality or edge importance.
The task of converting structured graph data (entities and relationships) into natural language descriptions.
Generating text by always selecting the highest-probability next token, without exploring alternatives.
A fundamental solution to a differential operator that characterizes how the operator responds to point sources.
Training models to follow conversational principles of cooperation, like being truthful and informative—retreating to safer claims when uncertain.
A phenomenon where a model's test performance suddenly improves long after training loss has plateaued.
Accurate reference labels or measurements used to train and evaluate machine learning models.
The actual underlying causes or features that explain observed data in a system.
Generating text that is anchored to external knowledge sources or constraints, rather than purely from learned patterns.
AI reasoning that relies on specific documents or data provided to the model, rather than just its training knowledge.
The practice of ensuring a model's responses are based on and supported by provided source documents rather than generated from general knowledge.
A skill's prescribed procedure overrides how an agent interprets or understands its inputs.
A generalized measure of uncertainty or disorder that follows mathematical group rules, extending beyond standard entropy.
A quantization method that divides weights into small groups and applies separate quantization parameters to each group, preserving more accuracy than uniform quantization.
A training method that improves model reasoning by comparing outputs and rewarding better explanations.
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.
Reducing model size by compressing weights in groups rather than individually.
A summary measure computed by averaging individual-level data within defined groups to represent group characteristics.
Predicting aggregate behavior of a group of users rather than individual users, useful for testing business strategies.
An attention mechanism that groups variables together to reduce computational complexity while capturing dependencies.
An RL approach that applies rewards or penalties to groups of similar trajectories rather than individual ones.
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.
Group Relative Policy Optimization, a reinforcement learning algorithm for fine-tuning language models with reward signals.
A deployed model or system designed to monitor and filter language model outputs for compliance with regulations or policies.
Safety mechanisms built into a model to refuse harmful requests or prevent it from generating unsafe content.
An AI system that interacts with computer interfaces by clicking, typing, and navigating screens.
The ability to identify and locate specific elements (like buttons or text fields) within a graphical user interface based on natural language descriptions.
A technique to steer AI generation toward desired outputs by providing additional control signals during inference.
A technique that steers a model's output toward desired behavior by balancing multiple objectives during inference.
A metric measuring how well a simulator updates its responses when given tutoring corrections or explanations.
Steering a model's text generation process using external signals or constraints without modifying the model itself.
A training technique that intelligently selects the most informative examples from your training data to improve model efficiency and performance.
A differentiable relaxation technique that approximates discrete choices to enable gradient-based optimization.
A standard API for defining reinforcement learning environments with consistent step, reset, and reward functions.
A mathematical rotation that reorganizes data to expose structure, used here to normalize activations.
When a model generates plausible-sounding but factually incorrect or fabricated information.
The ability to identify when a model generates false or unsupported information that isn't grounded in the provided source material.
A cognitive bias where one positive trait influences overall judgment, like trusting code from reputable authors.
A mathematical equation solving optimal decision-making problems over time.
A framework from physics describing how systems evolve while conserving energy, here applied to optimizer behavior.
A route that visits every location exactly once without repeating any node.
A quantum computing technique that simulates the evolution of a physical system described by a Hamiltonian.
The geometric relationship between a camera and a robot's end-effector that enables coordinate transformation.
The process of transferring a partially-completed task from one model to another for completion.
The ability of a model to identify and interpret handwritten characters and words from images, accounting for variations in writing style and quality.
A rule that must always be satisfied during optimization, rather than being treated as a soft penalty that can be violated.
Challenging negative examples that are similar to the target but still incorrect, used during training to make the model learn more nuanced distinctions.
Tuning a model's design or training to run more efficiently on specific hardware (like NVIDIA GPUs), reducing memory usage and inference time.
Adapting AI algorithms and decisions based on the actual capabilities and constraints of physical hardware.
A structured system that categorizes different types of harmful content (like violence, hate speech, or misinformation) so a model can recognize and classify them.
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.
The design and implementation of control systems that manage agent behavior and task execution.
Iteratively improving how an LLM agent behaves by rewriting its code without changing the model weights.
The code-first extension of model recursion where agents spawn full agent instances rather than just making additional model calls.
Simultaneous improvement of runtime controls (harness) and model behavior (policy) using shared safety experience.
A point process where the occurrence of events increases the likelihood of future events, modeling self-exciting phenomena.
Systematic process of identifying potential failures and dangerous scenarios in a system.
The instantaneous rate of an event occurring at a given time, conditional on survival up to that time.
Single-number summary comparing risk of an event between groups; collapses variation across time into one estimate.
Automatic creation of Hardware Description Language code (like Verilog or VHDL) that specifies circuit behavior.
Systematically disabling individual attention heads to determine which ones are causally responsible for specific model behaviors.
Identifying frequently occurring items in a dataset while preserving privacy through noise addition.
Gradient noise with extreme values that occur more frequently than in normal distributions, common in real LLM training.
A metric measuring whether a model provides equal depth and engagement when responding to paired political prompts from opposing sides.
Interpretation-based reasoning that emphasizes understanding meaning within cultural and contextual frameworks.
Mathematical technique to approximate probability distributions using orthogonal polynomials.
A matrix of second-order derivatives that captures how a loss function curves, used to understand model geometry.
The complete set of eigenvalues of the loss function's second-derivative matrix, describing the curvature in all directions.
Statistical examination of how effect sizes vary across different studies or subgroups based on moderating factors.
Data from multiple sources with different structures, formats, or feature sets.
Systematic differences in how different groups (by language, task, etc.) rank or prefer models.
A single chip containing different types of processors (CPUs, GPUs, accelerators) optimized for different tasks.
Differences in how a treatment affects different individuals based on their characteristics.
Graphs where nodes with different labels are more likely to connect, opposite to homophilous graphs.
When the variance of a distribution differs across groups or conditions, rather than being uniform.
A practical problem-solving method that finds good solutions quickly without guaranteeing optimality.
The size of the internal vector representation used by a neural network to process and store information about the input.
Unstated assumptions or facts used in reasoning that are not explicitly acknowledged or justified.
The internal numerical values a neural network computes at each layer as it processes input.
The dimensionality of the internal representations that a neural network uses to encode information about text.
An adversarial attack that injects malicious tokens to corrupt a model's internal memory and degrade performance.
Internal representations computed by neural networks that capture learned patterns.
Examining the internal representations (activations) of a neural network to understand what it has learned.
Breaking down complex multi-body robot control into sequential stages to maintain kinematic dependencies and avoid incoherent motions.
Combining multiple independent predictions or estimates using a structured approach that accounts for differences in their reliability.
A multi-stage attention approach that first selects relevant tokens coarsely, then applies fine-grained attention on the selected subset.
A statistical approach that learns shared patterns across groups while allowing group-specific variations through partial pooling.
A statistical technique using Platt scaling with a hierarchical prior to adjust model confidence while preventing over-shrinking of extreme predictions.
A structured organization of model capabilities arranged from broad to specific, enabling diagnosis at multiple levels of granularity.
An unsupervised learning method that builds a tree of nested clusters by repeatedly merging or splitting groups based on similarity.
Code organized in nested levels where high-level functions call lower-level sub-functions or modules.
A structured system for categorizing and analyzing dialogue at multiple levels of abstraction.
Comment threads where replies are nested under parent comments, preserving the structure of back-and-forth discussion.
Representing documents as nested levels of organization (sections, articles, blocks) rather than flat sequences.
A neural network component that processes images at multiple levels of detail simultaneously, capturing both fine details and broad patterns.
Multi-level feature extraction where early layers capture simple patterns and deeper layers capture complex structures.
A multi-level approach to reasoning where information is processed and combined across different levels of abstraction.
Understanding motion at multiple levels of detail, from individual joint movements to full-body action patterns.
Storage system using multiple memory tiers (e.g., fast GPU memory and slower CPU memory) to balance speed and capacity.
Planning at multiple levels of abstraction, where high-level plans are refined into low-level actions.
Breaking down a complex decision into multiple levels, like deciding family → genus → species in order.
An architecture designed to structure reasoning across multiple levels of abstraction for improved language understanding.
Breaking complex tasks into simpler sub-tasks organized in levels, where agents learn high-level strategies and low-level actions separately.
A technique that aggregates features from multiple layers of a neural network to create multi-scale guidance signals.
A tree-structured organization of evaluation criteria organized from general to specific categories.
Training approach that aligns objectives at multiple levels of granularity (e.g., frames, words, sentences) simultaneously.
Testing correctness at multiple levels: properties, interactions, and full rollouts to ensure system correctness.
The process of automatically converting algorithmic descriptions into hardware designs, typically using pragmas and code transformations.
Clusters of powerful computers working together to solve large-scale computational problems requiring massive processing power.
Patterns in how nodes connect beyond immediate neighbors, captured through multi-hop paths or walks.
Derivatives beyond the first order (gradients) that capture more complex relationships in how inputs affect outputs.
How multiple features work together to influence a model's prediction, beyond individual feature effects.
The exponential growth in the number of quantum states available as more qubits are added to a quantum system.
Learning from failed attempts by reinterpreting them as successful examples of different tasks to improve generalization.
Performance feedback derived from comparing baseline and skill-enhanced rollouts to guide skill and policy updates.
A structured library of reusable hints capturing syntax rules, schema patterns, and user preferences learned from past errors.
Meeting U.S. healthcare privacy and security regulations for protected health information (PHI) in clinical systems.
The maximum embedding distance threshold within which a new query is considered similar enough to reuse a cached response.
The expected number of steps for an algorithm to reach a target state from a starting point.
A class of smooth functions with bounded derivatives up to a specified order, used to characterize local smoothness.
A mathematical smoothness condition that bounds how quickly a function can change, used to control localization bias.
An autonomous agent that reasons locally while cooperating with neighbors to form larger intelligent units.
A training technique that simulates viewing images from different angles and perspectives to teach the model to recognize the same features under geometric transformations.
Graph properties measuring the density of subgraph patterns, used to compare graphs of different sizes.
The tendency of nodes with similar attributes or labels to be connected to each other in a graph.
A measure of prediction uncertainty that is constant across all input samples, used to weight loss functions.
Whether a model acknowledges the limits of its knowledge and avoids making up answers.
Techniques to make AI models produce truthful responses instead of false or misleading ones.
Designated control points in a workflow where external logic (like an AI agent) can intercept execution to add reasoning or override decisions.
A type of recurrent neural network with symmetric connections used for associative memory and optimization.
A linear algebra operation that reflects vectors across a hyperplane, used here to align word direction vectors.
A measure of how sparse a vector or matrix is, used to encourage low-rank structure in neural networks.
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.
A matching technique that corrects for the bias where some points become neighbors to many others in high-dimensional spaces.
Forecasting future body positions and movements based on past motion sequences.
A controlled experiment measuring how much an AI system improves human performance compared to working without it.
Patterns of interaction between developers and AI agents, including review, modification, and oversight of agent-generated contributions.
A data creation process where humans and automated systems work together to convert existing designs into a standardized format at scale.
A workflow where humans and AI agents work together, with AI assisting at multiple stages rather than just solution generation.
AI systems designed to augment human capabilities while preserving human agency, control, and decision-making authority.
A system where AI predictions are reviewed and validated by human experts before final decisions.
The study of how humans and robots communicate, collaborate, and work together safely and naturally.
Training robot control policies by learning from human movement demonstrations.
A robot designed with a human-like body structure, including arms, legs, and torso for interaction in human environments.
A transformer-based architecture designed to process and generate whole-body humanoid control sequences with structured representations.
A model that combines two different neural network designs (in this case, Mamba2 and attention mechanisms) to balance speed and performance.
The combined performance of humans and AI systems working together, which can exceed either working alone if collaboration is effective.
A neural network design that combines Mamba (a fast, efficient sequence model) with Transformer components to balance speed and capability.
A memory system combining learnable parameters with non-learnable mechanisms to balance flexibility and efficiency.
A model architecture combining explicit, interpretable features with learned latent embeddings for balanced control and efficiency.
Combining multiple retrieval methods (e.g., dense embeddings and keyword matching) to improve coverage and relevance.
A capability that allows a model to switch between fast, direct responses and slower, more deliberate reasoning depending on task complexity.
A non-Euclidean geometry where space curves negatively, naturally suited for representing hierarchical and tree-like structures.
A non-Euclidean curved space with constant negative curvature, useful for hierarchical data representation.
A neural network that models relationships between multiple elements simultaneously, capturing high-order interactions beyond pairwise connections.
A neural network that generates weights for another neural network instead of learning them directly.
A configuration setting (like learning rate or network size) that you choose before training a model.
Using optimal hyperparameters found at small scale to train larger models without expensive retuning.
Systematically searching for the best configuration settings of a model before training.
A flat decision boundary in high-dimensional space used to separate classes in linear classifiers.
A geometric shape in high-dimensional space used in optimization and probability theory.
Training method that constrains weight matrices to lie on a fixed-norm hypersphere for improved stability and scaling.
A high-dimensional spherical geometry where embeddings from different modalities are normalized and aligned.
Mathematical structure where points lie on the surface of a high-dimensional sphere, preserving directional relationships.
A geometric arrangement where data points lie on the surface of a high-dimensional sphere, preserving directional relationships.
The process of creating testable predictions or proposed explanations for observed phenomena.
Iteratively improving scientific explanations by designing targeted experiments and incorporating new observations.
The process of proposing and evaluating candidate explanations to determine which best fits the evidence.
A structured representation of a scientific idea's core components, mechanisms, and contributions that can be tracked across papers.
The process of generating and developing new ideas, often used in creative and research contexts.
The ability to uniquely determine a model's parameters from observed data.
The policies, processes, and controls that manage who (or what) can access systems and data, and what actions they are authorized to perform.
Maintaining consistent, unique identifiers for entities across different systems and time periods.
Keeping a person's unique facial characteristics unchanged while editing other attributes like expressions.
Separating what makes a face unique (identity) from how it moves (expression) so each can be controlled independently.
When agents exploit visible identity markers or agent names in rules to selectively harm or eliminate specific players, creating systematic bias against identifiable groups.
A measurable axis along which political beliefs vary, such as economic left-right or social liberalism-conservatism.
The task of automatically creating text descriptions of images using AI models.
The task of automatically generating a text description of what appears in an image.
Modifying specific parts of an existing image while preserving other elements.
A neural network component that converts images into numerical representations that capture visual features and patterns.
The size of images the model can process, measured in pixels; lower resolution (like 224px) means faster processing but less visual detail captured.
A computer vision task that divides an image into regions or labels each pixel to identify different objects or areas.
Hardware in cameras that processes raw sensor data into final images, increasingly using AI for enhancement.
Generating new realistic images computationally, often by combining or transforming existing images.
The process of converting images into discrete tokens (small units) that a language model can process, similar to how it handles text.
The task of learning to match and relate images with their corresponding text descriptions or captions.
The ability to understand and answer questions that require analyzing both visual content and textual information together.
The ability to analyze a visual image and automatically produce source code that recreates or represents that image's structure and content.
The task of automatically generating natural language descriptions of images, converting visual information into written words.
Generating video sequences from a single input image, extending it with motion and temporal dynamics.
An adversarial attack that causes harmful action shifts while keeping the model's predicted future state realistic and plausible.
Datasets where rare events or classes are significantly underrepresented compared to common patterns.
A learning problem where the training data has very few error examples compared to correct ones, making optimization difficult.
Training a model to copy behavior from expert examples without understanding the reasoning behind decisions.
A learned behavior that mimics actions from human demonstrations or other expert examples.
A logical operation that derives new facts from existing facts and rules; here learned as a differentiable neural function.
The quality of engaging a reader deeply in a narrative, creating a sense of presence in the story.
Identifying which parts of a system are affected by a proposed code change.
Games where players don't know all relevant information, like hidden opponent cards or future draws.
The tendency of an optimization algorithm to prefer certain types of solutions (like low-rank) without explicit regularization.
A limitation that emerges naturally from the training setup rather than being explicitly specified.
A hidden, structured order in which models naturally learn skills during pretraining, without explicit curriculum design.
Computing gradients through an implicit equation without unrolling iterations, keeping memory constant.
User behavior signals (eye gaze, clicks, dwell time) that reveal preferences without explicit annotation.
3D spatial structure learned as high-level features without explicit coordinate representation.
A learned encoding that captures abstract 3D structural properties without explicitly storing coordinates or meshes.
A user's underlying goal or need that is not directly stated but must be inferred from context.
A training objective for generative models that directly maximizes likelihood without requiring variational bounds or adversarial training.
Neural networks defined by equations that must be solved rather than computed layer-by-layer, enabling parameter efficiency.
A neural network approach that learns to represent images as continuous functions rather than discrete pixels.
Structured behaviors that emerge naturally from an LLM's token-level decisions without being explicitly programmed or instructed.
Inferring unobserved values or outcomes from historical patterns in data without explicit instruction.
Information about what a community values inferred from their behavior (like engagement and acceptance) rather than explicit feedback.
Inferring unstated facts or relationships from available evidence without explicit statements.
A reward derived indirectly from model behavior (e.g., policy shift magnitude) rather than explicitly computed by a reward model.
Culpeper's framework analyzing how language can intentionally or unintentionally cause offense or disrespect.
A technique to adjust samples drawn from one distribution to match another by weighting them by their probability ratio.
Adjusting sample weights to correct for sampling from the wrong distribution.
A technique to estimate gradients by reweighting samples from one distribution to match another.
A reweighting technique that corrects samples drawn from one distribution to estimate quantities from another distribution.
A training adjustment that accounts for the difference between guided and unguided training distributions.
Representing uncertain outcomes as intervals rather than single point estimates, capturing ambiguity in predictions.
Learning from examples provided in a prompt without updating model weights.
Data compression performed during simulation execution rather than after data is written to disk.
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.
Learning to perform a task by observing one or few demonstrations provided as context during inference, without explicit retraining.
Learning task structure and optimal behavior from examples within a single forward pass, without parameter updates.
The ability to generate or complete text in the middle of a sequence using context from both before and after the gap.
Performing computation directly within memory (e.g., ReRAM crossbars) to reduce data movement and improve energy efficiency.
Checking whether generated outputs follow required rules and constraints during the agent's execution, not just at the end.
A mechanism where relevant information is retrieved from model parameters themselves rather than from external memory or attention, helping reduce computational bottlenecks.
Learning that occurs through updates to model parameters during training, as opposed to learning from context.
Ensuring that the goals and rewards of different agents or system components work toward the same overall objective.
How well a model adjusts its behavior when the rewards or payoffs for different actions change.
A system design where agents are motivated to report truthfully rather than strategically misrepresent information.
A theory of humor based on identifying mismatches in expectations and then resolving them in unexpected ways.
Making decisions progressively as new information becomes available, rather than waiting for complete input.
A method to recover independent source signals from their linear mixtures by maximizing non-Gaussianity.
A subset of vertices in a graph where no two vertices are connected by an edge.
Writing systems used for South Asian languages like Hindi, Tamil, Telugu, and Bengali that have distinct characters and phonetic rules.
Observable artifacts or patterns in network traffic and system behavior that signal a security breach or malware infection.
Artifacts or evidence left behind by attackers (like malicious URLs, IP addresses, or file hashes) that reveal a security breach.
An attack where malicious instructions are hidden in data an AI agent retrieves, causing unintended actions.
Built-in assumptions about how data should behave, like physics rules, that help models learn faster with less data.
Incorporating domain knowledge and constraints into a learning system to guide it toward more meaningful solutions.
The ability to infer general patterns or rules from specific examples or observations.
A sensor that measures acceleration and rotation to track motion without external references.
The process of running a trained model to generate predictions or outputs from new inputs.
Specialized hardware designed to speed up the execution of trained AI models.
Processing multiple inputs together in a single batch during model evaluation, which can introduce systematic biases in results.
The computational resources and processing power required to run a model on new data after it has been trained.
The computational resources and time required to run a model on new inputs, typically measured in memory usage and processing time.
The ability of a model to generate outputs quickly and with low computational resource consumption during real-world use.
Software that runs a trained model to generate predictions or outputs; vllm is an optimized inference engine for large language models.
Software that optimizes how a trained model runs on specific hardware; MLX is an Apple-optimized framework for efficient inference on Apple Silicon.
The time it takes for a model to generate a response after receiving an input.
Techniques and design choices that make a model faster and more efficient to run on hardware, prioritizing speed and resource usage over training flexibility.
The additional computational cost or latency required to run a model during prediction time.
The numerical precision (number of bits) used when running a model to generate outputs; lower precision is faster but may reduce quality.
The exact specification of how a model generates answers, including sampling strategy, compute budget, and aggregation method.
A plan that controls how many steps and which operations to perform during model generation.
A system that hosts trained ML models and processes incoming prediction requests on deployed hardware like GPUs.
How quickly a model can generate predictions or outputs after being given an input, measured in time per token or tokens per second.
Reduction in time needed to run a model and get results, measured as a multiple of the original speed.
The number of predictions a model can generate per unit time, measuring inference speed.
The amount of time it takes for a model to process input and generate output after it has been trained.
Modifying a system's behavior or structure during execution based on real-time performance, rather than only at training time.
Extra processing power spent by the model while generating a response to think through problems more carefully before answering.
The computational resources used when a model generates answers, as opposed to during training.
Adjusting computational cost during inference by varying model behavior (e.g., loop counts) without retraining.
Detecting and fixing model mistakes during generation without retraining, using only the current forward pass.
A technique applied during model inference (not training) to steer or correct the model's behavior, such as prompting or decoding modifications.
A technique applied during model inference without retraining that adjusts how the model generates outputs.
A model used during generation to score outputs without requiring retraining of the main system.
A technique where a model allocates more computational resources and time during inference (when generating answers) to improve quality and accuracy on harder problems.
Controlling model behavior during generation without retraining, by modifying inputs or intermediate computations.
A lightweight modification applied only during model inference without changing the underlying model weights.
A technique to measure how much individual training examples affect model predictions and behavior.
A technique to measure how individual training samples affect model predictions or behavior.
A mathematical proof written in natural language rather than formal logical notation.
The process of actively gathering relevant data before making a decision, measured separately from decision quality.
Combining fragmented knowledge from multiple sources to make better collective decisions than any single source could.
When one party in a transaction has more or better information than the other, creating imbalanced power.
A point in a system where information capacity is severely limited, constraining overall performance.
The amount of useful, non-redundant information contained in a token or representation.
The task of automatically identifying and pulling out specific data or facts from documents, such as names, dates, or amounts from forms.
The path through which data and signals propagate through layers of a neural network to produce outputs.
The reduction in uncertainty about a target achieved by knowing a feature.
Mathematical framework treating probability distributions as points in curved space, measuring optimization difficulty via curvature.
Systems and services that enable people to access, share, and use information in their daily lives.
When a model accidentally learns from information it shouldn't have access to, like future data or test set details.
Coordinated campaigns to spread disinformation or propaganda, often state-backed, to manipulate public opinion.
A measure ν(t) of how much information each token reveals about a secret (like user identity) given previous tokens.
The closest probability distribution to a reference distribution that satisfies given constraints.
The task of finding relevant documents or passages from a large collection in response to a user query.
The process of gathering data from multiple sources and combining it into a coherent, unified response or summary.
A gap where information-theoretically optimal solutions require less error than what polynomial-time algorithms can achieve.
Mathematical limits on what any algorithm can achieve, derived from how much information is available in the data.
Planning robot trajectories to maximize information gain about an environment while meeting operational constraints.
Running a model as an intermediate processing layer within an application pipeline, typically to filter or validate data before it reaches the main system.
A safety intervention using statements with specific linguistic forms to prevent misaligned behavior, but which can paradoxically trigger misalignment on similar-form inputs.
The task of filling in missing or masked regions of an image while maintaining coherence with the surrounding content.
A technique that removes or modifies input features to measure their causal effect on model predictions.
A neural network architecture designed to be convex in its inputs, useful for constrained optimization and learning convex functions.
The type of data a model can accept as input, such as text, images, or audio.
The pixel dimensions (448×448 in this case) at which the model processes images, affecting the level of visual detail it can perceive.
Checking that input data meets basic requirements (correct format, expected properties, no obvious errors) before processing it.
A method that adjusts its behavior based on the specific input being processed rather than using fixed parameters.
How much a model's behavior changes in response to different inputs, crucial for generalization.
The types of data a model can accept as input and produce as output, such as text, images, or audio.
The process of producing additional relevant information or perspectives that extend or improve an initial answer.
Identifying the core techniques or key ideas needed to solve a complex problem.
Identifying and locating individual objects of the same class separately in an image.
Identifying and outlining individual objects of the same class separately in an image.
The ability to apply different settings or modifications to individual objects within a scene independently.
Evaluation methodology that tests deployment rules by holding agents and objectives fixed while varying one rule to measure its causal effect on collective behavior.
A digital archive where an organization stores and provides open access to its research outputs and scholarly materials.
When an AI agent gradually deviates from its original task or goals during extended execution.
The ability of a model to follow primary instructions even when secondary or conflicting instructions are present.
Automated modification of visual content guided by natural language commands or specifications from a user.
The ability of a model to understand and execute specific tasks or commands given in natural language prompts.
Training data consisting of user instructions paired with expected model outputs, used to teach models to follow specific directions.
A model fine-tuned on instruction-response pairs so it follows user prompts more reliably.
A training process that teaches a model to follow specific user instructions and commands, improving its ability to respond appropriately to requests.
The prediction that advanced AI agents will pursue certain goals (like self-preservation) regardless of their final objectives.
A sequence of checks replacing ground-truth labels: responsiveness to safe/unsafe contrasts, dominance of target variance, and stability across reruns.
A specific quantization format that represents model weights using only 4 bits per value, significantly reducing model size while maintaining reasonable performance.
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.
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.
A quantization strategy that uses 4-bit precision for some weights and 8-bit precision for others, balancing memory savings with accuracy.
A quantization format that stores model weights as 8-bit integers instead of full-precision numbers, significantly reducing memory usage while maintaining reasonable accuracy.
Using 8-bit integers instead of floating-point numbers to represent model weights and activations.
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.
A quantization format where weights are stored as 8-bit integers while activations remain 16-bit, balancing memory savings with accuracy.
A mathematical optimization technique that finds the best solution among discrete options subject to linear constraints.
A mathematical property ensuring that estimated demand relationships are economically consistent and don't violate basic economic laws.
A class of distance measures between probability distributions that use function classes to define divergence.
A method for explaining model predictions by measuring how much each input feature contributes to the final output.
A framework quantifying how much collective intelligence emerges from coordinated agents versus independent operation.
In this context, the shared positive component across moral concept directions, indicating how different moral foundations are unified in the model's representation.
The cost and complexity of merging a code contribution into a codebase when other developers are simultaneously making changes.
The willingness to acknowledge the limits of one's own knowledge and remain open to alternative perspectives and evidence.
The ability of an AI system to understand and match user goals, especially when requirements are unclear or evolving.
The process of analyzing user input to determine what the user is trying to accomplish so it can be handled appropriately.
The process of identifying and structuring the user's underlying goal or request from natural language input.
The process of users clarifying and developing their goals through interaction rather than starting with fully-formed objectives.
The model's capability to understand what a developer actually wants to accomplish, even when the request is vague or expressed in informal language.
Observable indicators in an AI model's reasoning that reveal what action or goal it is planning to pursue.
Specifying what you want to accomplish rather than writing detailed code to implement it.
A measure of how consistently multiple human annotators label or judge the same data.
Dependencies and relationships between different variables or channels in multivariate data.
A measure of how consistently different judges rate the same outputs, typically using metrics like correlation or ICC.
The differences in motion, objects, and pixels between consecutive video frames.
The spatial, functional, or semantic relationships and dependencies between different parts of a composed object.
A measure of how consistently different evaluators score or judge the same items, often using metrics like Kendall's tau.
Ensuring that learning signals from different tasks contribute equally to model updates, preventing any single task from dominating training.
A measure of how much multiple teacher models agree on their predictions, used to assess supervision reliability.
Time delay between generating consecutive tokens during LLM inference, critical for real-time applications.
A model's understanding of how conversations naturally flow and how users respond to assistant outputs.
A fixed limit on the number of interactions or feedback cycles an agent can use to improve a policy.
How the combined performance of multiple components differs from what you'd predict from their individual performance alone.
A structured representation of relationships and interactions between multiple objects in a scene.
The sequence of past user actions and system responses that inform current decision-making.
A sequence of user actions and states recorded during task execution that can be used to train agents.
An AI tool designed for back-and-forth collaboration with humans, refining intent and outputs through dialogue.
A conversational interface where users can ask follow-up questions and receive responses based on previous context, rather than just one-shot predictions.
Training a policy by having humans intervene and correct the robot, then learning from those corrections.
Image segmentation guided by user input or prompts to improve accuracy in ambiguous regions.
A machine learning model that predicts forces and energies between atoms in a material.
Combining insights and methods from multiple academic disciplines to solve problems in a target domain.
A constraint ensuring that connections between problem blocks remain feasible during replacement operations.
The process by which experienced researchers teach and pass down practical skills and judgment to the next generation.
The ability to mix images and text in any order within a single prompt, rather than requiring all images first or all text first.
Alternating between natural language thinking and code execution to solve complex problems step-by-step.
Saved snapshots of the model at different stages during training, allowing you to see how its abilities evolved over time.
The logical steps a model takes between reading input and producing a final answer, which must be correct for reliable reasoning.
A unified computational graph representing all operations and communication in distributed training.
Internal computational states or outputs generated during model processing that capture useful information between input and final output.
Giving feedback at multiple steps during reasoning, not just at the final answer, to guide the model's thinking process.
A deliberate step-by-step thinking mechanism that occurs before generating a response, helping the model work through complex problems more carefully.
The hidden patterns and knowledge stored inside a model's layers that it uses to understand and generate text.
A hidden computation phase where the model reasons through a problem before producing its final answer, improving accuracy on complex tasks.
Whether a study actually measures what it claims to measure, without confusing factors distorting the results.
The ability of different network components and systems to work together correctly without errors.
A path or trajectory that smoothly connects two distributions, used to guide the generation process in flow models.
The regime where a model has enough parameters to fit all training examples perfectly.
The ability to understand and explain how a model makes decisions and what it has learned from its training data.
Machine learning models designed to be understandable to humans, showing why they make specific predictions.
Breaking down a model's decision-making into transparent, understandable steps rather than a black box.
Determining the appropriate moment to interject in a conversation based on natural dialogue cues.
A metric measuring similarity between two sets by dividing their overlap by their total combined size.
Discriminatory outcomes affecting people at the intersection of multiple sensitive attributes like race and gender.
A training penalty that discourages a policy from relying on safety corrections, forcing it to learn safer behavior directly.
The ability to decide when an agent should proactively act, when to seek user consent, and when to remain silent.
A model that explicitly accounts for medical procedures and treatments when making predictions, not just baseline patient data.
Training method that supervises detector responses to both GEO modifications and non-GEO AI polishing to improve robustness.
A measure of consistency when the same person labels the same data multiple times.
Processing multiple audio segments together in one batch to speed up inference.
Whether a model applies the same reasoning strategy when classifying different instances of the same category.
Ensuring that related elements (like a person's face across frames) maintain consistent properties throughout.
The degree of disagreement in how different models within the same modality (e.g., vision models) represent a single stimulus.
Measuring how similar consecutive frames or audio segments are within a single modality.
Changes in paralinguistic features within a single spoken sentence, like shifting emotion mid-sentence.
A statistical measure of how much variation in an outcome is explained by grouping (e.g., which repository a contribution belongs to).
Breaking down an image into fundamental components like albedo (color), shading (lighting), and residuals (fine details).
The minimum number of dimensions needed to represent data without significant information loss, indicating how complex a representation is.
The geometric properties of a space as measured from within, independent of how it's embedded in higher-dimensional space.
A reward signal that encourages an agent to explore and discover new states, separate from task-specific rewards.
Reward signals generated from the model's own internal signals, like confidence scores, rather than external verification.
A geometric regularity condition ensuring two manifolds intersect cleanly without tangency, enabling tractable optimization.
A model's ability to examine and report on its own internal states, reasoning, or decision-making processes.
A property that remains true throughout the execution of a loop or program.
A low-dimensional geometric structure in parameter space where learning dynamics naturally evolve, independent of the full model complexity.
A change that preserves key properties or predictions of a model.
A specification that defines preconditions and postconditions for tool calls to prevent invalid action sequences.
Finding physical system designs or parameters that achieve desired performance characteristics, working backward from goals to solutions.
A self-supervised learning objective that predicts actions from consecutive observations without requiring action labels.
Predicting what inputs or earlier program states must have been to produce a given output.
Finding the input that produces a known output, when the forward process is complex or many-to-one.
Finding input causes from observed output effects, often ill-posed.
Working backward from a desired outcome to determine what actions would produce that result.
Inferring a reward function from observed behavior or human feedback rather than specifying it directly.
A reward signal that measures quality by having an LLM recover the original task specification from generated outputs.
A technique to generate samples by transforming uniform random variables through the inverse cumulative distribution function.
A technique that reweights observations to remove confounding bias by accounting for treatment assignment probabilities.
A data structure that maps terms to the documents containing them, enabling fast keyword-based search similar to how a book's index works.
A search technique that maps vocabulary terms to documents containing them, enabling fast keyword-based lookups commonly used in search engines.
A reversible mathematical transformation (like Fourier transform) that converts data between domains without losing information.
An AI system that shapes decisions and outcomes without users recognizing its influence on the information or criteria they use.
Errors or misalignments in AI outputs that go undetected because the user accepts the result without critical evaluation.
A measure of how quickly ions move through a material, critical for battery charging and discharging speed.
Impulse radio ultra-wideband technology that transmits short pulses across a wide frequency spectrum for precise distance and motion sensing.
Graphs showing model performance across different configurations while keeping total computational operations constant.
An unsupervised algorithm that isolates anomalies by randomly selecting features and split values.
A property that remains the same for graphs with identical structure, regardless of how nodes are labeled or arranged.
Statistical method to estimate latent abilities, question difficulty, and model proficiency from test performance.
Converting items into discrete tokens that capture both semantic meaning and can be processed by language models for recommendations.
The process of gradually removing noise from a noisy input through multiple refinement steps to generate clean outputs.
A receiver architecture where detection and channel decoding exchange soft information across multiple rounds to progressively improve symbol recovery.
A workflow where code is refined through multiple rounds of small, targeted changes rather than complete rewrites.
A mechanism that repeatedly refines agent outputs by providing template cues or guidance to improve grading success rates.
Repeatedly improving an output by generating versions, evaluating them, and using feedback to create better versions.
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.
A metric measuring overlap between two sets, calculated as the size of their intersection divided by the size of their union.
A resampling method that estimates uncertainty by repeatedly training on data with one point removed.
A technique that limits how much a model's output changes when inputs change slightly, making it more stable and predictable.
A technique that bypasses a model's safety mechanisms to generate harmful or restricted content.
A model's resistance to attempts to bypass its safety guidelines or make it behave contrary to its intended values.
Crafting adversarial inputs designed to bypass a model's safety guardrails and trigger harmful outputs.
The process of breaking Japanese text into meaningful units (tokens), accounting for the language's unique writing systems including kanji, hiragana, and katakana.
A self-supervised learning approach that predicts future embeddings from video without reconstructing pixels.
Converting code to machine instructions at runtime, enabling Python code to run efficiently on GPUs.
A scheduling mechanism that submits multiple similar computational tasks as a single batch for efficient parallel execution on HPC systems.
The problem of assigning jobs to machines and determining their order to optimize metrics like completion time.
A training approach where a model learns to predict missing parts of video by understanding both spatial and temporal patterns without reconstructing actual pixels.
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.
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.
Processing multiple input types together in an integrated way rather than separately, allowing the model to reason about how they relate.
A scaling method that uses expert agreement (e.g., from licensed clinicians) to validate and measure behavioral categories.
The process by which a model updates or changes its initial position based on new information or perspectives.
A graph algorithm that identifies nested subgraphs where every node has at least k connections within the subgraph.
An unsupervised algorithm that groups data points into k clusters by minimizing distance to cluster centers.
A graph where each data point connects to its k closest neighbors, encoding local structure in the data.
The raw frequency domain data collected directly by an MRI scanner before conversion to images.
A technique to analyze neural networks by identifying which neurons or experts are most important for specific tasks.
A recursive algorithm that estimates the state of a dynamic system by optimally combining noisy measurements with a mathematical model.
A nonparametric method for estimating survival curves from censored data without assuming a specific distribution.
Necessary conditions for optimality in constrained optimization problems, generalizing Lagrange multipliers.
A non-parametric method that estimates probability distributions by smoothing data points with kernel functions.
Combining multiple GPU operations into a single optimized computation to reduce memory overhead and improve speed.
A representation of a distribution in a high-dimensional space that enables comparing distributions via inner products.
A technique that implicitly maps data to higher-dimensional spaces to capture non-linear relationships without explicit transformation.
Tuning kernel functions to improve performance in kernel-based models.
A mathematical framework using reproducing kernel Hilbert spaces for classification and regression with theoretical guarantees.
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.
A memory optimization technique that stores pre-computed key and value matrices during text generation to avoid recalculating them for each new token.
Internal memory structures in transformers that store computed representations to speed up inference and enable agent communication.
Attention mechanism components that store and retrieve information; fewer heads means reduced model capacity and faster computation.
A reference frame in a video that serves as an anchor point for propagating edits or information to surrounding frames.
Matching specific visual landmarks (like object corners) between a demonstration and a new scene to align actions.
The task of automatically identifying and locating distinctive points of interest in an image that remain stable across different angles and lighting conditions.
A list of words used to automatically score text by counting occurrences, without understanding context or meaning.
Physical rules that specify how body parts must move relative to each other and fixed positions in space.
A measure of pose tracking accuracy based on differences in joint positions and angles between predicted and actual motion.
Mathematical descriptions of how bodies move, including position, velocity, acceleration, and direction of motion.
A mathematical equation describing how fast a chemical or biological reaction proceeds under different conditions.
A physics-based framework for modeling how individual interactions produce collective system dynamics.
A measure of how different one probability distribution is from another, used to evaluate sampling quality.
A constraint that limits how far an edited prediction can drift from the original model's prediction, measured by KL divergence.
Semantically meaningful units of information extracted from documents and compiled into independent micro-adapters.
Assessing models using external knowledge sources for better judgment.
A structured or unstructured collection of documents and facts that a system retrieves from to answer queries.
Retrieving answers from a structured or semi-structured collection of facts and relationships.
The limit of what a model knows or can do, defined by its training data and capabilities.
The limit to how much factual information a model can reliably know or recall, often constrained by its size and training data.
Shared infrastructure or resources (like libraries or communication channels) that multiple agents access and contribute to collectively.
A discrete unit of knowledge or skill that can be identified and measured in student work.
The process of organizing, storing, and synthesizing insights from multiple experiments to improve future decision-making.
The date up to which a model has been trained on data; it cannot reliably answer questions about events or information after this date.
A technique that compresses a large, complex model into a smaller one by training the smaller model to mimic the larger model's behavior.
Updating specific facts in a trained model without retraining, while preserving unrelated knowledge.
Storing factual information in an external database rather than encoding it in model weights, enabling better control and updates.
An agent's ability to recognize what information or skills it lacks to solve a problem.
A structured database that stores facts as relationships between entities (like 'Einstein' connected to 'Physics'), enabling machines to reason about real-world knowledge.
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.
A technique that represents entities and relationships in a knowledge graph as numerical vectors for machine learning.
Adding external knowledge or rules to a model's reasoning without retraining it.
A training technique that isolates learned knowledge in separate modules to prevent interference.
Converting external information into a model's parameters so it can answer questions without retrieving source documents.
The ability of a fine-tuned model to preserve factual and commonsense knowledge from its pretraining after adaptation to a new task.
When a model possesses knowledge but fails to use it due to misleading context or prompt framing.
Monitoring and recording what a student has demonstrated they understand over time.
Applying knowledge learned from one task to improve performance on another.
Work that primarily involves acquiring, processing, analyzing, or creating information rather than physical production.
A mechanism that identifies missing information needed to answer a question and prompts the user to provide it.
Requiring external factual information beyond what is directly observable to solve a task correctly.
Incorporating domain expertise or physical laws into machine learning models to improve accuracy and generalization.
A neural network architecture designed to provide flexible, expressive function approximation with interpretable structure.
A mathematical operator that transforms observable functions of a dynamical system to reveal its underlying structure and eigenvalues.
A mathematical way to describe quantum operations that guarantees they produce physically valid quantum states.
A classical method for breaking down finite algebraic structures into simpler building blocks.
A structured way to approximate the Hessian matrix as a product of smaller matrices, reducing memory and computation.
An efficient but approximate method for parameterizing doubly stochastic matrices that sacrifices some expressivity for computational speed.
An iterative algorithm for solving sparse linear systems by building solutions in expanding subspaces.
An open-source container orchestration platform that automates deployment, scaling, and management of containerized applications.
Tools that scan Kubernetes clusters for security misconfigurations and compliance violations.
A measure of how one probability distribution differs from another reference distribution.
A mathematical property that guarantees convergence of optimization algorithms to stationary points.
A store for previously computed key-value pairs that speeds up text generation in transformers.
The number of attention head pairs used for storing and retrieving key-value information in a transformer model's attention mechanism.
Moving key-value cache data to slower storage (CPU/disk) to reduce GPU memory usage during inference.
A penalty term that encourages sparsity by penalizing the sum of absolute values of model coefficients.
Systematic unfairness in training labels that causes models to learn and reproduce those biases.
When a model struggles to distinguish between semantically similar category labels.
Errors or inaccuracies in training data labels that can degrade model performance and cause the model to memorize incorrect information.
A learning approach that achieves good performance with minimal labeled training examples.
A poisoning attack where attackers deliberately mislabel training examples to mislead the model.
Adapting a model to new data or users without requiring ground-truth labels for that new data.
A training signal derived from model behavior itself rather than human-annotated labels.
Statistical assumption that class proportions differ between training and test data, but the relationship between features and labels remains constant.
Software that tracks and manages samples, test results, and workflows in clinical or research laboratories.
An optimization technique that enforces constraints by incorporating them as penalty terms into the objective function.
A subset of representative points selected to efficiently represent a larger dataset for computation.
An optimization technique that uses gradient information and randomness to explore a reward landscape.
The core language model component that processes text and generates responses based on information from other parts of the system.
A group of languages that share a common ancestor and similar grammatical structures, such as Romance or Slavic languages.
The model's ability to generate grammatically correct, coherent, and natural-sounding text that reads as if written by a human.
A theoretical model where a system generates an infinite sequence of outputs to eventually cover all members of a target language.
Using natural language to define task objectives, states, and reward structures for agents.
Shared beliefs about which language varieties are superior, legitimate, or 'correct'—often reflecting power and social hierarchies.
The proportion of each language included in a multilingual training dataset.
An AI model trained to predict and generate text by learning patterns from large amounts of written data.
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.
Training or fine-tuning a model to excel at a specific language by using more native-language data and task-specific adjustments.
Training a model to excel at a specific language rather than trying to handle many languages equally well.
The study of how languages vary in their structural features and which combinations are common across human languages.
A model's ability to work across multiple languages without requiring separate training for each language.
The property of a representation or model component working effectively across different languages without language-specific tuning.
A language model trained primarily or exclusively on text from a single language to achieve better performance on that language than a multilingual model.
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.
Training a model primarily on data from a particular language, which makes it especially fluent and accurate in that language.
Training a model to specialize in one particular language, which makes it perform better on that language but worse on others.
A technique that approximates a complex probability distribution with a simpler Gaussian distribution.
Adding graph-based smoothness constraints derived from a Laplacian matrix to encourage solutions that respect data structure.
A specialized AI model designed to understand instructions and convert them into structured function calls and tool interactions rather than generating free-form text.
An LLM extended with an audio encoder to understand and reason about sound and audio content.
A neural network trained on vast amounts of text data to understand and generate human language.
A technique for proving upper bounds on the matrix multiplication exponent by analyzing tensor operations.
The final step of retrieving actually usable data—failing when agents find descriptions or landing pages instead of executable datasets.
A local search algorithm that accepts solutions if they improve upon a solution from several iterations ago, balancing exploration and exploitation.
Combining predictions from separate models trained on different data sources, merging results after individual processing.
A retrieval technique that compares individual tokens between a query and document separately, then combines the results, rather than comparing pre-computed single vectors.
A retrieval approach that compares individual token embeddings between query and document at search time, rather than comparing pre-computed single vectors.
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.
The time delay between sending a request and receiving the first response token from a model.
A strict deadline requirement for how quickly data must travel from source to destination.
Predicting how long an inference request will take to complete, accounting for hardware contention and concurrent execution.
A system that adjusts its behavior based on measured hardware delays to maintain performance across different computational resources.
A model designed to produce results as quickly as possible, prioritizing speed over other factors like accuracy or feature breadth.
A model that estimates how fast a system can process requests and how many it can handle per unit time.
A skill or capability that exists in a model but is not immediately apparent without specific prompting or training.
A learned, continuous representation of actions that captures underlying physics without requiring explicit action labels.
The process of mapping input activations to specific latent features in an autoencoder.
The compressed representation layer in an autoencoder that forces the model to learn efficient, meaningful encodings of input data.
Agents exchanging information through internal representations like embeddings or cache states rather than explicit text.
A generative process that iteratively refines compressed representations of data by removing noise to produce coherent outputs.
Generative models that create images by learning to denoise random noise in a compressed latent space rather than pixel space.
Transferring knowledge from a pretrained model by matching internal representations rather than just final outputs.
A system of equations describing how a model's hidden state evolves over time through iterative updates.
Hidden patterns of change in a system that cannot be directly observed but must be inferred from available data.
A model that generates data by sampling from a learned compressed representation space rather than raw input space.
A method for analyzing how concepts are represented in a model's internal hidden states by examining their geometric properties.
Using additional information to supervise learning in the compressed representation space rather than the raw observation space.
A lower-dimensional surface where high-dimensional data naturally lies.
Reasoning performed in continuous or discrete hidden representations rather than explicit natural language.
A compressed, learned encoding that captures the essential features of data in a compact form.
Compressed, learned feature vectors that capture underlying patterns in data without explicit labels.
The collection of sparse autoencoder features that are active (non-zero) for a given input.
A compressed, learned representation of data that captures its essential features in fewer dimensions.
Applying RL optimization in a compressed learned representation rather than the full action space to improve efficiency and safety.
A compressed, learned representation of data in a lower-dimensional space that captures hidden patterns not visible in raw observations.
A learned hidden representation that evolves through computation to capture task-relevant information.
Forecasting compressed representations of future observations rather than raw pixels or coordinates.
Statistical models that infer unobservable underlying abilities (traits) from observable test responses.
Neural models that convert knowledge representations between different AI agent architectures without requiring joint training.
A hidden variable inferred from data that captures underlying structure, like behavioral patterns or uncertainty, without being directly observed.
An internal, non-visible representation of spatial structure and layout that guides image generation without being explicitly decoded.
A neural network that learns to predict future video frames in a compressed representation space rather than raw pixels.
A training method that stabilizes reinforcement learning by anchoring functional tokens with a weighted auxiliary objective for stronger gradient updates.
A technique to break down what a model learns internally into individual concepts or features it uses to make decisions.
Predicting compressed representations of future data rather than raw values, enabling more robust and generalizable learning.
A markup language commonly used to write mathematical equations and scientific documents in a format that renders beautifully.
A text-based format for writing mathematical and scientific documents with precise formatting and symbolic notation.
A text-based system for writing mathematical equations and scientific formulas that can be rendered as professional-looking math symbols.
A probability rule stating that marginal probabilities equal weighted sums of conditional probabilities across all partitions.
A metric measuring what fraction of full RL improvement is recovered by training a single layer in isolation.
Analyzing what information is encoded in each layer of a neural network by testing intermediate representations.
A technique that traces a neural network's prediction back through its layers to identify which input features most influenced the output.
A technique to identify which layers of a neural network contain specific information by testing each layer's representations separately.
The ability to understand and use information about how text is positioned and structured on a page, not just the words themselves.
Deferring the loading of full tool schemas until they are actually needed, keeping context compact.
Low-density parity-check codes that use sparse matrices to encode information efficiently with good error-correction properties.
A public ranking showing how different models perform on a standardized task, updated as new submissions arrive.
Sampling multiple complete solutions and aggregating them via voting or verification to pick the best answer.
Training agents by having them compete against a diverse population of opponents at different skill levels to improve robustness.
Training agents against a diverse population of opponents of varying skill levels to improve robustness and adaptability.
When concept representations unintentionally encode task-relevant or inter-concept information beyond their intended semantics, compromising interpretability.
Assessment where answers don't exist in training data when questions are asked, preventing memorization.
Selecting only training examples that provide useful learning signals to the model during training.
A learned mechanism that adaptively selects which parameters to keep and which to remove in compressed task vectors.
The field of using data analysis to understand and improve student learning outcomes and academic performance.
An AI system that provides personalized support to help students understand material and complete tasks.
A training approach where robots learn motor skills by observing and imitating human actions rather than being explicitly programmed.
Framework separating total forecast error into estimation error (from training) and approximation error (from architecture).
A research-based description of how students' understanding develops in a subject over time, from novice to expert.
A predefined plan for how the learning rate changes during training to improve convergence.
Using the same learning rate setting across models of different sizes without retuning.
Testing method where a model is trained on all data except one sample, then tested on that sample, repeated for each sample.
A prediction target that estimates clean data without using the noisy observation of that specific token.
Technique that measures each skill component's contribution by testing performance with that component removed.
A cross-validation technique where a model is tested on data from one hospital/site while training on all others.
A statistical technique for improving covariance matrix estimation by shrinking it toward a simpler structure.
A 24-dimensional mathematical structure with optimal sphere packing properties, used here to compress model weights efficiently.
AI systems designed to answer legal questions, provide legal advice, or assist with legal tasks.
The ability to interpret and apply legal concepts accurately, requiring understanding of domain-specific rules and nuances.
The cost or performance loss from making a model more interpretable.
A model's ability to handle sequences longer than those it was trained on.
A model's ability to handle longer or more complex problem sequences than those seen during training.
A systematic tendency to give softer or more favorable judgments, often due to awareness of negative consequences.
A hierarchy of representations of the same object at different resolutions, commonly used in graphics for rendering efficiency.
A measure of how different two text strings are, counting the minimum character insertions, deletions, or substitutions needed.
An ISO standard for representing lexical data in a structured, machine-readable format.
Finding documents by matching keywords or phrases directly, without learned embeddings.
Replacing words in text with their translations or synonyms to create training variations.
Linguistic properties combining vocabulary and grammar patterns used to analyze and classify text style and register.
A sensor that uses laser pulses to measure distances and create 3D maps of environments.
Methods to identify whether an AI model's response is false or misleading.
Mathematical groups with smooth manifold structure, combining algebraic and geometric properties.
A metric designed to measure agent well-being in simulation, mirroring human satisfaction across social, personal, and goal-fulfillment dimensions.
Continuously adapting recommendations to a user's evolving preferences over extended periods without forgetting past patterns.
A family of quantum codes constructed from classical codes using algebraic lifting operations over groups.
A model that uses fewer computational resources and memory, making it practical to run on less powerful hardware.
A smaller, more efficient model designed to run quickly and use less memory than larger alternatives, often with some trade-off in reasoning capability.
A mathematical measure of how probable the model considers a given sample, enabling exact probability calculations.
A simplified estimate of how well a model explains observed data, used for computational efficiency.
Training a model by directly maximizing the probability it assigns to observed training data.
A measure of how many lines of code are executed by a test suite, indicating test completeness.
Understanding how scientific ideas inherit from, modify, and build upon earlier work in a research domain.
Creating new scientific proposals that coherently fit as descendants of existing research lineages while offering novel contributions.
A steering technique that applies learned linear transformations to model activations to control behavior.
An attention mechanism with linear complexity instead of quadratic.
A property where the Bellman backup operation preserves linearity in value functions.
An algorithm whose computational cost grows proportionally to input size, rather than quadratically.
Computational cost that grows proportionally with sequence length, rather than quadratically like Transformers.
Using linear combinations of features to represent value functions or policies in RL.
Recovering an image from a degraded measurement (like blurred or downsampled versions) using a known linear transformation.
Tasks where you recover an unknown signal from noisy linear measurements, like deblurring or super-resolution.
A mathematical condition expressed as a matrix inequality that can be efficiently checked to verify system properties like stability.
A subroutine that solves a linear optimization problem over a constraint set, used in conditional gradient methods.
A method that combines probability estimates from multiple sources by taking a weighted average of their outputs.
A simple classifier trained on top of a model's internal representations to detect specific properties.
Simple machine learning classifiers trained on model internal states to detect specific properties like deception.
An optimization problem where the objective and constraints are linear equations or inequalities.
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.
A simple model that maps input features to continuous numeric outputs using a linear function.
The idea that concepts are linearly separable in neural network embeddings.
A property where memory and computation requirements grow proportionally with input length, rather than exponentially, making it more efficient for long sequences.
Whether two groups of data points can be separated by a straight line or plane in a given space.
The set of all possible combinations of vectors, describing the geometric space covered by a group of features.
A formal language for specifying how systems should behave over time, commonly used in security and software verification.
Systems whose behavior follows linear equations that don't change over time.
A classical control problem where the system dynamics are linear and the cost is quadratic in states and actions.
An attention mechanism with linear computational complexity instead of quadratic, enabling faster inference.
A speaker's implicit knowledge of language rules and structure, distinct from actual language use.
The existence and coexistence of multiple languages and language varieties within a community or system.
When an LLM's stated reasoning or extracted language features don't reflect how the model actually computes internally.
Fair and equitable treatment of all language varieties and speakers, ensuring no language or dialect is systematically marginalized or devalued.
A framework for publishing language resources on the semantic web using linked data standards.
Structured linguistic information or attributes provided to help models better understand language features.
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.
A function whose rate of change is bounded, ensuring smooth behavior without jumps.
An alternative neural network architecture that uses continuous, adaptive transformations instead of fixed layers, allowing efficient processing with fewer parameters.
A neural network architecture that uses continuous, adaptive functions to process information, allowing the model to adjust its behavior dynamically based on input.
A measure of whether a wallet's liquid, immediately-spendable assets can cover a proposed loan amount.
Ranking multiple items together as a group, rather than scoring each item independently.
The capability to read and understand text and written content within images, rather than just recognizing objects or scenes.
A continuously updated evaluation system that scores models on new data as it arrives, rather than a fixed test set.
A transformer-based neural network design optimized for efficient language modeling and text generation.
A design pattern that connects a vision encoder to a language model, enabling the language model to understand and describe images.
An AI system that uses a language model to understand tasks and take actions like reading code or searching repositories.
A language model trained to evaluate and judge outputs (like comedy sketches) based on learned human preferences.
A frozen language model used to evaluate and score other model outputs according to predefined criteria.
Using a language model to automatically evaluate the quality of outputs from other AI systems instead of human reviewers.
Using a language model to automatically evaluate or score outputs from other AI systems instead of human reviewers.
A training approach that adapts a generative language model to produce high-quality text embeddings by repurposing its existing knowledge without building from scratch.
An optimal set of quantization levels computed to minimize reconstruction error for a given data distribution.
Ensuring experts are used evenly across the model to avoid some experts being overused while others sit idle.
Attention mechanism where each token only attends to a bounded window of preceding tokens instead of all previous tokens.
Running a model directly on your own computer or server instead of sending requests to a remote service.
Running an AI model directly on your own computer rather than sending data to a remote server, keeping data private and reducing latency.
Scaling time-series data using statistics from a recent window rather than the entire historical context.
An algorithm that identifies outliers by comparing the local density of a point to its neighbors.
The observation that a large model's preferred token appears in a small model's top-K predictions even when not ranked first.
Ensuring that edits to specific facts don't unintentionally change related or nearby knowledge in the model.
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.
An efficient attention mechanism that groups similar tokens together to reduce computation, allowing the model to handle longer texts without excessive memory use.
In conformal prediction, the process of identifying similar examples to condition uncertainty estimates on local neighborhoods rather than global statistics.
How well an explanation's highlighted regions match ground-truth annotations from experts.
Fixing a specific step or section of a plan without requiring the entire task to restart from the beginning.
A training method where the image encoder is frozen and kept unchanged while only the text processing components are trained.
The ability to simultaneously navigate and manipulate objects, combining locomotion with arm control.
The ability of a robot to move and navigate through an environment, such as walking or running.
Identifying unusual or suspicious patterns in system logs that indicate errors, attacks, or failures.
A probability distribution whose logarithm is a concave function, ensuring nice mathematical properties.
The logarithm of the ratio of probabilities for two outcomes, used here as an API-compatible measure of model confidence.
Ensuring that different signals or judgments from a model don't contradict each other and follow coherent logical rules.
Identifying misalignment by finding contradictions in a model's reasoning across equivalent scenarios with different framings.
Pre-defined action sequences or skills expressed using logical rules that guide an agent toward specific goals.
A low-dimensional region within a model's internal representations that captures reasoning logic independent of language form.
A security flaw in program logic rather than memory safety that causes incorrect behavior.
A method to inspect what a language model 'knows' at each layer by examining the vocabulary predictions at intermediate depths.
Blending the raw output scores from two models before converting to probabilities, used to interpolate between their predictions.
The numerical scores assigned to each possible next token before converting to probabilities; intervening here controls what the model can generate.
A loss function that adjusts for class imbalance by modifying the model's output scores.
Methods that use the model's raw prediction scores to make decisions, rather than analyzing deeper internal patterns.
Knowledge distillation that transfers the raw model outputs (logits) rather than higher-level representations.
A method for combining multiple forecasts by averaging them in logit space with a data-dependent prior to reduce variance.
The ability of a model to process and understand very long sequences of text while maintaining coherence across distant parts of the input.
An embedding model designed to process and maintain meaningful representations across very long documents (thousands of tokens), rather than just short snippets.
The ability to process and understand very long documents or conversations without losing track of earlier information.
Processing input sequences much longer than a model's training context window while maintaining accuracy and efficiency.
The ability to process and understand very long input texts (thousands of tokens) while maintaining coherent reasoning across the entire passage.
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.
Automatically generating concise summaries from lengthy source documents, common in scientific papers.
The capability to produce extended, coherent text such as articles, reports, or documents while maintaining consistency and structure throughout.
The capability to produce extended, coherent text outputs like essays, articles, or detailed explanations rather than just short responses.
The capability to produce extended, coherent written content such as essays, articles, or detailed explanations rather than short responses.
Analyzing extended video content while maintaining context and relationships across multiple scenes.
Testing an AI system's ability to maintain context and preferences across many sequential interactions over time.
Predicting values far into the future, typically requiring models to capture long-range dependencies.
The ability to plan and execute complex multi-step tasks that require maintaining context and goals over many interactions.
Finding relevant information across many steps or a large dataset to answer complex multi-part questions.
Planning and executing a sequence of actions over many steps to reach a goal, rather than solving in one step.
Complex goals requiring many sequential steps or decisions to complete successfully.
The ability of a model to maintain consistency and logical flow across long sequences of generated text.
Forces between atoms that are far apart from each other, which are harder for models to capture.
The ability to handle very long input texts (thousands or more tokens) efficiently, which standard models struggle with due to computational constraints.
Rare or uncommon facts that appear infrequently in training data, making them harder for models to remember accurately.
Rare words that appear infrequently in a corpus, following a power-law distribution.
A data distribution where a few common categories dominate while many rare categories have few examples.
A dataset where a few common classes have many examples while rare classes have very few, causing models to bias toward common categories.
Stored structured knowledge (like diagnostic criteria) that an AI system can access during reasoning.
Measurements collected from the same subjects repeatedly over time, rather than a single snapshot.
A forecasting error where a model uses information from the future that shouldn't be available at prediction time.
When a step in a procedure requires referencing or using values computed in earlier steps.
Early predictions or intermediate outputs used to guide future decisions in a generation process.
A transformer that iterates multiple times at test time, spending more computation on harder problems.
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.
A lightweight method to customize a frozen language model for specific tasks without retraining the entire model.
Parameter-efficient fine-tuning method that adapts a pre-trained model using low-rank updates.
Fine-tuning a model using Low-Rank Adaptation, a parameter-efficient method that adds small trainable layers to a frozen base model.
Combining multiple loss functions (e.g., language modeling and distillation) during training with weighted proportions.
The sequence of loss values for a sample across multiple training steps, showing how the model's error on that sample changes over time.
Reducing file size while preserving all original data perfectly, so decompression recovers the exact original.
A phenomenon where LLMs struggle to retrieve or process information from the middle of long documents or lists.
The ability to generate responses very quickly with minimal delay between when you send a prompt and when you receive an answer.
Representing data using fewer dimensions while preserving key information.
A tool that lets non-programmers build applications by writing minimal code or using visual interfaces.
A computational model that captures the hardness of problems solvable by polynomial-time algorithms.
Data that lies on or near a lower-dimensional manifold within a higher-dimensional space, enabling faster computation.
A graph signal processing technique that smooths node features by averaging information across neighborhoods.
Using fewer bits to represent numbers in a model, which speeds up computation and reduces memory usage at the cost of some accuracy.
Training neural networks using reduced numerical precision (fewer bits) to decrease memory usage and speed up computation.
A parameter-efficient fine-tuning technique that adapts pre-trained models using a small number of additional trainable parameters.
A lightweight neural pathway that processes information through a compressed representation to reduce computation.
Compressing high-dimensional data into fewer dimensions, which can lose important information needed for accurate inference.
A language with limited training data and AI tools compared to English or other major languages.
Languages with relatively little training data available compared to major languages like English, making them harder for AI models to learn.
Training models effectively with limited labeled data or computational resources.
A guaranteed minimum value for an optimal solution, used to prune search branches that cannot improve the best solution found so far.
A continuous approximation of a mixed-integer program where binary constraints are relaxed, used to bound solution quality.
Mathematical spaces of functions where the p-norm (a measure of size) is finite and well-defined.
A measure of how quickly nearby trajectories diverge in a dynamical system; determines stability and predictability.
A mathematical tool used to prove that an iterative algorithm converges by tracking a quantity that decreases over time.
An optical device that splits light into two paths and recombines them to create interference patterns for computation.
An optical device that modulates light intensity or phase by splitting and recombining light beams through two paths.
Digital credentials (API tokens, service accounts, certificates) that AI agents and automated systems use to authenticate and act in enterprise environments.
A neural network trained to predict atomic forces and energies, enabling fast simulations of molecular behavior.
An AI model that learns to predict forces and energies between atoms in molecules and materials.
Strategically selecting which examples or feedback to show a learner to minimize the data needed for training.
Automated translation of text from one language to another using computational systems.
Removing the influence of specific poisoned data from a trained model without full retraining.
A mathematical proof verified by a computer system, guaranteeing logical correctness without human error.
Neural network models trained to predict forces and energies between atoms, used to simulate materials without expensive quantum calculations.
The task of arranging large functional blocks on a chip to optimize performance and minimize wiring.
An evaluation metric that calculates F1 score for each class separately, then averages them equally.
A metric measuring average difference between predicted and actual object counts.
A measure of distance between a point and a distribution that accounts for correlations between variables.
Selecting the most frequently occurring answer across multiple model samples to identify consensus solutions.
Categorizing software as benign or malicious based on code analysis and behavior patterns.
A state-space model architecture designed to process long sequences faster and with less memory than traditional transformer models.
A neural network design that uses state-space models as an alternative to transformers, offering faster processing and lower memory usage.
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.
A neural network design that combines selective state spaces (Mamba) with traditional attention mechanisms to process text more efficiently while maintaining strong performance.
A cloud service where the provider handles infrastructure, updates, and maintenance so you only focus on using the service rather than managing it.
The assumption that high-dimensional data lies on a lower-dimensional curved surface (manifold) rather than filling the entire space.
Discovering the underlying low-dimensional structure of high-dimensional data.
The fractional part of a floating point number that stores the significant digits of the value.
Mathematical principle describing how random matrix eigenvalues distribute, predicting optimal width expansion in neural networks.
A theoretical guarantee on classification error based on how well-separated different classes are in the learned representation.
A training technique that penalizes incorrect predictions proportionally to push their confidence scores away from correct ones.
Data points are separable by a linear classifier with a guaranteed minimum distance (margin) from the decision boundary.
The probability of observed data averaged over all possible model parameters, representing the true statistical objective for learning.
A classical statistical estimation method for fitting IRT models by maximizing likelihood across all possible ability values.
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.
The impact of a work or practice on the commercial viability and sales of original creative works in a market.
The minimal set of variables that shield a node from all others; here used to identify which agents must coordinate.
A sequence of events where the next state depends only on the current state, not on the history.
A sampling method that generates sequences of dependent samples to approximate probability distributions.
A statistical sampling technique that intelligently explores parameter space to find realistic values.
A framework for sequential decision-making with probabilistic state transitions.
A probabilistic model that represents dependencies between variables using graph structure and local interactions.
A stochastic process that combines continuous diffusion with discrete jumps between states, useful for modeling transitions between different configurations.
A language model that generates text by iteratively denoising masked tokens, offering an alternative to autoregressive generation.
A generative model that iteratively unmasks tokens from a fully masked state, similar to how diffusion models gradually denoise images.
A training technique where random words in text are hidden, and the model learns to predict them based on surrounding context.
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.
A self-supervised training method where parts of input data are hidden and the model learns to predict them from context.
A training technique where parts of the input are hidden, and the model learns to predict what was masked, helping it understand underlying patterns.
Attention that only looks at past tokens, preventing future information leakage.
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.
Placeholder positions in text that are hidden or unknown, which the model learns to fill in or refine during generation.
A process where the model hides (masks) and then progressively reveals (unmasks) parts of text to refine and improve the entire sequence iteratively.
A noise model where label corruption probability depends on the true label, bounded by a noise rate parameter η.
Extreme outlier values in a small number of tokens and channels within a neural network layer.
Separating model weights into components for efficient distributed training.
An evaluation metric that compares model output to expected output without validating actual execution results.
An activity where physical tools and language work together to create and shape reality, rather than simply describing it.
Pre-computed results stored for fast retrieval instead of computing on demand.
Finding mathematically equivalent or structurally similar problems in a dataset, rather than just keyword-based matching.
A model that has been optimized and trained specifically for mathematical reasoning and problem-solving tasks, rather than general-purpose language understanding.
Symbolic representations of mathematical expressions and equations (like formulas and symbols) that need special handling to be correctly interpreted by AI models.
The process of analyzing and interpreting visual mathematical symbols and equations to convert them into a structured, computer-readable format.
The ability to solve multi-step math problems by breaking them down logically and showing intermediate steps rather than just guessing the answer.
An XML-based markup language designed specifically for representing mathematical notation in a way that computers can understand and display.
Estimating missing entries in a matrix using observed entries and assumptions like low-rank structure.
Decomposing a matrix into a product of smaller matrices, commonly used for dimensionality reduction and pattern discovery.
The core mathematical operation in neural networks where high-dimensional arrays are multiplied together.
An optimizer that uses properties of weight matrices (like their structure) to compute better updates.
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.
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.
The maximum amount of data that can flow from a source to destination node in a network.
An optimization goal that minimizes the worst-case error across all groups or conditions, rather than average error.
A parameterization method that keeps optimal learning rates approximately constant across different model sizes.
The equilibrium with highest uncertainty or randomness among all Nash equilibria in a game.
A distance metric between distributions that measures alignment by comparing mean embeddings in a reproducing kernel Hilbert space.
A neural network layer that outputs the maximum value across a set of linear functions, enabling piecewise linear approximations.
A metric measuring average difference between predicted and actual values, used here to evaluate grade prediction accuracy.
Standard metric measuring detection accuracy by comparing predicted object locations to ground truth across different confidence thresholds.
A rank-correlation metric used in finance to measure forecast accuracy independent of prediction magnitude.
An average rating of perceived quality from human listeners, commonly used to evaluate speech synthesis systems.
A technique that combines multiple token embeddings into a single representation by averaging them, producing one embedding for an entire text sequence.
A loss function that measures prediction accuracy by averaging the squared differences between predicted and actual values, commonly used for numerical prediction tasks.
A mathematical approximation where the behavior of many interacting particles is described by a single probability distribution.
An iterative algorithm that finds density modes by repeatedly moving toward regions of higher density.
A false finding that results from how something is measured rather than from the phenomenon itself.
A change to how you measure something (like evaluation method) that can itself affect the conclusions you draw.
Testing whether a new measurement approach produces results consistent with established benchmarks or ground truth.
A quantum computing model where computation proceeds through adaptive measurements on an entangled resource state.
Subtle changes to how choices are presented that systematically influence AI agents without degrading the decision environment for humans.
Designing rules for interactions between parties to achieve desired outcomes like fairness or efficiency.
Proof that a model's behavior stems from a specific internal mechanism.
Studying how a model's internal computations and representations lead to specific behaviors or failures.
The study of understanding how a language model's internal components and computations work to produce its outputs.
Building interpretable models that explain how a system works by capturing its underlying causal mechanisms.
A weakness in how a model's internal safety mechanisms work that can be exploited through targeted attacks.
Directly manipulating a model's internal activation patterns to change its behavior without retraining.
Evaluating the trustworthiness and reliability of news sources and media outlets.
The ability to apply clinical knowledge and logic to interpret medical data, such as understanding what symptoms indicate about a patient's condition.
Non-invasive brain imaging that measures magnetic fields produced by neural activity.
An attack that determines whether a specific data point was used to train a model.
A function that answers whether a given statement belongs to a specific language or set, used here to model proof checking.
When a model learns to reproduce exact training examples rather than learning general patterns it can apply to new situations.
Phenomenon where networks fit training data long before learning to generalize to unseen examples.
The shift from a model reproducing training data to creating novel outputs, triggered by increasing dataset size.
The process of controlling how much of a model's memory capacity is available at each step of processing.
A structured repository of task-relevant information (goals, facts, prior attempts) that an agent can reference and update during long-horizon task execution.
The maximum amount of information a model can store and retrieve.
The gradual reduction in weight given to past information over time, affecting how agents learn and adapt.
How well a model uses available RAM or GPU memory, allowing it to run on smaller or less expensive hardware.
The amount of RAM or storage space a model requires to run, which is critical for deployment on resource-constrained devices.
When stored information in memory conflicts with or degrades the retention of new incoming information.
The skill of deciding what information to store, how to organize it, and when to retrieve it during task execution.
A method for storing and retrieving past information to help a model make decisions or predictions.
An attack that corrupts an agent's stored information or context to manipulate its behavior and decisions.
A neural component that selects and refines relevant knowledge from long-term memory based on the current context.
The update rule that transforms a hidden state (memory) given a new input, typically learned as a supervised learning task in SMT.
Dynamically partitioning computation into tasks that fit within available device memory constraints.
A generation system that stores and retrieves visual references during creation to maintain consistency across outputs.
Changes in a model's reasoning process caused by injected user context or attributes, separate from changes in final answers.
An agent's internal representation of task requirements, domain knowledge, and problem structure that guides its reasoning and decisions.
Hidden variables representing what an agent believes, wants, intends, feels, or considers socially acceptable.
Errors or corruptions in detected entity mentions that affect downstream processing.
The combination of a base model's weights with additional trained weights (like from LoRA adapters) into a single unified model file.
Creating a 3D surface representation made of connected vertices, edges, and faces.
Converting mathematical representations back into a 3D surface mesh that can be visualized and analyzed.
The core mechanism in GNNs where nodes exchange and aggregate information from their neighbors iteratively.
A higher-level agent that monitors and improves other agents by comparing their outputs against reality and updating their code or instructions.
Statistical method that combines results from multiple studies to estimate overall effect sizes and draw broader conclusions.
The ability to reflect on and manage one's own thinking processes and decision-making.
An agent's inability to reflect on and make wise decisions about when to use its own knowledge versus when to seek external help.
Evaluating the quality and reliability of evaluation methods themselves rather than just the systems being evaluated.
An AI model trained to orchestrate evolutionary search processes, applying multiple operators to solve problems over many steps.
Automatically improving the harness system itself by using feedback from agent rollouts to refine interaction patterns.
Training a model to learn how to learn, so it can quickly adapt to new tasks or changing conditions.
Using verifier-generated explanations and rationales to improve verification, beyond just binary correct/incorrect signals.
The study of small molecules (metabolites) in biological systems to understand disease and health.
The ability to monitor, reflect on, and evaluate one's own thinking processes and knowledge.
Self-awareness about thinking processes, including goal assessment, domain awareness, and strategic exploration.
The difference between how well models assess their own confidence versus how well humans evaluate belief certainty against evidence.
Genetic sequences sampled directly from environmental samples containing DNA from multiple organisms.
A general problem-solving strategy that explores solutions without guaranteeing optimality but finds good answers quickly.
Knowledge about one's own memory processes, including what to encode, when to retrieve, and how to organize information.
A model that defines the structure and rules for creating other models in model-driven engineering.
A testing approach that checks if a system maintains consistent behavior under semantically equivalent input transformations.
A state that appears stable but is easily disrupted by small changes or perturbations.
The causal relationships and dependencies showing how one research method evolved from or influenced another.
A structured database mapping how research methods emerge, adapt, and build upon one another over time.
Whether a research approach is technically sound and feasible before implementation.
Using an evaluation metric that doesn't align with true objectives.
Estimating real-world distances from a single camera image using deep learning.
A mathematical object that defines distances and angles on a curved surface, capturing its intrinsic geometry.
Virtual replicas of real objects that preserve accurate physical dimensions and properties for faithful simulation.
Determining a robot's position and orientation in real-world units rather than relative or scaled coordinates.
Interleaving requests from multiple users through pipeline stages to improve hardware utilization without waiting for one request to complete.
Brief, involuntary facial expressions lasting 0.25-0.5 seconds that reveal genuine emotions.
A system design where independent, containerized services handle specific tasks and communicate together.
A model positioned between lightweight and flagship versions, balancing capability with efficiency rather than maximizing raw performance.
A training stage between pretraining and post-training where models are trained on curated, large-scale data mixtures to strengthen specific capabilities.
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.
Software layer that sits between services to translate, transform, or coordinate their interactions.
Early-stage cognitive decline noticeable to the person but not severe enough to interfere with daily life.
Multi-input, multi-output architecture that processes multiple data streams in parallel to improve model expressiveness without increasing latency.
A lightweight transformer-based architecture designed to be computationally efficient while maintaining strong performance for text understanding tasks.
A game-playing algorithm that minimizes the opponent's maximum advantage by exploring all possible moves.
A theoretical approach that finds the best strategy against an adversary who chooses the hardest possible problem instance.
Theoretical limits on the best possible accuracy any algorithm can achieve for a given problem.
A training method where one part tries to break the model (maximization) while another part fixes it (minimization) to build robustness.
A graph structure connecting all points with minimum total distance, used here to find structural relationships between code samples.
Control strategy that achieves desired system behavior using the least amount of control effort.
Completing a task using only the essential information and steps needed, without redundant re-reading or verification.
An optimization algorithm that uses geometric transformations to adapt learning to different data distributions.
A property allowing optimization algorithms to switch between different geometric transformations while maintaining convergence.
When an AI model's goals or behaviors diverge from the intended goals of its creators or users.
False or inaccurate information spread online, whether intentionally or unintentionally.
Filling in gaps in incomplete datasets before analysis, often using statistical or learned methods.
A model's ability to work when one or more input modalities are unavailable at test time.
The pattern and distribution of missing values in a dataset, which often reflects real operational constraints.
A specific design pattern for transformer-based language models that uses efficient attention mechanisms and grouped query attention to balance performance and speed.
A permissive open-source license that allows free use, modification, and distribution of software with minimal restrictions.
A knowledge base of adversary tactics and techniques based on real-world observations, used to classify and understand cyberattacks.
Text that combines both human-written and AI-generated content in the same document.
Using different numerical precisions for different parts of computation.
Training with lower precision for speed while maintaining higher precision where needed.
A quantum state representing uncertainty or entanglement with an environment, described by a density matrix rather than a pure state vector.
Training on multiple datasets with different structures and properties in the same training batch.
A statistical model that captures both fixed effects (apply to all observations) and random effects (vary by group or individual).
A mathematical optimization approach for problems with both continuous and discrete variables subject to linear constraints.
Optimization problems with linear objectives and constraints where some variables must be integers.
Using different numerical precisions (e.g., 8-bit, 4-bit) for different parts of a model to reduce memory and computation.
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.
A quantum state that is a probabilistic mixture of pure quantum states rather than a single definite state.
Misinformation that blends accurate information with false claims to appear credible and evade detection.
The number of steps needed for a sampler to reach the target distribution; faster mixing means fewer samples needed.
Deciding the composition and weighting of different data sources in training to balance multiple objectives.
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.
Using multimodal large language models to evaluate outputs by assessing both visual and semantic correctness with rubrics.
Feed-forward neural network layers in transformers that dominate parameter count and can be independently scaled.
A machine learning framework optimized for running models efficiently on Apple Silicon chips.
Running a model locally on Apple Silicon hardware using the MLX framework, which is optimized for efficient inference on Mac devices.
A model format designed specifically for efficient inference on Apple Silicon devices, optimized for the MLX machine learning framework.
A machine learning framework specifically designed for running AI models efficiently on Apple Silicon hardware.
A framework that optimizes AI models to run efficiently on Apple Silicon chips (like M1, M2, M3), taking advantage of their specific hardware capabilities.
A robot's ability to move around an environment while using its arms to pick up and interact with objects.
A type of input or output data a model can process, such as text, images, or audio.
When multimodal models favor one input type (e.g., text) over others (e.g., vision), bypassing available tools.
When a multimodal system stops using some of its input types and relies only on one or a few.
The degree to which a model produces similar correct or incorrect answers across different input formats like text and images.
The performance difference between a model's reasoning using text versus visual information.
Unequal influence or representation of different data types (like images vs. text) in a multimodal model.
Performance degradation caused by conflicting gradient signals when different input types (audio, text) share neural network parameters.
The sequence in which different input types (image, text) are presented to a model.
Adapting a model trained on one type of data (like video) to work with a different type (like tactile signals) efficiently.
A unified control mechanism that works with any input type (text, images, or combinations) without requiring separate implementations for each modality.
When a model's ability to solve a problem varies depending on whether it receives text, images, or both.
Using text descriptions tailored to highlight unique properties of each data type (e.g., thermal features for infrared).
Specialized components that convert different input types (text, audio, video, motion) into a common token format.
Training approach that handles each data type (audio, video, text) with separate, tailored optimization strategies.
When a generative model produces limited diversity, repeatedly generating similar outputs instead of varied ones.
The property that different trained models can be connected through a continuous path in weight space.
Using different spatial or polarization modes of light in a single fiber to carry independent data streams simultaneously.
Techniques for customizing a pre-trained model's behavior for specific tasks or use cases.
The question of whether a model acts with intentionality or goal-directed behavior versus simply producing outputs.
The underlying structural design of a neural network that determines how data flows through it and how it processes information.
The core underlying architecture of a model that serves as the foundation for specialized versions or fine-tuned variants.
How well a model's confidence or predictions match actual human behavior and real-world outcomes.
A ranking level within a model family that indicates relative power, speed, and cost trade-offs.
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.
A document that describes a machine learning model's intended use, performance, and limitations.
A saved snapshot of a trained model's weights and parameters, stored in formats like safetensors or PyTorch for later use or deployment.
When a language model's training performance suddenly degrades due to overconfidence in incorrect predictions.
Techniques used to make models smaller and faster to run, allowing them to work on devices with limited memory or processing power.
The point at which a model's performance stabilizes during training and stops significantly improving, indicating the training process is complete.
The process of configuring and launching a trained model in a cloud environment so it can receive requests and generate responses.
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.
Comparing two versions of a model to identify which internal features or behaviors changed between them.
Differences in predictions across multiple models on the same input.
A technique where a smaller, faster model is trained to mimic the behavior of a larger, more capable model to reduce computational costs.
Degradation of model performance over time due to changes in data distribution or real-world conditions.
Directly modifying model weights or parameters to correct specific behaviors without full retraining.
How well a model performs relative to its computational cost and resource requirements, important for deployment on devices with limited hardware.
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.
The amount of memory and computational resources required to run a model, determined primarily by its size and architecture.
The amount of memory and computational resources required to run a model, with smaller footprints being more efficient.
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.
The process of creating new conceptual frameworks or mathematical structures to represent a problem domain.
Learning optimal behavior without explicitly modeling the environment.
The process of running a trained model on new input data to generate predictions or outputs, as opposed to training the model.
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.
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.
A technique that combines the learned knowledge from two or more trained models into a single model.
Designing models so independent components can be used, removed, or composed separately without performance loss.
Techniques used to make a model smaller, faster, or more efficient while maintaining acceptable performance.
The internal numerical values (weights) that a neural network learns during training and uses to make predictions.
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.
A control method that predicts future system behavior and optimizes actions based on a mathematical model.
A control method that predicts future system behavior and optimizes actions over a time horizon.
Removing unnecessary parameters or connections from a model to reduce size and computation.
A technique that reduces a model's size and memory requirements by using lower-precision numbers, enabling it to run on resource-limited devices.
The size of a model measured by the number of parameters it contains; smaller models are faster but less capable than larger ones.
The practice of increasing a model's size (parameters, training data, or compute) to improve its capabilities and performance.
The total number of parameters (learnable values) in a model, which affects its memory usage, speed, and capability.
Training a model to excel at a narrow set of tasks rather than performing well across many different domains.
A minimal, simplified version of a model used for testing code and infrastructure without the computational cost of a full model.
A collection of related models of varying sizes or configurations released together for comparative research and analysis.
The ability of attacks or techniques developed for one model to work on other models.
The ability to examine and understand how a model works, including access to its weights, architecture, and training details.
The process of testing a model to ensure it works correctly within a framework or pipeline before deploying it for real tasks.
A modified version of a base model that changes its size, capabilities, or behavior while maintaining the same core architecture.
The learned numerical parameters inside a neural network that determine how it processes input and generates output.
The hidden dimension size of a neural network layer, controlling the model's capacity to represent information.
A technique that works across different model architectures without requiring architecture-specific modifications.
Learning approach where an agent builds a model of how the environment works, then uses it to plan actions.
Information derived from a model's own computations (like attention patterns or confidence scores) without external tools.
A specialized model or component that filters and evaluates user inputs or outputs to prevent harmful content from reaching users or being generated.
The formal, standardized variety of Arabic used in official documents and media, distinct from regional spoken dialects.
A system design where independent components with standardized interfaces can be swapped and recombined without tight coupling.
Generating code as independent, reusable functions or modules that can be combined to solve larger problems.
Using only relevant subsets of a model's components independently or in combination for specific tasks or domains.
Reusing learned or numerical components across different problems by swapping modules without full retraining.
The ability to use and compose independent subsets of a model without requiring the full system or human-defined rules.
Process of creating new molecules with desired properties for applications like drug discovery.
A computational technique that simulates how atoms move and interact over time.
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.
Task of predicting chemical or physical properties of molecules based on their structure.
The ability to understand and predict how molecules behave, interact, and transform based on their chemical structure and properties.
A distillation technique that aligns statistical properties (moments) between a teacher and student model.
An optimization technique that accumulates gradients to accelerate convergence.
A technique that smoothly updates model parameters using accumulated historical changes for stability.
A system that inspects AI agent outputs and their creation process to detect sabotage or unsafe behavior before deployment.
Inferring 3D scene structure and depth from a single camera viewpoint without stereo or depth sensors.
Predicting 3D depth information from a single 2D image without stereo or multiple views.
Inferring 3D structure and depth from a single 2D image or video frame without stereo or multi-view input.
When a neuron or expert performs a single, well-defined function rather than handling multiple unrelated tasks.
A guarantee that each update to a policy increases or maintains performance, never decreases it.
Mathematical constraint ensuring that higher-capability agents receive better outcomes, preventing misrepresentation.
Using random sampling to estimate quantities that are expensive or impossible to compute exactly.
A technique using dropout during inference to estimate model uncertainty by sampling multiple predictions.
Estimating expected values by drawing random samples and averaging results.
A computational technique using repeated random sampling to estimate probability distributions and outcomes.
An algorithm that explores game possibilities by randomly simulating many future moves to estimate the best action.
Psychological mechanisms that allow people to justify harmful behavior by reframing it as acceptable or necessary.
A psychological framework proposing that human morality is built on six independent foundations: care, fairness, liberty, loyalty, authority, and sanctity.
When one party takes excessive risks because another party bears the consequences, reducing incentive to act carefully.
Polling people on ethical dilemmas and using their aggregated votes to train AI decision-making policies.
A model's ability to understand and apply ethical principles to make judgments about right and wrong.
A smoothed approximation of a nonsmooth function, created by adding a quadratic penalty term.
Linguistic properties that describe both the structure (morphology) and meaning (semantics) of words.
The ability to understand and process word structure, including prefixes, suffixes, and inflections that change word meaning or grammatical function in languages like Russian.
The linguistic challenge of handling languages where words change form significantly based on grammar, tense, and case—common in Polish and other inflected languages.
The complete set of inflected forms of a word, showing how it changes across different grammatical contexts.
A language with complex word formation rules where single words can have many grammatical variations.
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.
Recording and digitizing human body movement for analysis or animation.
A collection of recorded 3D human movements, typically used to train models for realistic motion synthesis.
The relationship between user-driven actions and their physical consequences in a scene.
Computing safe, feasible paths for a robot to follow from its current position to a goal.
Adapting motion capture data from one character or skeleton to another while preserving the movement intent.
A learning paradigm that reformulates control tasks as reproducing reference whole-body behaviors in a global coordinate frame.
A dynamic decision boundary that adjusts based on detected motion to determine when cached features can be safely reused.
The frequency and pattern of therapeutic moves used by a clinician or model across a session.
A neural network design that combines masked language modeling with permutation language modeling to better understand relationships between words in text.
A framework for categorizing and evaluating different types of translation errors and quality issues.
Multiple independent agents interacting and learning in a shared environment.
Solving problems by chaining multiple reasoning steps together sequentially.
Computing infrastructure deployed at network edges to process data closer to agents, reducing latency and communication overhead.
The study of how to ensure safe and fair behavior when multiple AI agents interact, compete, or cooperate in shared environments.
A system design where multiple specialized agents work together—some generate options in parallel, others coordinate the final result.
Techniques for making multiple autonomous agents work together toward shared goals.
A system where multiple AI agents work together, cross-checking and debating each other's reasoning before producing a final answer.
Assessment where multiple agents participate—some as judges and others as subjects being evaluated.
A system where multiple AI agents with different roles work together to solve a problem.
Structured communication and mutual influence between multiple AI agents that shapes collective behavior over time.
Coordinating multiple specialized AI agents to work together, deciding which agent handles which task.
A system where multiple agents coordinate to execute complex plans by breaking them into steps and validating each one.
Training multiple agents simultaneously so they learn to cooperate and improve together toward shared goals.
Multiple AI agents working together, each with different roles or goals, to solve a problem collaboratively.
An agent's ability to work across multiple applications simultaneously, transferring data and context between them to complete complex tasks.
A decision problem where an agent repeatedly chooses between options to maximize rewards while learning which is best.
A parallel network structure where multiple smaller models process data independently and combine their outputs.
A logistics optimization task where vehicles start from multiple depots and must visit customers while minimizing cost or distance.
Training a model on question-answer pairs from many different topics or fields to make it work well across diverse subjects.
Training a model by repeating the same dataset multiple times rather than using each sample once.
A system that directs inputs to specialized models based on detected characteristics, improving performance across diverse domains.
Hyperparameter optimization that uses cheap approximations alongside expensive full evaluations to save compute.
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.
Summarizing long execution histories at different levels of detail to make error evidence easier to locate.
An attention mechanism that shares a single low-rank latent representation across all attention heads instead of maintaining separate keys and values per head.
Information gathered from nodes multiple steps away in a graph, capturing broader structural context.
Finding answers by connecting information across multiple documents or reasoning steps.
The ability to connect and synthesize information from multiple images to solve a problem or answer a question.
A classification task where each example can belong to multiple categories simultaneously, unlike single-label classification.
Assigning multiple categories to a single text document, where labels can overlap or co-occur.
The ability to understand and generate code across many different programming languages.
Using different types of human input (e.g., demonstrations, comparisons, rankings) to train a model.
Generating multiple plausible different outcomes rather than a single deterministic prediction.
Following multiple moving objects across video frames to maintain consistent identities over time.
Finding solutions that balance multiple competing goals simultaneously.
Training an AI system to optimize multiple competing goals simultaneously rather than a single objective.
An iterative approach where an LLM revisits and refines its analysis across multiple complete passes through a problem.
System design that integrates multiple LLM providers for improved reliability through consensus and fallback mechanisms.
Simulating realistic user activity over time by injecting sequences of events to create complex, evolving world states for testing.
Back-and-forth exchanges between participants (like developers and reviewers) where each round builds on previous feedback.
Creating coherent video sequences with multiple scenes while maintaining consistency of characters and objects across shots.
An optimization technique that runs a solver multiple times from different random starting points.
The ability to break down complex problems into smaller sequential steps and solve them methodically rather than attempting to answer in one go.
Completing a task that requires performing multiple sequential actions or reasoning steps.
The ability to break down complex problems into sequential reasoning steps and correctly combine them to reach a solution.
Forecasting what happens several time steps into the future, rather than just the immediate next state.
The ability to break down complex problems into smaller steps and solve them sequentially, rather than jumping directly to an answer.
The ability to break down complex problems into sequential steps and execute them autonomously without human intervention between steps.
Problems or workflows that require a model to perform multiple sequential operations or reasoning steps to reach a final answer.
Training a single model on multiple different tasks simultaneously so it learns shared skills across them.
Training a student model using knowledge from multiple specialized teacher models to capture diverse expertise.
Using multiple teacher models simultaneously to train a student model, combining their different strengths.
Generating multiple future tokens in parallel instead of one at a time.
The ability to maintain context and coherence across multiple back-and-forth exchanges with a user, remembering earlier messages in the conversation.
The ability to maintain context and coherence across multiple back-and-forth exchanges with a user in a single conversation.
A conversation where the model maintains context across multiple back-and-forth exchanges with a user, remembering previous messages.
A sequence of back-and-forth exchanges between an agent and user or environment, rather than a single one-shot request.
Recognizing that a single text can express multiple opposing sentiments (both positive and negative) simultaneously.
A representation where documents and queries are encoded as multiple vectors (one per token) instead of a single vector, enabling more precise matching.
A search method that represents a single piece of text using multiple vectors simultaneously, allowing more flexible and nuanced matching.
Examining the same data from multiple perspectives to capture complementary information.
Ensuring that representations of the same scene remain coherent across different viewing angles or perspectives.
Combining information from multiple camera angles to create a unified understanding of a scene.
Representing a 3D scene using multiple 2D images captured from different camera angles.
A process where multiple AI agents discuss and argue to reach a consensus answer on a task.
A machine learning task where data must be assigned to one of three or more discrete categories.
A classification task where each sample can belong to multiple classes simultaneously, rather than just one.
Computational techniques that combine solutions from models of varying accuracy and cost to reduce overall computation.
A model trained to understand and generate text in multiple languages, not just English.
Systematic performance gaps across languages, often favoring high-resource languages like English over others.
The ability of a model to understand and generate text in multiple languages, often with varying levels of proficiency across different language pairs.
A model's ability to understand and generate text in multiple languages, not just English.
A large collection of source code written in many different programming languages, used to train the model.
The ability of a model to understand and generate text in multiple languages, typically because it was trained on data from many different languages.
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.
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.
AI systems that understand and reason about medical information across multiple languages, especially low-resource ones.
A model trained on text from multiple languages, allowing it to understand and generate text in several different languages.
Natural language processing systems designed to understand and work with text in multiple languages, including non-Latin scripts like Cyrillic.
A model's ability to understand and generate text in multiple languages with comparable quality across different language pairs.
The capability to understand, process, and reason through problems in multiple languages, not just English.
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.
A collection of audio recordings in multiple languages used to train speech recognition and synthesis systems.
The ability of a model to understand and process text in multiple languages, not just English.
Training a model on text from many different languages so it can understand and generate text across all of them.
A model that can process and understand multiple types of input, such as both text and images.
Forecasting future actions using multiple types of sensory input (e.g., vision and motor feedback) simultaneously.
An AI system that can process and reason over multiple types of data (text, images, documents) to complete tasks.
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.
An adversarial attack that simultaneously perturbs multiple input modalities (e.g., text and audio) to fool a model.
Attention mechanism that processes multiple types of input (like text and image features) simultaneously in a transformer.
A standardized test dataset that evaluates AI models on tasks combining multiple types of input like images and text.
Discriminatory patterns that emerge when AI models process multiple input types (text, audio, images) together.
The ability of an AI model to understand and reason about multiple types of input data (like images and text) simultaneously.
Processing and understanding multiple types of information (video, audio, text) simultaneously to extract meaning and structure.
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.
A generative model that takes multiple types of input (like text and images) to create new content.
A representation that captures meaning from multiple types of data (like text, images, and tables) in a single searchable format.
Assessing AI systems across multiple input/output types (audio, video, text) simultaneously rather than separately.
Combining data from multiple sources (like ECG and PPG) to make better predictions than using each source alone.
Creating content that combines multiple types of media (text, images, audio, interactive elements) chosen based on what best serves the message.
An AI model that processes and generates outputs from multiple input types (text, images, etc.) simultaneously.
A reward model that processes multiple input types (text, images) and generates interpretable feedback about output quality.
A graph where nodes and edges are enriched with multiple types of data like text, images, and numerical attributes.
The ability to comprehend humor by combining visual and textual information to identify incongruities and their resolutions.
The ability to accept and process multiple types of input data simultaneously, such as both images and text in the same request.
The process of combining and coordinating information from multiple sensory or cognitive modalities (vision, sound, language).
An AI model that processes both text and images to understand and reason about visual content.
Training a model to understand and process multiple types of input data (like text and images) together rather than separately.
Memory systems that integrate and preserve information from multiple input types like text and images.
An AI model that can process and understand multiple types of input data, such as video, images, and text together.
Coordinating multiple types of content (text, images, interactions) into a unified experience.
A system that extracts structured information from documents containing both text and visual elements like figures and tables.
A sequence of processing steps that handles multiple types of input data (like text and images) together in a single workflow.
Generating multiple plausible future outcomes instead of a single prediction.
Training a model on paired images and text data so it learns to connect visual and language understanding together.
Automatic creation of problems that combine multiple modalities (text, images, diagrams) with aligned annotations and ground-truth answers.
Answering questions by reasoning over both text and image inputs simultaneously to find correct answers.
The ability to solve problems by integrating information from multiple input types like images and text.
A recommendation system that uses multiple types of data (text, images, etc.) to predict user preferences.
Training models to learn useful features from data with multiple types of input (e.g., images and text).
Safety mechanisms that operate across multiple input types like images and text simultaneously.
Predicting time-to-event outcomes using multiple types of data (e.g., images, lab results, clinical notes).
AI tasks that require processing multiple types of input data at once, such as understanding both an image and a text question about it.
The ability of an AI model to process and reason about multiple types of input data (like images and text) simultaneously.
An AI system that understands both text and visual information to autonomously interact with websites and perform tasks.
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.
A learning approach where training data consists of bags (groups) of instances, useful when only bag-level labels are available.
A machine learning technique that combines multiple similarity measures (kernels) by learning optimal weights for each.
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.
An optimization problem for selecting items with different values and costs to maximize value within a budget constraint.
An evaluation format where a model selects the correct answer from a fixed set of options.
A technique that allows a model to handle multiple requests or tasks simultaneously within a single forward pass, improving efficiency on concurrent workloads.
A hardware operation that multiplies two numbers and adds the result to an accumulator, commonly used in neural networks.
A physics or engineering problem with important dynamics at multiple length or time scales simultaneously.
Training a model on multiple related tasks simultaneously so it learns shared patterns that improve performance across all tasks.
A training approach where a model learns to perform multiple related objectives simultaneously, which often improves its overall performance and generalization.
Digital music notation that separates different instruments or voices into individual tracks for editing and analysis.
Time-ordered data with multiple variables or channels measured simultaneously, where variables may influence each other.
An algebraic structure where elements can represent scalars, vectors, and higher-dimensional geometric objects simultaneously.
A second-order optimizer designed for hypersphere-constrained training that improves stability during scaling.
A neural network that compresses audio into discrete tokens for language model processing and reconstructs waveforms from those tokens.
Converting audio recordings into symbolic notation (like MIDI) that represents notes, timing, and instruments.
The ability of a model to analyze and interpret musical characteristics like genre, emotion, harmony, and structure from audio or music data.
A metric measuring test quality by counting how many intentional code mutations the tests can detect.
Deliberately introducing bugs into code to test whether test suites can catch them.
A measure of how much knowing one variable tells you about another variable.
Regularization technique that ensures both modalities contribute equally to the joint representation by equalizing information flow.
A metric for measuring similarity between representations by finding pairs of samples that are each other's closest matches.
A technique where code and tests validate each other to ensure both are correct and reliable.
A low-precision floating-point format (4-bit) designed for efficient neural network computation while maintaining reasonable accuracy.
A 4-bit floating-point quantization format that uses microscaling to maintain accuracy while significantly reducing model size and memory requirements.
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.
A specialized 8-bit floating-point format designed for efficient neural network computation while maintaining reasonable accuracy.
A computational tool that models the motion of multiple particles under mutual gravitational or other forces.
Sequences of consecutive waveform atoms that capture temporal structure and patterns in EEG signals.
A probabilistic classifier that assumes features are independent given the class label.
A natural language processing task that identifies and classifies specific entities like people, places, and organizations within text.
A natural language story or description that explains why an AI model made a particular prediction.
The task of automatically creating coherent stories or sequences of events in text form.
Anchoring story descriptions to verified facts from the source material to maintain coherence and accuracy.
The organized framework of a story, including how events are sequenced and how the plot progresses from beginning to end.
A strategy profile where no player can improve by unilaterally changing their strategy, given others' strategies.
The ability of a model to directly understand different types of input (like images or audio) without converting them to text first.
When a model can directly understand different types of input (like images or audio) without needing to convert them to text first.
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.
AI reasoning that preserves and operates directly on domain-specific structural representations rather than converting them to generic formats.
An optimization method that accounts for the geometry of the data distribution, often converging faster than standard gradient descent.
The process by which a model produces human-readable text output based on its understanding of input and learned patterns.
A training task where a model learns to determine whether one sentence logically follows from another, helping it understand relationships between texts.
The field of AI focused on enabling computers to understand, interpret, and generate human language in a meaningful way.
The field of AI focused on understanding and generating human language in a meaningful way.
The process of converting human-written instructions or descriptions into executable programming code.
The ability of a model to comprehend and extract meaningful information from human language, rather than just pattern-matching on words.
Ranking metric measuring how well relevant items are placed at the top.
A range of parameter settings that all achieve performance within a small tolerance of the best possible result.
A feature is necessary if removing it disrupts the model's prediction, indicating true importance.
Unperturbed reference images used as stable anchors to detect and correct for technical variations in experiments.
When learning from one task actually hurts performance on another task due to conflicting patterns.
A training technique where the model learns by comparing correct matches against intentionally chosen incorrect examples to improve discrimination.
When training a model on multiple tasks simultaneously hurts performance compared to training on individual tasks separately.
A measure of non-Gaussianity equal to the difference between entropy of a Gaussian and entropy of the actual distribution.
A text description of a circuit that specifies all components and how they are electrically connected together.
A reference representation (typically from averaged high-repetition data) used to align both noisy queries and gallery items.
Using neural networks to learn and approximate complex functions, such as safety constraints, from data.
Automated process of designing neural network architectures without manual engineering.
A machine learning model that compresses audio into a compact digital format and can reconstruct it back to near-original quality.
A learned compression model that encodes audio into discrete or continuous latent representations optimized for reconstruction.
A model that translates neural activity patterns into behavioral outputs like movement or speech.
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.
A neural network component that converts raw text input into a numerical representation (embedding) that captures semantic meaning.
The process of converting text or other data into numerical vector representations using neural networks, enabling machines to understand and process language.
A neural network that represents continuous 3D properties (like temperature or material density) as a smooth function rather than discrete grid values.
Using neural networks and embeddings to find relevant documents or passages in response to a query, rather than traditional keyword matching alone.
An AI model trained to predict how code executes step-by-step without actually running it.
Transforming brain activity patterns from one condition to match patterns from another condition.
Converting learned neural predicates into explicit logical choices or facts for symbolic reasoning.
A learnable memory component that neural networks can read and write to.
A neural network that models continuous dynamics by treating layers as differential equations.
A learned function that maps between infinite-dimensional function spaces, used for solving physics equations on meshes.
Neural networks that model continuous-time dynamics by treating hidden states as solutions to differential equations.
Using neural networks to directly learn and approximate the posterior distribution of model parameters.
A probabilistic model that learns to make predictions by conditioning on context examples, treating each prediction task as learning a distribution over functions.
A learned neural network that synthesizes or modifies images by applying rendering operations like lighting changes.
A search method that uses neural networks to understand semantic meaning and find relevant documents, rather than relying on keyword matching alone.
A neural network trained to assign relevance scores to candidate items for a given query.
A fast neural network trained to approximate expensive physics simulations.
Combining neural networks with symbolic logic to get both the flexibility of learning and the interpretability of rule-based systems.
The pattern of which neurons in a neural network fire or respond when processing specific inputs.
The phenomenon where interpretable neurons become more selective while non-interpretable neurons remain less selective as models scale.
The degree to which a neuron responds specifically to certain inputs versus broadly to many different inputs.
Combining neural networks with symbolic reasoning (like rules or logic) to enable both learning and interpretable decision-making.
A numerical method that iteratively approximates matrix functions like square roots or inverses through repeated matrix multiplications.
An optimization algorithm that finds roots of equations by iteratively refining guesses using function derivatives.
Advanced features and improvements in a model that represent a significant step forward from previous versions.
The probability distribution over all possible next words a language model can generate at each step.
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.
A pretraining task where a model learns to predict which clinical events will occur at a patient's next healthcare visit.
A statistical technique that removes bias from estimators while maintaining asymptotic normality, enabling valid inference on parameters of interest.
A specific 4-bit quantization method that uses a normalized float format to preserve model accuracy while dramatically reducing memory requirements.
Assessing the quality of machine-generated text across criteria like fluency, coherence, and relevance.
Learning algorithms where each player independently minimizes regret, converging to equilibrium without explicit coordination.
A graph task where the goal is to predict labels for individual nodes using graph structure and node features.
A vector representation of a node in a graph that captures its structural properties and relationships.
The starting point for diffusion generation, typically random Gaussian noise that gets progressively refined into an image.
A multi-step filtering system combining domain rules, statistical patterns, and behavioral signals to remove false alerts.
The ability of a model to maintain performance when given irrelevant, incorrect, or corrupted input data.
A sequence defining how much noise is added during training and removed during sampling in diffusion models.
A preprocessing technique that removes or corrects low-quality or mismatched training examples before training, improving model reliability.
Training data where some examples have incorrect labels, which can degrade model performance if not handled carefully.
Training labels or examples that contain errors, irrelevant information, or misleading patterns that degrade model learning.
Generating all output tokens simultaneously rather than one at a time, enabling faster inference.
A generation approach where the model generates multiple tokens in parallel or through iterative refinement, rather than one at a time.
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.
A legal restriction that permits using the model for learning and research but prohibits using it in production systems or for commercial purposes.
Finding minima in loss landscapes with multiple local minima, common in deep learning.
Presenting suggestions or feedback in a way that invites reflection rather than prescribing a specific action or answer.
Specifications describing how a system should perform, including quality attributes like performance and security.
Data distributed unevenly across devices, where each device has different data patterns—more realistic than uniform distribution.
A decision problem where the optimal action depends on history, not just the current observation, because the present state is ambiguous.
Tracking and reconstructing objects that bend or change shape, rather than staying rigid.
System behavior that changes over time rather than remaining constant, like wear or environmental drift.
A model state that produces concise, direct answers without intermediate reasoning steps.
A pattern where A aligns with C and B aligns with C, but A and B do not align directly with each other.
A model's ability to recall factual knowledge even when the exact wording or phrasing differs from training data.
A measure of how unusual or unreliable a prediction is, used by conformal methods to decide which predictions to include in the answer set.
Finding the best parameter values for a model when the relationship between inputs and outputs is not linear.
Fitting curved or complex relationships between inputs and outputs, beyond simple linear patterns.
Assigning different amounts of parameters or computation to different layers rather than distributing them equally.
How well a model adapts its behavior based on social norms and contextual expectations.
A sampling strategy that selects items with probability proportional to their magnitude, improving coverage on sparse data.
A framework for quantifying how much each component of a neural network contributes to its output prediction.
A neural network that transforms simple distributions into complex ones while maintaining the ability to calculate exact probabilities.
A grammatical system where nouns are grouped into categories that affect agreement with other words.
Generating realistic images of a 3D scene from camera viewpoints not seen during training.
Short-term weather forecasting (minutes to hours ahead) that prioritizes current observations over model predictions.
A specialized hardware chip designed specifically to accelerate AI model computations, found in modern mobile devices.
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.
The ability to grasp subtle meanings, context, and shades of gray in language rather than treating everything as black-and-white.
A regularization penalty equal to the sum of a matrix's singular values, encouraging low-rank structure.
The ordered arrangement of DNA building blocks (A, T, G, C) that make up genetic code.
A sampling strategy that selects items in decreasing probability order until reaching a cumulative probability threshold.
Unwanted statistical relationships between modalities that don't reflect the underlying signal.
A factor that varies in your data but doesn't affect the task label—like lighting in object recognition.
A baseline statistical model representing random or expected behavior, used to determine if observed patterns are significant.
AI planning that handles continuous numeric quantities like data sizes, processing times, and resource constraints.
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.
The ability to understand, manipulate, and solve problems involving numbers, calculations, and mathematical logic.
The property of an algorithm to produce consistent results despite small errors or precision changes during computation.
Weather forecasting using physics-based computer models that simulate atmospheric behavior from initial conditions.
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.
A low-precision numerical format that uses 4 bits per weight, developed by NVIDIA to compress models for efficient inference on consumer hardware.
A computer vision task that identifies and locates specific objects within an image by drawing boxes around them.
The task of identifying where specific objects are located within an image and describing their positions.
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.
The task of identifying and outlining individual objects in an image or video by marking their exact boundaries at the pixel level.
Pixel-level masks that precisely outline objects across video frames, enabling dense visual grounding beyond bounding boxes.
Learning to represent scenes as collections of discrete entities with properties rather than as raw pixels.
Learnable representations that focus on individual objects within a scene, capturing their properties and relationships separately.
Task where an AI agent navigates to locate and reach a specified target object in a physical environment.
Explicitly matching individual visual objects to specific words or entities in text.
In time series, whether a valid measurement will be recorded at a given time point.
Data collected from real-world observations without experimental manipulation or controlled interventions.
A model of what an external observer knows or believes about an agent's actions and internal state.
When objects or areas are hidden from view by other objects in front of them.
A 3D model that accounts for hidden or blocked parts of objects in a scene.
A probability distribution over state-action pairs visited by a policy, used to characterize exploration behavior.
Predicting which spatial regions in a scene are occupied by objects or obstacles, providing dense semantic layout.
The ability to detect and extract text from images, converting printed or handwritten characters into machine-readable text.
A model that understands text in images without needing a separate optical character recognition (OCR) tool to extract the text first.
A method that represents 3D geometry at multiple scales using a hierarchical tree structure, enabling scale-aware encoding of spatial information.
How well a model performs when forced away from its typical, optimized generation patterns.
A reinforcement learning method where an agent learns from past experiences (not just current policy) using separate networks for action selection and value estimation.
Training a model using data collected by a different policy, requiring careful control to avoid instability.
Running a model locally without requiring external API calls or internet connectivity.
Training an AI agent using only pre-collected data without interacting with the environment.
Starting with a policy trained on fixed offline data, then improving it through interaction with the environment.
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.
A reward structure that encourages models to hide or skip necessary steps because the evaluator scores incomplete plans higher.
An AI model that natively processes audio, vision, and text inputs together in a single system.
Processing and reasoning across multiple input types (audio, video, text) simultaneously in a unified framework.
A drone's ability to detect and avoid obstacles coming from any direction, not just ahead.
A model designed to run directly on a user's device (phone, laptop, etc.) rather than requiring a remote server.
Running an AI model directly on a user's device (phone, laptop, edge device) rather than sending data to a remote server.
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.
Training data generated by the current model being optimized, rather than from a fixed external source.
A training method where a student model learns from a teacher model's outputs on data the student generates.
Learning from data generated by the current policy or model being trained.
Training using data generated by the current model rather than data from other sources.
Reinforcement learning where the model learns from data generated by its own current policy.
Data collection where the robot executes actions from its current policy to generate training trajectories.
Training a model to match its own high-quality outputs generated through sampling or search.
A physics constraint requiring particles to satisfy the energy-momentum relation for their mass.
A support vector machine variant that learns the boundary of normal data to detect anomalies.
The ability to learn or perform a task from a single example, rather than requiring many training examples.
A framework where a learner repeatedly chooses actions from a convex set and incurs losses, adapting based on feedback.
Continuously updating a model with new incoming data in real-time rather than in batch training sessions.
Stopping or correcting an AI system's behavior in real-time during execution, rather than after the fact.
Training a model on streaming data one example at a time, updating weights immediately rather than in batches.
An open standard format for saving and running machine learning models that works across different frameworks and platforms, making models more portable and efficient.
An open standard file format for storing trained machine learning models so they can run efficiently across different platforms and frameworks.
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.
A metric measuring how accurately a model detects the start times of musical notes in audio.
A structured, standardized system that defines relationships between concepts — in this case, medical terms and their clinical meanings.
The process of designing and building formal knowledge representations that define concepts and relationships in a domain.
Evaluating model outputs by comparing them against a structured knowledge base of medical concepts and relationships.
A per-primitive value controlling transparency, determining how much light passes through or is blocked.
The amount of sequential computation occurring between interpretable model states, measuring how much reasoning happens in uninterpretable latent space.
Making research and scholarly materials freely available online for anyone to read, download, and use without paywalls.
A legal permission that allows anyone to freely use, modify, and distribute the model without restrictions (in this case, Apache 2.0).
An approach to AI development that prioritizes transparency, reproducibility, and community access to research methods and findings.
Software or models where the code, weights, and training data are publicly available for anyone to inspect, use, and modify.
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.
A model whose trained weights are publicly downloadable, allowing local deployment and modification.
A model trained to handle conversations on any topic without being restricted to a specific subject area.
The task of finding relevant documents from a very large, unrestricted collection to answer questions, without being limited to a specific domain or dataset.
Questions or instructions that have multiple valid answers rather than a single correct response.
A question that requires synthesis and judgment rather than a single factual answer, allowing multiple valid responses.
Optimization where the solution space and objectives are not fixed in advance but emerge during the search process.
An AI model whose code and weights are publicly available for anyone to download and use.
Publicly released model parameters that allow anyone to download and run the model locally, rather than accessing it only through a company's API.
Ability to decode or recognize any word from a large set rather than a fixed small set of categories.
Detecting objects in images using arbitrary text descriptions rather than a fixed set of predefined categories.
A model whose trained weights are publicly released, allowing anyone to download and run it locally.
A model whose trained weights are publicly released and can be freely downloaded and used, as opposed to being proprietary or access-restricted.
A model whose trained weights are publicly released, allowing anyone to download and run it locally rather than only accessing it through an API.
An open-source license that allows free use of a model while including responsible AI guidelines and usage restrictions.
Intel's open-source toolkit for optimizing and deploying neural networks on Intel hardware including CPUs, GPUs, and NPUs.
A measure of whether a QA model produces consistent answers across different decompositions of the same question.
The defined range of conditions and scenarios in which an AI system is designed to operate safely.
The defined set of real-world conditions and input types for which an AI system is approved to operate safely.
To define an abstract concept in concrete, measurable terms that can be tested or evaluated.
Learning mappings between infinite-dimensional function spaces to solve tasks like PDEs or regression.
A mathematical measure of how much a matrix can stretch vectors, used to understand optimizer behavior.
Executing multiple independent neural network operations concurrently across different processing units.
Training models to predict or represent human beliefs, preferences, and viewpoints on topics.
A representation of an opponent's strategy or behavior patterns used to compute counter-strategies.
Learning to predict and understand an opponent's strategy and decision-making from their actions.
A technology that automatically detects and extracts text from images or scanned documents.
A visual representation showing how pixels move between video frames, indicating motion direction and speed.
Finding the most cost-effective way to generate and distribute electricity while meeting grid constraints.
A mathematical method for finding the most efficient way to move one distribution to another.
A systematic tendency to overestimate positive outcomes or underestimate risks, here manifested as models rating unsound ideas as viable.
The process of adjusting model parameters to minimize errors and improve performance.
How model parameters change during training, analyzed here to explain why norms capture semantic properties.
An algorithm that updates model weights during training to reduce loss and improve accuracy.
Internal variables an optimizer maintains, like momentum or adaptive learning rates, between updates.
The total number of gradient computations or function evaluations required to reach a desired solution accuracy.
Automated tests with known correct outputs used to validate AI-generated code against ground truth.
Coordinating multiple components (data ingestion, routing, inference) to work together in a structured workflow.
The property that a model produces the same output regardless of the sequence or arrangement of input elements.
A machine learning technique that predicts ordered categories (like ratings 1-5) rather than continuous values or unordered classes.
Evaluating model outputs by ranking them on an ordered scale rather than binary correct/incorrect judgments.
The number of trips travelers want to make between each pair of locations in a transportation network.
A continuous stochastic process that gradually adds noise while pulling data toward a mean, commonly used in diffusion models.
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.
A set of mutually perpendicular vectors that can represent any point in a space without redundancy.
Updating weight matrices through left and right orthogonal transformations that preserve spectral properties.
Independent information sources that capture different aspects of a problem with minimal overlap or correlation.
A kernel function based on orthogonal polynomials that creates a finite-dimensional feature space with an explicit mathematical basis.
Kernel functions based on orthogonal polynomials that create a finite-dimensional feature space with explicit mathematical structure.
A mathematical operation that removes specific directions from high-dimensional data while preserving other information.
Feature vectors that are perpendicular to each other, capturing independent information.
A geometric projection technique that creates a higher-resolution quantization lattice using only addition and shifting.
Separating feature spaces so that removal cues and preservation cues don't interfere with each other.
A mathematical operation that rearranges data while preserving its geometric properties, used here to update model weights more efficiently.
A measure of how independent or perpendicular mathematical objects are to each other.
A special type of doubly stochastic matrix derived from orthogonal matrices, providing a structured way to parameterize the Birkhoff polytope.
Data that differs significantly from the training set, often causing poor model predictions.
Identifying when a model receives input data that differs significantly from its training distribution.
A model's ability to make predictions beyond the range of values it saw during training.
A model's ability to perform well on new tasks or environments it hasn't seen during training.
Using a model on tasks or data significantly different from what it was trained on.
Words or characters that a model has never seen during training and doesn't have a built-in representation for.
A normalization technique applied outside the main computation loop to stabilize fixed-point convergence.
Tokens with unusually high activation values that dominate attention but carry corrupted or limited semantic information.
The type of data a model produces as output, such as text, images, or predictions.
The consistency and reliability of a model's responses—stable models produce coherent, predictable outputs while unstable ones may generate inconsistent or degraded results.
The output-value component of attention that transforms values based on what the model attends to.
Real-world wireless network testing using actual hardware and radio signals, not simulations.
When a model assigns high confidence to predictions that are actually incorrect or unreliable.
Excessive helpfulness or goal-seeking behavior in AI models that causes them to exceed intended boundaries or role constraints.
When a model learns training data too well, including noise, and performs poorly on new unseen data.
A causal inference assumption requiring that all treatment combinations have nonzero probability for all covariate values.
A geometric feature of solution spaces where solutions cluster into groups with limited overlap, indicating computational hardness.
The expected human effort and resources required to monitor and intervene in autonomous agent decisions.
A number system extending rationals using p-adic absolute value, important for studying arithmetic geometry.
Probability of observing data as extreme as what was measured if the null hypothesis were true; used to assess statistical significance.
A framework proving that an algorithm can learn accurate concepts from limited examples with high probability.
A theoretical guarantee that bounds a model's test error based on its training error and complexity, used to formally connect geometry to generalization.
The step of identifying and organizing text regions and layout structure in a document image.
Classifying and directing entire document pages to appropriate processing models based on visual characteristics.
Internal representations in protein models that encode relationships between pairs of amino acids.
A statistical test comparing two models on the same set of examples to detect differences in performance.
Rare grammatical patterns like "let alone" or "much less" that pair specific forms with distinct semantic meanings.
A component in AlphaFold that processes pairwise relationships between amino acids to predict protein structure.
Evaluating models by comparing outputs two at a time, which scales quadratically with the number of models.
Multiple independent agents or evaluators that provide separate assessments aggregated into a final decision.
Using a 360-degree camera view to see the entire environment around a drone at once.
Fundamental breakthroughs that overturn existing scientific frameworks rather than incremental advances within them.
Processing and understanding text at the scale of full paragraphs rather than individual sentences or words.
Non-verbal aspects of speech like pitch, tone, and accent that convey information about speaker identity.
Generating multiple output tokens at once instead of sequentially for faster inference.
Attempting to prove multiple lemmas simultaneously rather than sequentially, improving efficiency when lemmas are independent.
A generation approach where multiple parts of the output are improved simultaneously rather than sequentially, enabling faster completion.
Running multiple independent attempts at solving a problem simultaneously to gather diverse training data.
Multiple independent sequences of computation that execute simultaneously, each handling different types of input or output.
A sampling method that explores a distribution by running multiple chains at different temperatures and swapping between them.
Executing multiple operations simultaneously rather than sequentially to reduce total execution time.
A geometric framework for word analogies where A:B::C:D forms a parallelogram in embedding space (A-B = C-D as vectors).
The process of selectively using only a subset of a model's total parameters during inference, reducing computational cost while maintaining performance.
The fixed total number of parameters available to allocate across a model's layers and components.
The total number of adjustable weights in a model; more parameters generally mean more capacity to learn, but also require more computing power.
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.
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.
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.
A measure of how much a model's performance degrades when a parameter is removed or modified.
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.
Identifying which specific weights and neurons in a model are responsible for particular behaviors or knowledge.
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.
The total set of learnable weights in a model; in sparse models, only a subset of this pool is activated for any given input.
Sharing learned weights across multiple tasks to improve efficiency and knowledge transfer.
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.
The process of increasing a model's size by expanding the number of learnable parameters, typically to improve performance.
Allocating different neural network weights to different tasks or modalities to prevent conflicting learning signals.
Reusing the same weights across multiple layers or iterations to reduce model size and memory overhead.
Whether a parameter can be effectively updated during training to improve model performance.
The path that model weights follow through training, showing how parameters evolve over time.
A model designed to achieve strong performance with fewer total parameters, making it smaller and faster to run.
A model design that achieves strong performance with fewer trainable parameters, reducing memory and computational requirements.
Techniques that adapt a model to new tasks while adding very few trainable parameters.
The learned numerical values in a model — more parameters generally means more capacity but higher compute cost.
Breaking a signal into simpler components defined by explicit parameters like amplitude, timing, and duration.
Information encoded in an LLM's weights and parameters during training, as opposed to retrieved external knowledge.
When models rely on internal weights/memory instead of using external tools or retrieval systems.
Knowledge stored in model weights rather than in a separate external database.
A model's ability to answer questions from its training data without access to external reference materials.
Adjusting numerical parameters of a policy based on feedback to improve performance.
A robust, learnable defense mechanism that modifies model parameters to protect against attacks, unlike superficial non-parametric defenses.
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.
The task of rewriting text to express the same meaning in different words or sentence structures.
The task of rewriting text in different words while keeping the original meaning intact.
The set of optimal solutions where no objective can improve without worsening another.
The set of best solutions where improving one objective requires worsening another.
A solution where improving one metric (e.g., throughput) requires sacrificing another (e.g., latency).
Mathematical relationship showing that energy computed in time domain equals energy in frequency domain, enabling efficient Fourier-based computation.
Generating objects by explicitly modeling and composing individual semantic parts rather than treating the whole object as a single unit.
Labeling each word in text with its grammatical role (noun, verb, adjective, etc.).
A neural network architecture that processes irregularly-sampled spatial data by masking missing values during convolution operations.
Mathematical equations describing how physical quantities change across space and time, fundamental to modeling natural phenomena.
A regression algorithm that finds linear combinations of predictors that maximize covariance with response variables.
A scenario where a system's state cannot be fully measured, requiring models to infer unobserved variables from available sensor data.
A technique that balances learning from individual groups and the overall population, useful when data is limited per group.
Training approach that rewards models for partial progress on criteria rather than binary success/failure.
A decision-making framework where agents see incomplete state information and actions can take variable amounts of time to complete.
Systems where an agent cannot directly see all relevant information, only partial observations of the environment state.
Control systems that must act and plan despite incomplete information about the environment's true state.
Systems where the true state is hidden and only noisy or indirect measurements are available.
A decision-making system where multiple stakeholders directly contribute to and influence policy decisions affecting a system.
A population-based algorithm that mimics bird flocking to find optimal solutions by having candidate solutions move through a search space.
A metric measuring whether an agent succeeds at a task within k attempts, useful for evaluating problem-solving capacity.