ORBiS Tree

SEARCH · ENGLISH EDITION

Find an AI concept.

Search titles, summaries, article text, source-language titles, and known aliases.

Results for “LLM”
EN

AI Agent

An AI system that selects and executes actions over multiple steps to pursue a goal.

EN

ChatGPT

A conversational AI product from OpenAI that provides natural-language interaction with AI models.

EN

Claude

A family of general-purpose AI models and conversational products developed by Anthropic.

EN

Foundation Model

A broadly trained model that can be adapted to many downstream tasks and applications.

EN

GPT

Generative Pre-trained Transformer, a family of autoregressive language models associated with OpenAI.

EN

Gemini

A family of multimodal AI models and products developed by Google.

EN

KV Cache

A cache of attention keys and values used to avoid recomputing earlier context during autoregressive generation.

EN

Large Language Model (LLM)

A general-purpose language model trained on large datasets and usually built at substantial scale.

EN

LoRA

Low-Rank Adaptation, a parameter-efficient technique for adapting large neural networks.

EN

Mixture of Experts (MoE)

A model architecture that routes each input to a subset of specialized parameter blocks called experts.

EN

Retrieval-Augmented Generation (RAG)

A method that retrieves external information and supplies it to a generative model as context.

EN

Tokenization

The process of converting text or other input into discrete units that a model can process.

EN

Transformer

A neural network architecture that processes sequences primarily through attention mechanisms.