Reward-Guided Autoregressive Graph Generation for Efficient Multi-Agent Communication Topology Design
This paper introduces RGA-Designer, a reward-guided autoregressive graph generation method inspired by RLHF that optimizes multi-agent communication topologies to reduce token consumption by an average of 20.5% while maintaining task accuracy.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
In the rapidly evolving world of artificial intelligence, a powerful tool known as the Large Language Model has emerged, capable of generating human-like text and solving complex problems. However, these models are not perfect; they can stumble when faced with tasks requiring deep reasoning or intricate planning. To overcome this, researchers have developed Multi-Agent Systems, where several specialized AI assistants work together, much like a team of experts in a room, each handling a specific part of a problem. One agent might plan the steps, another writes the code, and a third checks for errors. While this teamwork often produces better results than a single AI working alone, it comes with a significant cost. Every time these agents communicate, the system consumes a vast amount of digital resources, measured in tokens, which are the basic units of text the computer processes. This high consumption makes the systems expensive to run and slow to respond, creating a need for a way to make these digital teams more efficient without sacrificing their intelligence.
The challenge lies in how these agents are connected. In many current systems, the connections between agents are fixed or created by simply removing unnecessary parts from a pre-existing, overly complex network. A recent approach called ARG-Designer attempted to build these networks from scratch, creating a new map of connections for every single question asked. While this offered great flexibility, the system had a blind spot: it was trained to simply copy the patterns it saw in its training data, without any specific instruction to keep the network small or simple. As a result, it often built elaborate, crowded maps of communication that used far more resources than necessary, even when a simpler path would have worked just as well.
To solve this, a team of researchers introduced a new method called RGA-Designer, which acts as a strict but helpful coach for the AI. Instead of just asking the AI to mimic past examples, this new system teaches the AI to value efficiency. The researchers trained a separate "reward model," a kind of digital judge, to evaluate every network the AI creates. This judge looks at two things: did the team solve the problem correctly, and was the network of connections as small and compact as possible? If the AI builds a massive, tangled web that solves the problem, the judge gives it a lower score than if it builds a lean, direct line of communication that achieves the same result. The AI then learns from these scores, adjusting its behavior to favor the simpler, more efficient designs. This process is inspired by how humans learn from feedback, where a student improves not just by getting answers right, but by finding the most elegant way to get there.
The results of this approach were tested across six different types of difficult tasks, ranging from solving math word problems to writing computer code and answering general knowledge questions. The researchers found that the new method maintained the same high level of accuracy as the previous best system. The teams still solved the problems correctly, and the quality of the answers did not drop. However, the difference in efficiency was striking. On average, the new system used about 20.5 percent fewer digital tokens to complete the same tasks. In some specific tests, the savings were even more dramatic, with the system using significantly less computing power to reach the same conclusion. This reduction means that these intelligent teams can work faster and cost less to operate, making advanced AI collaboration more accessible.
One interesting exception was a dataset of math problems generated from fixed templates. In these cases, the questions were so similar and the solutions so straightforward that the system could not find much extra space to trim. This suggests that the method works best when the problems are diverse and complex enough to allow for different ways of organizing the team. The researchers also noted that their system is flexible; because the judge evaluates the overall structure of the team rather than memorizing specific roles, it can adapt to new types of agents without needing to be completely retrained. While the system currently relies on tasks with clear, verifiable answers, the success of this reward-guided approach suggests a promising path forward for making artificial intelligence teams not just smarter, but also leaner and more economical.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.