Results for "trigger-based behavior"
Ordering training samples from easier to harder to improve convergence or generalization.
Central system to store model versions, metadata, approvals, and deployment state.
Artificially created data used to train/test models; helpful for privacy and coverage, risky if unrealistic.
Search algorithm for generation that keeps top-k partial sequences; can improve likelihood but reduce diversity.
Raw model outputs before converting to probabilities; manipulated during decoding and calibration.
Reconstructing a model or its capabilities via API queries or leaked artifacts.
Methods for breaking goals into steps; can be classical (A*, STRIPS) or LLM-driven with tool calls.
Constraining model outputs into a schema used to call external APIs/tools safely and deterministically.
Models that process or generate multiple modalities, enabling vision-language tasks, speech, video understanding, etc.
Limiting gradient magnitude to prevent exploding gradients.
AI subfield dealing with understanding and generating human language, including syntax, semantics, and pragmatics.
Built-in assumptions guiding learning efficiency and generalization.
Prevents attention to future tokens during training/inference.
Encodes token position explicitly, often via sinusoids.
A single attention mechanism within multi-head attention.
Routes inputs to subsets of parameters for scalable capacity.
Expected return of taking action in a state.
Extending agents with long-term memory stores.
Optimizing policies directly via gradient ascent on expected reward.
Coordination arising without explicit programming.
Models trained to decide when to call tools.
Categorizing AI applications by impact and regulatory risk.
Neural networks that operate on graph-structured data by propagating information along edges.
GNN framework where nodes iteratively exchange and aggregate messages from neighbors.
Extension of convolution to graph domains using adjacency structure.
Diffusion model trained to remove noise step by step.
GNN using attention to weight neighbor contributions dynamically.
Assigning category labels to images.
Pixel-level separation of individual object instances.
Joint vision-language model aligning images and text.