passdrill
AI & LLM Engineering · Prompt Engineering · Card 034/039 medium

A model is asked a specific, detail-heavy physics question and, despite reasoning step by step, applies the wrong underlying formula because it dives straight into the specific numbers without first recalling which general principle governs the situation. Zheng et al. (2023), "Take a Step Back: Evoking Reasoning via Abstraction in Large Language Models," propose Step-Back Prompting to address exactly this failure mode. How does the technique change what the model is prompted to do before answering?

  1. It has the model answer the specific question first, and only afterward asks it to state which general principle it implicitly used, purely as a post-hoc explanation with no effect on the answer
  2. It has the model retrieve the original specific question from a database of similar past questions and copy the closest match's stored answer
  3. It has the model break the specific question into the smallest possible sub-questions and answer each sub-question independently before summing the sub-answers
  4. It first prompts the model to derive a higher-level, more abstract question or general principle from the specific instance, then has the model reason from that abstraction to answer the original specific question, rather than reasoning directly from the details alone
Next card → Shuffle