English

Are LLMs Good Zero-Shot Fallacy Classifiers?

Computation and Language 2024-10-22 v1

Abstract

Fallacies are defective arguments with faulty reasoning. Detecting and classifying them is a crucial NLP task to prevent misinformation, manipulative claims, and biased decisions. However, existing fallacy classifiers are limited by the requirement for sufficient labeled data for training, which hinders their out-of-distribution (OOD) generalization abilities. In this paper, we focus on leveraging Large Language Models (LLMs) for zero-shot fallacy classification. To elicit fallacy-related knowledge and reasoning abilities of LLMs, we propose diverse single-round and multi-round prompting schemes, applying different task-specific instructions such as extraction, summarization, and Chain-of-Thought reasoning. With comprehensive experiments on benchmark datasets, we suggest that LLMs could be potential zero-shot fallacy classifiers. In general, LLMs under single-round prompting schemes have achieved acceptable zero-shot performances compared to the best full-shot baselines and can outperform them in all OOD inference scenarios and some open-domain tasks. Our novel multi-round prompting schemes can effectively bring about more improvements, especially for small LLMs. Our analysis further underlines the future research on zero-shot fallacy classification. Codes and data are available at: https://github.com/panFJCharlotte98/Fallacy_Detection.

Keywords

Cite

@article{arxiv.2410.15050,
  title  = {Are LLMs Good Zero-Shot Fallacy Classifiers?},
  author = {Fengjun Pan and Xiaobao Wu and Zongrui Li and Anh Tuan Luu},
  journal= {arXiv preprint arXiv:2410.15050},
  year   = {2024}
}

Comments

Accepted to EMNLP2024 main conference

R2 v1 2026-06-28T19:28:11.265Z