LLM-backed credibility assessment (escape hatch for CREDIBILITY)
Per-row classifier — stable across GROUP BY.
| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| strictness | VARCHAR | — |
| num_levels | INTEGER | — |
LLM escape hatch assesses credibility
SELECT
credibility_llm ('Peer-reviewed study shows...')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)
LLM-backed credibility assessment (escape hatch for CREDIBILITY)
Per-row classifier — stable across GROUP BY.
| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| strictness | VARCHAR | — |
| num_levels | INTEGER | — |
LLM escape hatch assesses credibility
SELECT
credibility_llm ('Peer-reviewed study shows...')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)