Selfcheck: Using Llms To Zero-shot Check Their Own Step-by-step Reasoning | Awesome LLM Papers Add your paper to Awesome LLM Papers

Selfcheck: Using Llms To Zero-shot Check Their Own Step-by-step Reasoning

Ning Miao, Yee Whye Teh, Tom Rainforth . No Venue 2023

[Paper]   Search on Google Scholar   Search on Semantic Scholar
Compositional Generalization Datasets Interdisciplinary Approaches Multimodal Semantic Representation Prompting

The recent progress in large language models (LLMs), especially the invention of chain-of-thoughts (CoT) prompting, makes it possible to solve reasoning problems. However, even the strongest LLMs are still struggling with more complicated problems that require non-linear thinking and multi-step reasoning. In this work, we explore whether LLMs have the ability to recognize their own errors, without resorting to external resources. In particular, we investigate whether they can be used to identify individual errors within a step-by-step reasoning. To this end, we propose a zero-shot verification scheme to recognize such errors. We then use this verification scheme to improve question-answering performance, by using it to perform weighted voting on different generated answers. We test the method on three math datasets-GSM8K, MathQA, and MATH-and find that it successfully recognizes errors and, in turn, increases final predictive performance.

Similar Work