kyegomez/Algorithm-Of-Thoughts
My implementation of "Algorithm of Thoughts: Enhancing Exploration of Ideas in Large Language Models"
This project helps AI developers make large language models (LLMs) better at complex problem-solving and reasoning tasks. By providing a structured way to explore different ideas and backtrack from dead ends, it takes a problem statement and helps the LLM arrive at a more accurate and robust solution. It's designed for AI practitioners and researchers who build and refine LLMs.
100 stars. No commits in the last 6 months.
Use this if you are developing or fine-tuning large language models and need to significantly improve their ability to reason through multi-step problems or complex scenarios.
Not ideal if you are an end-user simply looking to interact with an LLM for everyday tasks rather than develop or enhance one.
Stars
100
Forks
14
Language
Python
License
MIT
Category
Last pushed
Oct 13, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/prompt-engineering/kyegomez/Algorithm-Of-Thoughts"
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 🐍