AICLJan 27, 2023

Case-Based Reasoning with Language Models for Classification of Logical Fallacies

arXiv:2301.11879v214 citationsh-index: 12
Originality Incremental advance
AI Analysis

This addresses the need for trustworthy technology to combat misinformation and propaganda on the Web, though it is incremental as it builds on existing language modeling methods.

The paper tackles the problem of detecting logical fallacies in natural language arguments by proposing a Case-Based Reasoning method that improves the accuracy and generalizability of language models through retrieval and adaptation of historical cases, with experiments showing enhanced performance in in-domain and out-of-domain settings.

The ease and speed of spreading misinformation and propaganda on the Web motivate the need to develop trustworthy technology for detecting fallacies in natural language arguments. However, state-of-the-art language modeling methods exhibit a lack of robustness on tasks like logical fallacy classification that require complex reasoning. In this paper, we propose a Case-Based Reasoning method that classifies new cases of logical fallacy by language-modeling-driven retrieval and adaptation of historical cases. We design four complementary strategies to enrich input representation for our model, based on external information about goals, explanations, counterarguments, and argument structure. Our experiments in in-domain and out-of-domain settings indicate that Case-Based Reasoning improves the accuracy and generalizability of language models. Our ablation studies suggest that representations of similar cases have a strong impact on the model performance, that models perform well with fewer retrieved cases, and that the size of the case database has a negligible effect on the performance. Finally, we dive deeper into the relationship between the properties of the retrieved cases and the model performance.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes