Question 6
A company wants to automatically correct noisy OCR text extracted from scanned documents. The text contains spelling mistakes, missing words, and scrambled phrases. Which model should they fine-tune?
BERT, because it masks tokens and predicts them independently
BART, because it is trained with text corruption and autoregressive reconstruction
GPT, because it is optimal for bidirectional correction
BERT, because [CLS] captures global structure