Question 5
A research team wants to classify scientific abstracts into multiple topics simultaneously (e.g., ''ML'', ''biology'', ''statistics''), where each abstract may belong to more than one topic. They fine-tune BERT for this task. Which modification is MOST appropriate?
Replace the [CLS] vector with an average of the top-4 attention heads
Feed the [CLS] embedding into a linear layer with a sigmoid activation per label
Use token embeddings individually and classify each token
Use the [SEP] token embedding for multi-label prediction