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

LATS - Language Agent Tree Search Unifies Reasoning Acting and Planning in Language Models | Papers With Code #130

Open
1 task
irthomasthomas opened this issue Nov 29, 2023 · 0 comments
Labels
AI-Agents Autonomous AI agents using LLMs Algorithms Sorting, Learning or Classifying. All algorithms go here. Automation Automate the things Code-Interpreter OpenAI Code-Interpreter llm Large Language Models llm-experiments experiments with large language models llm-function-calling Function Calling with Large Language Models MachineLearning ML Models, Training and Inference openai OpenAI APIs, LLMs, Recipes and Evals Papers Research papers prompt-engineering Developing and optimizing prompts to efficiently use language models for various applications and re

Comments

@irthomasthomas
Copy link
Owner

  • Language Agent Tree Search Unifies Reasoning Acting and Planning in Language Models | Papers With Code

    Quote

    While large language models (LLMs) have demonstrated impressive performance on a range of decision-making tasks, they rely on simple acting processes and fall short of broad deployment as autonomous agents. We introduce LATS (Language Agent Tree Search), a general framework that synergizes the capabilities of LLMs in planning, acting, and reasoning. Drawing inspiration from Monte Carlo tree search in model-based reinforcement learning, LATS employs LLMs as agents, value functions, and optimizers, repurposing their latent strengths for enhanced decision-making. What is crucial in this method is the use of an environment for external feedback, which offers a more deliberate and adaptive problem-solving mechanism that moves beyond the limitations of existing techniques. Our experimental evaluation across diverse domains, such as programming, HotPotQA, and WebShop, illustrates the applicability of LATS for both reasoning and acting. In particular, LATS achieves 94.4% for programming on HumanEval with GPT-4 and an average score of 75.9 for web browsing on WebShop with GPT-3.5, demonstrating the effectiveness and generality of our method.

@irthomasthomas irthomasthomas added inbox-url unclassified Choose this if none of the other labels (bar New Label) fit the content. llm Large Language Models llm-experiments experiments with large language models Automation Automate the things AI-Agents Autonomous AI agents using LLMs Algorithms Sorting, Learning or Classifying. All algorithms go here. MachineLearning ML Models, Training and Inference openai OpenAI APIs, LLMs, Recipes and Evals Code-Interpreter OpenAI Code-Interpreter llm-function-calling Function Calling with Large Language Models Papers Research papers and removed unclassified Choose this if none of the other labels (bar New Label) fit the content. labels Nov 29, 2023
@irthomasthomas irthomasthomas changed the title Language Agent Tree Search Unifies Reasoning Acting and Planning in Language Models | Papers With Code LATS - Language Agent Tree Search Unifies Reasoning Acting and Planning in Language Models | Papers With Code May 5, 2024
@irthomasthomas irthomasthomas added prompt-engineering Developing and optimizing prompts to efficiently use language models for various applications and re and removed inbox-url labels May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI-Agents Autonomous AI agents using LLMs Algorithms Sorting, Learning or Classifying. All algorithms go here. Automation Automate the things Code-Interpreter OpenAI Code-Interpreter llm Large Language Models llm-experiments experiments with large language models llm-function-calling Function Calling with Large Language Models MachineLearning ML Models, Training and Inference openai OpenAI APIs, LLMs, Recipes and Evals Papers Research papers prompt-engineering Developing and optimizing prompts to efficiently use language models for various applications and re
Projects
None yet
Development

No branches or pull requests

1 participant