Analyze credibility/reliability of text descriptions (zero-shot NLI)
Per-row classifier — stable across GROUP BY.
| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| strictness | VARCHAR | — |
| num_levels | INTEGER | — |
Credibility assessed for well-sourced claim
SELECT
credibility (
'Peer-reviewed study shows 87% confidence interval on treatment efficacy with n=2000'
)Identify target audience via zero-shot NLI
LLM-backed audience identification (escape hatch for AUDIENCE)
Assess authenticity of content via zero-shot NLI
LLM-backed authenticity assessment (escape hatch for AUTHENTICITY)
Classify text into user-specified buckets via zero-shot NLI
LLM-backed bucketing (escape hatch for BUCKET)
Analyze credibility/reliability of text descriptions (zero-shot NLI)
Per-row classifier — stable across GROUP BY.
| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| strictness | VARCHAR | — |
| num_levels | INTEGER | — |
Credibility assessed for well-sourced claim
SELECT
credibility (
'Peer-reviewed study shows 87% confidence interval on treatment efficacy with n=2000'
)Identify target audience via zero-shot NLI
LLM-backed audience identification (escape hatch for AUDIENCE)
Assess authenticity of content via zero-shot NLI
LLM-backed authenticity assessment (escape hatch for AUTHENTICITY)
Classify text into user-specified buckets via zero-shot NLI
LLM-backed bucketing (escape hatch for BUCKET)