ChainLM: Empowering Large Language Models with Improved Chain-of-Thought Prompting
Xiaoxue Cheng, Junyi Li, Wayne Xin Zhao, Ji-Rong Wen

TL;DR
ChainLM introduces a novel framework for automatically generating high-quality chain-of-thought prompts, improving reasoning in large language models through evolutionary strategies and a step-level debating method, leading to better performance on complex tasks.
Contribution
The paper presents CoTGenius, an innovative framework for automatic CoT prompt generation, and introduces ChainLM, a fine-tuned Llama 2 model with enhanced reasoning capabilities.
Findings
ChainLM outperforms existing models on complex reasoning tasks.
The step-level debating method reduces cumulative reasoning errors.
Data category analysis improves understanding of prompt effectiveness.
Abstract
Chain-of-Thought (CoT) prompting can enhance the reasoning capabilities of large language models (LLMs), establishing itself as a primary approach to solving complex reasoning tasks. Existing CoT synthesis approaches usually focus on simpler reasoning tasks and thus result in low-quality and inconsistent CoT prompts. In response to this challenge, we present an empirical investigation of CoT prompting and introduce CoTGenius, a novel framework designed for the automatic generation of superior CoT prompts. CoTGenius is developed based on three major evolution strategies, i.e., complicate, diversify, and specify-alongside two filtering mechanisms: evolutionary success judgement and correctness verification. We further employ CoTGenius to create an extensive CoT dataset, and subsequently fine-tune the Llama 2-Chat 7B and 13B models on this dataset. We call the resulting model ChainLM. To…
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.
Taxonomy
TopicsTopic Modeling · Recommender Systems and Techniques · Advanced Graph Neural Networks
MethodsFocus · LLaMA · Chain-of-thought prompting
