Prompt Template for Answer Evaluation and Refinement
During the second stage of a multi-round interaction, a prompt template is used to instruct a Large Language Model to assess and improve a previously generated solution. This template presents both the original question and the initial response to the model. An example prompt is: "You will be provided with a math problem, along with a solution. Evaluate the correctness of this solution, and identify any errors if present. Then, work out your own solution. Problem: Solution: ".
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
Prompt Template for Answer Evaluation and Refinement
Evaluating Model Correction Strategies
Guiding a Model to Self-Correct
You are designing a conversational interaction to help a language model solve a complex problem more reliably. Arrange the following steps into the correct logical sequence for a two-round interaction focused on self-correction.
Learn After
A developer is designing a two-step process for a language model to solve complex logic puzzles. In the first step, the model provides an initial solution. For the second step, the developer wants to prompt the model to critically review and improve its own initial answer. Which of the following prompts for the second step is best designed to encourage self-correction and produce a more accurate final solution?
Improving a Flawed Evaluation Prompt
Automating Homework Grading with an LLM