Tree of Thought (ToT) Method
(Redirected from Tree-of-Thought)
Jump to navigation
Jump to search
A Tree of Thought (ToT) Method is a prompt engineering method that ...
- Example(s):
- ...
- See: Chain-of-Thought, Beam Search, Breadth-First Search.
References
2024
- (Wikipedia, 2024) ⇒ https://en.wikipedia.org/wiki/Prompt_engineering#Tree-of-thought Retrieved:2024-3-13.
- Tree-of-thought prompting generalizes chain-of-thought by prompting the model to generate one or more "possible next steps", and then running the model on each of the possible next steps by breadth-first, beam, or some other method of tree search.