passdrill
AI & LLM Engineering · Evaluation, Testing & Safety · Card 002/010 easy

A machine translation system produces a fluent, accurate translation that a human judge rates as excellent, but it uses different word choices and sentence structure than the single reference translation available in the test set. What is the most likely practical consequence for this output's BLEU score, and why?

  1. Its BLEU score will likely be low, because BLEU is computed from n-gram overlap between the candidate and the reference translation(s), so a valid paraphrase that shares few overlapping n-grams with the single reference is penalized even though it is fluent and accurate
  2. Its BLEU score will be high, because BLEU uses a semantic similarity model to detect that the paraphrase conveys the same meaning as the reference, regardless of surface wording
  3. Its BLEU score will be unaffected by the reference wording, because BLEU is computed only from the candidate sentence's internal grammaticality and fluency, without reference to any reference translation
  4. Its BLEU score will be low, because BLEU applies a fixed penalty whenever the candidate sentence is longer than the reference sentence, independent of any n-gram overlap
Next card → Shuffle