Generative Agents for Multi-Agent Autoformalization of Interaction Scenarios
Agnieszka Mensfelt, Kostas Stathis, Vince Trencsenyi

TL;DR
This paper presents GAMA, a framework that automates the formalization of multi-agent interaction scenarios from natural language using large language models, enabling efficient simulation development with high correctness.
Contribution
GAMA introduces an automated method for formalizing interaction scenarios using LLMs, reducing manual effort and domain expertise needed for multi-agent simulations.
Findings
GAMA achieves 100% syntactic correctness in formalized scenarios.
Semantic correctness reaches up to 77% with GPT-4o.
High semantic accuracy in autoformalizing agent strategies.
Abstract
Multi-agent simulations are versatile tools for exploring interactions among natural and artificial agents, but their development typically demands domain expertise and manual effort. This work introduces the Generative Agents for Multi-Agent Autoformalization (GAMA) framework, which automates the formalization of interaction scenarios in simulations using agents augmented with large language models (LLMs). To demonstrate the application of GAMA, we use natural language descriptions of game-theoretic scenarios representing social interactions, and we autoformalize them into executable logic programs defining game rules, with syntactic correctness enforced through a solver-based validation. To ensure runtime validity, an iterative, tournament-based procedure tests the generated rules and strategies, followed by exact semantic validation when ground truth outcomes are available. In…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSimulation Techniques and Applications
MethodsSparse Evolutionary Training
