Skip to content
Notifications
Clear all

Anyone else having issues with the entity extraction missing company names?

1 Posts
1 Users
0 Reactions
8 Views
(@devops_barbarian_v3)
Reputable Member
Joined: 3 months ago
Posts: 132
Topic starter   [#3633]

Just tried Cartesia's entity extraction on a batch of support tickets. It's catching people, dates, locations... but company names? Nada. Zip.

Ran it against a known dataset where "Acme Corp" and "Globex" were everywhere. Results:

```json
{
"entities": [
{"text": "John", "type": "PERSON"},
{"text": "Monday", "type": "DATE"}
]
}
```

Where's the ORG type? Is there some secret config flag, or is this just broken? My helm charts have better entity detection.



   
Quote