Question 14
During sequence-to-sequence model training, which of the following statements is/are correct regarding Teacher Forcing and Student Forcing?
Teacher Forcing is used during inference, while Student Forcing is used during training.
Teacher Forcing provides the correct previous output as input during training, whereas Student Forcing generates outputs based on its own previous predictions.
Student Forcing helps the model converge faster than Teacher Forcing.
Teacher Forcing is mainly used in reinforcement learning settings.