LLM-backed audience identification (escape hatch for AUDIENCE)
Per-row classifier — stable across GROUP BY.
| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| domain | VARCHAR | — |
LLM escape hatch identifies audience
SELECT
audience_llm ('Scientific paper on quantum mechanics')Identify target audience via zero-shot NLI
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)
Multi-branch semantic classification via specialist zoo NLI
LLM-backed audience identification (escape hatch for AUDIENCE)
Per-row classifier — stable across GROUP BY.
| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| domain | VARCHAR | — |
LLM escape hatch identifies audience
SELECT
audience_llm ('Scientific paper on quantum mechanics')Identify target audience via zero-shot NLI
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)
Multi-branch semantic classification via specialist zoo NLI