Aggregation of Reasoning: A Hierarchical Framework for Enhancing Answer Selection in Large Language Models
Zhangyue Yin, Qiushi Sun, Qipeng Guo, Zhiyuan Zeng, Xiaonan Li, Tianxiang Sun, Cheng Chang, Qinyuan Cheng, Ding Wang, Xiaofeng Mou, Xipeng Qiu, XuanJing Huang
TL;DR
This work addresses the limitation of majority-vote ensembling when correct reasoning chains are outnumbered by incorrect ones. It introduces AoR, a hierarchical Aggregation of Reasoning framework that evaluates reasoning chains via a two-phase local-scoring and global-evaluation process, augmented by dynamic sampling to adapt to task complexity. Empirical results across mathematical, commonsense, and symbolic tasks show AoR consistently outperforms strong baselines and achieves a higher performance ceiling, while reducing computational overhead. The approach demonstrates robust gains across diverse LLMs and prompts, highlighting the practical impact of reasoning-chain evaluation for reliable answer selection.
Abstract
Recent advancements in Chain-of-Thought prompting have facilitated significant breakthroughs for Large Language Models (LLMs) in complex reasoning tasks. Current research enhances the reasoning performance of LLMs by sampling multiple reasoning chains and ensembling based on the answer frequency. However, this approach fails in scenarios where the correct answers are in the minority. We identify this as a primary factor constraining the reasoning capabilities of LLMs, a limitation that cannot be resolved solely based on the predicted answers. To address this shortcoming, we introduce a hierarchical reasoning aggregation framework AoR (Aggregation of Reasoning), which selects answers based on the evaluation of reasoning chains. Additionally, AoR incorporates dynamic sampling, adjusting the number of reasoning chains in accordance with the complexity of the task. Experimental results on a series of complex reasoning tasks show that AoR outperforms prominent ensemble methods. Further analysis reveals that AoR not only adapts various LLMs but also achieves a superior performance ceiling when compared to current methods.
