Assess complexity level for grouping (zero-shot NLI)
Per-row classifier — stable across GROUP BY.
COMPLEXITY({{ text }}){{ text }} BY COMPLEXITY| name | type | description |
|---|---|---|
| text | VARCHAR | — |
Physics content assessed as complex
SELECT
complexity (
'E=mc2 explains how mass can be converted to energy through nuclear fusion in stellar cores, releasing binding energy'
)Greeting is trivial complexity
SELECT
complexity ('Hi, how are you doing today?')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)
Assess complexity level for grouping (zero-shot NLI)
Per-row classifier — stable across GROUP BY.
COMPLEXITY({{ text }}){{ text }} BY COMPLEXITY| name | type | description |
|---|---|---|
| text | VARCHAR | — |
Physics content assessed as complex
SELECT
complexity (
'E=mc2 explains how mass can be converted to energy through nuclear fusion in stellar cores, releasing binding energy'
)Greeting is trivial complexity
SELECT
complexity ('Hi, how are you doing today?')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)