Concept

Standard Language Modeling

Standard Language Modeling is a pre-training objective that trains a model to optimize the probability of a text sequence, P(x)P(x), from a given corpus. This is typically achieved through an auto-regressive generation procedure where the model predicts each subsequent token based on its preceding context.

0

1

Updated 2026-04-22

Tags

Data Science

Ch.1 Pre-training - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences

Ch.2 Generative Models - Foundations of Large Language Models