Generate the strongest counterargument to a position
Per-row — runs once for each row.
COUNTERARGUMENT({{ argument }})COUNTERARGUMENT({{ argument }}, '{{ style }}'){{ argument }} COUNTERARGUMENTREBUT({{ argument }})| name | type | description |
|---|---|---|
| argument | VARCHAR | — |
| style(optional) | VARCHAR | Style: 'academic', 'practical', 'philosophical', 'empirical' |
Produces substantial counterargument
SELECT
counterargument ('We should implement universal basic income')Addresses collaboration concerns in practical style
SELECT
counterargument (
'Remote work is better than office work',
'practical'
)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
Differentially-private count (Laplace mechanism, sensitivity=1)
Differentially-private mean (Laplace mechanism)
Detect logical fallacies in an argument
Generate the strongest counterargument to a position
Per-row — runs once for each row.
COUNTERARGUMENT({{ argument }})COUNTERARGUMENT({{ argument }}, '{{ style }}'){{ argument }} COUNTERARGUMENTREBUT({{ argument }})| name | type | description |
|---|---|---|
| argument | VARCHAR | — |
| style(optional) | VARCHAR | Style: 'academic', 'practical', 'philosophical', 'empirical' |
Produces substantial counterargument
SELECT
counterargument ('We should implement universal basic income')Addresses collaboration concerns in practical style
SELECT
counterargument (
'Remote work is better than office work',
'practical'
)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
Differentially-private count (Laplace mechanism, sensitivity=1)
Differentially-private mean (Laplace mechanism)
Detect logical fallacies in an argument