{
"cells": [
{
"cell_type": "markdown",
"id": "5288610e938c0d65",
"metadata": {},
"source": [
"# Step-back Prompting: Enhancing LLM Reasoning with High-Level Questions\n",
"\n",
"This recipe demonstrates how to implement the Step-back prompting technique using Large Language Models (LLMs) with Mirascope. Step-back prompting is a method that enhances an LLM's reasoning capabilities by asking a high-level question about relevant concepts or facts before addressing the original query.\n",
"\n",
"Mirascope Concepts Used
\n",
"\n",
"
\n",
"
Background
\n", "Step-back prompting is an alternative to the Chain of Thought technique, where one asks the LLM a high-level question about relevant concepts or facts before asking it the actual question. This technique is derived from the fact that humans often take step backs and use abstractions to arrive at an answer, and it can yield correct answers at times when Chain of Thought fails.
\n", "Additional Real-World Applications
\n", "