LLM reasoning / chain-of-thought

ToT

Tree of Thoughts: Deliberate Problem Solving with Large Language Models

Heavily superseded#3 of 772 most-superseded · first seen May 17, 2023

Heavily superseded — a standard baseline that newer methods routinely beat

9 papers critique it · 5 beat it on benchmarks

What papers say

Verbatim critique sentences, each from a paper that cites ToT as a baseline.

ToT implementations perform a predetermined number of reasoning steps, which can lead to ``overthinking''
STATe-of-Thoughts: Structured Action Templates for Tree-of-Thoughts
This deliberate structure improves performance over standard Chain-of-Thought (CoT) prompting but incurs high computational cost.
Dual-Track CoT: Budget-Aware Stepwise Guidance for Small LMs
The critical bottleneck in this workflow lies with the state evaluator. In the original ToT work, the evaluator relies on expensive LLM self-reflection, which involves prompting the model to critique its own outputs. This introduces substantial computational overhead, making the process impractical for many applications.
Domain-Specialized Tree of Thought through Plug-and-Play Predictors
we demonstrate that CoT and its reasoning variants (e.g., ToT, ReAct) consistently underperform direct answering by a significant margin
The Curse of CoT: On the Limitations of Chain-of-Thought in In-Context Learning
reasoning trees exhibit intractable branching factors and depth, while PRMs may fail to accurately evaluate intermediate steps
Limits of PRM-Guided Tree Search for Mathematical Reasoning with LLMs
In all of these methods the guidance signal---critique, scoring model, abstraction prompt---is produced by an untrained, prompted LLM.
Co-ReAct: Rubrics as Step-Level Collaborators for ReAct Agents
Attempts to remedy this through more complicated methods such as Tree of Thoughts (ToT) suffer from drawbacks such as high computation cost. In ToT specifically, the cost stems from branching "thoughts" that lead to exponential runtime and token usage during the graph search.
Novelty-based Tree-of-Thought Search for LLM Reasoning and Planning
ToT generates multiple leaf nodes as potential answers, but without a verifier, it is unclear which leaf node should be selected as the final solution.
BPP-Search: Enhancing Tree of Thought Reasoning for Mathematical Modeling Problem Solving
Tree-of-Thought (ToT) performs hierarchical branching but may suffer from exponential growth
Syzygy of Thoughts: Improving LLM CoT with the Minimal Free Resolution

Beaten on benchmarks

Head-to-head results where a newer method reports beating ToT. Values are copied from the source paper's tables — verify against the cited paper.

What to use instead

Recent methods in the same sub-problem, not yet superseded in the knowledge base — arXiv benchmark leaders, not vetted production recommendations.