Question 10
Consider a summarization task. Assume the prefix is “Summarize the following:” and the input sentence is “There are a lot of videos on YouTube etc. that give the appearance of education, but if you look closely they are really just entertainment. This is very convenient for everyone involved: the people watching enjoy thinking they are learning (but they are just having fun)” and the model is supposed to summarize it.Then which of the following architectures could be used for this task
A decoder-only model with a causal mask
A decoder-only model with a prefix mask
An encoder-only model with a fully visible mask
Encoder-Decoder model with fully visible mask in the encoder and causal mask in the decoder