CLFeb 9, 2023

Explanation Selection Using Unlabeled Data for Chain-of-Thought Prompting

arXiv:2302.04813v3144 citationsh-index: 49
Originality Incremental advance
AI Analysis

This addresses the challenge of inconsistent performance due to suboptimal explanations in prompting for NLP researchers, though it is incremental as it builds on existing chain-of-thought methods.

The paper tackles the problem of optimizing explanation-infused prompts for chain-of-thought reasoning by selecting effective explanations from unlabeled data, resulting in improved performance over crowdworker annotations and naive strategies across four textual reasoning tasks.

Recent work has shown how to prompt large language models with explanations to obtain strong performance on textual reasoning tasks, i.e., the chain-of-thought paradigm. However, subtly different explanations can yield widely varying downstream task accuracy. Explanations that have not been "tuned" for a task, such as off-the-shelf explanations written by nonexperts, may lead to mediocre performance. This paper tackles the problem of how to optimize explanation-infused prompts in a blackbox fashion. We first generate sets of candidate explanations for each example in the prompt using a leave-one-out scheme, then find an effective combination of these explanations with a two-stage framework. We first evaluate explanations for each in-context example in isolation according to two proxy metrics, log likelihood and accuracy on new examples. Then, we search over combinations of explanations to find one that yields high performance against a silver-labeled development set. Across four textual reasoning tasks spanning question answering, mathematical reasoning, and natural language inference, results show that our proxy metrics correlate with ground truth accuracy and our overall method can effectively improve prompts over crowdworker annotations and naive search strategies

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes