Top 100 High-Frequency AI Large Language Model Keywords
#AI#LLM#machine-learning#glossary
Top 100 High-Frequency AI Large Language Model Keywords
📑 1. Architecture & Core Tech
- Transformer: The foundational neural network architecture utilizing self-attention mechanisms for sequence processing.
- Self-Attention: A mechanism calculating the correlation between different positions of a single sequence.
- LLM (Large Language Model): Deep learning models trained on vast text data to understand and generate human language.
- Generative AI: Artificial intelligence capable of creating new content like text, images, or audio.
- Parameters: The internal variables or weights that a model learns during its training process.
- Tokens: The basic units of text (words or subwords) processed by an AI model.
- Context Window: The maximum number of tokens a model can process in one request.
- Embedding: The vector representation of words or phrases capturing their semantic meanings.
- Decoder-Only: An architecture variation optimized for auto-regressive text generation tasks.
- Encoder-Decoder: An architecture that first analyzes input and then generates an output sequence.
- Multi-Head Attention: An attention mechanism running through multiple relationship calculations simultaneously.
- Positional Encoding: A technique injecting word order and position information into the Transformer model.
- Feed-Forward Network (FFN): Standard neural layers processing token representations independently after attention stages.
- Layer Normalization: A technique stabilizing deep network training by scaling activations within each layer.
- Softmax: A mathematical function turning raw model outputs into probability distributions over words.
📈 2. Training & Optimization
- Pre-training: The initial training phase on massive datasets to learn general language patterns.
- Fine-tuning: Adapting a pre-trained model to specific tasks using smaller, targeted datasets.
- RLHF (Reinforcement Learning from Human Feedback): Aligning models with human preferences using reward-based learning.
- Alignment: The process of ensuring AI behavior matches human intent, safety, and values.
- Scaling Laws: Empirical formulas predicting model performance based on compute, data, and parameters.
- Compute (FLOPs): The total amount of floating-point operations needed to train a model.
- Instruction Tuning: Fine-tuning models specifically to understand and follow explicit user prompts.
- Supervised Fine-Tuning (SFT): Training models on high-quality, human-curated demonstration data.
- DPO (Direct Preference Optimization): A simpler alternative to RLHF that optimizes models directly from human preferences.
- Quantization: Reducing model size and memory by lowering numeric precision (e.g., FP32 to INT8).
- Pruning: Removing redundant parameters or weights to make the model faster and smaller.
- Distillation: Transferring knowledge from a large, complex model to a smaller, efficient one.
- LoRA (Low-Rank Adaptation): An efficient fine-tuning method updating only a small subset of parameters.
- PEFT (Parameter-Efficient Fine-Tuning): Methods for adapting models by altering minimal parameter counts.
- Gradient Descent: The optimization algorithm used to minimize errors during model training.
- Overfitting: A flaw where models memorize training data instead of generalizing to new inputs.
- Catastrophic Forgetting: The tendency of a model to lose old knowledge when learning new tasks.
- Data Curating: The process of selecting, cleaning, and filtering high-quality training datasets.
- Synthetic Data: Artificially generated data used to train models when real data is scarce.
- Tokenization: The process of breaking down raw text into individual tokens.
⚙️ 3. Inference & Infrastructure
- Inference: The process of running a trained model to generate outputs from new inputs.
- Latency: The time taken for a model to respond to a user request.
- Throughput: The volume of tokens or requests a system can process per second.
- MoE (Mixture of Experts): An architecture activating only specific subnetworks per token to save compute.
- KV Cache: Storing previous key-value states to speed up iterative text generation.
- Speculative Decoding: Using a small model to draft text and a large model to verify it.
- GPU (Graphics Processing Unit): Hardware specialized for parallel processing required in AI workloads.
- TPU (Tensor Processing Unit): Custom application-specific hardware designed by Google specifically for machine learning.
- VRAM (Video RAM): High-speed memory on GPUs crucial for holding large AI models.
- Distributed Training: Splitting model workloads across multiple computing nodes and chips.
- Pipeline Parallelism: Dividing model layers across different processors to train larger networks.
- Tensor Parallelism: Splitting single layer operations across multiple chips simultaneously.
- FlashAttention: A highly optimized algorithm speeding up the attention mechanism on GPUs.
- ONNX (Open Neural Network Exchange): An open ecosystem for representing machine learning models interchangeably.
- TRT-LLM (TensorRT-LLM): Nvidia’s optimized library for accelerating large language model inference.
- vLLM: A fast, memory-efficient engine for serving large language model inference.
- Edge AI: Running AI models locally on user devices rather than on cloud servers.
🧠 4. Prompt Engineering & Capabilities
- Prompt: The input text provided by a user to guide the AI’s response.
- Prompt Engineering: The practice of designing and optimizing inputs to get better AI outputs.
- Zero-Shot Learning: Forcing a model to perform a task without showing any prior examples.
- Few-Shot Learning: Providing a few input-output examples within the prompt to guide behavior.
- In-Context Learning: A model’s ability to learn tasks directly from instructions inside the prompt.
- CoT (Chain of Thought): Prompting models to output step-by-step reasoning before giving final answers.
- ToT (Tree of Thoughts): An advanced prompting technique exploring multiple reasoning paths concurrently.
- System Prompt: High-level instructions defining the AI’s core behavior, tone, and boundaries.
- Hallucination: A phenomenon where AI generates factually incorrect or nonsensical information confidently.
- Grounding: Linking AI responses to verified data sources to prevent false information.
- Temperature: A hyperparameter controlling the randomness and creativity of the model’s output.
- Top-P (Nucleus Sampling): Selecting words from a pool comprising a dynamic cumulative probability threshold.
- Top-K: Limiting word choices to the fixed number of highest-probability next words.
- Multi-turn Conversation: Continuous back-and-forth dialogue maintaining context over multiple messages.
🌐 5. Modality & Advanced Systems
- Multimodal: Models capable of processing multiple data types like text, images, and audio.
- Vision-Language Model (VLM): An AI system that understands both visual images and textual prompts.
- Diffusion Model: A generative architecture used primarily for high-quality image and video creation.
- RAG (Retrieval-Augmented Generation): Combining external database search with LLM generation for factual accuracy.
- Vector Database: A database designed to store and search high-dimensional embedding vectors efficiently.
- AI Agent: An autonomous system using LLMs to plan, use tools, and achieve goals.
- Tool Use (Function Calling): The ability of an LLM to invoke external APIs and code.
- Memory Mechanism: Systems allowing AI agents to store and recall past user interactions.
- LangChain: A popular software framework used for building applications powered by LLMs.
- LlamaIndex: A data framework designed to connect custom data sources to LLMs.
- Semantic Search: Searching by meaning and intent rather than matching literal keywords.
- Text-to-Speech (TTS): Technology converting written text into natural-sounding human audio.
- Speech-to-Text (STT): Converting spoken audio signals into accurate written text.
🛡️ 6. Safety, Evaluation & Ethics
- Guardrails: Systems or rules deployed to control and restrict harmful AI outputs.
- Red Teaming: Adversarial testing where experts try to force AI to behave maliciously.
- Jailbreaking: Using clever prompts to bypass an AI model’s built-in safety restrictions.
- Bias: Systematic unfairness or prejudice present in model training data or outputs.
- Toxicity: Rude, disrespectful, or harmful language generated by an AI model.
- Benchmark: Standardized tests used to measure and compare AI model performance.
- MMLU (Massive Multitask Language Understanding): A primary benchmark testing model knowledge across diverse academic subjects.
- Data Leakage: The accidental inclusion of test information or private data in training sets.
- Explainable AI (XAI): Methods aimed at making AI decisions understandable to humans.
- Watermarking: Embedding hidden identifiers into AI content to track its generated origin.
- Copyright Infringement: The illegal use of protected material within AI training datasets.
- Deepfake: Highly realistic manipulated digital media created using generative artificial intelligence.
🏢 7. Industry Terms & Paradigms
- Open-Source Model: A model whose weights and code are shared publicly for anyone to use.
- Proprietary Model: Closed-source AI software owned exclusively by a specific company.
- Foundational Model: Large-scale models trained on broad data capable of adapting to many tasks.
- SaaS (Software as a Service): Delivering cloud-based AI applications directly to users via browsers.
- MaaS (Model as a Service): Providing cloud-hosted AI models via APIs for developers.
- AGI (Artificial General Intelligence): Theoretical AI possessing human-level intelligence across all domains.
- Fine-tuning as a Service: Cloud platforms offering automated customization of models for clients.
- GPU Scarcity: The global shortage of specialized compute hardware limiting AI progress.
- Vertical LLM: Models trained specifically for single industries like healthcare, finance, or law.