Diagnosing a Calculation Error
A language model is tasked with calculating the 'mean square' of the numbers 2, 4, and 6. The model provides an incorrect answer of 16. The correct process involves squaring each number individually, summing the results, and then finding the average of that sum. The model's error comes from performing a similar, but different, sequence of operations. Analyze the incorrect answer of 16 to determine the specific logical mistake the model made in its calculation process.
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
LLM's Step-by-Step Calculation of the Mean Square of 1, 3, 5, and 7
A researcher wants to evaluate a language model's ability to perform multi-step mathematical reasoning, where the model must execute a sequence of different calculations in the correct order to arrive at a final answer. Which of the following prompts is most effective for this specific evaluation goal?
Diagnosing a Calculation Error
A language model is asked to calculate the mean square of a list of numbers. To arrive at the correct answer, it must perform a series of distinct calculations. Arrange the following steps in the correct logical order that the model must follow.