Verified project record
princeton-nlp/tree-of-thought-llm
tree-of-thought-llm is a Python framework that enables large language models to explore multiple reasoning paths and evaluate intermediate states using tree search algorithms. It frames problem-solving as a search over a tree of thoughts rather than a single sequential prompt, targeting complex, multi-step reasoning tasks.