atfortes/Awesome-LLM-Reasoning
From Chain-of-Thought prompting to OpenAI o1 and DeepSeek-R1 š
A curated collection of papers and resources covering reasoning techniques in LLMs and multimodal systems, from foundational prompting methods to advanced inference-time scaling approaches. Organizes research by technique categoriesāincluding unimodal reasoning, multimodal reasoning, and scaling smaller modelsāalongside analysis studies on CoT faithfulness, token bias, and reasoning stability. Complements a companion benchmarking project (LLMSymbolicReasoningBench) for empirically testing symbolic reasoning capabilities.
3,558 stars. No commits in the last 6 months.
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"...