Classify evidence type and strength
Per-row — runs once for each row.
EVIDENCE_TYPE({{ text }})EVIDENCE_TYPE({{ text }}, '{{ claim }}'){{ text }} EVIDENCE_TYPE| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| claim(optional) | VARCHAR | Specific claim to evaluate evidence against |
Identifies anecdotal evidence
SELECT
evidence_type ('My uncle smoked his whole life and lived to 95')Identifies experimental/RCT evidence
SELECT
evidence_type (
'A randomized controlled trial of 10,000 participants showed a 23% reduction'
)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)
Classify evidence type and strength
Per-row — runs once for each row.
EVIDENCE_TYPE({{ text }})EVIDENCE_TYPE({{ text }}, '{{ claim }}'){{ text }} EVIDENCE_TYPE| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| claim(optional) | VARCHAR | Specific claim to evaluate evidence against |
Identifies anecdotal evidence
SELECT
evidence_type ('My uncle smoked his whole life and lived to 95')Identifies experimental/RCT evidence
SELECT
evidence_type (
'A randomized controlled trial of 10,000 participants showed a 23% reduction'
)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)