Example

Example of an Ordered Target Sequence for Masked Prediction

This example illustrates the target sequence for a masked prediction task where the prediction order is specified. For an input like [C] The kitten [X] the [Y], the model's goal is to generate the missing words in a set order. The target [X]1 is2 chasing3 [Y]4 ball5 . indicates that the model should predict 'is', then 'chasing' for the [X] placeholder, and subsequently 'ball' for the [Y] placeholder. The numbers define the explicit prediction sequence for the masked tokens.

0

1

Updated 2025-10-09

Contributors are:

Who are from:

Tags

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

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences