Identify stance on a topic via zero-shot NLI (topic required)
Per-row classifier — stable across GROUP BY.
| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| topic | VARCHAR | The topic to analyze stance on |
| stances | VARCHAR | Optional custom stance labels (comma-separated) |
Stance detected
SELECT
stance (
'I strongly support this initiative',
'the initiative'
)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)
Identify stance on a topic via zero-shot NLI (topic required)
Per-row classifier — stable across GROUP BY.
| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| topic | VARCHAR | The topic to analyze stance on |
| stances | VARCHAR | Optional custom stance labels (comma-separated) |
Stance detected
SELECT
stance (
'I strongly support this initiative',
'the initiative'
)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)