Orbis — a three-stage multilingual entity classifier
Classify 1.4M parent entities — Individual, Company, Family Firm, Government — across 120+ countries, where naming conventions are inconsistent and the text is multilingual.
A cascade that spends compute only where it has to: deterministic rules catch the obvious cases at near-perfect precision, an LLM (Claude, batched) resolves the ambiguous middle, and a fine-tuned XLM-RoBERTa handles the multilingual long tail with confidence-threshold abstention.
Hardest part. Calibrating the escalation thresholds — how confident each stage must be before it hands off to the next, more expensive one.