Multiple Choice
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?
0
1
Updated 2025-09-28
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