Debugging an AI's Mathematical Reasoning
Analyze the following scenario where an AI assistant produces an unexpected result for a mathematical task. Identify which of the provided demonstrations is the most likely cause of the error and explain your reasoning.
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 language model is given the following set of demonstrations to establish a pattern for a numerical task:
2, 4 -> 910, 6 -> 645, 5 -> 25
Based on the pattern demonstrated, what should the output be for the input
8, 12?Constructing a Few-Shot Prompt for a Novel Calculation
Debugging an AI's Mathematical Reasoning