From 6dd5fa7690a83ffb910a016c913f716135b06b43 Mon Sep 17 00:00:00 2001 From: Shunyu Yao Date: Fri, 2 Jun 2023 10:59:19 -0400 Subject: [PATCH] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b94f69e..728ac33 100644 --- a/readme.md +++ b/readme.md @@ -1,13 +1,14 @@ # Official Repo of Tree of Thoughts (ToT) [![DOI](https://zenodo.org/badge/642099326.svg)](https://zenodo.org/badge/latestdoi/642099326) +**Note: https://github.com/kyegomez/tree-of-thoughts is NOT the official implementation to replicate the results in the paper (see https://github.com/ysymyth/tree-of-thought-llm/issues/17). In fact, people have reported that his code cannot properly run, and is probably generated by ChatGPT, and kyegomez has done so for many popular ML methods as soon as papers are released, and intentionaly refusing to link to official implementations for his own interests. Unfortunately, kyegomez's malicious repo has more stars than this, so Google/Github searches go to his repo by default. Please de-star his repo and star this official repo to prevent other people from being misled and wasting time on trash code, thanks!** + ![teaser](teaser.png) Official implementation for paper [Tree of Thoughts: Deliberate Problem Solving with Large Language Models](https://arxiv.org/abs/2305.10601) with code, prompts, model outputs. Also check [its tweet thread](https://twitter.com/ShunyuYao12/status/1659357547474681857) in 1min. -**Note: https://github.com/kyegomez/tree-of-thoughts is not the official implementation to replicate the results in the paper. Please check https://github.com/ysymyth/tree-of-thought-llm/issues/17** Please cite the paper and star this repo if you use ToT and find it interesting/useful. Thanks!