CLAIFeb 16, 2024

Can We Verify Step by Step for Incorrect Answer Detection?

arXiv:2402.10528v416 citationsh-index: 11IJCAI
Originality Incremental advance
AI Analysis

This work addresses the need for better verification of LLM reasoning in various domains, though it is incremental as it builds on existing chain-of-thought research.

The paper tackled the problem of predicting the accuracy of large language model outputs by analyzing their reasoning chains, introducing the R2PE benchmark and a process discernibility score framework that improved F1 by 5.1% and AUC-PR by 2.97% across tasks.

Chain-of-Thought (CoT) prompting has marked a significant advancement in enhancing the reasoning capabilities of large language models (LLMs). Previous studies have developed various extensions of CoT, which focus primarily on enhancing end-task performance. In addition, there has been research on assessing the quality of reasoning chains in CoT. This raises an intriguing question: Is it possible to predict the accuracy of LLM outputs by scrutinizing the reasoning chains they generate? To answer this research question, we introduce a benchmark, R2PE, designed specifically to explore the relationship between reasoning chains and performance in various reasoning tasks spanning five different domains. This benchmark aims to measure the falsehood of the final output of LLMs based on the reasoning steps. To make full use of information in multiple reasoning chains, we propose the process discernibility score (PDS) framework that beats the answer-checking baseline by a large margin. Concretely, this resulted in an average of $5.1\%$ increase in the F1 score and $2.97\%$ improvement in AUC-PR across all 45 subsets within R2PE. We further demonstrate our PDS's efficacy in advancing open-domain QA accuracy.

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