dave1010/tree-of-thought-prompting
Using Tree-of-Thought Prompting to boost ChatGPT's reasoning
This project offers a simple method to enhance ChatGPT's ability to solve complex reasoning problems. By providing a specially structured prompt, you can guide ChatGPT (even older versions like 3.5) to think through problems more deeply, leading to more accurate answers. It's ideal for anyone who uses ChatGPT and encounters situations where it struggles with intricate logic or multi-step scenarios.
815 stars. No commits in the last 6 months.
Use this if you need ChatGPT to accurately answer complex questions requiring logical deduction or multi-step reasoning, especially if you're using an older version like ChatGPT 3.5.
Not ideal if your questions are straightforward and ChatGPT already provides satisfactory answers, as the technique adds prompt length.
Stars
815
Forks
77
Language
—
License
MIT
Category
Last pushed
Dec 09, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/prompt-engineering/dave1010/tree-of-thought-prompting"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kyegomez/tree-of-thoughts
Plug in and Play Implementation of Tree of Thoughts: Deliberate Problem Solving with Large...
spcl/graph-of-thoughts
Official Implementation of "Graph of Thoughts: Solving Elaborate Problems with Large Language Models"
kyegomez/the-compiler
Seed, Code, Harvest: Grow Your Own App with Tree of Thoughts!
atfortes/Awesome-LLM-Reasoning
From Chain-of-Thought prompting to OpenAI o1 and DeepSeek-R1 🍓
habedi/cogitator
A Python toolkit for chain-of-thought prompting 🐍