Recall & Review
beginner
What is the main goal of machine translation?
To automatically convert text or speech from one language to another while keeping the original meaning.
Click to reveal answer
intermediate
What is a common model architecture used in modern translation systems?
The Transformer model, which uses attention mechanisms to understand context and relationships in sentences.
Click to reveal answer
beginner
Why is context important in translation?
Because words can have different meanings depending on the sentence, context helps the model choose the right meaning.
Click to reveal answer
intermediate
What is BLEU score in translation?
A metric that measures how close the machine-translated text is to a human translation by comparing overlapping words and phrases.
Click to reveal answer
beginner
What does 'sequence-to-sequence' mean in translation models?
It means the model takes a sequence of words in one language and produces a sequence of words in another language.
Click to reveal answer
Which model is widely used for machine translation today?
✗ Incorrect
The Transformer model is the standard for modern translation because it handles context well.
What does BLEU score measure?
✗ Incorrect
BLEU compares machine output to human reference translations to check quality.
Why is attention important in translation models?
✗ Incorrect
Attention helps the model understand which parts of the input are important for each output word.
What is the input and output in sequence-to-sequence translation?
✗ Incorrect
Sequence-to-sequence models convert full sentences from one language to another.
Which of these is NOT a challenge in machine translation?
✗ Incorrect
Translating numbers is usually straightforward; idioms, context, and word meanings are harder.
Explain how the Transformer model improves translation compared to older methods.
Think about how the model focuses on important words and handles sentences as a whole.
You got /4 concepts.
Describe why evaluating translation quality is important and how BLEU score helps with this.
Consider why we want to know if the machine did a good job.
You got /4 concepts.