File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -429,6 +429,8 @@ You can mark a class as *excluded* so that downstream stages
429429will **skip** sections classified as that class, avoiding wasted LLM
430430calls, tokens, and noise in accuracy metrics.
431431
432+ https://github.com/user-attachments/assets/3c5106ee-ffaf-48d0-ac57-6de78a221474
433+
432434### How classification decides a section is "excluded"
433435
434436The **primary mechanism is the LLM classifier** using each class's
@@ -1154,4 +1156,4 @@ classes:
1154115617. **Use Regex for Known Patterns** : Add regex patterns for document types with predictable content or naming conventions
1155115718. **Test Regex Thoroughly** : Validate regex patterns against diverse document samples before production use
1156115819. **Balance Regex Specificity** : Make patterns specific enough to avoid false matches but flexible enough to catch variations
1157- 20. **Monitor Regex Performance** : Track how often regex patterns match vs fall back to LLM classification
1159+ 20. **Monitor Regex Performance** : Track how often regex patterns match vs fall back to LLM classification
You can’t perform that action at this time.
0 commit comments