A developer is building a system where a Large Language Model (LLM) iteratively improves its own answers. The process involves three stages: 1) The LLM generates an initial response to a user's question. 2) The LLM generates critical feedback on its own initial response. 3) The LLM uses all the information to generate a final, improved response. Which of the following prompt structures, given to the LLM in the third stage, is best designed to produce a high-quality, refined answer?
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A developer is building a system where a Large Language Model (LLM) iteratively improves its own answers. The process involves three stages: 1) The LLM generates an initial response to a user's question. 2) The LLM generates critical feedback on its own initial response. 3) The LLM uses all the information to generate a final, improved response. Which of the following prompt structures, given to the LLM in the third stage, is best designed to produce a high-quality, refined answer?
Constructing a Refinement Prompt
Diagnosing a Flawed Refinement Prompt