By Glintr Editorial TeamReviewed by Glintr Learn ReviewersUpdated 5 min readArea: Generative AI
Quick Answer
What is Large Language Model?
A Large Language Model is an AI system trained on massive text data to understand and generate human-like language.
Definition
Large Language Models (LLMs) are neural networks — usually transformers — trained on billions of tokens of text. They can answer questions, summarise, translate, reason and generate code. Examples include GPT-4, Claude and Gemini.
In technical terms
LLMs are autoregressive transformer models trained with next-token prediction, then aligned via supervised fine-tuning and reinforcement learning from human feedback (RLHF).