Question 11
You are comparing rule-based machine translation (RBMT), statistical machine translation(SMT), and example-based machine translation (EBMT) for translating a set of sentences between English and Spanish. Based on the characteristics of these techniques, which of the following statements are correct?
RBMT heavily relies on linguistic resources such as bilingual dictionaries and grammar rules, making it less effective for low-resource language pairs.
EBMT does not rely on explicit linguistic rules but instead retrieves and reuses translation examples, making it highly dependent on the quality of the example database.
RBMT has a strong ability to generalize to unseen inputs due to its reliance on manually crafted linguistic rules.
SMT can handle unseen words better than RBMT by leveraging subword-level probabilities for translation.
EBMT achieves higher translation accuracy than SMT in domain-specific scenarios if the example database contains relevant matches.