Instance-adaptive Zero-shot Chain-of-Thought Prompting
Xiaosong Yuan, Chen Shen, Shaotian Yan, Xiaofeng Zhang, Liang Xie,, Wenxiao Wang, Renchu Guan, Ying Wang, Jieping Ye

TL;DR
This paper introduces an instance-adaptive prompting method for zero-shot Chain-of-Thought reasoning in large language models, which dynamically tailors prompts to individual instances, leading to improved reasoning performance across multiple tasks.
Contribution
It proposes a novel instance-adaptive prompting algorithm that analyzes information flow in LLMs to enhance zero-shot reasoning by customizing prompts per instance.
Findings
Consistent performance improvements on math, logic, and commonsense tasks.
Outperforms task-level prompt methods and complex procedures.
Effective across LLaMA-2, LLaMA-3, and Qwen models.
Abstract
Zero-shot Chain-of-Thought (CoT) prompting emerges as a simple and effective strategy for enhancing the performance of large language models (LLMs) in real-world reasoning tasks. Nonetheless, the efficacy of a singular, task-level prompt uniformly applied across the whole of instances is inherently limited since one prompt cannot be a good partner for all, a more appropriate approach should consider the interaction between the prompt and each instance meticulously. This work introduces an instance-adaptive prompting algorithm as an alternative zero-shot CoT reasoning scheme by adaptively differentiating good and bad prompts. Concretely, we first employ analysis on LLMs through the lens of information flow to detect the mechanism under zero-shot CoT reasoning, in which we discover that information flows from question to prompt and question to rationale jointly influence the reasoning…
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.
Videos
Taxonomy
TopicsNeural Networks and Reservoir Computing · Model Reduction and Neural Networks
MethodsChain-of-thought prompting
