LLM-backed engagement-level prediction (escape hatch for ENGAGEMENT)
Per-row classifier — stable across GROUP BY.
| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| platform | VARCHAR | — |
LLM escape hatch predicts engagement
SELECT
engagement_llm ('Must read! Share with everyone!')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 engagement-level prediction (escape hatch for ENGAGEMENT)
Per-row classifier — stable across GROUP BY.
| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| platform | VARCHAR | — |
LLM escape hatch predicts engagement
SELECT
engagement_llm ('Must read! Share with everyone!')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)