Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Better Zero-Shot Reasoning with Self-Adaptive Prompting

About

Modern large language models (LLMs) have demonstrated impressive capabilities at sophisticated tasks, often through step-by-step reasoning similar to humans. This is made possible by their strong few and zero-shot abilities -- they can effectively learn from a handful of handcrafted, completed responses ("in-context examples"), or are prompted to reason spontaneously through specially designed triggers. Nonetheless, some limitations have been observed. First, performance in the few-shot setting is sensitive to the choice of examples, whose design requires significant human effort. Moreover, given the diverse downstream tasks of LLMs, it may be difficult or laborious to handcraft per-task labels. Second, while the zero-shot setting does not require handcrafting, its performance is limited due to the lack of guidance to the LLMs. To address these limitations, we propose Consistency-based Self-adaptive Prompting (COSP), a novel prompt design method for LLMs. Requiring neither handcrafted responses nor ground-truth labels, COSP selects and builds the set of examples from the LLM zero-shot outputs via carefully designed criteria that combine consistency, diversity and repetition. In the zero-shot setting for three different LLMs, we show that using only LLM predictions, COSP improves performance up to 15% compared to zero-shot baselines and matches or exceeds few-shot baselines for a range of reasoning tasks.

Xingchen Wan, Ruoxi Sun, Hanjun Dai, Sercan O. Arik, Tomas Pfister• 2023

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningGSM8K
Accuracy71.9
983
Commonsense ReasoningCSQA
Accuracy76.4
366
Arithmetic ReasoningMultiArith
Accuracy98.8
181
Question AnsweringStrategyQA
Accuracy53.8
114
Arithmetic ReasoningADDSUB
Accuracy89.9
76
Logical reasoningStrategyQA
Accuracy75.2
58
Arithmetic ReasoningSINGLEEQ--
43
Showing 7 of 7 rows

Other info

Code

Follow for update