Hypothesis Testing Prompting Improves Deductive Reasoning in Large Language Models
Yitian Li, Jidong Tian, Hao He, Yaohui Jin
TL;DR
The paper addresses the challenge that existing prompting strategies can induce invalid or non-robust reasoning paths in large language models when solving deductive problems. It proposes Hypothesis Testing Prompting, which integrates conclusion assumptions, backward reasoning, and fact verification to guide intermediate reasoning toward correct conclusions. Empirical evaluation on RuleTaker (CWA) and ProofWriter (OWA) shows significant improvements in accuracy and the generation of more reasonable reasoning traces, including better handling of unknown conclusions. This prompting strategy offers a generalizable approach to enhance deductive reasoning in LLMs with potential applicability to broader reasoning tasks.
Abstract
Combining different forms of prompts with pre-trained large language models has yielded remarkable results on reasoning tasks (e.g. Chain-of-Thought prompting). However, along with testing on more complex reasoning, these methods also expose problems such as invalid reasoning and fictional reasoning paths. In this paper, we develop \textit{Hypothesis Testing Prompting}, which adds conclusion assumptions, backward reasoning, and fact verification during intermediate reasoning steps. \textit{Hypothesis Testing prompting} involves multiple assumptions and reverses validation of conclusions leading to its unique correct answer. Experiments on two challenging deductive reasoning datasets ProofWriter and RuleTaker show that hypothesis testing prompting not only significantly improves the effect, but also generates a more reasonable and standardized reasoning process.
