LLM-backed formality detection (escape hatch for FORMALITY)
Per-row classifier — stable across GROUP BY.
FORMALITY_LLM({{ text }}){{ text }} BY FORMALITY_LLM| name | type | description |
|---|---|---|
| text | VARCHAR | — |
LLM escape hatch: formal letter
SELECT
formality_llm (
'Dear Sir or Madam, I am writing to inquire about...'
)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 formality detection (escape hatch for FORMALITY)
Per-row classifier — stable across GROUP BY.
FORMALITY_LLM({{ text }}){{ text }} BY FORMALITY_LLM| name | type | description |
|---|---|---|
| text | VARCHAR | — |
LLM escape hatch: formal letter
SELECT
formality_llm (
'Dear Sir or Madam, I am writing to inquire about...'
)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)