Results for "data → model"

154 results

Legal Hold Intermediate

Requirement to preserve relevant data.

AI in Law
Symbolic Regression Advanced

Finding mathematical equations from data.

AI in Science
Language Model Intermediate

A model that assigns probabilities to sequences of tokens; often trained by next-token prediction.

Large Language Models
Large Language Model Intermediate

A high-capacity language model trained on massive corpora, exhibiting broad generalization and emergent behaviors.

Large Language Models
Reward Model Intermediate

Model trained to predict human preferences (or utility) for candidate outputs; used in RLHF-style pipelines.

Foundations & Theory
Model Registry Intermediate

Central system to store model versions, metadata, approvals, and deployment state.

Foundations & Theory
Model Stealing Intermediate

Reconstructing a model or its capabilities via API queries or leaked artifacts.

Foundations & Theory
Model Risk Management Intermediate

Framework for identifying, measuring, and mitigating model risks.

AI Economics & Strategy
Model Watermarking Intermediate

Embedding signals to prove model ownership.

AI Economics & Strategy
Diffusion Model Advanced

Generative model that learns to reverse a gradual noise process.

Diffusion & Generative Models
Denoising Diffusion Probabilistic Model Advanced

Diffusion model trained to remove noise step by step.

Diffusion & Generative Models
Structural Causal Model Advanced

Formal model linking causal mechanisms and variables.

Causal AI & Interpretability
Model Documentation Intermediate

Required descriptions of model behavior and limits.

Governance & Ethics
Model Predictive Control Intermediate

Optimizes future actions using a model of dynamics.

Foundations & Theory
Model-Free RL Advanced

RL without explicit dynamics model.

Reinforcement Learning
World Model Frontier

Learned model of environment dynamics.

World Models & Cognition
Multitask Learning Intermediate

Training one model on multiple tasks simultaneously to improve generalization through shared structure.

Machine Learning
Concept Drift Intermediate

The relationship between inputs and outputs changes over time, requiring monitoring and model updates.

Foundations & Theory
Feature Intermediate

A measurable property or attribute used as model input (raw or engineered), such as age, pixel intensity, or token ID.

Foundations & Theory
Parameters Intermediate

The learned numeric values of a model adjusted during training to minimize a loss function.

Foundations & Theory
Vocabulary Intermediate

The set of tokens a model can represent; impacts efficiency, multilinguality, and handling of rare strings.

Transformers & LLMs
Next-Token Prediction Intermediate

Training objective where the model predicts the next token given previous tokens (causal modeling).

Foundations & Theory
Context Window Intermediate

Maximum number of tokens the model can attend to in one forward pass; constrains long-document reasoning.

Transformers & LLMs
System Prompt Intermediate

A high-priority instruction layer setting overarching behavior constraints for a chat model.

Reinforcement Learning
Hallucination Intermediate

Model-generated content that is fluent but unsupported by evidence or incorrect; mitigated by grounding and verification.

Model Failure Modes
SFT Intermediate

Fine-tuning on (prompt, response) pairs to align a model with instruction-following behaviors.

Foundations & Theory
Alignment Intermediate

Ensuring model behavior matches human goals, norms, and constraints, including reducing harmful or deceptive outputs.

Foundations & Theory
Explainability Intermediate

Techniques to understand model decisions (global or local), important in high-stakes and regulated settings.

Foundations & Theory
LIME Intermediate

Local surrogate explanation method approximating model behavior near a specific input.

Foundations & Theory
Monitoring Intermediate

Observing model inputs/outputs, latency, cost, and quality over time to catch regressions and drift.

MLOps & Infrastructure