paper-with-me

Papers

Towards Autonomous Agents: Adaptive-planning, Reasoning, and Acting in Language Models

2024-08-12 · Abhishek Dutta, Yen-Che Hsiao

We propose a novel in-context learning algorithm for building autonomous decision-making language agents. The language agent continuously attempts to solve the same task by self-correcting each time the task fails. Our selected language agent demonstrates the ability to solve tasks in a text-based game environment. Our results show that the gemma-2-9b-it language model, using our proposed method, can successfully complete two of six tasks that failed in the first attempt. This highlights the effectiveness of our approach in enhancing the problem-solving capabilities of a single language model through self-correction, paving the way for more advanced autonomous agents. The code is publicly available at https://github.com/YenCheHsiao/AutonomousLLMAgentwithAdaptingPlanning.

📄 PDF Abstract BibTeX arXiv:2408.06458

Code (1)

yenchehsiao/autonomousllmagentwithadaptingplanning 공식 구현 pytorch

Tasks

Decision MakingIn-Context LearningLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

WebUncertainty: Dual-Level Uncertainty Driven Planning and Reasoning For Autonomous Web Agent

2026-04-20 · Lingfeng Zhang, Yongan Sun, Jinpeng Hu, Hui Ma 외 arxiv

Recent advancements in large language models (LLMs) have empowered autonomous web agents to execute natural language instructions directly on real-world webpages. However, existing agents often struggle with complex task…

Language Agent Tree Search Unifies Reasoning Acting and Planning in Language Models

2023-10-06 · Andy Zhou, Kai Yan, Michal Shlapentokh-Rothman, Haohan Wang 외

While language models (LMs) have shown potential across a range of decision-making tasks, their reliance on simple acting processes limits their broad deployment as autonomous agents. In this paper, we introduce Language…

Code GenerationDecision MakingHumanEvalIn-Context Learning+3

Reason for Future, Act for Now: A Principled Framework for Autonomous LLM Agents with Provable Sample Efficiency

2023-09-29 · Zhihan Liu, Hao Hu, Shenao Zhang, Hongyi Guo 외

Large language models (LLMs) demonstrate impressive reasoning abilities, but translating reasoning into actions in the real world remains challenging. In particular, it remains unclear how to complete a given task provab…

HALO: Hazard-Aware Landing Optimization for Autonomous Systems

2023-04-04 · Christopher R. Hayner, Samuel C. Buckner, Daniel Broyles, Evelyn Madewell 외

With autonomous aerial vehicles enacting safety-critical missions, such as the Mars Science Laboratory Curiosity rover's landing on Mars, the tasks of automatically identifying and reasoning about potentially hazardous l…

Adaptive Reasoning and Acting in Medical Language Agents

2024-10-13 · Abhishek Dutta, Yen-Che Hsiao

This paper presents an innovative large language model (LLM) agent framework for enhancing diagnostic accuracy in simulated clinical environments using the AgentClinic benchmark. The proposed automatic correction enables…

Decision MakingDiagnosticLanguage ModelingLanguage Modelling+1