TLDR: The paper introduces “Follow My Lead,” a method to improve Large Language Models’ (LLMs) ability to classify logical fallacies. It uses a novel dataset of atomic, binary instructions and a knowledge graph of fallacy relationships. This approach helps LLMs move from intuitive “System 1” thinking to more deliberate “System 2” reasoning, significantly boosting classification accuracy, especially when combining both techniques. Claude-Sonnet-4 showed the most significant improvement.
Large Language Models (LLMs) have revolutionized many aspects of technology, but they still grapple with fundamental reasoning challenges. One significant hurdle is their tendency to “hallucinate” and their struggle with accurately classifying logical fallacies. This limitation often stems from what researchers call “System 1” processing – a fast, intuitive way of thinking. Reliable reasoning, however, demands a more deliberate and effortful “System 2” approach.
A recent research paper, titled “Follow My Lead: Logical Fallacy Classification with Knowledge-Augmented LLMs,” explores a novel, low-cost intervention to bridge this reasoning gap. The study introduces a new methodology that aims to enhance LLMs’ ability to detect and classify logical fallacies, offering a pathway towards more transparent and logically sound AI outputs. You can read the full paper here: Follow My Lead: Logical Fallacy Classification with Knowledge-Augmented LLMs.
Deconstructing Fallacies with Atomic Instructions
The core of this research lies in its innovative approach to instruction. The team, including Olivia Peiyu Wang, Tashvi Bansal, Ryan Bai, Emily M. Chui, and Leilani H. Gilpin, developed a stepwise instruction dataset called the Atomic-Instruction-Dataset-for-Logical-Fallacies (AID-LF). This dataset breaks down complex fallacy classifications into a series of simple, binary (yes/no) questions. Imagine identifying a fallacy not by recognizing its definition directly, but by answering a sequence of straightforward questions about the argument’s structure and content.
Beyond these atomic instructions, the methodology adds a crucial final verification step: models consult a relational knowledge graph. This graph, implemented using Prolog, a symbolic programming language, maps out the connections and common confusions between different logical fallacies. This allows LLMs to not only follow steps but also to understand the broader context of related fallacies before making a final decision.
Testing the Approach: A Multi-Model Evaluation
To assess the effectiveness of their method, the researchers conducted extensive evaluations across several state-of-the-art language models, including Claude-Sonnet-4, ChatGPT-4o, ChatGPT-o4-mini, and Gemini-2.5-Flash. They compared four different classification approaches:
- Baseline Classification: LLMs were given full fallacy descriptions and asked to classify.
- Three-tiered Hierarchical Classification: Models classified fallacies in a top-down manner (e.g., formal/informal, then subcategories, then specific fallacy). This approach, surprisingly, led to diminished performance.
- Stepwise Instructed Classification: LLMs followed the atomic, binary instructions. Claude-Sonnet-4 showed significant improvement, while other models saw a decrease in accuracy compared to their baseline.
- Instruction-Guided Classification with Relational Graphs: This combined the stepwise instructions with the Prolog-based relational graphs. This proved to be the most effective method, yielding the highest performance across all models.
Key Findings and Insights
The results were compelling. While baseline accuracy hovered around 42-44%, the hierarchical approach actually worsened performance. However, when stepwise instructions were combined with relational graphs, Claude-Sonnet-4’s accuracy jumped to 62.9%, Gemini-2.5-Flash reached 52.2%, and ChatGPT-4o achieved 47.8%. Claude-Sonnet-4 consistently outperformed the other models, suggesting superior logical reasoning capabilities when guided by structured instructions.
The study also shed light on common LLM pitfalls. Models often misinterpreted speaker intentions, struggled with nuanced fallacies like “Ad Hominem,” and occasionally “hallucinated” non-existent fallacy labels. The researchers noted a phenomenon they termed “Logical Fallacy Entrapment,” where models exhibited inherent biases, consistently leaning towards certain fallacy categories, making self-correction difficult.
The integration of relational graphs proved crucial. It helped constrain the classification space and encouraged models to reconsider initial decisions, leading to more informed and accurate outcomes. This suggests that providing LLMs with structured guidance and a framework for understanding inter-fallacy relationships can significantly enhance their reasoning abilities.
Also Read:
- Smart Logic: How LLMs Can Pick the Best Language for Complex Reasoning
- Unlocking Complex Skills: How AI Bridges the Granularity Gap in Competency Modeling
Towards More Reliable AI
Despite the impressive gains, the top-performing model still achieved only 62% accuracy, indicating that LLMs continue to face challenges with complex logical reasoning. Inconsistent adherence to instructions and the computational cost of exhaustive checks remain limitations.
However, this research paves the way for exciting future developments. The team plans to test their methodology on open-source LLMs and other fallacy datasets, fine-tune models for stricter instruction following, and enhance the knowledge graphs with more specific distinguishing traits for fallacies. A particularly promising direction is the development of systems that can automatically generate explanations for classification decisions, leveraging the intermediate steps of the reasoning chain.
In conclusion, “Follow My Lead” demonstrates that by providing LLMs with a structured sequence of atomic instructions and knowledge-augmented relational graphs, we can induce more deliberate, effortful, and logical reasoning. This work represents a significant step towards building more reliable, transparent, and logically sound AI systems.


