Question 6
A baseline T5 model with denoising objective on a span of corrupted tokens is used for unsupervised pre-training. Consider the phrase "life is like a box of chocolates". If the word "life" and the span "box of chocolates" are selected for corruption, which of the following statements correctly describe the training process?
The input sequence replaces the corrupted spans with unique sentinal tokens as: "<X> is like a <Y>".
The output sequence generated takes the form "<X> life <Y> box of chocolates <Z>", with the final sentinal token to indicate sequence completion.
The loss is calculated exclusively over the generated sentinal tokens and the missing text.
The decoder reconstructs the entire original sequence autoregressively to compute the total loss over all positions.