This English page is a curated translation layer linked to the Korean source article. Community changes are currently made on the Korean source, where the full revision history and anonymous edit trail are preserved.
A large language model, or LLM, is a neural language model trained on large collections of text so it can model patterns in language and perform many tasks through prompting. Many modern LLMs are based on the Transformer architecture and are trained before they are adapted to specific products or tasks.
How it works
During pre-training, the model learns to predict or reconstruct language from large datasets. Afterward it can be adapted through instruction tuning, Fine-tuning, preference optimization, retrieval, or tool use. Scale alone does not define an LLM, but model capacity, training data, compute, and broad task coverage are central characteristics.
Why it matters
LLMs are the foundation of many conversational, coding, search, and agentic systems. They can generate fluent answers, but fluency does not guarantee factual accuracy, which is why grounding, evaluation, and hallucination controls matter.
Related concepts
SOURCES
Sources
KNOWLEDGE LINKS
Continue from here
BACKLINKS
Articles that point here
AI Agent ConceptsAnthropic OrganizationsAttention ConceptsChatGPT ProductsClaude ProductsFoundation Model ResearchGPT ModelsGPU ConceptsGemini ModelsHallucination in AI ResearchInference ConceptsLoRA ConceptsMMLU ResearchMultimodal AI ConceptsQuantization ConceptsRed Teaming ResearchRetrieval-Augmented Generation (RAG) ConceptsTokenization ConceptsTransformer Concepts