INQUIRING LINE

How does the first-order and second-order distinction unify classical and modern argument theory?

This explores Wagemans's claim that a single distinction — whether an argument reasons about the world (first-order) or about other arguments (second-order) — bridges the old Greek divide between internal and external proofs and the modern divide between sound and fallacious reasoning.


This explores Wagemans's claim that one structural cut — first-order versus second-order arguments — can do double duty, mapping onto both a classical and a modern way of carving up argument theory. The corpus has this as its anchor Do first-order and second-order arguments unify classical and modern divisions?. The classical side is Aristotle's split between *internal* topoi (reasoning drawn from the substance of the matter) and *external* ones (reasoning that leans on something outside it, like a witness or an authority). The modern side is the dialectical split between reasonable moves and fallacious ones. Wagemans's wager is that these two inherited distinctions are really the same line drawn twice: a first-order argument reasons directly about the thing under dispute, while a second-order argument reasons about the standing of a claim or its source. That reframing matters because it relocates fallacy from being a matter of conversational misbehavior to being something you can read off the *formal shape* of an argument — fallacy as structure, not just bad manners in a debate.

What makes this more than a tidy relabeling is where it leads: a closed, predictive classification of all arguments rather than an ever-growing list. The first-order/second-order axis is one of three orthogonal axes in Wagemans's "Periodic Table" of argument schemes Can three axes organize all possible argument schemes?, sitting alongside subject-predicate structure and the pairing of proposition types. Together they generate a finite coordinate space, the way the chemical periodic table generates elements — which is exactly the move from Walton's open-ended family of 60-plus schemes to a principled ordering Can argument schemes be organized by formal principles instead of lists?. So the unification isn't decorative; it's the thing that lets you predict scheme types nobody has catalogued yet, the same way gaps in the periodic table predicted undiscovered elements.

Here's the turn a curious reader might not expect: that second-order category — arguments about a claim's authority rather than its content — is precisely where today's AI systems break down. When an argument's force comes from *who* is making it (reputation, track record, standing), a language model that only sees text loses the social world that gives expert claims their weight Can language models distinguish expert arguments from common assumptions?. In Wagemans's terms, models struggle with the second-order layer because that layer points outward to a world the model can't access. And classifying schemes at all turns out to be unusually hard for LLMs — they plateau where other language tasks soar, because recognizing an inferential pattern means integrating cues scattered across the whole text rather than reading local surface features Why does argument scheme classification stumble where other NLP tasks succeed?, with even the strongest models barely clearing the bar and only with worked examples in the prompt Can large language models classify argument schemes reliably?.

The deeper payoff of a formal classification is that it makes arguments *contestable* in a way prose never is. Once an argument has a known structure — premises, warrant, the type of inferential move — you can point at the exact joint you reject, which is what structured argumentation frameworks give you and raw model output cannot Can formal argumentation make AI decisions truly contestable?. That same logic is why feeding a scheme's critical questions back to a model as explicit prompting steps sharpens its reasoning: it forces the implicit warrant into the open Can structured argument prompts make LLM reasoning more rigorous?. The first-order/second-order distinction, then, is the small hinge on which a much larger door swings — from a list to a system, and from arguments you can only feel are wrong to arguments you can show are wrong.


Sources 8 notes

Do first-order and second-order arguments unify classical and modern divisions?

Wagemans proposes that the first-order vs second-order argument distinction reflects both the classical internal-external topoi divide and the modern reasonable-fallacious distinction. This suggests fallacy theory operates through specifiable formal-linguistic structure rather than purely dialectical criteria.

Can three axes organize all possible argument schemes?

Wagemans's Periodic Table maps all argument schemes onto coordinates across three axes: subject-predicate structure, first-order versus second-order reasoning, and proposition-type pairings. This combinatorial approach replaces Walton's open-ended list with a closed, systematic space enabling computational analysis and discovery of unstudied scheme types.

Can argument schemes be organized by formal principles instead of lists?

