Detect logical fallacies in an argument
Per-row — runs once for each row.
FALLACY({{ argument }}){{ argument }} FALLACYFALLACIES({{ argument }})| name | type | description |
|---|---|---|
| argument | VARCHAR | — |
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'
)Bayesian A/B test (Beta-Binomial) returning full posterior + recommendation
Assess the confidence/quality of a cascade execution result.
Compare values in a group for similarities, differences, and patterns
Generate the strongest counterargument to a position
Differentially-private count (Laplace mechanism, sensitivity=1)
Differentially-private mean (Laplace mechanism)
Detect logical fallacies in an argument
Per-row — runs once for each row.
FALLACY({{ argument }}){{ argument }} FALLACYFALLACIES({{ argument }})| name | type | description |
|---|---|---|
| argument | VARCHAR | — |
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'
)Bayesian A/B test (Beta-Binomial) returning full posterior + recommendation
Assess the confidence/quality of a cascade execution result.
Compare values in a group for similarities, differences, and patterns
Generate the strongest counterargument to a position
Differentially-private count (Laplace mechanism, sensitivity=1)
Differentially-private mean (Laplace mechanism)