Step-Back Prompting Builder

Generate step-back prompts that improve abstract reasoning

Ad placeholder (leaderboard)

Step-back prompting builder

Step-back prompting is a reasoning technique: before answering a hard specific question, you ask the model a more general one to surface the underlying principle, then feed that grounding back into the specific answer. Research from Google DeepMind showed it improves accuracy on knowledge-heavy reasoning tasks. This builder turns any specific question into the correct two-stage prompt.

How it works

You provide the specific question and its domain, and pick how far to step back. The builder generates an abstraction question matched to that level — toward fundamental principles, a broader category, or a general definition — then assembles a prompt that instructs the model to (1) answer the general question first, stating the relevant principles, and (2) use that to answer your specific question. The two stages share one context so the model reasons from fundamentals rather than surface cues.

Tips and example

  • Step back to the rule, not the topic. For “Why does ice float?” the step-back is “What determines whether a solid floats in its own liquid?” — the density principle — not “Tell me about water.”
  • Keep the domain accurate. It sharpens the abstraction question.
  • Best for principle-driven questions. Physics, chemistry, finance, and law benefit most; trivia lookups benefit least.
  • Chain, don’t split. Keeping both stages in one prompt lets the model carry the derived principle straight into the answer.
Ad placeholder (rectangle)