ORBiS Tree

ORBiS TREE · ENGLISH DOCUMENT

Models →

BERT

Bidirectional Encoder Representations from Transformers, an encoder-based language representation model.

한국어 English
English updated 8월 29, 2026 Source article updated 8월 29, 2026 1 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.
BERT is a Transformer encoder model introduced by Google researchers in 2018. It demonstrated that deeply bidirectional pre-training could produce strong language representations that transfer effectively to many natural-language understanding tasks.

How it works

BERT is trained to build contextual token representations using surrounding text rather than generating text one token at a time like a typical autoregressive decoder. Fine-tuned BERT variants became widely used for classification, question answering, retrieval, and information extraction.

Why it matters

BERT helped establish pre-training plus task adaptation as a dominant NLP pattern and remains a reference point for understanding encoder models, embeddings, and transfer learning.

Related concepts

SOURCES

Sources

  1. Open source ↗