Assess toxicity level for grouping (toxic-bert)
Per-row classifier — stable across GROUP BY.
| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| focus | VARCHAR | — |
| num_levels | INTEGER | — |
Polite message gets low toxicity bucket
SELECT
toxicity ('Thank you for your help!')Hostile message gets high toxicity bucket
SELECT
toxicity ('you are all garbage and I hate you')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 toxicity level for grouping (toxic-bert)
Per-row classifier — stable across GROUP BY.
| name | type | description |
|---|---|---|
| text | VARCHAR | — |
| focus | VARCHAR | — |
| num_levels | INTEGER | — |
Polite message gets low toxicity bucket
SELECT
toxicity ('Thank you for your help!')Hostile message gets high toxicity bucket
SELECT
toxicity ('you are all garbage and I hate you')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)