Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

RMoA: Optimizing Mixture-of-Agents through Diversity Maximization and Residual Compensation

About

Although multi-agent systems based on large language models show strong capabilities on multiple tasks, they are still limited by high computational overhead, information loss, and robustness. Inspired by ResNet's residual learning, we propose Residual Mixture-of-Agents (RMoA), integrating residual connections to optimize efficiency and reliability. To maximize information utilization from model responses while minimizing computational costs, we innovatively design an embedding-based diversity selection mechanism that greedily selects responses via vector similarity. Furthermore, to mitigate iterative information degradation, we introduce a Residual Extraction Agent to preserve cross-layer incremental information by capturing inter-layer response differences, coupled with a Residual Aggregation Agent for hierarchical information integration. Additionally, we propose an adaptive termination mechanism that dynamically halts processing based on residual convergence, further improving inference efficiency. RMoA achieves state-of-the-art performance on the benchmarks of across alignment, mathematical reasoning, code generation, and multitasking understanding, while significantly reducing computational overhead. Code is available at https://github.com/mindhunter01/RMoA.

Zhentao Xie, Chengcheng Han, Jinxin Shi, Wenjun Cui, Xin Zhao, Xingjiao Wu, Jiabao Zhao• 2025

Related benchmarks

TaskDatasetResultRank
Instruction FollowingAlpacaEval 2.0
Win Rate78.48
752
Mathematical ReasoningMATH
Accuracy81.16
535
Multi-turn Dialogue EvaluationMT-Bench
Overall Score8.82
532
Mathematical ReasoningMATH500 (full)
Accuracy92.4
111
Common Sense ReasoningHELLASWAG (test)
Accuracy78.9
86
Mathematical ReasoningMATH (test)
Accuracy73.8
73
KnowledgeMMLU Redux (test)
Knowledge Accuracy65.5
33
General KnowledgeMMLU-Redux
Accuracy86.67
30
Code UnderstandingCRUX (test)
Pass@160.7
30
Formal Logic ReasoningMMLU formal_logic (test)
Accuracy (MMLU FLR Test)55.3
30
Showing 10 of 11 rows

Other info

Code

Follow for update