The Fallacy Pattern Becomes the Persuasion Lens
Eleni Papadopulos, Firoj Alam, and Giovanni Da San Martino's June 2026 arXiv paper studies fallacy classification with LLM-extracted structural patterns. The useful lesson is not that machines can settle public reason. It is that a fallacy label becomes safer only when the pattern, prompt, dataset, ambiguity, and appeal path remain visible.
For this essay, a fallacy pattern is a candidate structural or linguistic cue for defective reasoning. It is not proof that a conclusion is false, that a speaker intended manipulation, that a post violates policy, or that an audience was persuaded.
The Label Is Not the Verdict
The paper, arXiv:2606.26698 [cs.CL; cs.AI], was submitted on June 25, 2026. arXiv lists the exact title as Beyond Logical Forms: LLM-Extracted Patterns for Fallacy Classification, by Eleni Papadopulos, Firoj Alam, and Giovanni Da San Martino.
The paper starts from a familiar problem for information disorder: fallacies can look rational while weakening the conditions for correction. A bad argument is not always a false sentence. It may be a shift of burden, an emotional appeal, an irrelevant authority, a false cause, or a redirection that works because the audience follows the surface shape of the claim.
This page is not a duplicate of the site's pages on AI persuasion, persuasion benchmarks, or coded-language moderation. The new angle is narrower: how an LLM-generated pattern can become a lens for classifying public reasoning, and why that lens must remain contestable.
Current Context
As of June 25, 2026, the public evidence is arXiv version 1 of the paper plus the linked project repository. The work is a prompting and evaluation study, not a deployed content-moderation system, debate referee, misinformation classifier, or legal standard for argument quality.
The governance context makes that boundary important. The EU Digital Services Act requires clear and specific statements of reasons for many hosting-service restrictions, including information on automated means where applicable, and gives online-platform users access to internal complaint-handling systems with human supervision where automated means are used. The Santa Clara Principles similarly frame moderation accountability around reliable systems, notice, appeal, and attention to automation. A fallacy label used in a moderation queue should therefore be a review reason, not a silent penalty.
The EU AI Act draws a different line around harmful manipulation: Article 5 prohibits certain AI systems that use subliminal, manipulative, deceptive, or vulnerability-exploitative techniques in ways that materially distort behavior and cause or are reasonably likely to cause significant harm. That is not a ban on persuasion, debate coaching, rhetoric education, or fallacy analysis. It is a reminder that influence governance turns on objective, vulnerability, deception, harm, and evidence, not on whether a sentence can be fitted into a named fallacy pattern.
What the Paper Builds
The authors argue that one logical form per fallacy is too brittle for ordinary language. Their framework first uses Llama-3.3-70B-Instruct to generate explanations for labeled fallacious examples in the LOGIC training set. Then it uses OpenAI's o4-mini to extract structural patterns from those examples and explanations, preserving function words while abstracting content words into placeholders.
The resulting patterns combine two kinds of evidence: abstract reasoning structure and linguistic cues such as rhetorical devices, loaded phrases, or recurring connectors. The paper reports roughly three to six patterns per fallacy class. It also notes a limitation in LOGIC: some classes group multiple fallacy subtypes, so the authors manually isolated frequent missed fallacies such as shifting the burden of proof and repeated the procedure.
The project repository linked by the paper contains prompts, generated definitions, generated patterns, logical-form baselines, dynamic examples, and dataset-specific patterns. That matters because a fallacy classifier is only as inspectable as the materials that define what counts as evidence.
The pattern object is therefore a governance artifact. It says what kind of shape the system is looking for. If that pattern is hidden, a user sees only the accusation: appeal to emotion, red herring, equivocation, false cause. If the pattern is visible, the user and reviewer can ask whether the system saw the right span, chose the right taxonomy, missed the surrounding context, or confused rhetorical style with defective reasoning.
Datasets and Tests
The main dataset is LOGIC, with 2,449 examples across 13 fallacy types. The paper describes these as brief educational dialogues and statements, making them suitable for pattern extraction but not a complete representation of public discourse. The cross-domain tests use REDDIT, fallacious comments from different subreddits, and ELECDEBATE, televised U.S. presidential debates from 1960 to 2016.
The authors test multiple prompting configurations across o4-mini, gpt-4o, gpt-4.1-mini, Llama-3.3-70B, DeepSeek-R1, and Gemma-3-27B-it. Baselines include zero-shot fallacy-name prompting, fallacy definitions, and logical forms sourced from logicallyfallacious.com. Their own configurations include LLM-derived definitions, generated patterns, pattern matching, one-shot examples, dynamic example retrieval, and combinations of examples, explanations, and patterns.
Those dataset names should travel with any downstream claim. LOGIC is a controlled educational dataset; Reddit comments are platform speech; election debates are highly staged political performances. A model that transfers across those three settings has useful evidence of generalization, but it has not been validated for classroom discipline, content removal, workplace speech review, live election fact-checking, or multilingual moderation.
Results and Failure
On LOGIC, the authors report that pattern-based classification improves over zero-shot baselines and prior unsupervised approaches. The paper's summary result is 73.5 percent accuracy for PATTERNS with gpt-4o, and 74.2 percent for DYNAMIC + EXP + PATTERNS with o4-mini. It also reports that including generated patterns gives an 8.2 percent accuracy increase over the logical-form baseline, and that the pattern method outperforms Robbani et al.'s templates by an average 10.7 percent across tested models.
The failures are as important as the gains. In the authors' error analysis, fallacies with clearer structural characteristics perform better than context-heavy categories. Group 2 categories such as red herring, equivocation, emotional language, extension fallacy, and intentional fallacy are harder. The paper reports an average 22 percent lower accuracy for that group in the pattern-matching setting, and says multistep classification was weak because models struggled to bridge abstract logical patterns and content-dependent manifestations.
That is the governance hinge. A model may be better at finding structured flaws than at judging subtle context. A label that says "fallacy" can therefore be both useful and dangerous: useful as a prompt for review, dangerous as a final disciplinary mark.
The paper's ranking experiment points in the same direction. Asking for multiple candidate patterns can surface ambiguity, but it does not eliminate it. A reviewer still needs the surrounding claim, audience, genre, source, evidentiary burden, and possible good-faith reading before treating the top label as meaningful.
Pattern Is Evidence, Not Proof
A fallacy label contains at least five separable claims. First, a span has been selected. Second, the span has been matched to a fallacy pattern. Third, the pattern has been mapped to a taxonomy label. Fourth, the label has been interpreted as relevant to the larger argument. Fifth, someone decides what to do with that interpretation.
Each step can fail. The selected span may omit the sentence that supplies context. The pattern may fit a joke, quotation, rhetorical flourish, or domain-specific shorthand. The taxonomy may collapse several subtypes into one label. The larger argument may include evidence elsewhere. The remedy may be disproportionate to the defect.
This is why the persuasion lens needs a claim boundary. A fallacy pattern can support a question such as "is this argument shifting the burden of proof?" It does not answer "is this speaker lying?", "is this post harmful?", "should this content be removed?", "was the audience manipulated?", or "is the opposite conclusion true?" For those questions, the institution needs source checking, context review, policy analysis, and appealable human judgment.
Persuasion Governance
Fallacy detection is not neutral when used in classrooms, moderation queues, debate dashboards, campaign monitoring, newsroom tools, or civic education. It can help people slow down and inspect a claim. It can also become a tone-policing instrument, a partisan accusation machine, or a shortcut for dismissing unpopular speech.
The paper's ethics statement explicitly warns that the approach should not be used to manipulate discourse by exploiting identified reasoning patterns, and that LLM biases could lead to unfair detection. That warning should travel with any deployment. The output should be treated as an interpretive lead: here is the pattern the system saw, here is the sentence, here are the candidate labels, here is the uncertainty, and here is how a human can challenge it.
The safer use case is reflective: helping a writer revise an argument, helping students compare reasoning patterns, helping a newsroom flag claims for human review, or helping a moderator triage speech that already violates a defined rule. The riskier use case is disciplinary: assigning strikes, suppressing reach, grading students, ranking candidates, flagging political speech, or accusing a community of irrationality on the basis of model labels.
Failure Modes
Label laundering: a contested interpretation is made to look objective because it arrived as a machine-generated fallacy name.
Context collapse: the classifier sees a local pattern while missing genre, sarcasm, quotation, debate rules, burden of proof, prior evidence, or the speaker's target.
Partisan weaponization: a fallacy detector becomes a way to call opponents irrational while giving favored speakers generous context.
Dialect and style bias: nonstandard grammar, translation artifacts, emotional testimony, minority rhetoric, or disability-related communication styles are overread as weak reasoning.
Classroom overreach: a tool built for benchmark classification becomes an automated grade or disciplinary record rather than a teaching prompt.
Moderation shortcut: a fallacy label is treated as policy violation even when the platform rule concerns harm, harassment, fraud, or illegality rather than argument quality.
Taxonomy fossilization: old examples become a fixed map of public reasoning while political language, memes, and community norms move on.
Persuasion inversion: the same patterns used to detect flawed reasoning are reused to generate more effective manipulative messages.
Audit Standard
A fallacy classifier should preserve the argument text, source context, taxonomy, prompt version, pattern set, model, examples retrieved, candidate labels, confidence or ranking if used, and review outcome. It should show whether the pattern came from LOGIC, Reddit, election debates, or a deployment-specific dataset. It should record when a class groups multiple subtypes, because that grouping can hide disagreement inside a clean label.
This is the same discipline as AI audit trails, but applied to public reasoning. The pattern is not just a feature. It is the reason a system gives for treating speech as defective reasoning. If the reason cannot be replayed, appealed, or revised, the tool has moved from argument support to opaque judgment.
For consequential uses, the record should also preserve what the system did not decide. It should say whether the label affected only a private writing suggestion, human-review triage, a public dashboard, ranking, monetization, account standing, school grade, or formal enforcement action. A low-stakes teaching prompt and a hidden moderation strike should not share the same governance record.
Privacy limits matter too. Argument review can expose political belief, religion, health claims, sexuality, labor organizing, immigration status, trauma, or family conflict. The audit trail should be strong enough for appeal and research without becoming a general dossier of vulnerable speech.
Claim Boundary
The paper does not prove that an LLM can settle whether an argument is valid in the wild. Its strongest evidence is narrower: LLM-derived structural patterns can improve prompting-only fallacy classification under the tested datasets and models, and those patterns show some transfer across domains.
The Spiralist rule is therefore procedural: a fallacy detector may help people inspect persuasion, but only if the institution keeps the pattern visible, the context attached, the taxonomy revisable, and the human appeal open.
Source Discipline
Use the arXiv paper for its own method, datasets, model list, prompt configurations, results, error analysis, cross-dataset tests, limitations, and ethics statement. Use the GitHub repository for the supplementary prompts, generated patterns, definitions, and code artifacts it actually exposes. Neither source is evidence that a deployed platform, school, campaign, or newsroom system is accurate or fair.
Use the Digital Services Act, AI Act, and Santa Clara Principles as governance context. They support the need for notice, appeal, human review, automation disclosure, and manipulation safeguards; they do not validate any fallacy taxonomy or classifier. A legal duty to explain a moderation decision is different from a research claim about benchmark accuracy.
Source claims should separate argument form, factual accuracy, speaker intent, harm, policy violation, and measured persuasion. A fallacy label can help inspect reasoning, but it does not prove falsity, disinformation, manipulation, or public impact.
Related Pages
- Information Disorder
- AI Persuasion
- The Persuasion Contest Becomes the Expert Benchmark
- The Belief Trace Becomes the Persuasion Ledger
- The Coded Language Taxonomy Becomes the Moderation Lens
- Content Moderation
- Notice and Appeal
- AI Audit Trails
- AI Evaluations
- Algorithmic Transparency
- Persuasion and Influence Safeguards
- Claim Hygiene Protocol
Sources
- Eleni Papadopulos, Firoj Alam, and Giovanni Da San Martino, Beyond Logical Forms: LLM-Extracted Patterns for Fallacy Classification, arXiv:2606.26698 [cs.CL; cs.AI], submitted June 25, 2026.
- arXiv PDF: Beyond Logical Forms: LLM-Extracted Patterns for Fallacy Classification, reviewed for datasets, pattern-generation method, model list, prompt configurations, results, error analysis, cross-dataset tests, limitations, and ethics statement.
- Project repository: elenipapadopulos/fallacy-patterns, reviewed for supplementary prompts, generated definitions, generated patterns, logical-form baselines, and dynamic examples.
- European Union, Regulation (EU) 2022/2065, Digital Services Act, Articles 17 and 20, reviewed June 25, 2026.
- European Union, Regulation (EU) 2024/1689, Artificial Intelligence Act, Article 5 on prohibited AI practices, reviewed June 25, 2026.
- Santa Clara Principles, Transparency and Accountability in Content Moderation, reviewed June 25, 2026.