Update README.md

This commit is contained in:
Karthik Narasimhan 2023-08-10 12:15:15 -04:00 committed by GitHub
parent f10dd7a586
commit 7d1bd7eb4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,19 +15,13 @@
</a>
</p>
<details>
<summary>Note: please unstar https://github.com/kyegomez/tree-of-thoughts which CANNOT replicate paper results. </summary>
In fact, people have reported that his code [cannot](https://github.com/kyegomez/tree-of-thoughts/issues/52) [properly](https://github.com/kyegomez/tree-of-thoughts/issues/41) [run](https://github.com/kyegomez/tree-of-thoughts/issues/60), and is [probably automatically generated by ChatGPT](pics/fake.png), and [kyegomez has done so for other popular ML methods](https://twitter.com/qbitium/status/1663954096741814272), while intentionally refusing to link to official implementations for his own interests (see https://github.com/kyegomez/tree-of-thoughts/issues/54, https://github.com/kyegomez/tree-of-thoughts/issues/55, https://github.com/kyegomez/tree-of-thoughts/issues/56).
Unfortunately, Google/Github searches go to kyegomez's malicious repo by default as it has more stars. **Please UNSTAR his repo and STAR this to help other people avoid being misled, thanks!**
</details>
![teaser](pics/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**: The repo https://github.com/kyegomez/tree-of-thoughts is not the official repo and is not guaranteed to replicate our results. Use that at your own risk.