paper-with-me

Papers

Logical Fallacy Detection

2022-02-28 · Zhijing Jin, Abhinav Lalwani, Tejas Vaidhya, Xiaoyu Shen, Yiwen Ding, Zhiheng Lyu, Mrinmaya Sachan, Rada Mihalcea, Bernhard Schölkopf

Reasoning is central to human intelligence. However, fallacious arguments are common, and some exacerbate problems such as spreading misinformation about climate change. In this paper, we propose the task of logical fallacy detection, and provide a new dataset (Logic) of logical fallacies generally found in text, together with an additional challenge set for detecting logical fallacies in climate change claims (LogicClimate). Detecting logical fallacies is a hard problem as the model must understand the underlying logical structure of the argument. We find that existing pretrained large language models perform poorly on this task. In contrast, we show that a simple structure-aware classifier outperforms the best language model by 5.46% on Logic and 4.51% on LogicClimate. We encourage future work to explore this task as (a) it can serve as a new reasoning challenge for language models, and (b) it can have potential applications in tackling the spread of misinformation. Our dataset and code are available at https://github.com/causalNLP/logical-fallacy

📄 PDF Abstract BibTeX arXiv:2202.13758

Code (2)

causalnlp/logical-fallacy 공식 구현 pytorch
zhpinkman/cbr pytorch

Tasks

Language ModelingLanguage ModellingLogical FallaciesLogical Fallacy DetectionMisinformation

Similar 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 ta…

Logical FallaciesRelation

CoCoLoFa: A Dataset of News Comments with Common Logical Fallacies Written by LLM-Assisted Crowds

2024-10-04 · Min-Hsuan Yeh, Ruyuan Wan, Ting-Hao 'Kenneth' Huang

Detecting logical fallacies in texts can help users spot argument flaws, but automating this detection is not easy. Manually annotating fallacies in large-scale, real-world text data to create datasets for developing and…

ArticlesLogical Fallacies

Emotionally Charged, Logically Blurred: AI-driven Emotional Framing Impairs Human Fallacy Detection

2025-10-09 · Yanran Chen, Lynn Greschner, Roman Klinger, Michael Klenk 외 arxiv

Logical fallacies are common in public communication and can mislead audiences; fallacious arguments may still appear convincing despite lacking soundness, because convincingness is inherently subjective. We present the …

Logical Fallacies

The Search for Agreement on Logical Fallacy Annotation of an Infodemic

2022-06-01 · LREC 2022 6 · Claire Bonial, Austin Blodgett, Taylor Hudson, Stephanie M. Lukin 외

We evaluate an annotation schema for labeling logical fallacy types, originally developed for a crowd-sourcing annotation paradigm, now using an annotation paradigm of two trained linguist annotators. We apply the schema…

Logical Fallacies

Large Language Models Are Better Logical Fallacy Reasoners with Counterargument, Explanation, and Goal-Aware Prompt Formulation

2025-03-30 · Jiwon Jeong, Hyeju Jang, Hogun Park

The advancement of Large Language Models (LLMs) has greatly improved our ability to process complex language. However, accurately detecting logical fallacies remains a significant challenge. This study presents a novel a…

Logical FallaciesLogical Fallacy Detection