Caesar AI Atlas

Tree-of-thought Prompting

Also known as: Tree-of-thought Prompting (ToT) Β· ToT Β· Tree-of-thought Prompting ToT Β· Tree of thought Prompting [ToT]

Caesar AI Atlas Definition

Tree-of-thought prompting (ToT) is a prompting technique that explores multiple reasoning paths before selecting or synthesizing an answer. It extends step-by-step prompting by branching into alternatives, evaluating intermediate thoughts, and using search-like reasoning over possible solutions.

Other Definitions

Tree-of-thought Prompting [ToT] Source

A sophisticated prompting strategy that encourages an LLM to pursue and refine the most promising intermediate solutions and to abandon the rest. Tree-of-thought prompting uses an algorithm like the following: 1. Divide a complex problem into different branches (potential strategies), each comprised of multiple steps. 2. Prompt the LLM to work on each branch independently. 3. Ask the LLM to evaluate the quality of the solution to each branch after each step. 4. Continue refining the most promising branch(es); abandon the rest. 5. If a promising branch eventually fails, backtrack and try other promising steps.

Related Terms