Question 6
Which of the following statements about Attention Flow in Transformer models is TRUE?
Attention flow computes the contribution of each token independently without considering other tokens.
Attention flow assigns higher scores to tokens that appear earlier in the sequence by default.
Attention flow combines attention scores across multiple layers to determine overall token influence.
Attention flow values are always normalized across all tokens in the sequence to sum to 1.