Learn Before
Troubleshooting a Translation Scoring Input
A data scientist is attempting to use a text-to-text model to score the quality of a translation from English to German. However, the model is producing unexpected and unhelpful results. Below is the exact input string they are providing to the model. Analyze this input, identify at least two distinct structural errors based on the standard format for this type of task, and explain how to correct them to create a valid input string.
0
1
Tags
Ch.1 Pre-training - Foundations of Large Language Models
Foundations of Large Language Models
Computing Sciences
Foundations of Large Language Models Course
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A researcher wants to use a text-to-text model to evaluate the quality of a translation from French to Spanish. The source sentence is 'Bonjour, comment ça va ?' and the translated sentence is 'Hola, ¿cómo estás?'. Based on the standard input format for such tasks, which of the following strings should be provided to the model?
Debugging a T5 Model Input
Troubleshooting a Translation Scoring Input