Reference: 'The cat sat on the mat.' Generated: 'A feline rested on the rug.' Predict whether BLEU-4 will be close to 0 or close to 1, and explain why.
Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
You have a reference sentence: 'The cat sat on the mat.' and a generated sentence: 'A feline rested on the rug.' Compute or predict the BLEU-4 score. Will it be close to 0 or close to 1? Explain the reasoning in terms of n-gram overlap.
BLEU-4 is near zero because the sentences share zero 4-grams despite being semantically equivalent. BLEU measures n-gram overlap, not meaning.
Imagine you and a friend both describe the same picture, but you use completely different words. You say 'the cat sat on the mat' and your friend says 'a feline rested on the rug.' A teacher who checks your work by counting matching words would say you barely agree. But anyone looking at the picture would say you both described it perfectly. BLEU is like that word counting teacher. It checks how many matching word sequences you share, and since you used different words, your score is nearly zero even though you said the same thing.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
Open with the prediction: BLEU-4 near zero. Walk through the n-gram breakdown at each level (unigrams through 4-grams). Explain the geometric mean property. Name the core limitation: n-gram overlap does not capture semantic similarity. Contrast with BERTScore and BLEURT. Discuss task fit: constrained paraphrase tasks (MT) versus open paraphrase tasks (summarization, dialogue). Close on the production implication: never use BLEU alone on paraphrase rich tasks.
Real products, models, and research that use this idea.
What an interviewer would ask next. Try answering before peeking at the approach.
Red flags and common mistakes that signal junior thinking. Click to expand.
Assuming BLEU captures semantic similarity, when it strictly measures n-gram overlap and assigns near zero to valid paraphrases.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.