Skip to content

Commit 81413f5

Browse files
authored
Clean up README.md and add DOI
1 parent 3ac26b3 commit 81413f5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Using Tree-of-Thought Prompting to boost ChatGPT's reasoning
22

3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10323452.svg)](https://doi.org/10.5281/zenodo.10323452)
4+
5+
36
## Abstract
47

58
Tree-of-Thought (ToT) Prompting, a fresh technique borrowing ideas from the Tree-of-Thoughts framework, broadens and enhances the well-established Chain-of-Thought prompting concept, thereby enabling Large Language Models, like ChatGPT, to exhibit superior reasoning abilities. This Tree-of-Thought Prompting technique permits Large Language Models to rectify their errors autonomously while progressively accumulating knowledge.
@@ -164,8 +167,11 @@ Please cite this repository if you use the code.
164167
@misc{tree-of-thought-prompting,
165168
author = {Dave Hulbert},
166169
title = {Tree of Knowledge: ToK aka Tree of Knowledge dataset for Large Language Models LLM,
170+
month = may
167171
year = {2023},
168-
publisher = {GitHub},
172+
publisher = {Zenodo},
169173
journal = {GitHub repository},
174+
doi = {10.5281/ZENODO.10323452},
170175
howpublished = {\url{https://github.com/dave1010/tree-of-thought-prompting}},
176+
url = {https://doi.org/10.5281/zenodo.10323452}
171177
}

0 commit comments

Comments
 (0)