paper-with-me

Papers

Empowering Large Language Model Agents through Action Learning

2024-02-24 · Haiteng Zhao, Chang Ma, Guoyin Wang, Jing Su, Lingpeng Kong, Jingjing Xu, Zhi-Hong Deng, Hongxia Yang

Large Language Model (LLM) Agents have recently garnered increasing interest yet they are limited in their ability to learn from trial and error, a key element of intelligent behavior. In this work, we argue that the capacity to learn new actions from experience is fundamental to the advancement of learning in LLM agents. While humans naturally expand their action spaces and develop skills through experiential learning, LLM agents typically operate within fixed action spaces, limiting their potential for growth. To address these challenges, our study explores open-action learning for language agents. We introduce a framework LearnAct with an iterative learning strategy to create and improve actions in the form of Python functions. In each iteration, LLM revises and updates the currently available actions based on the errors identified in unsuccessful training tasks, thereby enhancing action effectiveness. Our experimental evaluations across Robotic Planning and Alfworld environments reveal that after learning on a few training task instances, our approach to open-action learning markedly improves agent performance for the type of task (by 32 percent in AlfWorld compared to ReAct+Reflexion, for instance) highlighting the importance of experiential action learning in the development of more intelligent LLM agents.

📄 PDF Abstract BibTeX arXiv:2402.15809

Code (1)

zhao-ht/learnact 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language Modelmodel

Similar Papers 제목 키워드 기반

Dialogue Shaping: Empowering Agents through NPC Interaction

2023-07-28 · Wei Zhou, Xiangyu Peng, Mark Riedl

One major challenge in reinforcement learning (RL) is the large amount of steps for the RL agent needs to converge in the training process and learn the optimal policy, especially in text-based game environments where th…

Knowledge Graphsreinforcement-learningReinforcement Learning (RL)

Empowering Users in Digital Privacy Management through Interactive LLM-Based Agents

2024-10-15 · Bolun Sun, Yifan Zhou, Haiyun Jiang

This paper presents a novel application of large language models (LLMs) to enhance user comprehension of privacy policies through an interactive dialogue agent. We demonstrate that LLMs significantly outperform tradition…

ManagementQuestion Answering

CI4A: Semantic Component Interfaces for Agents Empowering Web Automation

2026-01-21 · Zhi Qiu, Jiazheng Sun, Chenxiao Xia, Jun Zheng 외 arxiv

While Large Language Models demonstrate remarkable proficiency in high-level semantic planning, they remain limited in handling fine-grained, low-level web component manipulations. To address this limitation, extensive r…

Reinforcement Learning

ALYMPICS: LLM Agents Meet Game Theory -- Exploring Strategic Decision-Making with AI Agents

2023-11-06 · Shaoguang Mao, Yuzhe Cai, Yan Xia, Wenshan Wu 외

This paper introduces Alympics (Olympics for Agents), a systematic simulation framework utilizing Large Language Model (LLM) agents for game theory research. Alympics creates a versatile platform for studying complex gam…

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model

Empowering Biomedical Discovery with AI Agents

2024-04-03 · ShangHua Gao, Ada Fang, Yepeng Huang, Valentina Giunchiglia 외

We envision "AI scientists" as systems capable of skeptical learning and reasoning that empower biomedical research through collaborative agents that integrate AI models and biomedical tools with experimental platforms. …

Continual LearningNavigate