TL;DR
Hierarchical Chain-of-Thought prompting introduces a structured, hierarchical approach to improve reasoning accuracy and efficiency in large language models by decomposing complex tasks into substeps.
Contribution
This work presents Hi-CoT, a novel hierarchical reasoning framework that enhances LLM performance and coherence in multi-step reasoning tasks.
Findings
Hi-CoT improves average accuracy by 6.2% across benchmarks.
It reduces reasoning trace length by 13.9%.
Strict adherence to hierarchy maximizes accuracy and efficiency.
Abstract
Chain-of-Thought (CoT) prompting has significantly improved the reasoning capabilities of large language models (LLMs). However, conventional CoT often relies on unstructured, flat reasoning chains that suffer from redundancy and suboptimal performance. In this work, we introduce Hierarchical Chain-of-Thought (Hi-CoT) prompting, a structured reasoning paradigm specifically designed to address the challenges of complex, multi-step reasoning. Hi-CoT decomposes the reasoning process into hierarchical substeps by alternating between instructional planning and step-by-step execution. This decomposition enables LLMs to better manage long reasoning horizons and maintain logical coherence. Extensive evaluations across diverse LLMs and mathematical reasoning benchmarks show that Hi-CoT consistently improves average accuracy by 6.2% (up to 61.4% on certain models and tasks) while reducing…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
