atfortes/Awesome-LLM-Reasoning
From Chain-of-Thought prompting to OpenAI o1 and DeepSeek-R1 🍓
This collection helps AI researchers and practitioners explore how to improve the reasoning abilities of Large Language Models (LLMs) and Multimodal Large Language Models (MLLMs). It compiles academic papers and resources on techniques like Chain-of-Thought prompting, analysis of reasoning performance, and methods for scaling LLMs. Researchers, data scientists, and AI engineers working on advanced LLM applications would use this to understand the current state-of-the-art and challenges in making LLMs 'think' more effectively.
3,558 stars. No commits in the last 6 months.
Use this if you are actively researching, developing, or implementing advanced LLM applications and need a curated overview of techniques and analyses related to improving LLM reasoning capabilities.
Not ideal if you are looking for an introductory guide to using LLMs for basic tasks or seeking ready-to-use LLM tools without diving into the underlying research.
Stars
3,558
Forks
199
Language
—
License
MIT
Category
Last pushed
May 07, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/prompt-engineering/atfortes/Awesome-LLM-Reasoning"
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!
habedi/cogitator
A Python toolkit for chain-of-thought prompting 🐍
amazon-science/auto-cot
Official implementation for "Automatic Chain of Thought Prompting in Large Language Models"...