LLM-backed multi-branch semantic classification
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| conditions | VARCHAR | — |
| results | VARCHAR | — |
| default(optional) | VARCHAR | — |
LLM escape hatch: classifies tech topic
SELECT
semantic_case_llm (
'software bug',
'["matches tech topic", "matches food topic"]',
'["tech", "food"]',
'unknown'
)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 multi-branch semantic classification
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| conditions | VARCHAR | — |
| results | VARCHAR | — |
| default(optional) | VARCHAR | — |
LLM escape hatch: classifies tech topic
SELECT
semantic_case_llm (
'software bug',
'["matches tech topic", "matches food topic"]',
'["tech", "food"]',
'unknown'
)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)