From 602cdd7026f530ec75e1948050c3a3f23e0c1808 Mon Sep 17 00:00:00 2001 From: mmorge <maxime.morge@univ-lyon1.fr> Date: Tue, 8 Apr 2025 14:52:05 +0200 Subject: [PATCH] LLM4AAMAS: add mao25acl --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index eaf8ab7..3e6bf8a 100644 --- a/README.md +++ b/README.md @@ -550,6 +550,19 @@ the human experimenter or an anonymous charity than with other AI agents. artificially intelligent agent](https://arxiv.org/abs/2301.02330)** Tim Johnson, Nick Obradovich (2023) on *arXiv*. + +In this paper, the authors introduce Alympics — an "Olympics for Agents" — a +framework that leverages large language models (LLMs) for empirical research in +game theory. They specifically analyze how LLM agents perform in complex +strategic scenarios, including the Water Allocation Challenge. The findings +indicate that while LLMs are capable of accounting for long-term outcomes, they +still show limitations in adaptability. + +- **[ALYMPICS: LLM Agents Meet Game Theory](https://aclanthology.org/2025.coling-main.193/)** + Shaoguang Mao, Yuzhe Cai, Yan Xia, Wenshan Wu, Xun Wang, Fengyi Wang, Qiang + Guan, Tao Ge, Furu Wei (2025) at *COLING 2025*. + + ### Generative MAS on the shelf - [MetaGPT](https://github.com/geekan/MetaGPT) is a framework for creating -- GitLab