Valid NCA-GENL Dumps shared by EduDump.com for Helping Passing NCA-GENL Exam! EduDump.com now offer the newest NCA-GENL exam dumps, the EduDump.com NCA-GENL exam questions have been updated and answers have been corrected get the newest EduDump.com NCA-GENL dumps with Test Engine here:
Which metric is commonly used to evaluate machine-translation models?
Correct Answer: B
The BLEU (Bilingual Evaluation Understudy) score is the most commonly used metric for evaluating machine-translation models. It measures the precision of n-gram overlaps between the generated translation and reference translations, providing a quantitative measure of translation quality. NVIDIA's NeMo documentation on NLP tasks, particularly machine translation, highlights BLEU as the standard metric for assessing translation performance due to its focus on precision and fluency. Option A (F1 Score) is used for classification tasks, not translation. Option C (ROUGE) is primarily for summarization, focusing on recall. Option D (Perplexity) measures language model quality but is less specific to translation evaluation. References: NVIDIA NeMo Documentation: https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/nlp /intro.html Papineni, K., et al. (2002). "BLEU: A Method for Automatic Evaluation of Machine Translation."