paper-with-me

Papers

Hypothesis Testing Prompting Improves Deductive Reasoning in Large Language Models

2024-05-09 · Yitian Li, Jidong Tian, Hao He, Yaohui Jin

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.

📄 PDF Abstract BibTeX arXiv:2405.06707

Code (0)

등록된 구현이 없습니다.

Tasks

Fact Verification

Similar Papers 제목 키워드 기반

Toward Honest Language Models for Deductive Reasoning

2025-11-12 · Jiarui Liu, Kaustubh Dhole, Yingheng Wang, Haoyang Wen 외 arxiv

Deductive reasoning is the process of deriving conclusions strictly from the given premises, without relying on external knowledge. We define honesty in this setting as a model's ability to respond only when the conclusi…

Reinforcement Learning

TurnaboutLLM: A Deductive Reasoning Benchmark from Detective Games

2025-05-21 · Yuan Yuan, Muyu He, Muhammad Adil Shahid, Jiani Huang 외

This paper introduces TurnaboutLLM, a novel framework and dataset for evaluating the deductive reasoning abilities of Large Language Models (LLMs) by leveraging the interactive gameplay of detective games Ace Attorney an…

Generics and Default Reasoning in Large Language Models

2025-08-19 · James Ravi Kirkpatrick, Rachel Katharine Sterken arxiv

This paper evaluates the capabilities of 28 large language models (LLMs) to reason with 20 defeasible reasoning patterns involving generic generalizations (e.g., 'Birds fly', 'Ravens are black') central to non-monotonic …

Deductive Verification of Chain-of-Thought Reasoning

2023-06-06 · NeurIPS 2023 11 · Zhan Ling, Yunhao Fang, Xuanlin Li, Zhiao Huang 외

Large Language Models (LLMs) significantly benefit from Chain-of-Thought (CoT) prompting in performing various reasoning tasks. While CoT allows models to produce more comprehensive reasoning processes, its emphasis on i…

Logical Reasoning

Unifying Deductive and Abductive Reasoning in Knowledge Graphs with Masked Diffusion Model

2025-10-13 · Yisen Gao, Jiaxin Bai, Yi Huang, Xingcheng Fu 외 arxiv

Deductive and abductive reasoning are two critical paradigms for analyzing knowledge graphs, enabling applications from financial query answering to scientific discovery. Deductive reasoning on knowledge graphs usually i…

Reinforcement LearningKnowledge Graphs