tree-of-thoughts icon indicating copy to clipboard operation
tree-of-thoughts copied to clipboard

Plug in and Play Implementation of Tree of Thoughts: Deliberate Problem Solving with Large Language Models that Elevates Model Reasoning by atleast 70%

Results 37 tree-of-thoughts issues
Sort by recently updated
recently updated
newest added

Thanks a lot for implementing this ToT library, nice work! I think it could benefit a lot from using Microsoft Guidance (https://github.com/microsoft/guidance), specially with smaller local models that have a...

![2023-05-24_19-53](https://github.com/kyegomez/tree-of-thoughts/assets/19365678/6807535f-94fb-4c32-9895-966f245bb551) Actually Guidance leads to GPT 4 spitting out wrong output format, this is strange, I should modify the prompt a little bit. Don't have to merge yet

We need an langchain language model class.

implement huggingface class

Tested with WizardLM 7B, did not work super well, but could be iterated on. I think combining this with the guidance library could be really nice BTW Not sure if...

Action Item: Create a list of example evaluations and measure performance with the following from the paper https://arxiv.org/pdf/2305.10601.pdf some potential eval metrics: Accuracy - Measure how often the model correctly...

Getting this error from the example.py \tree-of-thoughts\tree_of_thoughts\treeofthoughts.py", line 144, in evaluate_states prompt = f"Given the current state of reasoning: '{state_text}', evaluate its value as a float between 0 and 1,...

Thank you for implementing the ToT paper. I have a question though, is there anyway where this can be used with GP-4 running on the web ChatGPT with plugins? If...