Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【论文复现】Tree of Thoughts #6543

Closed
shiyutang opened this issue Jul 28, 2023 · 1 comment
Closed

【论文复现】Tree of Thoughts #6543

shiyutang opened this issue Jul 28, 2023 · 1 comment
Assignees
Labels
others unknown issue type triage

Comments

@shiyutang
Copy link

shiyutang commented Jul 28, 2023

背景

ToT允许LMs通过考虑多个不同的推理路径和自我评估选择来进行深思熟虑的决策,以决定下一步行动,并在必要时前瞻或回溯以做出全局选择。我们的实验表明,ToT显著提高了语言模型在三项需要非琐碎计划或搜索的新任务上的解决问题能力:24小时游戏、创意写作和迷你交叉词。例如,在《24小时游戏》中,具有思维链提示的GPT-4只解决了4%的任务,而我们的方法的成功率为74%。
Tree of Thoughts: Deliberate Problem Solving with Large Language Models

解决步骤:

1.仿照ReAct的方式集成到pipelines里面,并评估跟论文精度一致。论文链接:https://github.com/princeton-nlp/tree-of-thought-llm
2.接入开源模型例如chatglm v2或者llama v2,并给出TOT的使用示例和文档。提交至https://github.com/PaddlePaddle/PaddleNLP/tree/develop/pipelines/examples/agents

@ErnestinaQiu
Copy link
Contributor

报名

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
others unknown issue type triage
Projects
None yet
Development

No branches or pull requests

4 participants