2022

Self-Consistency Improves Chain of Thought Reasoning in Language Models

Wang, Xuezhi, Wei, Jason, Schuurmans, Dale et al.

Understand

Chain-of-thought prompting combined with pre-trained large language models has achieved encouraging results on complex reasoning tasks.

  • In this paper, we propose a new decoding strategy, self-consistency, to replace the naive greedy decoding used in chain-of-thought prompting.
  • It first samples a diverse set of reasoning paths instead of only taking the greedy one, and then selects the most consistent answer by marginalizing out the sampled reasoning paths.
  • Self-consistency leverages the intuition that a complex reasoning problem typically admits multiple different ways of thinking leading to its unique correct answer.

Reading the bibliography…