Enhancing Complex Symbolic Logical Reasoning of Large Language Models via Sparse Multi-Agent Debate
Haocheng Yang, Fengxiang Cheng, Tianjun Yao, Jiajun Chai, Xiaohan Wang, Guojun Yin, Wei Lin, Mengyue Yang
Abstract
Large language models (LLMs) struggle with complex logical reasoning. Previous work has primarily explored single-agent methods, with their performance remains fundamentally limited by the capabilities of a single model. To our knowledge, this paper first introduce a multi-agent approach specifically to enhance the logical reasoning abilities of LLMs. Considering the respective strengths and weaknesses of symbolic and natural language reasoning, we propose a multi-agent framework where individual agents reason in both symbolic and natural languages and then engage in a debate. To ensure the accuracy of symbolic translation, we also leverage multiple agents to translate and debate in different symbolic languages. Due to the prohibitive communication and token costs of multi-turn interactions, we further propose an adaptive sparse communication strategy to ensure efficiency. Specifically, our method prunes unnecessary communication by assessing the agent confidence and information gains, allowing each agent to selectively maintain its memory with others' most valuable outputs to help generate answers. Extensive experiments demonstrate that not only our multi-agent debate framework outperforms previous methods in logical reasoning tasks, but also our sparse communication approach outperforms the fully-connected communication with 25% token costs reduced, improving both effectiveness and efficiency.
BibTeX
@inproceedings{
yang2026enhancing,
title={Enhancing Complex Symbolic Logical Rea\-soning of Large Language Models via Sparse Multi-Agent Debate},
author={Haocheng Yang and Fengxiang Cheng and Tianjun Yao and Jiajun Chai and Xiaohan Wang and Guojun Yin and Wei Lin and Mengyue Yang and Yisen Wang and Fenrong Liu and Haoxuan Li and Soummya Kar},
booktitle={The Fourteenth International Conference on Learning Representations},
year={2026},
url={https://openreview.net/forum?id=rdE9qxGfIv}
}