Designing a Prompt Template for E-commerce Review Translation
A developer is creating a feature for an e-commerce platform that automatically translates customer reviews written in Spanish into English. The goal is to provide clear and natural-sounding translations for English-speaking users. Based on your understanding of how to structure instructions for a language model, design a specific prompt template to accomplish this task. In your answer, you must provide the complete template, including a placeholder for the original review text, and briefly justify why your chosen structure is effective for this scenario.
0
1
Tags
Ch.2 Generative Models - 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
Consider two different approaches for instructing a language model to translate an English sentence to French.
Approach A:
"{english_sentence}" Question: What is the French translation of this English sentence? Answer:Approach B:
Translate the following English sentence to French: {english_sentence}Which statement best analyzes the fundamental difference in how these two approaches frame the translation task for the model?
Designing a Prompt Template for E-commerce Review Translation
Debugging a Machine Translation Prompt Template