Learn Before
Input Structure of the DTG Prompt for Chinese-to-English Translation
The Deliberate-then-Generate (DTG) prompt template for a Chinese-to-English translation task specifies the inputs by clearly labeling the source and target texts. The template uses Given the Chinese sentence: {∗source∗} to present the original sentence and The English translation is: {∗target∗} to present the initial, potentially flawed translation that requires refinement.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Related
Limitation of the Deliberate-then-Generate (DTG) Method
Comparison of Iterative vs. Non-Iterative Prompting Methods
Instructional Component of the DTG Prompt Template for Translation Refinement
Integration of Feedback and Refinement in the DTG Method
A developer is using a Large Language Model to refine a technical summary. They want the model to first identify any factual inaccuracies or unclear statements in the original text and then, based on that analysis, produce a corrected and more coherent version. Which of the following approaches correctly implements the 'Deliberate-then-Generate' method for this task?
Input Structure of the DTG Prompt for Chinese-to-English Translation
Challenge of LLM-Based Error Identification in Translation
A developer is designing a workflow to refine user-generated reports using a Large Language Model. The primary goal is to ensure the model first analyzes potential issues (e.g., ambiguity, factual errors) before rewriting the report, all while minimizing the number of interactions with the model. Which of the following prompt structures best represents the 'Deliberate-then-Generate' method for this task?
Analysis of a Translation Refinement Process
You are reviewing a proposed architecture for an i...
You’re designing an internal LLM assistant for a f...
You’re leading an internal rollout of an LLM assis...
In an LLM-based customer support assistant, the mo...
Design Review: Combining Tool Use, DTG, and Predict-then-Verify for a High-Stakes API Workflow
Designing a Reliable LLM Workflow for Real-Time Decisions
Post-Incident Analysis: Preventing Confidently Wrong API-Backed Answers
Case Study: Shipping a Tool-Using LLM Assistant with Built-In Verification Under Latency Constraints
Case Review: Preventing Incorrect Refund Commitments in an LLM + Payments API Assistant
Case Study: Preventing Hallucinated Compliance Claims in an API-Enabled LLM for Vendor Risk Reviews
Learn After
Complete DTG Prompt Template for Chinese-to-English Translation
A user wants to prompt a large language model to first analyze and then improve an existing Chinese-to-English translation. Which of the following prompt snippets most effectively and neutrally establishes the initial context for this task, presenting the necessary information before any specific instructions are given?
Critique of a Translation Evaluation Prompt
Constructing a Prompt Input for Translation Refinement