English

DCR: Divide-and-Conquer Reasoning for Multi-choice Question Answering with LLMs

Computation and Language 2024-04-04 v2

Abstract

Large language models (LLMs) have shown impressive performance in reasoning benchmarks with the emergence of Chain-of-Thought (CoT), particularly in multi-choice question (MCQ). However, current works equally resolve questions regardless of the problem-solving difficulty, leading to an excessive focus on simple items while insufficient attention on intricate ones. To address this challenge, we propose a simple yet effective strategy, Divide and Conquer Reasoning (DCR), to enhance the reasoning capability of LLMs for MCQs, as inspired by human beings using heuristics to first categorize tasks and then handle them separately. In particular, we first categorize questions into two subsets based on confidence score (CS\mathcal{CS}), which is estimated by statistical frequency of generated answers. Subsequently, we propose Filter Choices based Reasoning (FCR) to improve model performance on MCQs with low (CS\mathcal{CS}). Our experiments demonstrate that the proposed strategy only costs 85% of SOTA, while still achieves average accuracy improvement of 1.56% across nine datasets including arithmetic, commonsense, and logic reasoning tasks. The code is at \url{https://github.com/AiMijie/Divide-and-Conquer}

Keywords

Cite

@article{arxiv.2401.05190,
  title  = {DCR: Divide-and-Conquer Reasoning for Multi-choice Question Answering with LLMs},
  author = {Zijie Meng and Yan Zhang and Zhaopeng Feng and Zuozhu Liu},
  journal= {arXiv preprint arXiv:2401.05190},
  year   = {2024}
}

Comments

Technique Report

R2 v1 2026-06-28T14:13:15.635Z