paper-with-me

홈 › Papers

Maieutic Prompting: Logically Consistent Reasoning with Recursive Explanations

2022-05-24 · JaeHun Jung, Lianhui Qin, Sean Welleck, Faeze Brahman, Chandra Bhagavatula, Ronan Le Bras, Yejin Choi

Despite their impressive capabilities, large pre-trained language models (LMs) struggle with consistent reasoning; recently, prompting LMs to generate explanations that self-guide the inference has emerged as a promising direction to amend this. However, these approaches are fundamentally bounded by the correctness of explanations, which themselves are often noisy and inconsistent. In this work, we develop Maieutic Prompting, which infers a correct answer to a question even from the noisy and inconsistent generations of LM. Maieutic Prompting induces a tree of explanations abductively (e.g. X is true, because ...) and recursively, then frames the inference as a satisfiability problem over these explanations and their logical relations. We test Maieutic Prompting for true/false QA on three challenging benchmarks that require complex commonsense reasoning. Maieutic Prompting achieves up to 20% better accuracy than state-of-the-art prompting methods, and as a fully unsupervised approach, performs competitively with supervised models. We also show that Maieutic Prompting improves robustness in inference while providing interpretable rationales.

📄 PDF Abstract BibTeX arXiv:2205.11822

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Recursive Chain-of-Feedback Prevents Performance Degradation from Redundant Prompting

2024-02-05 · Jinwoo Ahn, Kyuseung Shin

Large Language Models (LLMs) frequently struggle with complex reasoning tasks, failing to construct logically sound steps towards the solution. In response to this behavior, users often try prompting the LLMs repeatedly …

Prompting Large Language Models With the Socratic Method

2023-02-17 · Edward Y. Chang

This paper presents a systematic approach to using the Socratic method in developing prompt templates that effectively interact with large language models, including GPT-3. Various methods are examined, and those that yi…

counterfactualCounterfactual ReasoningLanguage ModelingLanguage Modelling+1

ReCAP: Recursive Context-Aware Reasoning and Planning for Large Language Model Agents

2025-10-27 · Zhenyu Zhang, Tianyi Chen, Weiran Xu, Alex Pentland 외 arxiv

Long-horizon tasks requiring multi-step reasoning and dynamic re-planning remain challenging for large language models (LLMs). Sequential prompting methods are prone to context drift, loss of goal information, and recurr…

Invalid Logic, Equivalent Gains: The Bizarreness of Reasoning in Language Model Prompting

2023-07-20 · Rylan Schaeffer, Kateryna Pistunova, Samar Khanna, Sarthak Consul 외

Language models can be prompted to reason through problems in a manner that significantly improves performance. However, \textit{why} such prompting improves performance is unclear. Recent work showed that using logicall…

Language ModelingLanguage Modellingvalid

Recursive Decomposition of Logical Thoughts: Framework for Superior Reasoning and Knowledge Propagation in Large Language Models

2025-01-03 · Kaleem Ullah Qasim, Jiashu Zhang, Tariq Alsahfi, Ateeq Ur Rehman Butt

Enhancing the reasoning capabilities of Large Language Models remains a critical challenge in artificial intelligence. We introduce RDoLT, Recursive Decomposition of Logical Thought prompting, a novel framework that sign…

GSM8KMathPrompt Engineering