Self-Adaptive Large Language Model (LLM)-Based Multiagent Systems

Nathalia Nascimento,Paulo Alencar,Donald Cowan
DOI: https://doi.org/10.48550/arXiv.2307.06187
2023-07-12
Abstract:In autonomic computing, self-adaptation has been proposed as a fundamental paradigm to manage the complexity of multiagent systems (MASs). This achieved by extending a system with support to monitor and adapt itself to achieve specific concerns of interest. Communication in these systems is key given that in scenarios involving agent interaction, it enhances cooperation and reduces coordination challenges by enabling direct, clear information exchange. However, improving the expressiveness of the interaction communication with MASs is not without challenges. In this sense, the interplay between self-adaptive systems and effective communication is crucial for future MAS advancements. In this paper, we propose the integration of large language models (LLMs) such as GPT-based technologies into multiagent systems. We anchor our methodology on the MAPE-K model, which is renowned for its robust support in monitoring, analyzing, planning, and executing system adaptations in response to dynamic environments. We also present a practical illustration of the proposed approach, in which we implement and assess a basic MAS-based application. The approach significantly advances the state-of-the-art of self-adaptive systems by proposing a new paradigm for MAS self-adaptation of autonomous systems based on LLM capabilities.
Multiagent Systems,Artificial Intelligence,Computation and Language
What problem does this paper attempt to address?
The problem that this paper attempts to solve is how to improve the self - adaptation ability and communication expression ability of the system by integrating large - language models (LLMs), such as GPT - based technologies, in adaptive multi - agent systems (MASs). Specifically, the paper explores how to use the advanced communication systems of LLMs to enable autonomous agents to more effectively self - monitor, analyze, plan, and execute adaptive behaviors when facing dynamic environments. In addition, the paper also proposes an LLM - based MAPE - K model to support the realization of these functions and verifies it through a simple MAS application case. The core of the paper lies in exploring how LLMs change the interaction methods between agents in traditional MASs and between agents and the environment, thereby promoting the development of adaptive multi - agent systems.