[TOC]
- Title: Tree of Thoughts: Deliberate Problem Solving with LLM
- Author: Shunyu Yao et. al.
- Publish Year: 17 May 2023
- Review Date: Wed, May 24, 2023
- url: https://arxiv.org/pdf/2305.10601.pdf
Summary of paper
Motivation
- might benefit from augmentation by a more deliberate “System 2” planning process that (1) maintains and explores diverse alternatives for current choices instead of just picking one, and (2) evaluates its current status and actively looks ahead or backtracks to make more global decisions.
- search through a combinatorial problem space, represented as a tree. We thus propose the Tree of Thoughts (ToT) framework for general problem solving with language models.
Contribution
limitation