ExpeL: LLM Agents Are Experiential Learners
About
The recent surge in research interest in applying large language models (LLMs) to decision-making tasks has flourished by leveraging the extensive world knowledge embedded in LLMs. While there is a growing demand to tailor LLMs for custom decision-making tasks, finetuning them for specific tasks is resource-intensive and may diminish the model's generalization capabilities. Moreover, state-of-the-art language models like GPT-4 and Claude are primarily accessible through API calls, with their parametric weights remaining proprietary and unavailable to the public. This scenario emphasizes the growing need for new methodologies that allow learning from agent experiences without requiring parametric updates. To address these problems, we introduce the Experiential Learning (ExpeL) agent. Our agent autonomously gathers experiences and extracts knowledge using natural language from a collection of training tasks. At inference, the agent recalls its extracted insights and past experiences to make informed decisions. Our empirical results highlight the robust learning efficacy of the ExpeL agent, indicating a consistent enhancement in its performance as it accumulates experiences. We further explore the emerging capabilities and transfer learning potential of the ExpeL agent through qualitative observations and additional experiments.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Interactive Decision-making | AlfWorld | Overall Success Rate85.1 | 295 | |
| Embodied Task | AlfWorld | Overall Success Rate46.3 | 169 | |
| Visual Question Answering | SimpleVQA | Accuracy0.625 | 164 | |
| Web Navigation and Shopping | Webshop | Score30.9 | 153 | |
| Web navigation and task completion | WebArena (test) | Average Task Completion21.8 | 137 | |
| Question Answering | Search-QA | Average Score31 | 130 | |
| Visual Question Answering | LiveVQA | Accuracy34.1 | 116 | |
| Financial Question Answering | FiQA | Accuracy71.8 | 85 | |
| Multimodal Search | MMSearch | Accuracy61.4 | 85 | |
| Visual Question Answering | InfoSeek | Accuracy58.6 | 77 |