paper-with-me

Papers

Boosting Logical Fallacy Reasoning in LLMs via Logical Structure Tree

2024-10-15 · Yuanyuan Lei, Ruihong Huang

Logical fallacy uses invalid or faulty reasoning in the construction of a statement. Despite the prevalence and harmfulness of logical fallacies, detecting and classifying logical fallacies still remains a challenging task. We observe that logical fallacies often use connective words to indicate an intended logical relation between two arguments, while the argument semantics does not actually support the logical relation. Inspired by this observation, we propose to build a logical structure tree to explicitly represent and track the hierarchical logic flow among relation connectives and their arguments in a statement. Specifically, this logical structure tree is constructed in an unsupervised manner guided by the constituency tree and a taxonomy of connectives for ten common logical relations, with relation connectives as non-terminal nodes and textual arguments as terminal nodes, and the latter are mostly elementary discourse units. We further develop two strategies to incorporate the logical structure tree into LLMs for fallacy reasoning. Firstly, we transform the tree into natural language descriptions and feed the textualized tree into LLMs as a part of the hard text prompt. Secondly, we derive a relation-aware tree embedding and insert the tree embedding into LLMs as a soft prompt. Experiments on benchmark datasets demonstrate that our approach based on logical structure tree significantly improves precision and recall for both fallacy detection and fallacy classification.

📄 PDF Abstract BibTeX arXiv:2410.12048

Code (1)

yuanyuanlei-nlp/logical_fallacy_emnlp_2024 공식 구현 pytorch

Tasks

Logical FallaciesRelation

Similar Papers 제목 키워드 기반

Reason from Fallacy: Enhancing Large Language Models' Logical Reasoning through Logical Fallacy Understanding

2024-04-04 · Yanda Li, Dixuan Wang, Jiaqing Liang, Guochao Jiang 외

Large Language Models (LLMs) have demonstrated good performance in many reasoning tasks, but they still struggle with some complicated reasoning tasks including logical reasoning. One non-negligible reason for LLMs' subo…

Logical FallaciesLogical Reasoning

Follow My Lead: Logical Fallacy Classification with Knowledge-Augmented LLMs

2025-10-11 · Olivia Peiyu Wang, Tashvi Bansal, Ryan Bai, Emily M. Chui 외 arxiv

Large Language Models (LLMs) suffer from critical reasoning gaps, including a tendency to hallucinate and poor accuracy in classifying logical fallacies. This limitation stems from their default System 1 processing, whic…

Logical Fallacies

Socrates or Smartypants: Testing Logic Reasoning Capabilities of Large Language Models with Logic Programming-based Test Oracles

2025-04-09 · Zihao Xu, Junchen Ding, Yiling Lou, Kun Zhang 외

Large Language Models (LLMs) have achieved significant progress in language understanding and reasoning. Evaluating and analyzing their logical reasoning abilities has therefore become essential. However, existing datase…

Logical FallaciesLogical Reasoning

Beyond Logical Forms: LLM-Extracted Patterns for Fallacy Classification

2026-06-25 · Eleni Papadopulos, Firoj Alam, Giovanni Da San Martino arxiv

In today's fast-paced information era, logical fallacies, defined as defective patterns of reasoning, inevitably contribute to the growth of information disorder. However, often fallacies appear in nuanced forms that com…

Logical Fallacies

A Logical Fallacy-Informed Framework for Argument Generation

2024-08-07 · Luca Mouchel, Debjit Paul, Shaobo Cui, Robert West 외

Despite the remarkable performance of Large Language Models (LLMs) in natural language processing tasks, they still struggle with generating logically sound arguments, resulting in potential risks such as spreading misin…

Logical FallaciesMisinformation