Classify text into user-specified buckets via zero-shot NLI
Per-row classifier — stable across GROUP BY.
| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| buckets | VARCHAR | Comma-separated list of bucket names |
| strict | BOOLEAN | — |
Value bucketed
SELECT
bucket (75, 'numeric,text,date')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)
LLM-backed bucketing (escape hatch for BUCKET)
Multi-branch semantic classification via specialist zoo NLI
Classify text into user-specified buckets via zero-shot NLI
Per-row classifier — stable across GROUP BY.
| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| buckets | VARCHAR | Comma-separated list of bucket names |
| strict | BOOLEAN | — |
Value bucketed
SELECT
bucket (75, 'numeric,text,date')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)
LLM-backed bucketing (escape hatch for BUCKET)
Multi-branch semantic classification via specialist zoo NLI