EAAI Journal 2026 Journal Article
Diversity-driven reasoning: Mitigating logical errors in LLMs through social-attribute guided multi-agent collaboration
- Liangji Zhang
- Jianbo Yuan
- Yougming He
- Miao Yu
- Kun Zhu
- Zhenni Yu
This paper proposes a Multi-Attribute Hybrid Expert (MAME) framework to address the challenges of error solidification in large language models (LLMs) arising from logical error accumulation and answer convergence during multi-round complex reasoning tasks. First, we introduce a Group Feedback Framework (GFF) that integrates group decision-making theory into multi-agent collaboration. By simulating human consensus formation and error correction mechanisms, we define a dynamic confidence matrix and an answer credibility score to quantify inter-agent influence. These metrics dynamically guide agents in adjusting their reasoning paths based on collective feedback. Second, we propose a Multi-Attribute Prompting (MAP) method that assigns distinct social attributes to each agent, fostering perspective diversity through weight vector modulation and generation strategies. This approach effectively mitigates logical error accumulation, significantly suppresses error propagation across rounds, and prevents answer convergence and solidification. We evaluated MAME using Qwen2. 5 models at scales of 3B, 7B, 14B, 32B, and 72B parameters. Experimental results demonstrate significant performance improvements across reasoning tasks: MAME achieves enhancements of up to 24. 05 % in mathematical reasoning, 39. 1 % in logical reasoning, and 4. 94 % in commonsense reasoning compared to baseline models. Notably, MAME represents the first framework to embed social personality theory within multi-agent cooperation, providing an interpretable error correction mechanism for LLM-based complex reasoning. Our findings highlight the critical role of personality diversity in mitigating logical stagnation, laying a foundation for the deeper integration of LLMs with behavioral science and decision theory. The code is open source: https: //github. com/ioio0614/MAME.