Improving AI-Generated Translations
An AI model is used to translate a technical manual from Japanese to English. The initial translation is factually correct but contains unnatural-sounding sentences and awkward phrasing. To improve the output, the engineer decides to process the text with the same AI model a second time. What should the engineer instruct the model to do in this second step, and what text should be provided as the input for this step?
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Application in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Iterative Refinement Process for Machine Translation
Example of an Instruction-like Prompt for Chinese-to-English Translation
An engineer uses a large language model for a translation task in two distinct stages.
Stage 1 Prompt: "Translate this French sentence into English: 'Le chat est sur le paillasson.'" Stage 1 Output: "The cat is on the mat."
Stage 2 Prompt: "Review the following English translation and improve its fluency and naturalness: 'The cat is on the mat.'"
What is the primary function of the second stage in this process?
Improving AI-Generated Translations
A developer is using a language model to translate a text from Chinese to English, employing a method to enhance the final output. Arrange the following actions into the correct chronological sequence.