paper-with-me

홈 › Papers

MetaGen: Self-Evolving Roles and Topologies for Multi-Agent LLM Reasoning

2026-01-27 · Yimeng Wang, Jiaxing Zhao, Hongbin Xie, Hexing Ma, Yuzhen Lei, Shuangxue Liu, Xuan Song, Zichen Zhang, Haoran Zhang arxiv

Large language models are increasingly deployed as multi-agent systems, where specialized roles communicate and collaborate through structured interactions to solve complex tasks that often exceed the capacity of a single agent. However, most existing systems still rely on a fixed role library and an execution-frozen interaction topology, a rigid design choice that frequently leads to task mismatch, prevents timely adaptation when new evidence emerges during reasoning, and further inflates inference cost. We introduce MetaGen, a training-free framework that adapts both the role space and the collaboration topology at inference time, without updating base model weights. MetaGen generates and rewrites query-conditioned role specifications to maintain a controllable dynamic role pool, then instantiates a constrained execution graph around a minimal backbone. During execution, it iteratively updates role prompts and adjusts structural decisions using lightweight feedback signals. Experiments on code generation and multi-step reasoning benchmarks show that MetaGen improves the accuracy and cost tradeoff over strong multi-agent baselines.

📄 PDF Abstract BibTeX arXiv:2601.19290

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

ST-EVO: Towards Generative Spatio-Temporal Evolution of Multi-Agent Communication Topologies

2026-02-16 · Xingjian Wu, Xvyuan Liu, Junkai Lu, Siyuan Wang 외 arxiv

LLM-powered Multi-Agent Systems (MAS) have emerged as an effective approach towards collaborative intelligence, and have attracted wide research interests. Among them, ``self-evolving'' MAS, treated as a more flexible an…

GiantHunter: Accurate detection of giant virus in metagenomic data using reinforcement-learning and Monte Carlo tree search

2025-01-26 · Fuchuan Qu, Cheng Peng, Jiaojiao Guan, Donglin Wang 외

Motivation: Nucleocytoplasmic large DNA viruses (NCLDVs) are notable for their large genomes and extensive gene repertoires, which contribute to their widespread environmental presence and critical roles in processes suc…

BenchmarkingDiversitySensitivity

CLMB: deep contrastive learning for robust metagenomic binning

2021-11-18 · Pengfei Zhang, Zhengyuan Jiang, YiXuan Wang, Yu Li

The reconstruction of microbial genomes from large metagenomic datasets is a critical procedure for finding uncultivated microbial populations and defining their microbial functional roles. To achieve that, we need to pe…

BenchmarkingContrastive LearningDenoising

MorphAgent: Empowering Agents through Self-Evolving Profiles and Decentralized Collaboration

2024-10-19 · Siyuan Lu, Jiaqi Shao, Bing Luo, Tao Lin

Large Language Model (LLM) based multi-agent systems (MAS) have shown promise in tackling complex tasks, but often rely on predefined roles and centralized coordination, limiting their adaptability to evolving challenges…

Language ModelingLanguage ModellingLarge Language Model

MM-Zero: Self-Evolving Multi-Model Vision Language Models From Zero Data

2026-03-10 · Zongxia Li, Hongyang Du, Chengsong Huang, Xiyang Wu 외 arxiv

Self-evolving has emerged as a key paradigm for improving foundational models such as Large Language Models (LLMs) and Vision Language Models (VLMs) with minimal human intervention. While recent approaches have demonstra…

Multimodal Reasoning