Wagemans shows that three orthogonal axes generate a closed, finite classification space for all argument types, replacing the family-resemblance logic behind Walton's 60+ schemes. This mirrors the chemical periodic table's shift from contingent lists to predictive structure.

Can language models distinguish expert arguments from common assumptions?

LLMs lose the social context that gives expert claims their force—reputation, track record, and standing—because they process only text, not the social world where expertise is built and evaluated.

Why does argument scheme classification stumble where other NLP tasks succeed?

Scheme classification requires recognizing inferential patterns across distributed text spans, not local surface features. Models plateau at F1 0.55–0.65 while the same systems exceed 0.80 on component tagging and stance, suggesting the integrative reasoning demand is fundamentally different.

Can large language models classify argument schemes reliably?

Zero-shot prompting fails uniformly across models. Few-shot with scheme descriptions helps, but only larger models exceed F1 0.55, with Claude reaching 0.65. Smaller models plateau around 0.53, suggesting a representational capacity threshold.

Can formal argumentation make AI decisions truly contestable?

Dung-style argumentation structures AI outputs as traversable attack/defense graphs, allowing users to identify and contest specific premises. Standard LLM outputs lack this structure, making it impossible to pinpoint which claims users actually reject.

Can structured argument prompts make LLM reasoning more rigorous?

Applying Toulmin's argument model as explicit prompting steps (CQoT) improves LLM reasoning by forcing models to identify warrants and backing rather than skipping implicit premises. The method catches failures that standard chain-of-thought prompting allows.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are an argumentation theorist and AI capability analyst. The question: **Does the first-order/second-order argument distinction (Wagemans) unify classical and modern argument theory, and does that formal structure help or constrain how LLMs reason about arguments?**

What a curated library found — and when (dated claims, not current truth):
Findings span 2021–2025. Key constraints identified:
• LLMs plateau on argument-scheme classification even with strong models; few-shot prompting + scheme descriptions marginally help (~2024).
• Second-order arguments (authority, source credibility) degrade LLM performance because models lack access to social/reputational context (~2024).
• Critical questions from argumentation theory, when fed back as structured prompts, sharpen reasoning and make decisions more contestable (~2025).
• LLMs match human persuasiveness but struggle to reject false presuppositions, especially under high-stakes misinformation (~2025).
• Quasi-symbolic abstraction (treating arguments as formal objects rather than surface tokens) improves chain-of-thought reasoning (~2025).

Anchor papers (verify; mind their dates):
• arXiv:2404.00750 (2024-03): Can Language Models Recognize Convincing Arguments?
• arXiv:2405.02079 (2024-05): Argumentative Large Language Models for Explainable and Contestable Decision-Making
• arXiv:2412.15177 (2024-12): Critical-Questions-of-Thought: Steering LLM Reasoning with Argumentative Querying
• arXiv:2502.12616 (2025-02): Improving Chain-of-Thought Reasoning via Quasi-Symbolic Abstractions

Your task:
(1) **RE-TEST EACH CONSTRAINT.** For every finding above, judge whether newer architectures (o1, o3, or later reasoning models), methods (e.g., process supervision vs. outcome supervision), or tooling (structured argumentation APIs, knowledge graphs of authority) have since RELAXED the second-order-argument bottleneck or scheme-classification ceiling. Which limitations persist despite scale? Where is the gap now tractable via retrieval, external grounding, or multi-agent debate?
(2) **Surface the strongest CONTRADICTING or SUPERSEDING work** from the last 6 months that either shows LLMs *do* capture second-order reasoning, or shows the Wagemans framework itself is incomplete or misapplied to LLM cognition.
(3) **Propose 2 research questions** that assume the regime may have shifted: (a) If second-order argument understanding is now solvable via grounded retrieval or social-graph embeddings, does the first-order/second-order distinction remain the primary organizing principle, or does a different axis (e.g., epistemic vs. doxastic) better predict LLM failure modes? (b) Does formal classification of scheme types via symbolic abstraction scale to real-world, messy arguments, or does it require aggressive preprocessing that discards the very social cues Wagemans's theory says matter?

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines