Extracting insights from unstructured text using TrueState’s natural language tools
"Complaint"
|
-separated string.
Example output: "Complaint|Urgent|Refund"
Use cases:
TagName | Statement
Goal | Recommended Step | Notes |
---|---|---|
Flexible, high-quality enrichment | Automation step | Use for chains, scraping, or external APIs |
Fast enrichment at scale | LLM Inference step | Best for summarisation and extraction |
Simple multi-class prediction | Text Classification | Use when categories are known and unambiguous |
Logic-based single-label classification | Universal Classification | Uses NLI to match statements |
Multi-label annotation | Tagging step | Flexible tagging using pipe-separated output |
Tree-based classification | Hierarchy Classification | Supports nested taxonomies with MECE label logic |