Watch this video:
- "What is the BLEU metric?" (5 minutes): https://www.youtube.com/watch?v=M05L1DhFqcw
Follow and understand this notebook:
Note:
- While you follow this notebook, make sure to adapt it for your own mother tongue (you'll need to update the variable
reference_translations, and a parametertgt_lang)
Discuss and/or Research:
- What are the advantages of BLEU?
- What are the limitations?
- Do some research about common alternatives (for each of them, consider its advantages and limitations)
-
Implement a solution to evaluate the model
facebook/nllb-200-distilled-600M, with LLM-as-a-judge- Note: if you want, you can do this vibe coding, but make sure to understand in detail how it works.
-
Run the tests, and analyze the results.