AIHCFeb 3, 2024

Affordable Generative Agents

arXiv:2402.02053v210 citationsh-index: 19Has CodeTrans. Mach. Learn. Res.
AI Analysis

This addresses the deployment challenge of believable interactive agents for AI simulation applications, though it is incremental as it builds on existing LLM-based agent methods.

The paper tackles the high cost of maintaining prolonged interactions in LLM-based generative agents by developing the Affordable Generative Agents (AGA) framework, which reduces costs by substituting repetitive LLM inferences with learned policies and compressing dialogue information, showing effectiveness and efficiency in experiments.

The emergence of large language models (LLMs) has significantly advanced the simulation of believable interactive agents. However, the substantial cost on maintaining the prolonged agent interactions poses challenge over the deployment of believable LLM-based agents. Therefore, in this paper, we develop Affordable Generative Agents (AGA), a framework for enabling the generation of believable and low-cost interactions on both agent-environment and inter-agents levels. Specifically, for agent-environment interactions, we substitute repetitive LLM inferences with learned policies; while for inter-agent interactions, we model the social relationships between agents and compress auxiliary dialogue information. Extensive experiments on multiple environments show the effectiveness and efficiency of our proposed framework. Also, we delve into the mechanisms of emergent believable behaviors lying in LLM agents, demonstrating that agents can only generate finite behaviors in fixed environments, based upon which, we understand ways to facilitate emergent interaction behaviors. Our code is publicly available at: https://github.com/AffordableGenerativeAgents/Affordable-Generative-Agents.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes