[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Agentic Neural Networks: Self-Evolving Multi-Agent Systems via Textual Backpropagation

Created by
  • Haebom

Author

Xiaowen Ma, Chenyang Lin, Yao Zhang, Volker Tresp, Yunpu Ma

Outline

This paper presents Agentic Neural Network (ANN), a novel framework that effectively performs complex and high-dimensional tasks by leveraging multiple large language models (LLMs). ANN conceptualizes multi-agent collaboration as a hierarchical neural network structure, with each agent as a node and each layer as a collaborative “team” focused on a specific subtask. It operates through a two-stage optimization strategy: a forward stage that dynamically decomposes tasks into subtasks and uses appropriate aggregation methods to form a team of collaborative agents hierarchically, and a backward stage that mimics backpropagation to improve global and local collaboration through iterative feedback, and where agents evolve their own roles, prompts, and coordination. This neurosymbolic approach allows ANNs to generate new or specialized agent teams after training, significantly improving accuracy and adaptability. On four benchmark datasets, ANNs consistently outperform leading multi-agent baseline models under the same configuration. In conclusion, ANNs provide a scalable and data-driven multi-agent system framework that combines the collaborative capabilities of LLMs with the efficiency and flexibility of neural network principles. We plan to open-source the entire framework.

Takeaways, Limitations

Takeaways:
A new framework to enhance the efficiency of utilizing multiple LLMs
Building a data-based multi-agent system using neural network principles
Improved adaptability and accuracy by generating new agent teams after training
Confirmation of improved performance compared to existing multi-agent baseline models
Possibility of expanding research through open source disclosure
Limitations:
Limitations on the type and size of the presented benchmark datasets
Applicability and generalization performance verification for real complex problems is required.
Further research is needed on the optimization strategy for the hierarchical structure of ANN and the composition of the agent team.
Need to verify applicability to different types of LLM
👍