paper-with-me

홈 › Papers

Enhancing Zero-Shot Chain-of-Thought Reasoning in Large Language Models through Logic

2023-09-23 · Xufeng Zhao, Mengdi Li, Wenhao Lu, Cornelius Weber, Jae Hee Lee, Kun Chu, Stefan Wermter

Recent advancements in large language models have showcased their remarkable generalizability across various domains. However, their reasoning abilities still have significant room for improvement, especially when confronted with scenarios requiring multi-step reasoning. Although large language models possess extensive knowledge, their reasoning often fails to effectively utilize this knowledge to establish a coherent thinking paradigm. These models sometimes show hallucinations as their reasoning procedures are unconstrained by logical principles. Aiming at improving the zero-shot chain-of-thought reasoning ability of large language models, we propose LoT (Logical Thoughts), a self-improvement prompting framework that leverages principles rooted in symbolic logic, particularly Reductio ad Absurdum, to systematically verify and rectify the reasoning processes step by step. Experimental evaluations conducted on language tasks in diverse domains, including arithmetic, commonsense, symbolic, causal inference, and social problems, demonstrate the efficacy of enhanced reasoning by logic. The implementation code for LoT can be accessed at: https://github.com/xf-zhao/LoT.

📄 PDF Abstract BibTeX arXiv:2309.13339

Code (1)

xf-zhao/lot 공식 구현

Tasks

Causal Inference

Similar Papers 제목 키워드 기반

Zero-Shot Verification-guided Chain of Thoughts

2025-01-21 · Jishnu Ray Chowdhury, Cornelia Caragea

Previous works have demonstrated the effectiveness of Chain-of-Thought (COT) prompts and verifiers in guiding Large Language Models (LLMs) through the space of reasoning. However, most such studies either use a fine-tune…

CoF-CoT: Enhancing Large Language Models with Coarse-to-Fine Chain-of-Thought Prompting for Multi-domain NLU Tasks

2023-10-23 · Hoang H. Nguyen, Ye Liu, Chenwei Zhang, Tao Zhang 외

While Chain-of-Thought prompting is popular in reasoning tasks, its application to Large Language Models (LLMs) in Natural Language Understanding (NLU) is under-explored. Motivated by multi-step reasoning of LLMs, we pro…

Abstract Meaning RepresentationNatural Language Understanding

Instance-adaptive Zero-shot Chain-of-Thought Prompting

2024-09-30 · Xiaosong Yuan, Chen Shen, Shaotian Yan, Xiaofeng Zhang 외

Zero-shot Chain-of-Thought (CoT) prompting emerges as a simple and effective strategy for enhancing the performance of large language models (LLMs) in real-world reasoning tasks. Nonetheless, the efficacy of a singular, …

GSM8KMathMMLU

Enhancing Zero-shot Chain of Thought Prompting via Uncertainty-Guided Strategy Selection

2024-11-30 · Shanu Kumar, Saish Mendke, Karody Lubna Abdul Rahman, Santosh Kurasa 외

Chain-of-thought (CoT) prompting has significantly enhanced the capability of large language models (LLMs) by structuring their reasoning processes. However, existing methods face critical limitations: handcrafted demons…

Evaluating Prompting Strategies for Chart Question Answering with Large Language Models

2026-03-03 · Ruthuparna Naikar, Ying Zhu arxiv

Prompting strategies affect LLM reasoning performance, but their role in chart-based QA remains underexplored. We present a systematic evaluation of four widely used prompting paradigms (Zero-Shot, Few-Shot, Zero-Shot Ch…

Chart Question Answering