AI Rookies

Sequence Modeling

Fact

A way to learn how earlier items affect later items in a sequence.

In Plain Words

Sequence modeling is like reading a messy group chat. One “fine.” means nothing until you saw the drama above.

It learns how each part follows the last. You meet it in text, speech, and data over time.

Related Concepts

Token
Sequence modeling treats tokens as pieces in a set order.

Transformer
Transformer is a key way to do modern sequence modeling.

LM
LM is the most common real-world task for sequence modeling.

Seq2Seq
Seq2Seq extends sequence modeling from one sequence to another.