02 ยท Mention detection
Five-dimension match score per response.
Each engine response is scored 0โ100 along five dimensions: exact name match, URL host match in citations, fuzzy name match for typos and tokenization variants, description proximity bonus, and a small position bonus. We use a regex first-pass, then a Levenshtein-based fuzzy match, then an entity disambiguation step that resolves common name collisions.
Per-response score components
- Exact name match
- +40
- URL host in citations
- +30
- Fuzzy name match
- +15
- Description proximity
- +10
- Position bonus
- +1 to +5
The per-engine score is the mean across the 8 queries, clamped to 0โ100.