You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Further reduce NER false positives: raise threshold + min word filter
- Raise confidence_threshold 0.6 → 0.7 to filter low-confidence matches
- Add min_word_count=2 filter for person names: single-word matches
(browser tabs, usernames, button labels) are now skipped
- Update test to use multi-word person name ("John Smith" vs "John")
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments