ORBiS Tree

ORBiS TREE · ENGLISH DOCUMENT

Models →

Large Language Model (LLM)

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

한국어 English
English updated 8월 29, 2026 Source article updated 8월 28, 2026 2 sources
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

  1. Open source ↗
  2. Open source ↗