surfaceanalysisfallacy
Analysisscalar · returns json

FALLACY

Detect logical fallacies in an argument

Per-row — runs once for each row.

analysisllmtext

Syntax

FALLACY({{ argument }})
{{ argument }} FALLACY
FALLACIES({{ argument }})

Arguments

nametypedescription
argumentVARCHAR

About

Detect logical fallacies in an argument. Identifies specific named fallacies (ad hominem, straw man, false dichotomy, etc.) with explanations of how they appear in the text. Perfect for: - Critical thinking education - Argument quality assessment - Debate analysis - Media literacy - Self-editing (catch your own fallacies)

Examples

Detects ad hominem

SELECT
  fallacy (
    'You can''t trust his opinion on climate change - he''s not even a scientist'
  )

Detects false dichotomy

SELECT
  fallacy (
    'Either you support this bill or you hate children'
  )

Detects appeal to tradition

SELECT
  fallacy (
    'We''ve always done it this way, so we should keep doing it'
  )

Nearby rabbit holes

same domain
Climb back to The Looking Glass