Focus of the Denoising Loss Function
An encoder-decoder model is being trained on a denoising task. It receives the corrupted input The [M] sat on the [M]. and is trained to reconstruct the original sentence, The cat sat on the mat.. During the training step for this example, on which specific words will the model's performance be evaluated to calculate the training loss? Explain why the evaluation is focused only on these words.
0
1
Tags
Ch.1 Pre-training - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A model is being trained to reconstruct an original text sequence from a corrupted version where some words have been replaced. If the model is given the corrupted input:
The quick brown [MASK] jumps over the [MASK] dog., which of the following would be the most appropriate target output for this training example?Evaluating a Model's Training Objective
Focus of the Denoising Loss Function