Example

LLM's Incorrect Answer (7) to the Prompt for Calculating the Average of 2, 4, and 9

When a Large Language Model is prompted to calculate the average of the numbers 2, 4, and 9 using few-shot demonstrations that only contain question-answer pairs, it might provide the incorrect answer 7. The actual average is 5, calculated as (2+4+9)/3(2+4+9)/3. This response illustrates that models can struggle to deduce multi-step mathematical reasoning without explicit step-by-step demonstrations.

0

1

Updated 2026-07-02

Contributors are:

Who are from:

Tags

Ch.3 Prompting - Foundations of Large Language Models

Foundations of Large Language Models

Computing Sciences

Foundations of Large Language Models Course

Related