Question 17
Consider the architecture of BART. Which of the following descriptions best match its structural design?
A Decoder-only model similar to GPT, but with bidirectional attention in the first layer.
An Encoder-only model similar to BERT, but trained with a causal masking objective.
An encoder-decoder model where the encoder processes a corrupted input bidirectionally and the decoder autoregressively reconstructs the original sequence.
A dual-encoder model where one encoder processes the context and another processes the query.