Which statement about BLEU is correct?

Prepare for the AI Prompt Engineering Test with detailed flashcards and insightful questions. Master key Machine Learning and NLP concepts with explanations for every query. Ace your exam!

Multiple Choice

Which statement about BLEU is correct?

Explanation:
BLEU evaluates translation quality by comparing a candidate translation to reference translations through n-gram overlap. It looks at how many 1-, 2-, 3-, and 4-grams in the candidate appear in the references (with clipping to avoid inflating counts from repetition) and combines these into a score, typically with a brevity penalty to discourage outputs that are too short. This design makes BLEU fundamentally about surface-level overlap with references, not about measuring perplexity or cross-entropy, and not about guaranteed semantic fidelity. It does rely on reference texts for comparison, and it won’t perfectly capture whether the translation preserves meaning or style in every case.

BLEU evaluates translation quality by comparing a candidate translation to reference translations through n-gram overlap. It looks at how many 1-, 2-, 3-, and 4-grams in the candidate appear in the references (with clipping to avoid inflating counts from repetition) and combines these into a score, typically with a brevity penalty to discourage outputs that are too short. This design makes BLEU fundamentally about surface-level overlap with references, not about measuring perplexity or cross-entropy, and not about guaranteed semantic fidelity. It does rely on reference texts for comparison, and it won’t perfectly capture whether the translation preserves meaning or style in every case.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy