Question 12
Which of the following statements correctly describe how BERT differs from GPT and standard transformer models?
BERT is a bidirectional model, while GPT is autoregressive.
BERT uses masked language modeling (MLM), while GPT uses causal language modeling (CLM).
Standard transformers use encoder-only architectures, whereas BERT and GPT both use decoder-only architectures.
BERT is trained for sentence embeddings, while GPT is trained for next-token prediction.