exam questions

Exam AWS Certified AI Practitioner AIF-C01 All Questions

View all questions & answers for the AWS Certified AI Practitioner AIF-C01 exam

Exam AWS Certified AI Practitioner AIF-C01 topic 1 question 223 discussion

A company has set up a translation tool to help its customer service team handle issues from customers around the world. The company wants to evaluate the performance of the translation tool. The company sets up a parallel data process that compares the responses from the tool to responses from actual humans. Both sets of responses are generated on the same set of documents.

Which strategy should the company use to evaluate the translation tool?

  • A. Use the Bilingual Evaluation Understudy (BLEU) score to estimate the absolute translation quality of the two methods.
  • B. Use the Bilingual Evaluation Understudy (BLEU) score to estimate the relative translation quality of the two methods.
  • C. Use the BERTScore to estimate the absolute translation quality of the two methods.
  • D. Use the BERTScore to estimate the relative translation quality of the two methods.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
nand2804
2 weeks, 2 days ago
Selected Answer: B
The BLEU score (Bilingual Evaluation Understudy) is a widely used automatic metric for evaluating the quality of machine translation output by comparing it to human reference translations. BLEU is best suited for comparing relative performance between two or more translation methods (e.g., human vs. machine). It evaluates n-gram overlap between machine-generated and human-generated text. While it does not capture meaning deeply (like semantic similarity), it is commonly used due to its simplicity and effectiveness for benchmarking.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...