← Back to AI Factory Chat

AI Factory Glossary

1,005 technical terms and definitions

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z All
Showing page 14 of 21 (1,005 entries)

context precision, rag

Context precision quantifies proportion of retrieved context that is useful.

context prediction pretext, self-supervised learning

Predict spatial relationships.

context prediction, self-supervised learning

Predict spatial relationships between patches.

context pruning, prompting

Remove less relevant context.

context pruning, rag

Context pruning selects most relevant portions of retrieved text.

context recall, rag

Context recall measures if all necessary information was retrieved.

context relevance, rag

Are retrieved docs relevant to query.

context relevance, rag

Context relevance evaluates whether retrieved documents support answers.

context window extension,llm architecture

Techniques to handle longer than training context.

context window management, llm optimization

Context window management maximizes information density within token limits.

context window management, prompting

Handle limited context length.

context window management,truncate,summarize

Manage long conversations: truncate old messages, summarize history, or use RAG for memory.

context-aware rec, recommendation systems

Context-aware recommendations incorporate situational factors like time location or device.

context-aware recommendation,recommender systems

Use situational context.

context,context length,window

Context length = max tokens model can see in one request (prompt + answer). Larger context = longer documents and multi-step conversations in one shot.

contextnet, audio & speech

ContextNet is a fully convolutional architecture using squeeze-and-excitation modules for efficient on-device speech recognition.

contextual augmentation, advanced training

Contextual augmentation uses language models to replace words with contextually appropriate alternatives for text augmentation.

contextual bandit,reinforcement learning

Bandit with context/features for each decision.

contextual bandits, recommendation systems

Contextual bandits frame recommendation as sequential decision-making with context-dependent rewards for online learning.

contextual compression, rag

Contextual compression removes irrelevant parts of retrieved documents.

contextual decomposition, interpretability

Contextual decomposition attributes predictions to phrases or word combinations.

contextual embeddings,rag

Generate embeddings that include surrounding context for better retrieval.

contingency table, quality & reliability

Contingency tables cross-tabulate categorical variables for independence testing.

continual learning on edge, edge ai

Adapt models on edge over time.

continual learning,lifelong,forget

Continual learning updates models on new data without forgetting old. Challenge: catastrophic forgetting.

continual learning,model training

Training strategy to learn new tasks sequentially without forgetting old ones.

continual test-time adaptation, continual learning

Adapt continuously to test stream.

continue,ide,copilot

Continue is open source IDE AI assistant. VS Code, JetBrains.

continuity chain, yield enhancement

Continuity chains verify metal line integrity through long serpentine resistors detecting opens.

continuity equation, device physics

Conservation of carriers.

continuous batching, inference

Dynamically batch requests.

continuous batching, llm optimization

Continuous batching processes sequences of varying lengths efficiently by dynamic grouping.

continuous batching,deployment

Dynamically batch requests as they arrive instead of fixed batches.

continuous batching,dynamic batch

Continuous batching adds new requests to running batch as slots free up. Maximizes GPU utilization for inference.

continuous batching,inflight,dynamic

Continuous batching adds/removes requests dynamically. No waiting for batch completion. Higher throughput.

continuous flow, manufacturing operations

Continuous flow processes work without interruption maintaining constant movement through operations.

continuous improvement, quality

Ongoing incremental improvement.

continuous normalizing flows,generative models

Flows defined by ODEs.

continuous-filter conv, graph neural networks

Continuous-filter convolutions use radial basis functions to model distance-dependent interactions in molecular graphs.

continuous-time models,neural architecture

Models operating in continuous time.

contract nli, evaluation

Natural language inference on contracts.

contract review,legal ai

Automatically review contracts.

contract,legal,draft

AI drafts contracts. NDA, terms, clauses. Always have lawyer review.

contrastive decoding, text generation

Contrast with weaker model.

contrastive divergence, generative models

Training algorithm for EBMs.

contrastive divergence, structured prediction

Contrastive divergence approximates maximum likelihood gradient for energy-based models using short MCMC chains from data points.

contrastive examples,prompt engineering

Show both positive and negative examples.

contrastive explanation, explainable ai

Explain why this class not another.

contrastive explanation, interpretability

Contrastive explanations highlight differences between actual and foil outputs.

contrastive learning for defect embeddings, data analysis

Learn representations of defect types.